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
Jason Rhinelander 281fbff42f Fix build on xenial
- xenial's cmake version (3.5.1) builds everything fine and test suite
  passes, so lower the minimum to that.

- add a hack for xenial's kernel header & glibc version breaking if both
  net/if.h and linux/if.h get included.  The only thing we actually need
  from net/if.h that linux/if.h doesn't have is `if_nametoindex`, so
  just hack that definition in for xenial's specific glibc/kernel header
  versions.
5 years ago
..
android
config Review fixes 5 years ago
constants Merge remote-tracking branch 'upstream/dev' into multithreaded-cryptography 5 years ago
crypto Move thread stuff to subdirectory 5 years ago
dht prune dht peers every router tick 5 years ago
dns Move thread stuff to subdirectory 5 years ago
ev call read handler in logic thread 5 years ago
exit Move meta programming to subdirectory 5 years ago
handlers finish multithread cryptography first pass 5 years ago
hook prepare for 0.5.0 5 years ago
iwp use static_cast 5 years ago
link fix windows port and make it compile 5 years ago
linux
messages remove more locking and make it safe 5 years ago
net Fix build on xenial 5 years ago
path Merge remote-tracking branch 'upstream/dev' into multithreaded-cryptography 5 years ago
router Merge remote-tracking branch 'upstream/dev' into multithreaded-cryptography 5 years ago
routing prepare for 0.5.0 5 years ago
rpc Add rpc call to get current addresses for our node 5 years ago
service Merge remote-tracking branch 'upstream/dev' into multithreaded-cryptography 5 years ago
util always use absl for string_view 5 years ago
win32 bump to 0.5.2 5 years ago
CMakeLists.txt remove libutp and all such code related to utp 5 years ago
app.xml
context.cpp Merge remote-tracking branch 'upstream/dev' into multithreaded-cryptography 5 years ago
dns.cpp Move logging to subdirectory 5 years ago
dns.h prepare for 0.5.0 5 years ago
dns.hpp prepare for 0.5.0 5 years ago
dnsc.cpp Move logging to subdirectory 5 years ago
dnsc.hpp prepare for 0.5.0 5 years ago
dnsd.cpp prepare for 0.5.0 5 years ago
dnsd.hpp
nodedb.cpp gut libutp and finish making things compile and pass tests 5 years ago
nodedb.hpp Move thread stuff to subdirectory 5 years ago
pow.cpp prepare for 0.5.0 5 years ago
pow.hpp
profiling.cpp
profiling.hpp Move thread stuff to subdirectory 5 years ago
router_contact.cpp reduce logging and make format 5 years ago
router_contact.hpp prepare for 0.5.0 5 years ago
router_id.cpp prepare for 0.5.0 5 years ago
router_id.hpp prepare for 0.5.0 5 years ago
testnet.c prepare for 0.5.0 5 years ago