| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
Co-authored-by: Jason Rhinelander <jason@imaginary.ca>
|
| | |
|
| |\
| |
| |
| |
| |
| |
| | |
13eee1d6a rpc: reject wrong sized txid (moneromooo-monero)
92e6b7df2 easylogging++: fix crash with reentrant logging (moneromooo-monero)
6dd95d530 epee: guard against exceptions in RPC handlers (moneromooo-monero)
90016ad74 blockchain: guard against exceptions in add_new_block/children (moneromooo-monero)
|
| | | |
|
| |/ |
|
| |
|
|
|
|
| |
Some of it might be coming from untrusted sources
Reported by itsunixiknowthis
|
| | |
|
| |\
| |
| |
| | |
94853487 easylogging++: add emscripten support (moneromooo-monero)
|
| | |
| |
| |
| |
| | |
This is upstream, but seems to have got lost in conflicts
when merging support for BSDs or android.
|
| |/ |
|
| | |
|
| | |
|
| |\
| |
| |
| | |
6d378d9 easylogging++: always omit ANSI codes when colour is not supported (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
5bcbd97 Disable easylogging crash log on non-glibc libraries (omartijn)
|
| | | |
| | |
| | |
| | |
| | |
| | | |
- easylogging assumes certain non-standard headers and functions
- these function only exist in glibc
- compiling under linux without glibc thus broke compilation
|
| | | |
| | |
| | |
| | | |
This reverts commit 9a95827ea72574c3e861aa3167c0b96b9bae64b3.
|
| | | |
| | |
| | |
| | | |
Avoids cmake skullduggery
|
| | |/
|/| |
|
| |/
|
|
|
| |
As a side effect, colouring on Windows should now work
regardless of version
|
| | |
|
| |\
| |
| |
| | |
428249c5 easylogging++: minimal stdout logging format (moneromooo-monero)
|
| | |
| |
| |
| |
| | |
It's a bit of a hack, but doing it right would need a lot
of changes to the easylogging++ source.
|
| |\ \
| | |
| | |
| | | |
66d73d2f easylogging++: update to v9.96.7 (moneromooo-monero)
|
| | |/ |
|
| |/ |
|
| | |
|
| |\
| |
| |
| | |
68f045de easylogging++: check allowed categories before logging (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
7d9aeb7 easylogging++: avoid uneeded temporary std::string object (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
ab783b17 easylogging++: ensure logger is initialized before main (moneromooo-monero)
9b69a0ae daemon: print monero version at startup when calling a detached daemon (moneromooo-monero)
4d71d463 mlocker: remove early page size log (moneromooo-monero)
|
| | |/ |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Turns out getting the global shared_ptr hits the profile,
and passing it around still keeps it at close to ~1% CPU,
which is too much for mostly silent logging.
Leak the object instead, which is even safer for late logging.
|
| |/
|
|
| |
This reverts commit 7f8bdeb35c73c70b2b65e30aa2a1cb93696355b3.
|
| | |
|
| |
|
|
| |
It's not actually needed for this use, and saves a STL header
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bcf3f6af fuzz_tests: catch unhandled exceptions (moneromooo-monero)
3ebd05d4 miner: restore stream flags after changing them (moneromooo-monero)
a093092e levin_protocol_handler_async: do not propagate exception through dtor (moneromooo-monero)
1eebb82b net_helper: do not propagate exceptions through dtor (moneromooo-monero)
fb6a3630 miner: do not propagate exceptions through dtor (moneromooo-monero)
2e2139ff epee: do not propagate exception through dtor (moneromooo-monero)
0749a8bd db_lmdb: do not propagate exceptions in dtor (moneromooo-monero)
1b0afeeb wallet_rpc_server: exit cleanly on unhandled exceptions (moneromooo-monero)
418a9936 unit_tests: catch unhandled exceptions (moneromooo-monero)
ea7f9543 threadpool: do not propagate exceptions through the dtor (moneromooo-monero)
6e855422 gen_multisig: nice exit on unhandled exception (moneromooo-monero)
53df2deb db_lmdb: catch error in mdb_stat calls during migration (moneromooo-monero)
e67016dd blockchain_blackball: catch failure to commit db transaction (moneromooo-monero)
661439f4 mlog: don't remove old logs if we failed to rename the current file (moneromooo-monero)
5fdcda50 easylogging++: test for NULL before dereference (moneromooo-monero)
7ece1550 performance_test: fix bad last argument calling add_arg (moneromooo-monero)
a085da32 unit_tests: add check for page size > 0 before dividing (moneromooo-monero)
d8b1ec8b unit_tests: use std::shared_ptr to shut coverity up about leaks (moneromooo-monero)
02563bf4 simplewallet: top level exception catcher to print nicer messages (moneromooo-monero)
c57a65b2 blockchain_blackball: fix shift range for 32 bit archs (moneromooo-monero)
|
| | |
|
| | |
|
| |
|
|
| |
It turns out this can be fairly heavy when logging a lot
|
| |\
| |
| |
| | |
851bd057 call _exit instead of abort in release mode (moneromooo-monero)
|
| | |
| |
| |
| |
| | |
Avoids cores being created, as they're nowadays often piped
to some call home system
|
| |/ |
|
| |\
| |
| |
| | |
dff97112 easylogging++: do not use crash log code on android, etc (moneromooo-monero)
|
| | | |
|
| |/
|
|
| |
See https://wiki.debian.org/Hardening#User_Space
|
| | |
|
| | |
|