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 2f9e182b20
Avoid ctor inheritance to make diagnostics better
Using constructor inheritance DRYs the code, but unfortunately confuses
GCC as to where the proper "required from here" location is, which makes
debugging formatting errors very difficult.  Avoid it (and update
oxen-logging to avoid it there as well).
2 years ago
..
logging Replace logging with oxen-logger 2 years ago
meta standardize include format and pragma once 3 years ago
thread Replace logging with oxen-logger 2 years ago
algorithm.hpp add forgotten file again 3 years ago
aligned.hpp Replace logging with oxen-logger 2 years ago
bencode.cpp Replace logging with oxen-logger 2 years ago
bencode.h standardize include format and pragma once 3 years ago
bencode.hpp Replace logging with oxen-logger 2 years ago
bits.hpp standardize include format and pragma once 3 years ago
buffer.cpp Replace llarp/util/endian.hpp with oxenc/endian.h 2 years ago
buffer.hpp more client to snode quic fixes 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 publish our rc out to the network when we regenerate them 2 years ago
decaying_hashtable.hpp Merge pull request #1541 from majestrate/lns-consensus-2021-02-19 3 years ago
formattable.hpp Replace logging with oxen-logger 2 years ago
fs.cpp Replace logging with oxen-logger 2 years ago
fs.hpp Update fs.hpp 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
logging.hpp Avoid ctor inheritance to make diagnostics better 2 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
priority_queue.hpp add util::ascending_priority_queue type 2 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 Replace logging with oxen-logger 2 years ago
time.cpp Replace logging with oxen-logger 2 years ago
time.hpp Replace logging with oxen-logger 2 years ago
types.hpp add gossip info to systemd status 2 years ago