lokinet/llarp
2019-04-12 11:19:51 -04:00
..
android Produce hierarchy of 'libraries' inside libllarp 2019-01-15 23:15:43 +00:00
constants fix limit 2019-03-04 11:05:27 -05:00
crypto make format and readd win32 console color logging 2019-04-11 11:36:20 -04:00
dht fix previous commit 2019-03-27 09:53:37 -04:00
dns don't give extra record on end when nx 2019-04-12 11:19:51 -04:00
ev ooofff 2019-04-10 11:42:36 -04:00
exit log and don't remove path on died 2019-03-30 09:12:48 -04:00
handlers make it work 2019-04-11 09:19:58 -04:00
iwp Fix more address sanitiser issues 2019-04-02 10:03:53 +01:00
link use shared_ptr for event loop 2019-04-08 08:01:52 -04:00
linux Produce hierarchy of 'libraries' inside libllarp 2019-01-15 23:15:43 +00:00
messages more 2019-04-05 10:58:22 -04:00
net fix exit address 2019-04-08 14:21:01 -04:00
path call hook 2019-04-10 08:56:14 -04:00
router * less vigorous profiling 2019-04-12 08:05:43 -04:00
routing fix exit address 2019-04-08 14:21:01 -04:00
rpc make format and readd win32 console color logging 2019-04-11 11:36:20 -04:00
service make format and readd win32 console color logging 2019-04-11 11:36:20 -04:00
util make format and readd win32 console color logging 2019-04-11 11:36:20 -04:00
utp Merge pull request #480 from michael-loki/more_asan 2019-04-03 15:14:22 -04:00
win32 require full C++11 toolset for mingw-w64 (see loki-project/loki #441) 2019-02-25 21:06:02 -06:00
app.xml stray tag ;-; 2018-12-24 22:39:34 -06:00
CMakeLists.txt Revert "unbreak windows target" 2019-04-11 10:17:58 -05:00
config.cpp add trailing newline 2019-04-12 09:41:25 -04:00
config.hpp refactor logger 2019-04-11 08:58:23 -04:00
context.cpp make android compile 2019-04-08 11:54:19 -04:00
dns.cpp Convert llarp_buffer_t to be a class with methods 2019-02-17 13:09:48 +00:00
dns.h Move dns* to llarp/ 2018-12-12 02:53:01 +00:00
dns.hpp Rename to ManagedBuffer 2019-02-03 00:48:10 +00:00
dnsc.cpp Add implicit conversion from ManagedBuffer to llarp_buffer_t 2019-02-03 01:44:09 +00:00
dnsc.hpp Rename to ManagedBuffer 2019-02-03 00:48:10 +00:00
dnsd.cpp Rename to ManagedBuffer 2019-02-03 00:48:10 +00:00
dnsd.hpp Rename to ManagedBuffer 2019-02-03 00:48:10 +00:00
nodedb.cpp don't insert RCs in main thread 2019-03-29 11:08:31 -04:00
nodedb.hpp async remove dead rc files when we think they are dead 2019-03-25 09:52:22 -04:00
pow.cpp Convert most of llarp to use Printer 2019-02-24 23:46:44 +00:00
pow.hpp Convert most of llarp to use Printer 2019-02-24 23:46:44 +00:00
profiling.cpp * less vigorous profiling 2019-04-12 08:05:43 -04:00
profiling.hpp clear profiles on removal 2019-03-31 11:25:13 -04:00
router_contact.cpp fix exit info 2019-04-08 13:40:51 -04:00
router_contact.hpp fix dumb as shit path building that causes premature termiantion because of duplicate hops 2019-03-11 09:58:31 -04:00
router_id.cpp refactor 2019-02-11 12:14:43 -05:00
router_id.hpp refactor 2019-02-11 12:14:43 -05:00
testnet.c