lokinet/llarp/util
Jason Rhinelander 39d31df059
no-op LogTrace(); print chars as ints
- LogTrace() (and LogTraceTag, etc.) are now no-ops for release builds.
(hoping there are no side effects in trace logging!)
- renamed llarp::_Log to llarp::_log because _Log is a reserved keyword
- change logging code to implicitly convert 1-byte types (char, unsigned
char, uint8_t) to ints so that we print them as numeric values rather
than raw chars because, more often than not, printing a single char is
trying to log an 8-bit value.
2021-04-19 06:57:46 -04:00
..
logging no-op LogTrace(); print chars as ints 2021-04-19 06:57:46 -04:00
meta standardize include format and pragma once 2021-03-09 19:01:41 -05:00
thread standardize include format and pragma once 2021-03-09 19:01:41 -05:00
aligned.hpp Replace ::Hash nested structs with std::hash specializations 2021-03-10 11:19:52 -04:00
bencode.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
bencode.h standardize include format and pragma once 2021-03-09 19:01:41 -05:00
bencode.hpp Convert protocol type to enum class 2021-03-10 11:16:55 -04:00
bits.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
buffer.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
buffer.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
codel.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
common.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
compare_ptr.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
copy_or_nullptr.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
decaying_hashset.hpp * lessen replay filter window 2021-04-12 13:14:59 -04:00
decaying_hashtable.hpp Merge pull request #1541 from majestrate/lns-consensus-2021-02-19 2021-03-26 19:24:29 -04:00
endian.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
fs.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
fs.hpp Merge remote-tracking branch 'origin/stable' into dev 2021-04-17 09:18:37 -04:00
json.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
json.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
lokinet_init.c standardize include format and pragma once 2021-03-09 19:01:41 -05:00
lokinet_init.h standardize include format and pragma once 2021-03-09 19:01:41 -05:00
mem.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
mem.h standardize include format and pragma once 2021-03-09 19:01:41 -05:00
mem.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
printer.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
printer.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
status.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
str.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
str.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
time.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
time.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
types.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00