lokinet/llarp
2021-05-01 08:57:22 -04:00
..
android standardize include format and pragma once 2021-03-09 19:01:41 -05:00
config finish wiring up config for #1595 2021-04-19 07:03:56 -04:00
consensus standardize include format and pragma once 2021-03-09 19:01:41 -05:00
constants fix up some retarded bullshit 2021-04-19 07:00:26 -04:00
crypto Replace ::Hash nested structs with std::hash specializations 2021-03-10 11:19:52 -04:00
dht temp commit 2021-04-19 07:02:46 -04:00
dns temp commit 2021-04-19 07:02:46 -04:00
ev fix regression: llarp::Context::CallSafe was not deferring call on startup 2021-04-26 06:19:46 -04:00
exit formatting 2021-04-19 07:02:45 -04:00
handlers parameterize traffic alignement timeout in dns lookups 2021-05-01 08:55:54 -04:00
hook standardize include format and pragma once 2021-03-09 19:01:41 -05:00
iwp Revert "tweak timeout parameters for link layer." 2021-04-19 07:02:44 -04:00
link Replace ::Hash nested structs with std::hash specializations 2021-03-10 11:19:52 -04:00
linux standardize include format and pragma once 2021-03-09 19:01:41 -05:00
messages temp commit 2021-04-19 07:02:46 -04:00
net Merge pull request #1610 from majestrate/android-fixes-2021-04-26 2021-04-29 10:05:13 -04:00
path limit path reanimation 2021-05-01 08:54:46 -04:00
peerstats Replace ::Hash nested structs with std::hash specializations 2021-03-10 11:19:52 -04:00
quic 😡 2021-04-21 00:24:35 -03:00
router Fixes subtle memory leak, adds comments 2021-04-29 20:10:55 -04:00
routing correctly discard invalid data on transfer traffic message 2021-04-19 07:02:43 -04:00
rpc limit calls to service node list updates for when we are synching the chain we dont spam with list updates 2021-04-27 16:13:05 -04:00
service fix up outbound session 2021-05-01 08:52:41 -04:00
simulation standardize include format and pragma once 2021-03-09 19:01:41 -05:00
tooling Rename isRouter -> isSNode 2021-04-19 06:58:36 -04:00
util don't rehash decaying hashsets that is no bueno and probably leaks like the pipes in tom's apartment 2021-05-01 08:57:22 -04:00
vpn allow failure of setting ipv6 address when it is not allowed by kernel on linux 2021-03-20 09:55:43 -04:00
win32 standardize include format and pragma once 2021-03-09 19:01:41 -05:00
app.xml
bootstrap.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
bootstrap.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
CMakeLists.txt Add systemd-resolved dynamic DNS updating 2021-04-28 16:48:10 -03:00
context.cpp fix regression: llarp::Context::CallSafe was not deferring call on startup 2021-04-26 06:19:46 -04:00
endpoint_base.cpp add untracked file 2021-04-19 07:02:44 -04:00
endpoint_base.hpp temp commit 2021-04-19 07:02:46 -04:00
lokinet_shared.cpp cleanup after rebase 2021-04-19 07:19:07 -04:00
nodedb.cpp liblokinet additions: 2021-04-19 06:59:07 -04:00
nodedb.hpp liblokinet additions: 2021-04-19 06:59:07 -04:00
pow.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
pow.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
profiling.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
profiling.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
router_contact.cpp srv records 2021-04-19 07:02:43 -04:00
router_contact.hpp srv records 2021-04-19 07:02:43 -04:00
router_id.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
router_id.hpp Replace ::Hash nested structs with std::hash specializations 2021-03-10 11:19:52 -04:00
router_version.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
router_version.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
testnet.c