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
Michael 887fb4ac62
Replace insert(make_pair()) with emplace()
6 years ago
..
android Produce hierarchy of 'libraries' inside libllarp 6 years ago
constants implement missing libabyss functionality 6 years ago
crypto Finish replacement of Router with AbstractRouter 6 years ago
dht Convert llarp_buffer_t to be a class with methods 6 years ago
dns Convert llarp_buffer_t to be a class with methods 6 years ago
ev Fixup windows 6 years ago
exit Finish replacement of Router with AbstractRouter 6 years ago
handlers Replace insert(make_pair()) with emplace() 6 years ago
link Replace insert(make_pair()) with emplace() 6 years ago
linux Produce hierarchy of 'libraries' inside libllarp 6 years ago
messages Convert llarp_buffer_t to be a class with methods 6 years ago
net Convert llarp_buffer_t to be a class with methods 6 years ago
path Replace insert(make_pair()) with emplace() 6 years ago
router Replace insert(make_pair()) with emplace() 6 years ago
routing Convert llarp_buffer_t to be a class with methods 6 years ago
rpc Move abyss/json to llarp/util/json 6 years ago
service Replace insert(make_pair()) with emplace() 6 years ago
util fix linux gcc 7.3 error (warning) 6 years ago
win32 Refactor CMakeLists into distinct directories 6 years ago
CMakeLists.txt Replace insert(make_pair()) with emplace() 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 Convert llarp_buffer_t to be a class with methods 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 Replace insert(make_pair()) with emplace() 6 years ago
profiling.hpp make format 6 years ago
router_contact.cpp Convert llarp_buffer_t to be a class with methods 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