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/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.
3 years ago
..
address_info.cpp standardize include format and pragma once 3 years ago
address_info.hpp Replace ::Hash nested structs with std::hash specializations 3 years ago
exit_info.cpp standardize include format and pragma once 3 years ago
exit_info.hpp initial commit for #1595 3 years ago
ip.cpp standardize include format and pragma once 3 years ago
ip.hpp standardize include format and pragma once 3 years ago
ip_address.cpp standardize include format and pragma once 3 years ago
ip_address.hpp Replace ::Hash nested structs with std::hash specializations 3 years ago
ip_packet.cpp initial commit for #1595 3 years ago
ip_packet.hpp initial commit for #1595 3 years ago
ip_range.cpp initial commit for #1595 3 years ago
ip_range.hpp deconstexpr ip range bogon check 3 years ago
ip_range_map.hpp initial commit for #1595 3 years ago
net.cpp prepare for ipv6 on android 3 years ago
net.h standardize include format and pragma once 3 years ago
net.hpp standardize include format and pragma once 3 years ago
net_bits.hpp standardize include format and pragma once 3 years ago
net_if.hpp standardize include format and pragma once 3 years ago
net_int.cpp various fixups and cleanups 3 years ago
net_int.hpp various fixups and cleanups 3 years ago
route.cpp Remove unneeded split(str, char) method 3 years ago
route.hpp add / remove route blackhole so we dont leak if we crash 3 years ago
sock_addr.cpp Remove unneeded split(str, char) method 3 years ago
sock_addr.hpp fix #1655 3 years ago
traffic_policy.cpp win32 fix 3 years ago
traffic_policy.hpp initial commit for #1595 3 years ago
uint128.hpp Replace ::Hash nested structs with std::hash specializations 3 years ago