RetroShare/libretroshare/src/util
drbob 069b72e0b2 Merged branch v0.5-gxs-b1 into trunk (from -r 5351 -> 5995)
This brings a huge amount of goodness into the trunk,
but there is still a big chunk todo before it can be released.

 * GXS Backend.
 * GXS Services:
	- Identities.
	- Circles
	- Photos
	- Wiki
	- GxsForums
	- Posted.
 * SSH no-gui server.

See branch commits for more info.

To switch on GXS stuff, enable CONFIG += gxs
in both libretroshare.pro and retroshare-gui.pro



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5996 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-12-16 19:17:11 +00:00
..
contentvalue.cc nxs msg transaction now working and test commited 2012-09-01 14:47:22 +00:00
contentvalue.h seperated content value from retrodb 2012-08-21 21:32:07 +00:00
dnsresolver.cc Removed std::stringstream. 2012-04-19 22:10:00 +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 removed possible data race on boolean value (Not critical) 2012-05-12 13:10:57 +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 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 gxs group tests (submission, all retrieval types) 2012-08-26 14:02:47 +00:00
retrodb.h seperated content value from retrodb 2012-08-21 21:32:07 +00:00
rsdebug.cc Removed some std::ostringstream. 2012-04-14 00:30:23 +00:00
rsdebug.h Removed some std::ostringstream. 2012-04-14 00:30:23 +00:00
rsdir.cc removed some debugging output 2012-09-17 20:09:38 +00:00
rsdir.h fixed re-copy of dht bootstrap file when the file is empty 2012-08-06 17:04: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
rsid.h Merged branch v0.5-gxs-b1 into trunk (from -r 5351 -> 5995) 2012-12-16 19:17:11 +00:00
rsmemcache.h * Added the basics of GxsCircles service to libretroshare. 2012-11-29 22:48:28 +00:00
rsnet.cc Removed some std::ostringstream. 2012-04-15 14:37:44 +00:00
rsnet.h Fixed compile of libretroshare on Windows. The corrected pro files are not included. 2012-10-09 23:07:51 +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 - 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 crash when using rs_sprintf/bd_sprintf or rs_sprintf_append/bd_sprintf_append with empty result (maybe only on Windows). 2012-07-29 13:28:45 +00:00
rsstring.h Removed usages of "std::istringstream" and "std::stringstream". 2012-05-03 13:41:03 +00:00
rsthreads.cc Added a name to the RsMutex class. 2011-07-04 22:59:39 +00:00
rsthreads.h Fixed compile of libretroshare on Windows. The corrected pro files are not included. 2012-10-09 23:07:51 +00:00
rstickevent.cc * Added the basics of GxsCircles service to libretroshare. 2012-11-29 22:48:28 +00:00
rstickevent.h * Added the basics of GxsCircles service to libretroshare. 2012-11-29 22:48:28 +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 version numbers 2012-12-15 13:31:28 +00:00
rsversion.in updated version numbers 2012-12-15 13:31:28 +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