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 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
..
logging make default log level warn fixes #1593 3 years ago
meta standardize include format and pragma once 3 years ago
thread standardize include format and pragma once 3 years ago
algorithm.hpp add forgotten file again 3 years ago
aligned.hpp various fixups and cleanups 3 years ago
bencode.cpp standardize include format and pragma once 3 years ago
bencode.h standardize include format and pragma once 3 years ago
bencode.hpp finish wiring up config for #1595 3 years ago
bits.hpp standardize include format and pragma once 3 years ago
buffer.cpp more client to snode quic fixes 3 years ago
buffer.hpp more client to snode quic fixes 3 years ago
codel.hpp standardize include format and pragma once 3 years ago
common.hpp standardize include format and pragma once 3 years ago
compare_ptr.hpp standardize include format and pragma once 3 years ago
copy_or_nullptr.hpp standardize include format and pragma once 3 years ago
decaying_hashset.hpp more shit 3 years ago
decaying_hashtable.hpp Merge pull request #1541 from majestrate/lns-consensus-2021-02-19 3 years ago
endian.hpp standardize include format and pragma once 3 years ago
fs.cpp standardize include format and pragma once 3 years ago
fs.hpp use std::make_optional for backwards compat on older toolchains 3 years ago
json.cpp standardize include format and pragma once 3 years ago
json.hpp standardize include format and pragma once 3 years ago
lokinet_init.c standardize include format and pragma once 3 years ago
lokinet_init.h standardize include format and pragma once 3 years ago
mem.cpp standardize include format and pragma once 3 years ago
mem.h standardize include format and pragma once 3 years ago
mem.hpp standardize include format and pragma once 3 years ago
printer.cpp standardize include format and pragma once 3 years ago
printer.hpp standardize include format and pragma once 3 years ago
status.hpp standardize include format and pragma once 3 years ago
str.cpp Remove unneeded split(str, char) method 3 years ago
str.hpp Remove unneeded split(str, char) method 3 years ago
time.cpp liblokinet additions: 3 years ago
time.hpp liblokinet additions: 3 years ago
types.hpp liblokinet additions: 3 years ago