lokinet/llarp
2019-02-27 21:11:52 -08:00
..
android Produce hierarchy of 'libraries' inside libllarp 2019-01-15 23:15:43 +00:00
constants implement missing libabyss functionality 2019-02-06 19:53:11 -06:00
crypto undo previous change 2019-02-27 21:11:17 -08:00
dht unconditional reply 2019-02-23 12:22:34 -05:00
dns Convert most of llarp to use Printer 2019-02-24 23:46:44 +00:00
ev clang-format 2019-02-26 15:48:03 -06:00
exit Finish replacement of Router with AbstractRouter 2019-02-14 22:31:31 +00:00
handlers Replace insert(make_pair()) with emplace() 2019-02-18 10:35:23 +00:00
link fix crash 2019-02-25 07:51:01 -05:00
linux Produce hierarchy of 'libraries' inside libllarp 2019-01-15 23:15:43 +00:00
messages stick for 10 seconds longer in relay commit 2019-02-23 12:34:12 -05:00
net Convert most of llarp to use Printer 2019-02-24 23:46:44 +00:00
path Merge pull request #354 from despair86/dev 2019-02-26 17:40:48 -05:00
router convert pubKey to RouterID 2019-02-27 21:11:52 -08:00
routing Convert llarp_buffer_t to be a class with methods 2019-02-17 13:09:48 +00:00
rpc Format changes 2019-02-22 17:18:54 +00:00
service Merge pull request #354 from despair86/dev 2019-02-26 17:40:48 -05:00
util add missing include to make linux gcc 7.3 happy 2019-02-27 00:03:25 +00: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 Create Printer - A general-purpose, stateful printer class 2019-02-24 23:46:44 +00:00
config.cpp Fix annoying typo 2019-02-12 00:33:19 +00:00
config.hpp Fix annoying typo 2019-02-12 00:33:19 +00:00
context.cpp llarp::Context uses AbstractRouter now 2019-02-22 16:21:05 +00: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 prevent deadlock 2019-02-08 08:04:12 -05:00
nodedb.hpp prevent deadlock 2019-02-08 08:04:12 -05: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 Replace insert(make_pair()) with emplace() 2019-02-18 10:35:23 +00:00
profiling.hpp make format 2019-02-04 16:41:33 -08:00
router_contact.cpp Convert most of llarp to use Printer 2019-02-24 23:46:44 +00:00
router_contact.hpp Merge pull request #349 from michael-loki/printer 2019-02-26 17:40:24 -05: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