lokinet/llarp
2021-06-08 18:06:19 -04:00
..
android standardize include format and pragma once 2021-03-09 19:01:41 -05:00
config fix an assert fail in gcc 11. 2021-06-08 14:36:29 -04:00
consensus * get_failing does not need abstract router as paramter so we remove it 2021-06-08 10:47:27 -04:00
constants increase default session lifetime to 5 minutes for mobile client related reasons 2021-06-08 14:36:31 -04:00
crypto Replace ::Hash nested structs with std::hash specializations 2021-03-10 11:19:52 -04:00
dht separate white/grey list for active/decommissioned nodes. 2021-06-07 10:57:33 -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 use weak_ptr on a path to reference its parent pathset instead of a bare pointer so crashes dont happen 2021-06-08 14:36:32 -04:00
handlers mark ip active on successful send 2021-06-08 14:52:16 -04:00
hook standardize include format and pragma once 2021-03-09 19:01:41 -05:00
iwp for inbound sessions, keep them alive for the default session lifetime, for outbound sessions keep alive for 5 ping intervals 2021-06-08 14:36:31 -04:00
link close links and remove commit 2021-06-08 14:36:34 -04:00
linux standardize include format and pragma once 2021-03-09 19:01:41 -05:00
messages convert to lambda 2021-06-08 18:06:19 -04:00
net Merge pull request #1610 from majestrate/android-fixes-2021-04-26 2021-04-29 10:05:13 -04:00
path more shit 2021-06-08 14:36:33 -04:00
peerstats Replace ::Hash nested structs with std::hash specializations 2021-03-10 11:19:52 -04:00
quic add MarkAddressOutbound to plainquic 2021-06-08 14:36:33 -04:00
router re-enable multithreading on clients but not on service nodes 2021-06-08 14:36:30 -04:00
routing correctly discard invalid data on transfer traffic message 2021-04-19 07:02:43 -04:00
rpc mark exit address outbound when we add it via rpc 2021-06-08 14:36:34 -04:00
service spelling fix 2021-06-08 17:54:40 -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 more shit 2021-06-08 14:36:33 -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 * use weak_ptr on core rpc 2021-06-07 08:41:35 -04: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 add MarkAddressOutbound to plainquic 2021-06-08 14:36:33 -04:00
lokinet_shared.cpp export functions in liblokinet for win32 dll 2021-06-08 08:32:52 -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 far stricter profiling algorithm 2021-06-08 14:36:30 -04:00
profiling.hpp make profiling far stricter for path builds 2021-05-04 17:01:29 -04: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