RetroShare/libretroshare/src/util
chrisparker126 6b0594dfe1 Fixed database keying bug, left db closed causing meta modification fail.
- needed to keep ssl pword a little while longer after rs init

Added more sturdy logic to prevent segv on failed msg/grp meta modification

Added, Data base does not key database if key string is empty

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6448 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-06-20 19:50:25 +00:00
..
contentvalue.cc nxs msg transaction now working and test commited 2012-09-01 14:47:22 +00:00
contentvalue.h Fixed sql injection bug using sqlite prepared statements. 2013-04-20 13:39:02 +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 Fixed database keying bug, left db closed causing meta modification fail. 2013-06-20 19:50:25 +00:00
retrodb.h merging gxs_phase2 branch 2013-06-04 21:00:43 +00:00
rsaes.cc bug fixing. Apparently still problems with AES padding. 2013-04-21 19:16:25 +00:00
rsaes.h added crypto functions and msg sending/receiving for private distant chat 2013-04-08 21:25:32 +00:00
rsdbbind.cc Fixed sql injection bug using sqlite prepared statements. 2013-04-20 13:39:02 +00:00
rsdbbind.h Fixed sql injection bug using sqlite prepared statements. 2013-04-20 13:39:02 +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 fixed more tests. Added checking for initialized partials and download directories in RsDiscSpace 2012-12-27 10:23:38 +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 added include that might be necessary on some architectures 2013-06-09 18:49:39 +00:00
rsmemcache.h Added #defines to disable much debugging statements. 2013-02-27 21:16:03 +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 first version of distant messages. Still needs some debugging 2013-04-29 20:44:48 +00:00
rsrandom.h first version of distant messages. Still needs some debugging 2013-04-29 20:44:48 +00:00
rsstring.cc Added patch from AsamK: 2013-01-23 13:19:05 +00:00
rsstring.h FeedReader: 2013-01-22 00:11:43 +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 More disabled debugging. 2013-02-27 21:18:36 +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 updating svn version for release. 2013-03-16 12:13:09 +00:00
rsversion.in update version 2013-03-15 11:36:20 +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