RetroShare/libretroshare/src/util
Gio c3aca0cf26 Implement a working Distant Chat prototype in Qml
Deprecate id field in JSON API as it may cause problems in Qml
Offer gxs_id field in JSON API as an id alternative
LibresapiLocalClient support callbacks now an instance may be shared for
  different tasks
Expose an instance of LibresapiLocalClient to Qml, type exposure is kept
  for retrocompatibility but deprecated
Qml app now has a tab that permit to exchange some message with selected
  distant peer
2016-12-08 15:56:23 +01:00
..
argstream.h Fix Some gcc warnings 383 to 208 lines 2016-11-30 22:01:01 +01:00
contentvalue.cc Fix ContentValue::ContentValue if GetAsxxx return false. 2016-05-12 20:29:12 +02:00
contentvalue.h Fix meta update in gen exchange (for meta service string updates) 2014-06-03 21:49:41 +00:00
dnsresolver.cc added checks for result of pthread_create (issue #126) 2015-10-20 18:39:32 -04: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 added checks for result of pthread_create (issue #126) 2015-10-20 18:39:32 -04:00
extaddrfinder.h Massive commit - changing from sockaddr_in => sockaddr_storage. 2013-09-13 14:35:19 +00:00
folderiterator.cc Fix Some gcc warnings 383 to 208 lines 2016-11-30 22:01:01 +01:00
folderiterator.h added parameter to disallow hashing files which time is in the future (as they severely perturbate the synchronisation process) 2016-11-16 21:49:27 +01:00
pugiconfig.h checked in first bits of code for cache service data optimisation, 2011-03-04 22:16:25 +00:00
radix64.h changed prototype of Radix encoding to take unsigned char* instead of char* 2016-05-10 22:17:48 -04:00
retrodb.cc libretroshare: remove unused variables 2016-06-02 14:54:07 +02:00
retrodb.h Removed not used time consuming calculation of row count from RetroCursor. 2015-09-08 15:14:26 +02:00
rsaes.cc added missing EVP_CIPHER_CTX_cleanup calls (issue #128) 2015-10-20 18:32:10 -04: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 two instances of malloc(0) captured by new rs_malloc funtion 2016-01-12 21:43:04 -05: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 fixed compilation on debian squeeze. Removed placeHolder properties in CreateGxsForumMsg.ui and GxsGroupDialog.ui which need to be set in the cpp. Added a new DEFINE=NO_SQLCIPHER to compile without sqlcipher when sqlcipher cannot be found (no sqlcipher is available on debian squeeze). 2015-02-13 19:34:38 +00:00
rsdebug.cc removed dead code and cleanup 2016-06-18 13:11:21 +02:00
rsdebug.h removed dead code and cleanup 2016-06-18 13:11:21 +02:00
rsdeprecate.h Expose libresapi for distant chat 2016-12-07 20:29:33 +01:00
rsdir.cc Implement a working Distant Chat prototype in Qml 2016-12-08 15:56:23 +01:00
rsdir.h added an option to follow symbolic links or not, and anti-loop system during directories traversal 2016-11-24 23:42:56 +01:00
rsdiscspace.cc Retroshare android service now run and start at boot on android, the qml app is still disfunctional 2016-08-23 12:15:28 +02:00
rsdiscspace.h - Fixed crash because of a memory overwrite 2013-07-26 23:12:09 +00:00
rsexpr.cc simplified a bit the code in Flat_Model, and tried to fix the crash when sorting items 2016-09-13 21:23:27 +02:00
rsinitedptr.h added missign file from previous merge 2014-08-26 17:14:40 +00:00
rsmemcache.h merged with upstream/master 2016-06-16 20:19:03 -04:00
rsmemory.cc use RsTemporaryMemory in signature verification 2016-04-30 17:33:47 -04:00
rsmemory.h removed two instances of malloc(0) captured by new rs_malloc funtion 2016-01-12 21:43:04 -05:00
rsnet_ss.cc libretroshare: remove unused variables 2016-06-02 14:54:07 +02:00
rsnet.cc fixed possible crash in rsnet.cc 2016-05-10 09:46:33 -04:00
rsnet.h Merge pull request #162 from G10h4ck/getLocalAddresses 2015-12-29 16:39:15 -05:00
rsprint.cc added backend for distant message and distant chat filtering based on contact list 2015-12-25 22:37:06 -05:00
rsprint.h added backend for distant message and distant chat filtering based on contact list 2015-12-25 22:37:06 -05: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 Fix Some gcc warnings 383 to 208 lines 2016-11-30 22:01:01 +01:00
rsrecogn.h separated RsTlvSecurityKey into two incompatible classes to enforce the correct usage of private vs. public keys 2016-06-02 23:47:57 -04:00
rsscopetimer.cc Added extended debug outputs of times in RsDataService. 2015-08-11 23:19:37 +02:00
rsscopetimer.h Added extended debug outputs of times in RsDataService. 2015-08-11 23:19:37 +02:00
rssharedptr.h added missing lock in RsSharedPtr destructor 2016-02-13 11:55:27 +01:00
rsstd.h Fixed memory leak in request handling by adding a destructor the the request classes derived from GxsRequest and delete the result. 2015-01-25 23:22:58 +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 generally prevent threads to start twice, and fixed bug causing DirWatcher to be run twice 2016-11-07 10:09:28 +01:00
rsthreads.h introduce thread naming 2016-06-01 15:07:41 +02:00
rstickevent.cc changed post fixed operator++ into prefixed. More efficient on some systems. Patch from Phenom. 2014-10-24 22:07:26 +00:00
rstickevent.h * Added the basics of GxsCircles service to libretroshare. 2012-11-29 22:48:28 +00:00
rsversioninfo.cc updated version info to new hexa format 2015-08-02 19:10:59 +02:00
rsversioninfo.h Removed version files from retroshare-gui. 2015-01-14 23:26:51 +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 attempt at fixing the crash when quitting RS (due to operator new not being able to allocate memory from deleted allocator 2016-06-06 22:55:23 -04:00
smallobject.h attempt to fix the crash at exit, due to some threads asking for memory while the memory management structure is already gone 2015-10-28 21:22:07 -04:00
stacktrace.h Disable stacktrace for android as execinfo.h is not available 2016-07-18 18:51:27 +02:00
utest.h Addition of new makefile scripts. 2007-11-16 04:45:00 +00:00