RetroShare/libretroshare/src/util
Gioacchino Mazzurco 856ce2ffb1
Do not depend on Qt at all on Android
Do the necessary modifications to not depend on Qt to run on Android
  both in libretroshare and in retroshare-service
2021-11-30 11:55:15 +01:00
..
argstream.h fixed license in libretroshare 2018-11-11 14:24:48 +01:00
contentvalue.cc relicensed tcponudp, turtle, unused, upnp, and part of util/ 2018-05-30 21:19:13 +02:00
contentvalue.h relicensed tcponudp, turtle, unused, upnp, and part of util/ 2018-05-30 21:19:13 +02:00
cxx11retrocompat.h Fix warning caused by clang defining _GNUC_ 2018-10-03 19:07:46 +02:00
cxx14retrocompat.h Add C++14 template types helpers that seems missing in TravisCI MacOSX 2020-04-14 12:17:02 +02:00
cxx17retrocompat.h Backport as_const C++17 helper 2019-11-07 19:51:25 +01:00
cxx23retrocompat.h Implement pull request mechanism in RsGxsNetService 2021-11-12 18:41:10 +01:00
dnsresolver.cc Add ability to retrieve External IP using DNS server. 2021-11-05 22:48:41 +01:00
dnsresolver.h Cleanup RsThread and related classes 2019-12-30 10:38:54 +01:00
exampletst.c
extaddrfinder.cc Change some code according G10h4ck remarks. 2021-11-06 00:32:36 +01:00
extaddrfinder.h Change some code according G10h4ck remarks. 2021-11-06 00:32:36 +01:00
folderiterator.cc Optimization, cleanup, compiler warning fix 2021-07-19 16:40:13 +02:00
folderiterator.h Optimization, cleanup, compiler warning fix 2021-07-19 16:40:13 +02:00
i2pcommon.cpp fixed wrong size check 2021-03-16 21:15:31 +01:00
i2pcommon.h fixed wrong size check 2021-03-16 21:15:31 +01:00
radix32.h fixed retroshare.project email in licenses 2018-11-11 20:42:48 +01:00
radix64.h Improve files links generation parsing and errors 2020-04-14 12:17:01 +02:00
retrodb.cc fixed bug in SQL access where timeout was compared to a negative value 2020-03-05 20:51:02 +01:00
retrodb.h Improve SQLCipher/SQLite support 2019-08-31 16:22:24 +02:00
rsbase64.cc RsBase64 calculate size properly and avoid FP math 2020-05-28 17:57:42 +02:00
rsbase64.h RsBase64 calculate size properly and avoid FP math 2020-05-28 17:57:42 +02:00
rsdbbind.cc relicensed tcponudp, turtle, unused, upnp, and part of util/ 2018-05-30 21:19:13 +02:00
rsdbbind.h relicensed tcponudp, turtle, unused, upnp, and part of util/ 2018-05-30 21:19:13 +02:00
rsdebug.cc Fix android build due missing include 2021-11-06 11:35:28 +01:00
rsdebug.h Enable IPv6 DNS ExtIpFinder 2021-11-05 22:48:41 +01:00
rsdebuglevel0.h Multiple improvements in debugging helpers 2020-06-01 00:53:58 +02:00
rsdebuglevel1.h Multiple improvements in debugging helpers 2020-06-01 00:53:58 +02:00
rsdebuglevel2.h Multiple improvements in debugging helpers 2020-06-01 00:53:58 +02:00
rsdebuglevel3.h Multiple improvements in debugging helpers 2020-06-01 00:53:58 +02:00
rsdebuglevel4.h Multiple improvements in debugging helpers 2020-06-01 00:53:58 +02:00
rsdeprecate.h relicensed tcponudp, turtle, unused, upnp, and part of util/ 2018-05-30 21:19:13 +02:00
rsdir.cc Merge pull request #2444 from G10h4ck/single_file_share_plus_cleanup 2021-10-19 15:45:32 +02:00
rsdir.h Optimization, cleanup, compiler warning fix 2021-07-19 16:40:13 +02:00
rsdiscspace.cc Use safer rstime_t instead of time_t 2018-10-07 13:07:06 +02:00
rsdiscspace.h Use safer rstime_t instead of time_t 2018-10-07 13:07:06 +02:00
rsdnsutils.cc Fix rsGetHostByNameSpecDNS by closing socket. 2021-11-08 10:20:44 +01:00
rsendian.h Fix description in copyright header 2020-08-01 18:28:20 +02:00
rsexpr.cc fixed license in libretroshare 2018-11-11 14:24:48 +01:00
rsinitedptr.h fixed retroshare.project email in licenses 2018-11-11 20:42:48 +01:00
rsjson.cc Fix wrong rapidjson include on Appveyor 2019-11-28 01:38:49 +01:00
rsjson.h Change raw memory JSON representation 2020-05-28 23:01:04 +02:00
rskbdinput.cc added missing iostream for windows 2019-09-07 13:40:45 +02:00
rskbdinput.h fixed compilation in new getpass method 2019-09-06 22:51:10 +02:00
rsmemcache.h cleaned-up circles cache. Needs testing. 2020-05-07 17:31:58 +02:00
rsmemory.h First working prototype of GXS service search 2021-10-28 09:51:29 +02:00
rsnet.cc Change some code according G10h4ck remarks. 2021-11-06 00:32:36 +01:00
rsnet.h Change some code according G10h4ck remarks. 2021-11-06 00:32:36 +01:00
rsnet_ss.cc Change some code according G10h4ck remarks. 2021-11-06 00:32:36 +01:00
rsprint.cc Merge pull request #1364 from G10h4ck/safer_time 2018-10-10 22:03:51 +02:00
rsprint.h fixed bad signature checking code for config files 2018-10-05 16:54:36 +02:00
rsrandom.cc Proper naming for RsRandom string functions 2020-06-12 20:06:43 +02:00
rsrandom.h Document what chars are return RsRandom::alphaNumeric 2020-06-13 14:58:30 +02:00
rsrecogn.cc added more info to deserialization warning in rsrecogn 2018-11-01 21:42:07 +01:00
rsrecogn.h relicensed util/ and moved rsaes to crypto/ 2018-05-30 21:34:38 +02:00
rssharedptr.h removed aliasing in storeMessages/storeGroups, removed several memory leaks in unittests, improved auto-delete structures in rsgxsutil, added deletion for members of RsGenExchange, removed shared pointers from unittests (they cause a memory leak and are only used in unittests) 2017-07-25 00:07:53 +02:00
rsstd.h fixed retroshare.project email in licenses 2018-11-11 20:42:48 +01:00
rsstring.cc Improve debugabbility of JSON API 2020-01-27 21:22:49 +01:00
rsstring.h Improve debugabbility of JSON API 2020-01-27 21:22:49 +01:00
rsthreads.cc RsThread fix warning and cleanup 2021-11-04 19:17:57 +01:00
rsthreads.h mark single argument RsStackMutex costructor explicit 2021-11-05 15:31:08 +01:00
rstickevent.cc Use safer rstime_t instead of time_t 2018-10-07 13:07:06 +02:00
rstickevent.h Use safer rstime_t instead of time_t 2018-10-07 13:07:06 +02:00
rstime.cc relicensed util/ and moved rsaes to crypto/ 2018-05-30 21:34:38 +02:00
rstime.h Optimization, cleanup, compiler warning fix 2021-07-19 16:40:13 +02:00
rsurl.cc Initial work on RsFiles links support in libretroshare 2020-04-14 12:17:01 +02:00
rsurl.h Initial work on RsFiles links support in libretroshare 2020-04-14 12:17:01 +02:00
rswin.h relicensed util/ and moved rsaes to crypto/ 2018-05-30 21:34:38 +02:00
smallobject.cc Use safer rstime_t instead of time_t 2018-10-07 13:07:06 +02:00
smallobject.h added compile option to use sanitizer and already fixed a few misalignment errors with it 2019-05-11 22:25:02 +02:00
stacktrace.h Implement stracktrace for Android 2019-08-23 11:49:26 +02:00
utest.h