RetroShare/libretroshare/src/util
2014-09-21 13:31:37 +00:00
..
argstream.h Added Hack to fix OSX Finder launch. 2013-08-28 02:11:52 +00:00
contentvalue.cc Fix meta update in gen exchange (for meta service string updates) 2014-06-03 21:49:41 +00:00
contentvalue.h Fix meta update in gen exchange (for meta service string updates) 2014-06-03 21:49:41 +00:00
dnsresolver.cc Merging branches/v0.6-initdev into trunk. 2014-02-01 14:16:15 +00:00
dnsresolver.h Massive commit - changing from sockaddr_in => sockaddr_storage. 2013-09-13 14:35:19 +00:00
exampletst.c Addition of new makefile scripts. 2007-11-16 04:45:00 +00:00
extaddrfinder.cc Merging branches/v0.6-initdev into trunk. 2014-02-01 14:16:15 +00:00
extaddrfinder.h Massive commit - changing from sockaddr_in => sockaddr_storage. 2013-09-13 14:35:19 +00:00
folderiterator.cc Fixed utf8 issue in history manager. 2011-10-01 13:12:28 +00:00
folderiterator.h Fixed compile of libretroshare on Windows. The corrected pro files are not included. 2012-10-09 23:07:51 +00:00
Makefile Bugfix for gpg connections. 2009-07-07 21:53:06 +00:00
pugiconfig.h checked in first bits of code for cache service data optimisation, 2011-03-04 22:16:25 +00:00
radix64.h Fixed default data rates to sensible options: 200 kB/s down, 50 kB/s up. 2012-01-27 13:03:59 +00:00
retrodb.cc added additional debug info in rsgenexchange 2014-09-20 19:58:07 +00:00
retrodb.h added explicit include of sqlcipher headers. Avoids confusion when packaging for ubuntu 2014-09-21 13:31:37 +00:00
rsaes.cc added missign cleanup call, causing a small memory leak 2014-01-06 22:45:30 +00:00
rsaes.h added crypto functions and msg sending/receiving for private distant chat 2013-04-08 21:25:32 +00:00
rscompress.cc removed uninitialised memory read 2014-04-05 16:28:22 +00:00
rscompress.h adding missing files 2013-10-06 20:16:58 +00:00
rsdbbind.cc Fixed sql injection bug using sqlite prepared statements. 2013-04-20 13:39:02 +00:00
rsdbbind.h added explicit include of sqlcipher headers. Avoids confusion when packaging for ubuntu 2014-09-21 13:31:37 +00:00
rsdebug.cc wrong format string (patch from Vaio) 2014-09-09 18:14:10 +00:00
rsdebug.h Removed some std::ostringstream. 2012-04-14 00:30:23 +00:00
rsdir.cc ported commit 7487 from branch 0.5.5. Seems to fix loss of config files on windows. 2014-09-20 19:54:04 +00:00
rsdir.h merged remaining of v0.6-IdCleaning branch (7180->7213) to incorporate global router stuff in trunk 2014-03-29 14:18:05 +00:00
rsdiscspace.cc Merge of branch v0.6-rssocialnet 7419 to 7488. Changes from electron and myself: 2014-08-25 21:07:07 +00:00
rsdiscspace.h - Fixed crash because of a memory overwrite 2013-07-26 23:12:09 +00:00
rsinitedptr.h added missign file from previous merge 2014-08-26 17:14:40 +00:00
rsmemcache.h Fixed up bugs in Recogn System - basics work now. 2013-11-05 23:33:12 +00:00
rsnet_ss.cc Added a thread per active peer - to reduce RTT and increase throughout. 2013-10-02 03:21:04 +00:00
rsnet.cc Removed some std::ostringstream. 2012-04-15 14:37:44 +00:00
rsnet.h Fixed compile of libretroshare on Windows. 2013-09-26 23:53:06 +00:00
rsprint.cc Removed some std::ostringstream. 2012-04-15 14:37:44 +00:00
rsprint.h Removed some std::ostringstream. 2012-04-15 14:37:44 +00:00
rsrandom.cc Code maintenance for Qt 5: 2013-10-21 11:00:49 +00:00
rsrandom.h removed MT19937 which is not used anymore. Changed N from 624 to 1024 to reduce cost 2013-07-11 20:59:18 +00:00
rsrecogn.cc - implemented DH protocol for PFS encryption in distant chat between GXS ids. 2014-06-12 10:28:23 +00:00
rsrecogn.h - implemented DH protocol for PFS encryption in distant chat between GXS ids. 2014-06-12 10:28:23 +00:00
rsscopetimer.h more accurate version of scope timer 2013-10-20 13:29:24 +00:00
rssharedptr.h Added another convenience class to simplify testing 2014-04-25 22:02:34 +00:00
rsstring.cc Merging branches/v0.6-initdev into trunk. 2014-02-01 14:16:15 +00:00
rsstring.h Improvements for V0.6 logins to support hidden nodes. 2014-01-18 02:32:55 +00:00
rsthreads.cc Code maintenance for Qt 5: 2013-10-21 21:42:15 +00:00
rsthreads.h fixed deadlock in UDP connections. Still, UDP streams break after 5-10 secs. Needs further debugging. 2014-09-12 21:52:13 +00:00
rstickevent.cc Fixed up bugs in Recogn System - basics work now. 2013-11-05 23:33:12 +00:00
rstickevent.h * Added the basics of GxsCircles service to libretroshare. 2012-11-29 22:48:28 +00:00
rsversion.cc Fixing layout changes in Id Edit Dialog 2014-02-13 11:55:14 +00:00
rsversion.h Fixing layout changes in Id Edit Dialog 2014-02-13 11:55:14 +00:00
rsversion.in Fixed version files (*.in) 2013-11-05 23:53:39 +00:00
rswin.cc Fixed utf8 issue in history manager. 2011-10-01 13:12:28 +00:00
rswin.h Fixed compile of the libraries with MinGW 4.8 on Windows. 2013-10-07 23:11:10 +00:00
smallobject.cc Added a name to the RsMutex class. 2011-07-04 22:59:39 +00:00
smallobject.h made FileEntry derive from SmallObject class, to improve memory cache efficiency (50% time gained) 2011-04-03 20:10:26 +00:00
utest.h Addition of new makefile scripts. 2007-11-16 04:45:00 +00:00