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 9950adf472 Remove unneeded split(str, char) method
This function had a bug in stable (fixed in dev) when `last` returns
npos, but the function also appears to basically be duplicating what the
next split version can do, so this just removes it and uses the single
more generic split(strview, strview) method.
3 years ago
..
android standardize include format and pragma once 3 years ago
config Remove unneeded split(str, char) method 3 years ago
consensus fix for testing: 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 only use @ syntax when the dns port is not port 53 3 years ago
ev fix #1655 3 years ago
exit add path filter in lokinetmon 3 years ago
handlers fix dns on android 3 years ago
hook standardize include format and pragma once 3 years ago
iwp inbound sessions from CLIENTS should only have an elevated lifetime 3 years ago
link * add log warn 3 years ago
linux standardize include format and pragma once 3 years ago
messages move setting hop to nullptr to after delivery or delivery fail 3 years ago
net Remove unneeded split(str, char) method 3 years ago
path increase timer timeout interval because 1 seconds RTT can happen but 2 seconds is pretty bad 3 years ago
peerstats Replace ::Hash nested structs with std::hash specializations 3 years ago
quic fix #1655 3 years ago
router add / remove route blackhole so we dont leak if we crash 3 years ago
routing correctly discard invalid data on transfer traffic message 3 years ago
rpc mark exit address outbound when we add it via rpc 3 years ago
service expunge outbound contexts that have not gotten inbound traffic for a long while 3 years ago
simulation standardize include format and pragma once 3 years ago
tooling Rename isRouter -> isSNode 3 years ago
util Remove unneeded split(str, char) method 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 add MarkAddressOutbound to plainquic 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