lokinet/llarp/net
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
..
address_info.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
address_info.hpp Replace ::Hash nested structs with std::hash specializations 2021-03-10 11:19:52 -04:00
exit_info.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
exit_info.hpp initial commit for #1595 2021-04-19 07:02:46 -04:00
ip_address.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
ip_address.hpp Replace ::Hash nested structs with std::hash specializations 2021-03-10 11:19:52 -04:00
ip_packet.cpp initial commit for #1595 2021-04-19 07:02:46 -04:00
ip_packet.hpp initial commit for #1595 2021-04-19 07:02:46 -04:00
ip_range_map.hpp initial commit for #1595 2021-04-19 07:02:46 -04:00
ip_range.cpp initial commit for #1595 2021-04-19 07:02:46 -04:00
ip_range.hpp deconstexpr ip range bogon check 2021-04-19 11:39:26 -04:00
ip.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
ip.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
net_bits.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
net_if.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
net_int.cpp various fixups and cleanups 2021-04-19 06:58:37 -04:00
net_int.hpp various fixups and cleanups 2021-04-19 06:58:37 -04:00
net.cpp prepare for ipv6 on android 2021-04-26 10:40:10 -04:00
net.h standardize include format and pragma once 2021-03-09 19:01:41 -05:00
net.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
route.cpp Remove unneeded split(str, char) method 2021-08-11 00:26:52 -03:00
route.hpp add / remove route blackhole so we dont leak if we crash 2021-07-12 08:26:53 -04:00
sock_addr.cpp Remove unneeded split(str, char) method 2021-08-11 00:26:52 -03:00
sock_addr.hpp fix #1655 2021-06-20 05:59:22 -04:00
traffic_policy.cpp win32 fix 2021-04-19 07:03:56 -04:00
traffic_policy.hpp initial commit for #1595 2021-04-19 07:02:46 -04:00
uint128.hpp Replace ::Hash nested structs with std::hash specializations 2021-03-10 11:19:52 -04:00