Age | Commit message (Expand) | Author | Files | Lines |
2018-04-25 | easylogging++: cached allowed categories | moneromooo-monero | 2 | -1/+12 |
2018-02-16 | Merge pull request #3187 | Riccardo Spagni | 1 | -0/+6 |
2018-02-01 | call _exit instead of abort in release mode | moneromooo-monero | 1 | -0/+6 |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 |
2018-01-10 | Merge pull request #3063 | Riccardo Spagni | 1 | -0/+2 |
2018-01-04 | easylogging++: do not use crash log code on android, etc | moneromooo-monero | 1 | -0/+2 |
2017-12-31 | Add misc hardening flags to the cmake machinery | moneromooo-monero | 1 | -0/+1 |
2017-12-26 | only include the easylogging++ stack trace code when needed | moneromooo-monero | 1 | -4/+4 |
2017-12-26 | easlogging++: omit some unneded macros | moneromooo-monero | 1 | -0/+1 |
2017-12-25 | Merge pull request #2920 | Riccardo Spagni | 1 | -2/+3 |
2017-12-23 | Fix Windows build | dEBRUYNE-1 | 1 | -0/+1 |
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 | 2 | -5/+7 |
2017-11-25 | Merge pull request #2791 | Riccardo Spagni | 1 | -2/+7 |
2017-11-12 | fixed easylogging compile issue on OpenBSD | Dyrcona | 1 | -2/+7 |
2017-10-13 | cmake: fix shared library build | redfish | 1 | -1/+2 |
2017-09-22 | easylogging++: add categories getter | moneromooo-monero | 2 | -1/+20 |
2017-05-28 | easylogging++: log timestamps in GMT for privacy | moneromooo-monero | 1 | -3/+3 |
2017-05-06 | GUI: easylogging++ install target | Jaquee | 1 | -0/+11 |
2017-05-05 | Merge pull request #2000 | Riccardo Spagni | 1 | -1/+5 |
2017-05-05 | Merge pull request #1997 | Riccardo Spagni | 1 | -0/+1 |
2017-04-24 | Merge pull request #1967 | Riccardo Spagni | 1 | -2/+1 |
2017-04-23 | Silence clang++ warnings | Howard Chu | 1 | -1/+5 |
2017-04-22 | easylogging++: default to creating categories by default | moneromooo-monero | 1 | -0/+1 |
2017-04-12 | Easylogging: remove invalid static in function member definition | MoroccanMalinois | 1 | -1/+1 |
2017-04-12 | Easylogging: ELPP_STACKTRACE_ON_CRASH moved to ELPP_FEATURE_CRASH_LOG | MoroccanMalinois | 1 | -2/+1 |
2017-04-10 | Fixup choice of easylogging++ vs libunwind stack trace code | moneromooo-monero | 1 | -0/+1 |
2017-04-10 | easylogging++: do not disable DEBUG level based on _DEBUG/NDEBUG | moneromooo-monero | 1 | -2/+2 |
2017-04-10 | easylogging++: detect DragonFly BSD as a UNIX | moneromooo-monero | 1 | -1/+6 |
2017-04-10 | easylogging++: fix logging with static const header only data members | moneromooo-monero | 1 | -1/+13 |
2017-04-10 | easylogging++: allow clipping a common filename prefix | moneromooo-monero | 2 | -4/+30 |
2017-04-10 | easylogging++: add file-only logs | moneromooo-monero | 2 | -10/+12 |
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 |
2017-04-10 | easylogging++: Print thread ID in a nicer way | moneromooo-monero | 1 | -0/+7 |
2017-04-10 | easylogging++: add categories | moneromooo-monero | 2 | -1/+121 |
2017-04-10 | update easylogging++ to latest upstream | moneromooo-monero | 4 | -5754/+6499 |
2017-02-12 | Fixup choice of easylogging++ vs libunwind stack trace code | moneromooo-monero | 1 | -0/+3 |
2017-02-11 | Merge pull request #1696 | Riccardo Spagni | 1 | -0/+2 |
2017-02-07 | Fix race in setThreadName/getThreadName | Lee Clagett | 1 | -0/+2 |
2017-02-05 | easylogging++: do not disable DEBUG level based on _DEBUG/NDEBUG | moneromooo-monero | 1 | -2/+2 |
2017-02-01 | Fixed a deadlock issue with easylogger++ | NanoAkron | 1 | -2/+2 |
2017-01-20 | Merge pull request #1596 | Riccardo Spagni | 1 | -1/+6 |
2017-01-20 | easylogging++: detect DragonFly BSD as a UNIX | moneromooo-monero | 1 | -1/+6 |
2017-01-16 | easylogging++: enforce recursive mutex | moneromooo-monero | 1 | -1/+5 |
2017-01-16 | easylogging++: fix logging with static const header only data members | moneromooo-monero | 1 | -1/+13 |
2017-01-16 | easylogging++: add ELPP_DISABLE_CHECK_MACROS | moneromooo-monero | 1 | -0/+2 |
2017-01-16 | easylogging++: allow clipping a common filename prefix | moneromooo-monero | 1 | -3/+20 |
2017-01-16 | easylogging++: add file-only logs | moneromooo-monero | 1 | -10/+12 |
2017-01-16 | eayslogging++: Fix bad memory access before opening any files | moneromooo-monero | 1 | -0/+1 |
2017-01-16 | easylogging++: avoid creating directory/filename for the builtin default log ... | moneromooo-monero | 1 | -0/+2 |
2017-01-16 | easylogging++: allow setting thread names | moneromooo-monero | 1 | -1/+16 |
2017-01-16 | easylogging++: Print thread ID in a nicer way | moneromooo-monero | 1 | -1/+2 |
2017-01-16 | easylogging++: Add logging categories | moneromooo-monero | 1 | -1/+111 |
2017-01-16 | easylogging++: import upstream | moneromooo-monero | 1 | -0/+6695 |