RetroShare/libretroshare/src/util
thunder2 0b1126babf Added thread safe function for inet_ntoa in libbitdht.
Used the existing thread safe function for inet_ntoa in libretroshare.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5033 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-03-18 01:33:25 +00:00
..
dnsresolver.cc fixed bug in dnsresolver reset function 2011-07-15 18:55:33 +00:00
dnsresolver.h made the DNS calls in a separate thread, using new DNSResolver class. Added test program for that class as well. Moved extaddrfinder to util/ 2011-01-24 22:05:10 +00:00
exampletst.c Addition of new makefile scripts. 2007-11-16 04:45:00 +00:00
extaddrfinder.cc added www.myip.dk, and removed debug info 2011-07-15 19:06:38 +00:00
extaddrfinder.h made the DNS calls in a separate thread, using new DNSResolver class. Added test program for that class as well. Moved extaddrfinder to util/ 2011-01-24 22:05:10 +00:00
folderiterator.cc Fixed utf8 issue in history manager. 2011-10-01 13:12:28 +00:00
folderiterator.h This is a patch for the previous patch *facepalms* 2010-05-16 23:59:39 +00:00
Makefile Bugfix for gpg connections. 2009-07-07 21:53:06 +00:00
pgpkey.cc suppressed debug output 2012-01-28 13:20:01 +00:00
pgpkey.h added method for removign signatures in a PGP certificate, and a test program to test it. Not yet plugged in into RS 2012-01-22 19:55:10 +00:00
pugiconfig.h checked in first bits of code for cache service data optimisation, 2011-03-04 22:16:25 +00:00
pugixml.cc checked in first bits of code for cache service data optimisation, 2011-03-04 22:16:25 +00:00
pugixml.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
rsdebug.cc Added a name to the RsMutex class. 2011-07-04 22:59:39 +00:00
rsdebug.h Major cleanup of Retroshare Logging - aimed at enabling proper UDP testing. 2008-07-10 16:29:18 +00:00
rsdir.cc Added deferred check of chunks during file transfer. Chunk sha1 sums are requested to the sources and checked for downloaded data. 2012-03-15 19:55:43 +00:00
rsdir.h Added deferred check of chunks during file transfer. Chunk sha1 sums are requested to the sources and checked for downloaded data. 2012-03-15 19:55:43 +00:00
rsdiscspace.cc removed unused code 2011-09-23 21:14:19 +00:00
rsdiscspace.h - removed calls to rsfiles->get{Download,Partials}Directory() in RsDiscSpace class, since it would trigger a call to ftController 2011-09-23 21:08:11 +00:00
rsnet.cc Added thread safe function for inet_ntoa in libbitdht. 2012-03-18 01:33:25 +00:00
rsnet.h Found cause of OSX network resets / lost connections: inet_ntoa is not thread-safe. 2010-07-10 20:34:03 +00:00
rsprint.cc Hackish changes to debug Windows Transfers... 2010-11-11 20:51:17 +00:00
rsprint.h Hackish changes to debug Windows Transfers... 2010-11-11 20:51:17 +00:00
rsrandom.cc - Changed default random number generator to use RAND_bytes from openssl. 2011-09-28 19:34:27 +00:00
rsrandom.h Added Ben's patches: 2011-09-28 15:16:21 +00:00
rsstring.cc Fixed utf8 issue in history manager. 2011-10-01 13:12:28 +00:00
rsstring.h Fixed utf8 issue in history manager. 2011-10-01 13:12:28 +00:00
rsthreads.cc Added a name to the RsMutex class. 2011-07-04 22:59:39 +00:00
rsthreads.h Removed unused parameter warnings in libretroshare. 2011-08-12 13:42:30 +00:00
rsversion.cc added SVN_REVISION to rsversion to not overwrite LIB_VERSION 2009-12-16 21:54:46 +00:00
rsversion.h updated versions to v0.5.3b and svn 4971 2012-02-19 21:45:31 +00:00
rsversion.in update changelog and corrected some path for win libs 2012-02-20 12:38:04 +00:00
rswin.cc Fixed utf8 issue in history manager. 2011-10-01 13:12:28 +00:00
rswin.h Fixed utf8 issue in history manager. 2011-10-01 13:12:28 +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