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/util
Jason Rhinelander 5d1230d7c9 constexpr string_view fixes
Pre-C++17 char_traits::compare isn't constexpr so we can't constexpr the
find/rfind methods that use it.

begin() etc, however, can be constexpr (and need to be for some of the
other constexpr methods here that use them).
5 years ago
..
logging Prettify uptime duration in log lines 5 years ago
meta Add return types to lambda 5 years ago
thread Removed empty cpp files 5 years ago
aligned.hpp make format 5 years ago
bencode.cpp use correct format string 5 years ago
bencode.h Make format 5 years ago
bencode.hpp Print an error when BDecodeReadFromFile() fails before calling DumpBuffer() 5 years ago
bits.hpp
buffer.cpp
buffer.hpp
codel.hpp De-abseil, part 2: mutex, locks, (most) time 5 years ago
common.hpp
compare_ptr.hpp
copy_or_nullptr.hpp
decaying_hashset.hpp * get rid of dht explore for service nodes 5 years ago
encode.cpp
encode.hpp
endian.hpp Endian defines fix for macOS 5 years ago
fs.cpp
fs.hpp Replace absl::optional with optional-lite 5 years ago
json.cpp allow multiple calls to FeedData 5 years ago
json.hpp
lokinet_init.c fix error msg 5 years ago
lokinet_init.h crash on wine, we support linux, ucb_unix, svr4 5 years ago
mem.cpp Miscellaneous small absl removals 5 years ago
mem.h
mem.hpp
printer.cpp
printer.hpp Replace absl string_view with string_view from lokimq 5 years ago
status.hpp Vastly simplified llarp::util::memFn 5 years ago
str.cpp TrimWhiteSpace -> TrimWhitespace 5 years ago
str.hpp TrimWhiteSpace -> TrimWhitespace 5 years ago
string_view.hpp constexpr string_view fixes 5 years ago
time.cpp * get rid of dht explore for service nodes 5 years ago
time.hpp Make C++ literals available everywhere in `llarp` 5 years ago
types.hpp Make C++ literals available everywhere in `llarp` 5 years ago