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.
2021-08-11 00:26:52 -03:00
..
Catch2@81d52c4a5f Revert "bump submodules" 2020-07-02 11:13:30 -04:00
config Migrate tests from gtest to catch2 2021-03-04 15:41:42 -05:00
crypto get rid of the rest of gtest/gmock 2021-03-04 15:41:53 -05:00
dns LNS (#1342) 2020-09-17 15:18:08 -04:00
hive fix up pyllarp parts 2021-03-02 07:20:29 -05:00
iwp Remove unused arguments (and ants) 2021-03-04 16:51:18 -04:00
net Remove unneeded split(str, char) method 2021-08-11 00:26:52 -03:00
nodedb nodedb refactor 2021-02-02 09:35:40 -05:00
path 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
peerstats Shut up noisy catch tests 2021-03-04 16:51:18 -04:00
regress fix regression: llarp::Context::CallSafe was not deferring call on startup 2021-04-26 06:19:46 -04:00
router Migrate tests from gtest to catch2 2021-03-04 15:41:42 -05:00
routing get rid of the rest of gtest/gmock 2021-03-04 15:41:53 -05:00
service initial commit for #1595 2021-04-19 07:02:46 -04:00
util Remove unneeded split(str, char) method 2021-08-11 00:26:52 -03:00
win32 happy new year 2020-01-05 20:40:34 -06:00
CMakeLists.txt remove untracked file 2021-04-19 07:02:45 -04:00
check_main.cpp get rid of the rest of gtest/gmock 2021-03-04 15:41:53 -05:00
llarp_test.hpp get rid of the rest of gtest/gmock 2021-03-04 15:41:53 -05:00
test_llarp_encrypted_frame.cpp generate keys in unit test 2021-03-04 15:46:12 -05:00
test_llarp_router_contact.cpp New RC format (#1368) 2020-09-25 14:05:28 -04:00
test_util.cpp Add tests for crypto/types 2019-01-15 23:33:16 +00:00
test_util.hpp Implement KeyManager tests 2019-12-09 12:29:33 -07:00