aboutsummaryrefslogtreecommitdiff
path: root/external/db_drivers/liblmdb/mdb.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-09ITS#9496 fix mdb_env_open bug from #8704Howard Chu1-3/+3
2021-03-23ITS#9500 fix regression from ITS#8662Howard Chu1-1/+1
2021-02-01ITS#9007 don't free loose writemap pagesKris Zyp1-1/+1
2019-04-14lmdb: catch non-LMDB negative errors before strerrormoneromooo-monero1-0/+2
2019-01-30ITS#8969 tweak mdb_page_splitHoward Chu1-1/+1
2019-01-17Resync to upstream mdb.masterHoward Chu1-709/+948
2018-05-08Fix mdb_load append optionhyc1-2/+2
2018-02-18ITS#8324 More for Win32 NTDLL junkHoward Chu1-8/+29
2018-02-01call _exit instead of abort in release modemoneromooo-monero1-0/+4
2017-10-10ITS#8339 Solaris 10/11 robust mutex fixesHoward Chu1-1/+9
2017-09-09ITS#8728 fix MDB_VL32 freeing overflow pageHoward Chu1-0/+4
2017-08-12ITS#8704 add MDB_PREVSNAPSHOT flag to mdb_env_openHoward Chu1-12/+29
2017-04-12Fix Android recognitionhyc1-3/+3
2017-02-07ITS#8582 keep mutex at end of structHoward Chu1-10/+10
2017-01-31Workaround VL32 cursor refcounting miscountHoward Chu1-7/+9
2016-08-11More for Issue #855Howard Chu1-6/+12
2016-04-09mdb_drop optimizationHoward Chu1-1/+10
2016-04-05More outputs consolidationHoward Chu1-1/+1
2016-02-16Resync with masterHoward Chu1-18/+62
2016-01-28MDB_VL32 change overflow page scanHoward Chu1-31/+10
2016-01-27MDB_VL32 Fix another 32bit overflowHoward Chu1-1/+1
2016-01-27Tweak mdb_strerror msg bufferHoward Chu1-3/+4
2016-01-27MDB_VL32 Fix d2a5f72f73e0e4030b521086b13b8c8efaf9ca9eHoward Chu1-1/+1
2016-01-20WIN64 needs off_t redefined tooHoward Chu1-1/+1
2016-01-16Fix --db-sync-mode on Windows64Howard Chu1-1/+1
2015-12-28MDB_VL32 - resync with masterHoward Chu1-74/+74
2015-12-25Update liblmdb, unify 32/64 sourcesHoward Chu1-840/+1983
2015-07-16hyc accidentally typo'd...we shall never speak of this againRiccardo Spagni1-1/+1
2015-07-16updated vl32 to currentRiccardo Spagni1-88/+238
2015-03-17Move db_drivers/ to external/Thomas Winget1-0/+0
2015-03-17moved 32-bit/64-bit detection into main CMakeListsRiccardo Spagni1-0/+0
2015-03-1732-bit LMDB, removed check for in-system LMDB as it is consensus-criticalRiccardo Spagni1-471/+378
2015-03-17Revert "Moved db_drivers/ into external/ for consistency"Thomas Winget1-0/+0
2015-03-09Moved db_drivers/ into external/ for consistencyThomas Winget1-0/+0
2015-01-18Initial import of lmdb sourceThomas Winget1-0/+9665