Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2017-12-31 | Add misc hardening flags to the cmake machinery | moneromooo-monero | 1 | -0/+1 | |
See https://wiki.debian.org/Hardening#User_Space | |||||
2017-11-19 | Add mdb_drop tool | Howard Chu | 4 | -2/+183 | |
2017-10-10 | ITS#8339 Solaris 10/11 robust mutex fixes | Howard Chu | 1 | -1/+9 | |
Check for PTHREAD_MUTEX_ROBUST_NP definition (this doesn't work on Linux/glibc because they used an enum). Zero out mutex before initing. | |||||
2017-09-20 | Add -a append option to mdb_load | Howard Chu | 2 | -6/+47 | |
To allow reloading of custom-sorted DBs from mdb_dump | |||||
2017-09-09 | ITS#8728 fix MDB_VL32 freeing overflow page | Howard Chu | 1 | -0/+4 | |
Fix #2420 | |||||
2017-08-12 | ITS#8704 add MDB_PREVSNAPSHOT flag to mdb_env_open | Howard Chu | 8 | -15/+68 | |
used to open the previous snapshot, in case the latest one is corrupted | |||||
2017-04-12 | Fix Android recognition | hyc | 1 | -3/+3 | |
The official macro is __ANDROID__; ANDROID may or may not be defined. | |||||
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 | |
2017-02-07 | ITS#8582 keep mutex at end of struct | Howard Chu | 1 | -10/+10 | |
since it's variable size on Linux/glibc | |||||
2017-01-31 | Workaround VL32 cursor refcounting miscount | Howard Chu | 1 | -7/+9 | |
Don't try to deref cursor page if txn's pagelist is empty | |||||
2017-01-05 | Build wallet with Android NDK | MoroccanMalinois | 1 | -0/+5 | |
2016-09-18 | cmake: transitive deps and remove deprecated LINK_* | redfish | 1 | -1/+1 | |
Keep the immediate direct deps at the library that depends on them, declare deps as PUBLIC so that targets that link against that library get the library's deps as transitive deps. Break dep cycle between blockchain_db <-> crytonote_core. No code refactoring, just hide cycle from cmake so that it doesn't complain (cycles are allowed only between static libs, not shared libs). This is in preparation for supproting BUILD_SHARED_LIBS cmake built-in option for building internal libs as shared. | |||||
2016-08-11 | More for Issue #855 | Howard Chu | 1 | -6/+12 | |
Plug rpage leak in cursor_set | |||||
2016-06-07 | Fix Issue #855 | Howard Chu | 1 | -4/+0 | |
Use the same size dirty list for both 64 and 32 bit. | |||||
2016-04-09 | mdb_drop optimization | Howard Chu | 1 | -1/+10 | |
If we know there are no sub-DBs and no overflow pages, skip leaf scan. | |||||
2016-04-05 | More outputs consolidation | Howard Chu | 1 | -1/+1 | |
Also bumped DB VERSION to 1 Another significant speedup and space savings: Get rid of global_output_indices, remove indirection from output to keys This is the change warptangent described on irc but never got to finish. | |||||
2016-02-17 | MDB_VL32 - increase max write txn size | Howard Chu | 1 | -1/+1 | |
2016-02-16 | Resync with master | Howard Chu | 2 | -23/+76 | |
2016-01-28 | MDB_VL32 change overflow page scan | Howard Chu | 1 | -31/+10 | |
Just check the requested page, don't worry about any other pages | |||||
2016-01-28 | MDB_VL32 Fix off-by-one in mdb_midl_shrink | Howard Chu | 1 | -1/+1 | |
2016-01-27 | MDB_VL32 Fix another 32bit overflow | Howard Chu | 1 | -1/+1 | |
2016-01-27 | Tweak mdb_strerror msg buffer | Howard Chu | 1 | -3/+4 | |
2016-01-27 | MDB_VL32 Fix d2a5f72f73e0e4030b521086b13b8c8efaf9ca9e | Howard Chu | 1 | -1/+1 | |
VirtualAlloc is not for MDB_VL32 | |||||
2016-01-20 | WIN64 needs off_t redefined too | Howard Chu | 1 | -1/+1 | |
2016-01-16 | Fix --db-sync-mode on Windows64 | Howard Chu | 1 | -1/+1 | |
only "fastest" mode was working, others would SEGV. | |||||
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 | |
2015-12-28 | MDB_VL32 - resync with master | Howard Chu | 2 | -75/+75 | |
WIN32 - close file mapping handle in env_close cursor_unref - ignore cursor with empty stack | |||||
2015-12-25 | Update liblmdb, unify 32/64 sources | Howard Chu | 29 | -0/+17816 | |