You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/llarp
Ryan Tharp 1114ba1295 fix staging 6 years ago
..
android Produce hierarchy of 'libraries' inside libllarp 6 years ago
constants implement missing libabyss functionality 6 years ago
crypto Simplify some code 6 years ago
dht refactor 6 years ago
dns reply with cname 6 years ago
ev Replace usage of new/delete with unique_ptr/stack allocation 6 years ago
exit refactor 6 years ago
handlers refactor 6 years ago
link Replace usage of new/delete with unique_ptr/stack allocation 6 years ago
linux Produce hierarchy of 'libraries' inside libllarp 6 years ago
messages Replace usage of new/delete with unique_ptr/stack allocation 6 years ago
net add introspection rpc endpoint 6 years ago
path refactor 6 years ago
router make outbound port configurable on runtime 6 years ago
routing make format 6 years ago
rpc Merge pull request #303 from michael-loki/no_new 6 years ago
service refactor 6 years ago
util Merge branch 'cmake_refactor' of https://github.com/michael-loki/loki-network 6 years ago
win32 Refactor CMakeLists into distinct directories 6 years ago
CMakeLists.txt fix staging 6 years ago
app.xml stray tag ;-; 6 years ago
config.cpp Fix annoying typo 6 years ago
config.hpp Fix annoying typo 6 years ago
context.cpp Fix annoying typo 6 years ago
dns.cpp Replace usage of new/delete with unique_ptr/stack allocation 6 years ago
dns.h Move dns* to llarp/ 6 years ago
dns.hpp Rename to ManagedBuffer 6 years ago
dnsc.cpp Add implicit conversion from ManagedBuffer to llarp_buffer_t 6 years ago
dnsc.hpp Rename to ManagedBuffer 6 years ago
dnsd.cpp Rename to ManagedBuffer 6 years ago
dnsd.hpp Rename to ManagedBuffer 6 years ago
nodedb.cpp prevent deadlock 6 years ago
nodedb.hpp prevent deadlock 6 years ago
pow.cpp Create CopyableBuffer type 6 years ago
pow.hpp make format 6 years ago
profiling.cpp Create CopyableBuffer type 6 years ago
profiling.hpp make format 6 years ago
router_contact.cpp disable rc expiration 6 years ago
router_contact.hpp refactor 6 years ago
router_id.cpp refactor 6 years ago
router_id.hpp refactor 6 years ago
testnet.c