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/libabyss/src
Jason Rhinelander d05e6716cb Remove llarp::str(string_view)
It was a workaround for pre-C++17 std::string which didn't support
passing a string_view to various functions/operators.  There's only one
place left that needs an explicit conversion, and that's where it is
used as a map key; so just be explicit there and remove llarp::str()
everywhere else.
4 years ago
..
client.cpp Refactor Addr -> IpAddress/SockAddr 4 years ago
http.cpp Remove llarp::str(string_view) 4 years ago
md5.cpp The Great Wall of Blame 5 years ago
server.cpp Refactor Addr -> IpAddress/SockAddr 4 years ago