lokinet/llarp
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
..
android standardize include format and pragma once 2021-03-09 19:01:41 -05:00
config Merge pull request #1573 from jagerman/more-code-refactors 2021-03-23 16:22:23 -04:00
consensus standardize include format and pragma once 2021-03-09 19:01:41 -05:00
constants lokinet-bootstrap native binary 2021-04-15 20:06:15 -04:00
crypto Replace ::Hash nested structs with std::hash specializations 2021-03-10 11:19:52 -04:00
dht Replace ::Hash nested structs with std::hash specializations 2021-03-10 11:19:52 -04:00
dns standardize include format and pragma once 2021-03-09 19:01:41 -05:00
ev remove old vpnio bits 2021-04-19 06:52:23 -04:00
exit Replace ::Hash nested structs with std::hash specializations 2021-03-10 11:19:52 -04:00
handlers Merge pull request #1541 from majestrate/lns-consensus-2021-02-19 2021-03-26 19:24:29 -04:00
hook standardize include format and pragma once 2021-03-09 19:01:41 -05:00
iwp * lessen replay filter window 2021-04-12 13:14:59 -04:00
link Replace ::Hash nested structs with std::hash specializations 2021-03-10 11:19:52 -04:00
linux standardize include format and pragma once 2021-03-09 19:01:41 -05:00
messages standardize include format and pragma once 2021-03-09 19:01:41 -05:00
net Replace ::Hash nested structs with std::hash specializations 2021-03-10 11:19:52 -04:00
path * lessen replay filter window 2021-04-12 13:14:59 -04:00
peerstats Replace ::Hash nested structs with std::hash specializations 2021-03-10 11:19:52 -04:00
quic Migrate plainquic logging to llarp logging 2021-04-19 06:57:46 -04:00
router Merge pull request #1573 from jagerman/more-code-refactors 2021-03-23 16:22:23 -04:00
routing standardize include format and pragma once 2021-03-09 19:01:41 -05:00
rpc Merge pull request #1541 from majestrate/lns-consensus-2021-02-19 2021-03-26 19:24:29 -04:00
service WIP plainquic tunnels 2021-04-19 06:57:45 -04:00
simulation standardize include format and pragma once 2021-03-09 19:01:41 -05:00
tooling fix pybind layer compile errors from missing llarp.h header 2021-04-19 06:52:24 -04:00
util no-op LogTrace(); print chars as ints 2021-04-19 06:57:46 -04:00
vpn allow failure of setting ipv6 address when it is not allowed by kernel on linux 2021-03-20 09:55:43 -04:00
win32 standardize include format and pragma once 2021-03-09 19:01:41 -05:00
app.xml
bootstrap.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
bootstrap.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
CMakeLists.txt Add llarp::buffer_printer for pretty buffer logs 2021-04-19 06:57:46 -04:00
context.cpp remove old vpnio bits 2021-04-19 06:52:23 -04:00
lokinet_shared.cpp redo cmake parts 2021-04-19 06:52:24 -04:00
nodedb.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
nodedb.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
pow.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
pow.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
profiling.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
profiling.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
router_contact.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
router_contact.hpp Replace ::Hash nested structs with std::hash specializations 2021-03-10 11:19:52 -04:00
router_id.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
router_id.hpp Replace ::Hash nested structs with std::hash specializations 2021-03-10 11:19:52 -04:00
router_version.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
router_version.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
testnet.c