aboutsummaryrefslogtreecommitdiff
path: root/external/db_drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-01-16Copyright: Update to 2023mj-xmr2-2/+2
2022-06-03ITS#9385 fix using MDB_NOSUBDIR with nonexistent fileKris Zyp1-4/+1
2022-06-03Silence spurious fallthru warningHoward Chu1-1/+1
2022-06-03Fix rawpart flag collisionHoward Chu1-2/+2
2022-06-03More RAWPART supportHoward Chu1-1/+43
2022-06-03Preliminary raw partition supportHoward Chu1-1/+16
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-08-26ITS#9068 fix backslash escapingHoward Chu2-2/+4
2019-07-27Define _WANT_SEMUN for FreeBSD to ensure `union semun` is definedNoel O'Donnell1-0/+2
2019-04-14lmdb: catch non-LMDB negative errors before strerrormoneromooo-monero1-0/+2
2019-03-05Update 2019 copyrightbinaryFate2-2/+2
2019-01-30ITS#8969 tweak mdb_page_splitHoward Chu1-1/+1
2019-01-17Resync to upstream mdb.masterHoward Chu27-832/+1070
2018-09-11NetBSD supportthomasvaughan1-0/+3
2018-05-08Fix mdb_load append optionhyc2-5/+9
2018-05-08ITS#8831 move flag init into readhdrhyc1-1/+1
2018-03-16liblmdb: install lmdb library for wallet2_api usagestoffu1-0/+12
2018-02-18ITS#8324 More for Win32 NTDLL junkHoward Chu3-14/+31
2018-02-16Merge pull request #3187Riccardo Spagni1-0/+4
2018-02-01call _exit instead of abort in release modemoneromooo-monero1-0/+4
2018-01-26Update 2018 copyrightxmr-eric2-2/+2
2017-12-31Add misc hardening flags to the cmake machinerymoneromooo-monero1-0/+1
2017-11-19Add mdb_drop toolHoward Chu4-2/+183
2017-10-10ITS#8339 Solaris 10/11 robust mutex fixesHoward Chu1-1/+9
2017-09-20Add -a append option to mdb_loadHoward Chu2-6/+47
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 Chu8-15/+68
2017-04-12Fix Android recognitionhyc1-3/+3
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni2-2/+2
2017-02-07ITS#8582 keep mutex at end of structHoward Chu1-10/+10
2017-01-31Workaround VL32 cursor refcounting miscountHoward Chu1-7/+9
2017-01-05Build wallet with Android NDKMoroccanMalinois1-0/+5
2016-09-18cmake: transitive deps and remove deprecated LINK_*redfish1-1/+1
2016-08-11More for Issue #855Howard Chu1-6/+12
2016-06-07Fix Issue #855Howard Chu1-4/+0
2016-04-09mdb_drop optimizationHoward Chu1-1/+10
2016-04-05More outputs consolidationHoward Chu1-1/+1
2016-02-17MDB_VL32 - increase max write txn sizeHoward Chu1-1/+1
2016-02-16Resync with masterHoward Chu2-23/+76
2016-01-28MDB_VL32 change overflow page scanHoward Chu1-31/+10
2016-01-28MDB_VL32 Fix off-by-one in mdb_midl_shrinkHoward Chu1-1/+1
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-31updated copyright yearRiccardo Spagni2-2/+2
2015-12-28MDB_VL32 - resync with masterHoward Chu2-75/+75
2015-12-25Update liblmdb, unify 32/64 sourcesHoward Chu58-16992/+2464
2015-07-16hyc accidentally typo'd...we shall never speak of this againRiccardo Spagni1-1/+1
2015-07-16updated vl32 to currentRiccardo Spagni24-188/+390
2015-07-16updated in-source lmdbRiccardo Spagni10-95/+171
2015-07-16open() flag O_DSYNC isn't on BSD, use O_SYNCThomas Winget2-0/+8
2015-07-15** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)NoodleDoodleNoodleDoodleNoodleDoodleNoo1-20/+0
2015-04-22Require BerkeleyDB to be installed (for now) if building non-staticThomas Winget1-7/+2
2015-04-14update lmdb64Riccardo Spagni22-365/+201
2015-04-07Only compile BerkeleyDB as an option in non-staticThomas Winget1-16/+18
2015-03-17Pull blockchain changes into berkeleydb branchThomas Winget57-27/+16065
2015-03-17Move db_drivers/ to external/Thomas Winget57-0/+32257
2015-03-17Revert "Moved db_drivers/ into external/ for consistency"Thomas Winget29-16219/+0
2015-03-16BerkeleyDB Blockchain building, not working yetThomas Winget1-5/+5
2015-03-16CMake wiring, minor cleanup, minor test additionThomas Winget1-1/+23
2015-03-09Moved db_drivers/ into external/ for consistencyThomas Winget29-0/+16219