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
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.
4 years ago
..
android
config Merge pull request #1573 from jagerman/more-code-refactors 4 years ago
consensus
constants lokinet-bootstrap native binary 4 years ago
crypto
dht
dns
ev remove old vpnio bits 4 years ago
exit
handlers Merge pull request #1541 from majestrate/lns-consensus-2021-02-19 4 years ago
hook
iwp * lessen replay filter window 4 years ago
link
linux
messages
net
path * lessen replay filter window 4 years ago
peerstats
quic Migrate plainquic logging to llarp logging 4 years ago
router Merge pull request #1573 from jagerman/more-code-refactors 4 years ago
routing
rpc Merge pull request #1541 from majestrate/lns-consensus-2021-02-19 4 years ago
service WIP plainquic tunnels 4 years ago
simulation
tooling fix pybind layer compile errors from missing llarp.h header 4 years ago
util no-op LogTrace(); print chars as ints 4 years ago
vpn allow failure of setting ipv6 address when it is not allowed by kernel on linux 4 years ago
win32
CMakeLists.txt Add llarp::buffer_printer for pretty buffer logs 4 years ago
app.xml
bootstrap.cpp
bootstrap.hpp
context.cpp remove old vpnio bits 4 years ago
lokinet_shared.cpp redo cmake parts 4 years ago
nodedb.cpp
nodedb.hpp
pow.cpp
pow.hpp
profiling.cpp
profiling.hpp
router_contact.cpp
router_contact.hpp
router_id.cpp
router_id.hpp
router_version.cpp
router_version.hpp
testnet.c