Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-27 | easylogging++: test for NULL before dereference | moneromooo-monero | 1 | -2/+2 | |
2018-07-15 | easylogging++: make the logger handle early/late logging | moneromooo-monero | 1 | -0/+12 | |
2018-04-25 | easylogging++: cached allowed categories | moneromooo-monero | 1 | -1/+10 | |
It turns out this can be fairly heavy when logging a lot | |||||
2018-02-01 | call _exit instead of abort in release mode | moneromooo-monero | 1 | -0/+6 | |
Avoids cores being created, as they're nowadays often piped to some call home system | |||||
2017-12-18 | easylogging++: avoid buffer underflow | moneromooo-monero | 1 | -2/+3 | |
2017-12-09 | easylogging: show the 'no stack trace' warning only once | ston1th | 1 | -0/+1 | |
If execinfo.h is not available, output the stack trace warning only once, so we don't spam the build logs with it. | |||||
2017-09-22 | easylogging++: add categories getter | moneromooo-monero | 1 | -1/+15 | |
2017-05-28 | easylogging++: log timestamps in GMT for privacy | moneromooo-monero | 1 | -3/+3 | |
2017-05-05 | Merge pull request #1997 | Riccardo Spagni | 1 | -0/+1 | |
5d86c9f4 easylogging++: default to creating categories by default (moneromooo-monero) | |||||
2017-04-22 | easylogging++: default to creating categories by default | moneromooo-monero | 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 | |||||
2017-04-12 | Easylogging: remove invalid static in function member definition | MoroccanMalinois | 1 | -1/+1 | |
2017-04-10 | easylogging++: allow clipping a common filename prefix | moneromooo-monero | 1 | -3/+15 | |
2017-04-10 | easylogging++: add file-only logs | moneromooo-monero | 1 | -9/+11 | |
2017-04-10 | eayslogging++: Fix bad memory access before opening any files | moneromooo-monero | 1 | -0/+1 | |
2017-04-10 | easylogging++: avoid creating directory/filename for the builtin default log ↵ | moneromooo-monero | 1 | -0/+2 | |
file | |||||
2017-04-10 | easylogging++: add categories | moneromooo-monero | 1 | -1/+102 | |
2017-04-10 | update easylogging++ to latest upstream | moneromooo-monero | 1 | -0/+2979 | |