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/test
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
..
Catch2@81d52c4a5f Revert "bump submodules" 4 years ago
config Migrate tests from gtest to catch2 3 years ago
crypto get rid of the rest of gtest/gmock 3 years ago
dns LNS (#1342) 4 years ago
hive fix up pyllarp parts 3 years ago
iwp Remove unused arguments (and ants) 3 years ago
net Remove unneeded split(str, char) method 3 years ago
nodedb nodedb refactor 3 years ago
path use weak_ptr on a path to reference its parent pathset instead of a bare pointer so crashes dont happen 3 years ago
peerstats Shut up noisy catch tests 3 years ago
regress fix regression: llarp::Context::CallSafe was not deferring call on startup 3 years ago
router Migrate tests from gtest to catch2 3 years ago
routing get rid of the rest of gtest/gmock 3 years ago
service initial commit for #1595 3 years ago
util Remove unneeded split(str, char) method 3 years ago
win32 happy new year 4 years ago
CMakeLists.txt remove untracked file 3 years ago
check_main.cpp get rid of the rest of gtest/gmock 3 years ago
llarp_test.hpp get rid of the rest of gtest/gmock 3 years ago
test_llarp_encrypted_frame.cpp generate keys in unit test 3 years ago
test_llarp_router_contact.cpp New RC format (#1368) 4 years ago
test_util.cpp Add tests for crypto/types 5 years ago
test_util.hpp Implement KeyManager tests 4 years ago