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
Jeff Becker cce15b13c8
dont establish paths to inbound sessions to try and address state race condition
3 years ago
..
android standardize include format and pragma once 3 years ago
config fix an assert fail in gcc 11. 3 years ago
consensus * get_failing does not need abstract router as paramter so we remove it 3 years ago
constants increase default session lifetime to 5 minutes for mobile client related reasons 3 years ago
crypto Replace ::Hash nested structs with std::hash specializations 3 years ago
dht separate white/grey list for active/decommissioned nodes. 3 years ago
dns temp commit 3 years ago
ev fix regression: llarp::Context::CallSafe was not deferring call on startup 3 years ago
exit use weak_ptr on a path to reference its parent pathset instead of a bare pointer so crashes dont happen 3 years ago
handlers dont establish paths to inbound sessions to try and address state race condition 3 years ago
hook standardize include format and pragma once 3 years ago
iwp for inbound sessions, keep them alive for the default session lifetime, for outbound sessions keep alive for 5 ping intervals 3 years ago
link make outbound session if we do not have 3 years ago
linux standardize include format and pragma once 3 years ago
messages record reason for path fail and the full hops 3 years ago
net Merge pull request #1610 from majestrate/android-fixes-2021-04-26 3 years ago
path nuke from orbit style router profiling for path build timeouts. 3 years ago
peerstats Replace ::Hash nested structs with std::hash specializations 3 years ago
quic 😡 3 years ago
router re-enable multithreading on clients but not on service nodes 3 years ago
routing correctly discard invalid data on transfer traffic message 3 years ago
rpc Make format 3 years ago
service dont establish paths to inbound sessions to try and address state race condition 3 years ago
simulation standardize include format and pragma once 3 years ago
tooling Rename isRouter -> isSNode 3 years ago
util make default log level warn fixes #1593 3 years ago
vpn allow failure of setting ipv6 address when it is not allowed by kernel on linux 3 years ago
win32 standardize include format and pragma once 3 years ago
CMakeLists.txt * use weak_ptr on core rpc 3 years ago
app.xml stray tag ;-; 6 years ago
bootstrap.cpp standardize include format and pragma once 3 years ago
bootstrap.hpp standardize include format and pragma once 3 years ago
context.cpp fix regression: llarp::Context::CallSafe was not deferring call on startup 3 years ago
endpoint_base.cpp add untracked file 3 years ago
endpoint_base.hpp temp commit 3 years ago
lokinet_shared.cpp export functions in liblokinet for win32 dll 3 years ago
nodedb.cpp liblokinet additions: 3 years ago
nodedb.hpp liblokinet additions: 3 years ago
pow.cpp standardize include format and pragma once 3 years ago
pow.hpp standardize include format and pragma once 3 years ago
profiling.cpp far stricter profiling algorithm 3 years ago
profiling.hpp make profiling far stricter for path builds 3 years ago
router_contact.cpp srv records 3 years ago
router_contact.hpp srv records 3 years ago
router_id.cpp standardize include format and pragma once 3 years ago
router_id.hpp Replace ::Hash nested structs with std::hash specializations 3 years ago
router_version.cpp standardize include format and pragma once 3 years ago
router_version.hpp standardize include format and pragma once 3 years ago
testnet.c prepare for 0.5.0 5 years ago