| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ITS#8728 fix MDB_VL32 freeing overflow page | Howard Chu | 2017-09-09 | 1 | -0/+4 |
| | | | | | Fix #2420 | ||||
| * | Merge pull request #2383 | Riccardo Spagni | 2017-09-02 | 1 | -5/+7 |
| |\ | | | | | | | c65062ad Fix miniupnpc CVE-2017-8798 (MaxXor) | ||||
| | * | Fix miniupnpc CVE-2017-8798 | MaxXor | 2017-09-01 | 1 | -5/+7 |
| | | | |||||
| * | | Silence stupid fallthru warning in gcc 7 | Howard Chu | 2017-08-21 | 1 | -5/+10 |
| |/ | |||||
| * | ITS#8704 add MDB_PREVSNAPSHOT flag to mdb_env_open | Howard Chu | 2017-08-12 | 8 | -15/+68 |
| | | | | | | used to open the previous snapshot, in case the latest one is corrupted | ||||
| * | Upgrade unbound library | Erik de Castro Lopo | 2017-06-17 | 241 | -11593/+32880 |
| | | | | | | | | | These files were pulled from the 1.6.3 release tarball. This new version builds against OpenSSL version 1.1 which will be the default in the new Debian Stable which is due to be released RealSoonNow (tm). | ||||
| * | Merge pull request #2054 | Riccardo Spagni | 2017-05-30 | 1 | -3/+3 |
| |\ | | | | | | | 977c2186 easylogging++: log timestamps in GMT for privacy (moneromooo-monero) | ||||
| | * | easylogging++: log timestamps in GMT for privacy | moneromooo-monero | 2017-05-28 | 1 | -3/+3 |
| | | | |||||
| * | | unbound: update some EVP APIs to new names | Howard Chu | 2017-05-17 | 1 | -4/+4 |
| |/ | | | | | Replace EVP_VerifyInit with EVP_DigestInit, and EVP_VerifyUpdate with EVP_DigestUpdate. Reported/requested by hyc, changed by mooo. | ||||
| * | 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 #1968 | Riccardo Spagni | 2017-04-24 | 2 | -3/+7 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | 5e5b8512 Fix obsolete OpenSSL API usage (hyc) 6c72d6a0 Fix Android recognition (hyc) e65d66fe Fix ARM64 identification (hyc) a4673218 Clean up ARMv8-a aes_expand_key() (hyc) a3d77901 Fix block_longhash_worker thread (hyc) | ||||
| | * | | Fix obsolete OpenSSL API usage | hyc | 2017-04-12 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | EVP_dss1() was deprecated and EVP_sha1() is the direct replacement. Upstream libunbound already has this patch. Note that I haven't added a test for HAVE_EVP_DSS1 since that was deprecated quite a long time ago in OpenSSL, there's really no reason to support it. | ||||
| | * | | Fix Android recognition | hyc | 2017-04-12 | 1 | -3/+3 |
| | |/ | | | | | | | The official macro is __ANDROID__; ANDROID may or may not be defined. | ||||
| * | | 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 |
| |/ | |||||
| * | Merge pull request #1950 | Riccardo Spagni | 2017-04-11 | 2 | -4/+10 |
| |\ | | | | | | | | | f5bd3465 IOS CMAKE build settings (Jaquee) d8a88d05 add IOS CMAKE toolchain (Jaquee) | ||||
| | * | IOS CMAKE build settings | Jaquee | 2017-04-03 | 2 | -4/+10 |
| | | | |||||
| * | | 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 | 5 | -5744/+6490 |
| |/ | |||||
| * | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 2017-02-21 | 5 | -5/+5 |
| | | |||||
| * | cmakify openssl | Riccardo Spagni | 2017-02-21 | 1 | -16/+0 |
| | | |||||
| * | 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 |
| | | | |||||
| * | | Merge pull request #1694 | Riccardo Spagni | 2017-02-11 | 1 | -10/+10 |
| |\ \ | | | | | | | | | | 27c3a0ea ITS#8582 keep mutex at end of struct (Howard Chu) | ||||
| | * | | ITS#8582 keep mutex at end of struct | Howard Chu | 2017-02-07 | 1 | -10/+10 |
| | |/ | | | | | | | since it's variable size on Linux/glibc | ||||
| * / | easylogging++: do not disable DEBUG level based on _DEBUG/NDEBUG | moneromooo-monero | 2017-02-05 | 1 | -2/+2 |
| |/ | |||||
| * | Merge pull request #1656 | Riccardo Spagni | 2017-02-02 | 1 | -7/+9 |
| |\ | | | | | | | edfd7f6e Workaround VL32 cursor refcounting miscount (Howard Chu) | ||||
| | * | Workaround VL32 cursor refcounting miscount | Howard Chu | 2017-01-31 | 1 | -7/+9 |
| | | | | | | | | | Don't try to deref cursor page if txn's pagelist is empty | ||||
| * | | 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 |
| | | |||||
