aboutsummaryrefslogtreecommitdiff
path: root/external/db_drivers
Commit message (Expand)AuthorAgeFilesLines
* ITS#9385 fix using MDB_NOSUBDIR with nonexistent fileKris Zyp2022-06-031-4/+1
* Silence spurious fallthru warningHoward Chu2022-06-031-1/+1
* Fix rawpart flag collisionHoward Chu2022-06-031-2/+2
* More RAWPART supportHoward Chu2022-06-031-1/+43
* Preliminary raw partition supportHoward Chu2022-06-031-1/+16
* ITS#9496 fix mdb_env_open bug from #8704Howard Chu2021-04-091-3/+3
* ITS#9500 fix regression from ITS#8662Howard Chu2021-03-231-1/+1
* ITS#9007 don't free loose writemap pagesKris Zyp2021-02-011-1/+1
* ITS#9068 fix backslash escapingHoward Chu2019-08-262-2/+4
* Define _WANT_SEMUN for FreeBSD to ensure `union semun` is definedNoel O'Donnell2019-07-271-0/+2
* lmdb: catch non-LMDB negative errors before strerrormoneromooo-monero2019-04-141-0/+2
* Update 2019 copyrightbinaryFate2019-03-052-2/+2
* ITS#8969 tweak mdb_page_splitHoward Chu2019-01-301-1/+1
* Resync to upstream mdb.masterHoward Chu2019-01-1727-831/+1069
* NetBSD supportthomasvaughan2018-09-111-0/+3
* Fix mdb_load append optionhyc2018-05-082-5/+9
* ITS#8831 move flag init into readhdrhyc2018-05-081-1/+1
* liblmdb: install lmdb library for wallet2_api usagestoffu2018-03-161-0/+12
* ITS#8324 More for Win32 NTDLL junkHoward Chu2018-02-183-14/+31
* Merge pull request #3187Riccardo Spagni2018-02-161-0/+4
|\
| * call _exit instead of abort in release modemoneromooo-monero2018-02-011-0/+4
* | Update 2018 copyrightxmr-eric2018-01-262-2/+2
|/
* Add misc hardening flags to the cmake machinerymoneromooo-monero2017-12-311-0/+1
* Add mdb_drop toolHoward Chu2017-11-194-2/+183
* ITS#8339 Solaris 10/11 robust mutex fixesHoward Chu2017-10-101-1/+9
* Add -a append option to mdb_loadHoward Chu2017-09-202-6/+47
* ITS#8728 fix MDB_VL32 freeing overflow pageHoward Chu2017-09-091-0/+4
* ITS#8704 add MDB_PREVSNAPSHOT flag to mdb_env_openHoward Chu2017-08-128-15/+68
* Fix Android recognitionhyc2017-04-121-3/+3
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-212-2/+2
* ITS#8582 keep mutex at end of structHoward Chu2017-02-071-10/+10
* Workaround VL32 cursor refcounting miscountHoward Chu2017-01-311-7/+9
* Build wallet with Android NDKMoroccanMalinois2017-01-051-0/+5
* cmake: transitive deps and remove deprecated LINK_*redfish2016-09-181-1/+1
* More for Issue #855Howard Chu2016-08-111-6/+12
* Fix Issue #855Howard Chu2016-06-071-4/+0
* mdb_drop optimizationHoward Chu2016-04-091-1/+10
* More outputs consolidationHoward Chu2016-04-051-1/+1
* MDB_VL32 - increase max write txn sizeHoward Chu2016-02-171-1/+1
* Resync with masterHoward Chu2016-02-162-23/+76
* MDB_VL32 change overflow page scanHoward Chu2016-01-281-31/+10
* MDB_VL32 Fix off-by-one in mdb_midl_shrinkHoward Chu2016-01-281-1/+1
* MDB_VL32 Fix another 32bit overflowHoward Chu2016-01-271-1/+1
* Tweak mdb_strerror msg bufferHoward Chu2016-01-271-3/+4
* MDB_VL32 Fix d2a5f72f73e0e4030b521086b13b8c8efaf9ca9eHoward Chu2016-01-271-1/+1
* WIN64 needs off_t redefined tooHoward Chu2016-01-201-1/+1
* Fix --db-sync-mode on Windows64Howard Chu2016-01-161-1/+1
* updated copyright yearRiccardo Spagni2015-12-312-2/+2
* MDB_VL32 - resync with masterHoward Chu2015-12-282-75/+75
* Update liblmdb, unify 32/64 sourcesHoward Chu2015-12-2558-16989/+2461