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 ebd2142114 Don't use std::optional::value() because f u macos
This replaces all use of std::optional's `opt.value()` with `*opt`
because macOS is great and the ghost of Steve Jobs says that actually
supporting std::optional's value() method is not for chumps before macOS
10.14.  So don't use it because Apple is great.

Pretty much all of our use of it actually is done better with operator*
anyway (since operator* doesn't do a check that the optional has a
value).

Also replaced *most* of the `has_value()` calls with direct bool
context, except for one in the config section which looked really
confusing at a glance without a has_value().
4 years ago
..
address_info.cpp Don't use std::optional::value() because f u macos 4 years ago
address_info.hpp Refactor Addr -> IpAddress/SockAddr 4 years ago
exit_info.cpp Removed RPI definition 4 years ago
exit_info.hpp fix up unit tests, make them all pass 4 years ago
ip.cpp Move IPRange out of net.hpp; free up TruncateV6 etc. 4 years ago
ip.hpp Move IPRange out of net.hpp; free up TruncateV6 etc. 4 years ago
ip_address.cpp Don't use std::optional::value() because f u macos 4 years ago
ip_address.hpp Hard code RPC's expectedHostname to 'localhost' 4 years ago
ip_packet.cpp Move IPRange out of net.hpp; free up TruncateV6 etc. 4 years ago
ip_packet.hpp Untangle some interdependencies 4 years ago
ip_range.cpp Move IPRange out of net.hpp; free up TruncateV6 etc. 4 years ago
ip_range.hpp Move IPRange out of net.hpp; free up TruncateV6 etc. 4 years ago
ip_range_map.hpp Move IPRange out of net.hpp; free up TruncateV6 etc. 4 years ago
net.cpp IsIPv4Bogon: constexpr array instead of a function-local static vector 4 years ago
net.h sun fix 5 years ago
net.hpp Avoid reserved __identifiers 4 years ago
net_if.hpp 32-bit linux patches 4 years ago
net_int.cpp Move IPRange out of net.hpp; free up TruncateV6 etc. 4 years ago
net_int.hpp The Great Wall of Blame 4 years ago
sock_addr.cpp fix sockaddr win32 and collapse headers on the unix side 4 years ago
sock_addr.hpp fix sockaddr win32 and collapse headers on the unix side 4 years ago
uint128.hpp The Great Wall of Blame 4 years ago