| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #3187 | Riccardo Spagni | 2018-02-16 | 1 | -0/+6 |
| |\ | | | | | | | 851bd057 call _exit instead of abort in release mode (moneromooo-monero) | ||||
| | * | call _exit instead of abort in release mode | moneromooo-monero | 2018-02-01 | 1 | -0/+6 |
| | | | | | | | | | | | Avoids cores being created, as they're nowadays often piped to some call home system | ||||
| * | | Update 2018 copyright | xmr-eric | 2018-01-26 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #3063 | Riccardo Spagni | 2018-01-10 | 1 | -0/+2 |
| |\ | | | | | | | dff97112 easylogging++: do not use crash log code on android, etc (moneromooo-monero) | ||||
| | * | easylogging++: do not use crash log code on android, etc | moneromooo-monero | 2018-01-04 | 1 | -0/+2 |
| | | | |||||
| * | | Add misc hardening flags to the cmake machinery | moneromooo-monero | 2017-12-31 | 1 | -0/+1 |
| |/ | | | | See https://wiki.debian.org/Hardening#User_Space | ||||
| * | only include the easylogging++ stack trace code when needed | moneromooo-monero | 2017-12-26 | 1 | -4/+4 |
| | | |||||
| * | easlogging++: omit some unneded macros | moneromooo-monero | 2017-12-26 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #2920 | Riccardo Spagni | 2017-12-25 | 1 | -2/+3 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bd5cce07 network_throttle: fix ineffective locking (moneromooo-monero) e0a61299 network_throttle: remove unused xxx static member (moneromooo-monero) 24f584d9 cryptonote_core: remove unused functions with off by one bugs (moneromooo-monero) b1634aa3 blockchain: don't leave dangling pointers in this (moneromooo-monero) 8e60b81c cryptonote_core: fix db leak on error (moneromooo-monero) 213e326c abstract_tcp_server2: log init_server errors as fatal (moneromooo-monero) b51dc566 use const refs in for loops for non tiny types (moneromooo-monero) f0568ca6 net_parse_helpers: fix regex error checking (moneromooo-monero) b49ddc76 check accessing an element past the end of a container (moneromooo-monero) 2305bf26 check return value for generate_key_derivation and derive_public_key (moneromooo-monero) a4240d9f catch const exceptions (moneromooo-monero) 45a1c4c0 add empty container sanity checks when using front() and back() (moneromooo-monero) 56fa6ce1 tests: fix a buffer overread in a unit test (moneromooo-monero) b4524892 rpc: guard against json parsing a non object (moneromooo-monero) c2ed8618 easylogging++: avoid buffer underflow (moneromooo-monero) 187a6ab2 epee: trap failure to parse URI from request (moneromooo-monero) 061789b5 checkpoints: trap failure to load JSON checkpoints (moneromooo-monero) ba2fefb9 checkpoints: pass std::string by const ref, not const value (moneromooo-monero) 38c8f4e0 mlog: terminate a string at last char, just in case (moneromooo-monero) d753d716 fix a few leaks by throwing objects, not newed pointers to objects (moneromooo-monero) fe568db8 p2p: use size_t for arbitrary counters instead of uint8_t (moneromooo-monero) 46d6fa35 cryptonote_protocol: sanity check chain hashes from peer (moneromooo-monero) 25584f86 cryptonote_protocol: print peer versions when unexpected (moneromooo-monero) 490a5d41 rpc: do not try to use an invalid txid in relay_tx (moneromooo-monero) | ||||
| | * | easylogging++: avoid buffer underflow | moneromooo-monero | 2017-12-18 | 1 | -2/+3 |
| | | | |||||
| * | | Fix Windows build | dEBRUYNE-1 | 2017-12-23 | 1 | -0/+1 |
| |/ | | | | Fix no new line | ||||
| * | easylogging: show the 'no stack trace' warning only once | ston1th | 2017-12-09 | 2 | -5/+7 |
| | | | | | If execinfo.h is not available, output the stack trace warning only once, so we don't spam the build logs with it. | ||||
| * | Merge pull request #2791 | Riccardo Spagni | 2017-11-25 | 1 | -2/+7 |
| |\ | | | | | | | 5b452248 fixed easylogging compile issue on OpenBSD (Dyrcona) | ||||
| | * | fixed easylogging compile issue on OpenBSD | Dyrcona | 2017-11-12 | 1 | -2/+7 |
| | | | | | | | | | | | | | Issue: #2575 Add ELPP_OS_OPENBSD macros to easylogging++.h so that it will build on OpenBSD. | ||||
| * | | cmake: fix shared library build | redfish | 2017-10-13 | 1 | -1/+2 |
| |/ | |||||
| * | easylogging++: add categories getter | moneromooo-monero | 2017-09-22 | 2 | -1/+20 |
| | | |||||
| * | easylogging++: log timestamps in GMT for privacy | moneromooo-monero | 2017-05-28 | 1 | -3/+3 |
| | | |||||
| * | GUI: easylogging++ install target | Jaquee | 2017-05-06 | 1 | -0/+11 |
| | | |||||
| * | Merge pull request #2000 | Riccardo Spagni | 2017-05-05 | 1 | -1/+5 |
| |\ | | | | | | | 710b2e80 Silence clang++ warnings (Howard Chu) | ||||
| | * | Silence clang++ warnings | Howard Chu | 2017-04-23 | 1 | -1/+5 |
| | | | | | | | | | Using defined(foo) in a macro expansion is undefined. | ||||
| * | | Merge pull request #1997 | Riccardo Spagni | 2017-05-05 | 1 | -0/+1 |
| |\ \ | | | | | | | | | | 5d86c9f4 easylogging++: default to creating categories by default (moneromooo-monero) | ||||
| | * | | easylogging++: default to creating categories by default | moneromooo-monero | 2017-04-22 | 1 | -0/+1 |
| | |/ | | | | | | | | | | | This avoids error spews from easylogging++ when we try to log something before easylogging is initialized, which can happen when errors happen at command line parsing time | ||||
| * | | Merge pull request #1967 | Riccardo Spagni | 2017-04-24 | 1 | -2/+1 |
| |\ \ | | | | | | | | | | 6e985996 Easylogging: ELPP_STACKTRACE_ON_CRASH moved to ELPP_FEATURE_CRASH_LOG (MoroccanMalinois) | ||||
| | * | | Easylogging: ELPP_STACKTRACE_ON_CRASH moved to ELPP_FEATURE_CRASH_LOG | MoroccanMalinois | 2017-04-12 | 1 | -2/+1 |
| | |/ | |||||
| * / | Easylogging: remove invalid static in function member definition | MoroccanMalinois | 2017-04-12 | 1 | -1/+1 |
| |/ | |||||
| * | Fixup choice of easylogging++ vs libunwind stack trace code | moneromooo-monero | 2017-04-10 | 1 | -0/+1 |
| | | |||||
| * | easylogging++: do not disable DEBUG level based on _DEBUG/NDEBUG | moneromooo-monero | 2017-04-10 | 1 | -2/+2 |
| | | |||||
| * | easylogging++: detect DragonFly BSD as a UNIX | moneromooo-monero | 2017-04-10 | 1 | -1/+6 |
| | | |||||
| * | easylogging++: fix logging with static const header only data members | moneromooo-monero | 2017-04-10 | 1 | -1/+13 |
| | | |||||
| * | easylogging++: allow clipping a common filename prefix | moneromooo-monero | 2017-04-10 | 2 | -4/+30 |
| | | |||||
| * | easylogging++: add file-only logs | moneromooo-monero | 2017-04-10 | 2 | -10/+12 |
| | | |||||
| * | eayslogging++: Fix bad memory access before opening any files | moneromooo-monero | 2017-04-10 | 1 | -0/+1 |
| | | |||||
| * | easylogging++: avoid creating directory/filename for the builtin default log ↵ | moneromooo-monero | 2017-04-10 | 1 | -0/+2 |
| | | | | | file | ||||
| * | easylogging++: Print thread ID in a nicer way | moneromooo-monero | 2017-04-10 | 1 | -0/+7 |
| | | |||||
| * | easylogging++: add categories | moneromooo-monero | 2017-04-10 | 2 | -1/+121 |
| | | |||||
| * | update easylogging++ to latest upstream | moneromooo-monero | 2017-04-10 | 4 | -5744/+6489 |
| | | |||||
| * | Fixup choice of easylogging++ vs libunwind stack trace code | moneromooo-monero | 2017-02-12 | 1 | -0/+3 |
| | | |||||
| * | Merge pull request #1696 | Riccardo Spagni | 2017-02-11 | 1 | -0/+2 |
| |\ | | | | | | | 6ea3e3cc Fix race in setThreadName/getThreadName (Lee Clagett) | ||||
| | * | Fix race in setThreadName/getThreadName | Lee Clagett | 2017-02-07 | 1 | -0/+2 |
| | | | |||||
| * | | easylogging++: do not disable DEBUG level based on _DEBUG/NDEBUG | moneromooo-monero | 2017-02-05 | 1 | -2/+2 |
| |/ | |||||
| * | Fixed a deadlock issue with easylogger++ | NanoAkron | 2017-02-01 | 1 | -2/+2 |
| | | | | | Ubuntu 16.04/GCC 5.4.0/ARMv8 fix to match previous recursive mutex fix for GCC | ||||
| * | Merge pull request #1596 | Riccardo Spagni | 2017-01-20 | 1 | -1/+6 |
| |\ | | | | | | | 7c0c5c17 easylogging++: detect DragonFly BSD as a UNIX (moneromooo-monero) | ||||
| | * | easylogging++: detect DragonFly BSD as a UNIX | moneromooo-monero | 2017-01-20 | 1 | -1/+6 |
| | | | |||||
| * | | easylogging++: enforce recursive mutex | moneromooo-monero | 2017-01-16 | 1 | -1/+5 |
| |/ | | | | | This fixes a hang when logging something which causes some other logging code to be called | ||||
| * | easylogging++: fix logging with static const header only data members | moneromooo-monero | 2017-01-16 | 1 | -1/+13 |
| | | |||||
| * | easylogging++: add ELPP_DISABLE_CHECK_MACROS | moneromooo-monero | 2017-01-16 | 1 | -0/+2 |
| | | |||||
| * | easylogging++: allow clipping a common filename prefix | moneromooo-monero | 2017-01-16 | 1 | -3/+20 |
| | | |||||
| * | easylogging++: add file-only logs | moneromooo-monero | 2017-01-16 | 1 | -10/+12 |
| | | |||||
| * | eayslogging++: Fix bad memory access before opening any files | moneromooo-monero | 2017-01-16 | 1 | -0/+1 |
| | | |||||
| * | easylogging++: avoid creating directory/filename for the builtin default log ↵ | moneromooo-monero | 2017-01-16 | 1 | -0/+2 |
| | | | | | file | ||||
