RetroShare/libretroshare/src/dbase
2016-01-12 21:43:04 -05:00
..
cachestrapper.cc fixed some leaking memory issues in loadList() methods, and also increased consistency by not returning non empty list with deleted items inside 2015-12-30 18:20:09 -05:00
cachestrapper.h fixed bug leaking file lists. Do not use previous commit: it will leak your file lists. 2015-04-01 21:08:30 +00:00
cachetest.h Added Cache's to retroshare configuration. 2008-02-09 12:47:45 +00:00
fimonitor.cc removed two instances of malloc(0) captured by new rs_malloc funtion 2016-01-12 21:43:04 -05:00
fimonitor.h created 2 subclasses of RsThread, one for ticking services, and one for single shot jobs. Now all threads use the same base code. 2015-05-22 20:54:38 +00:00
findex.cc Fix MacOSX 10.10 Yosemite Compilation 2015-12-22 17:27:51 +01:00
findex.h Fix MacOSX 10.10 Yosemite Compilation 2015-12-22 17:27:51 +01:00
fistore.cc fixed memory leak in FileIndexStore 2015-06-17 09:21:27 +00:00
fistore.h Removed unnecessary method p3Notify::AddFeedItem. 2014-11-11 20:28:45 +00:00
rsexpr.cc changed post fixed operator++ into prefixed. More efficient on some systems. Patch from Phenom. 2014-10-24 22:07:26 +00:00