]> git.ipfire.org Git - thirdparty/openldap.git/shortlog
thirdparty/openldap.git
2020-10-10  Howard ChuITS#9017 cleanup Windows off_t
2020-10-10  Howard ChuITS#9017 doxygen comment for MDB_FIXEDSIZE
2020-10-10  Howard ChuITS#9017 LMDB: fix off_t usage on Windows
2020-10-10  Kris ZypITS#9017 LMDB: allow using fixed file size on Windows
2020-10-10  Kris ZypITS#9017 LMDB: improve Windows sync commit perf
2020-10-10  Howard ChuITS#9155 lmdb: free mt_spill_pgs in non-nested txn...
2020-10-10  Quanah Gibson... Happy New Year!
2020-10-10  Howard ChuSilence spurious fallthru warning
2020-10-10  Howard ChuITS#9118 add MAP_NOSYNC for FreeBSD
2020-10-10  Howard ChuITS#8704 add missing opt flags in prev commit
2020-10-10  Howard ChuITS#9068 fix backslash escaping
2020-10-10  Kris ZypITS#9007 don't free loose writemap pages
2020-10-10  Ka Ho NgITS#8978 Fix mdb_env_open2() failing when getting handl...
2020-10-10  Howard ChuITS#8969 tweak mdb_page_split
2020-10-10  Howard ChuIDLs for VL32 must be same size as for 64bit
2020-10-10  Howard ChuHappy New Year
2020-10-10  Quanah Gibson... Happy New Year!
2020-10-10  moneromooo... ITS#8857 document mdb_cursor_del does not invalidate...
2020-10-10  Howard ChuITS#8908 DOC: GET_MULTIPLE etc don't return the key
2020-10-10  Howard ChuITS#8891 fix M$ WINAPI typedefs
2020-10-10  Howard ChuITS#8756 remove loose pg from dirty list in freelist_save
2020-10-10  Howard ChuITS#8844 use getpid() in mdb_env_close0()
2020-10-10  Howard ChuITS#8831 move flag init into readhdr
2020-10-10  Quanah Gibson... Happy New Year
2020-10-10  Howard ChuITS#8819 can't use fakepage mp_ptrs directly
2020-10-10  Howard ChuITS#8324 More for Win32 NTDLL junk
2020-10-10  Howard ChuAdd mdb_drop tool
2020-10-10  Howard ChuITS#8760 fix regression in 0.9.19
2020-10-10  Howard ChuAdd -a append option to mdb_load
2020-10-10  Quanah Gibson... ITS#8612 Fix Solaris builds with liblmdb
2020-10-10  Hallvard FurusethTweak ITS#8722 fix: Use XCURSOR_REFRESH()
2020-10-10  Hallvard FurusethXCURSOR_REFRESH() fixups/cleanup
2020-10-10  Howard ChuITS#8728 fix MDB_VL32 freeing overflow page
2020-10-10  Howard ChuITS#8722 fix FIRST_DUP/LAST_DUP cursor bounds check
2020-10-10  Howard ChuDoc tweaks
2020-10-10  Howard ChuAdd mdb_cursor_is_db()
2020-10-10  Howard Chumdb_dbi_open tweak
2020-10-10  Howard ChuITS#8704 Fix PREVMETA, rename to PREVSNAPSHOT
2020-10-10  Hallvard FurusethUnref ovpages when deleting them
2020-10-10  Hallvard FurusethDrop always-false MDB_WRITEMAP test when IS_DIRTY_NW()
2020-10-10  Howard ChuITS#8704 Add MDB_PREVMETA support to tools
2020-10-10  Howard ChuITS#8704 Add PREVMETA to envflags()
2020-10-10  moneromooo... ITS#8704 add MDB_PREVMETA flag to mdb_env_open
2020-10-10  Hallvard FurusethExpose MDB_ENCRYPT flag
2020-10-10  Hallvard FurusethRename mdb_env_getflags->envflags, clarify options
2020-10-10  Hallvard Furusethmdb_page_get() can ignore the toplevel spill list
2020-10-10  Hallvard FurusethDrop mdb_page_get() arg 'level', it's always NULL
2020-10-10  Hallvard FurusethDoc fixes
2020-10-10  Hallvard FurusethLess hungry mdb_pages_xkeep()
2020-10-10  Hallvard FurusethKeep MC_OVPG() == NULL when not MDB_REMAPPING()
2020-10-10  Howard ChuITS#8699 more for cursor_del ITS#8622
2020-10-10  Howard ChuFix 418ea8b94e SEGV on spilled ovpg
2020-10-10  Hallvard FurusethDrop P_DIRTY, and MDB_WRITEMAP dirty/spill lists
2020-10-10  Hallvard Furusethmp_txnid = page state, avoids searching dirty_list
2020-10-10  Hallvard FurusethDemo - move P_DIRTY to P_ADM_FLAGS, page_dirty()
2020-10-10  Hallvard FurusethDivide page flags in P_ADM_FLAGS and the rest
2020-10-10  Hallvard FurusethDrop unnecessary searches in the spill lists
2020-10-10  Hallvard FurusethSkip unnecessary mdb_page_get()s when spilling
2020-10-10  Hallvard FurusethProtect freelist at end of mdb_freelist_save()
2020-10-10  Hallvard FurusethUse mdb_page_loose() more
2020-10-10  Hallvard FurusethVerify final loose_count in mdb_txn_commit()
2020-10-10  Hallvard Furusethmdb_page_touch: Always set MDB_TXN_ERROR on error
2020-10-10  Hallvard FurusethFix mdb_enctest()
2020-10-10  Hallvard FurusethMove misplaced OVERFLOW_NOTYET code
2020-10-10  Hallvard FurusethFix broken mdb_page_get(ovpage) optimization
2020-10-10  Hallvard FurusethFix last commit - sizeof(pgno_t) and C90 compat
2020-10-10  Howard ChuScaled back on overflow page work
2020-10-10  Howard Chucheckpoint - moving overflow page headers
2020-10-10  Howard ChuData format change: add txnid to page header
2020-10-10  Hallvard FurusethTrivial encryption when $LMDB_FLAGS = "e"
2020-10-10  Hallvard FurusethGet flags from $LMDB_FLAGS when MDB_TEST
2020-10-10  Howard ChuSave/restore enc IV in page 0
2020-10-10  Howard ChuPlug some information leaks
2020-10-10  Howard ChuAdd test code for remap / encryption
2020-10-10  Howard ChuPage-level encryption support
2020-10-10  Hallvard FurusethRename mdb_env_close0() -> mdb_env_close_active()
2020-10-10  Howard ChuOptimization for mdb_rpage_get()
2020-10-10  Howard ChuRPAGE_CACHE is now dynamically selectable
2020-10-10  Howard ChuAdd new MDB_RPAGE_CACHE def
2017-07-01  Howard ChuFix Android recognition
2017-07-01  Howard ChuMDB_VL32
2017-03-23  Howard ChuITS#8622 fix xcursor after cursor_del
2017-03-19  Hallvard FurusethITS#8582 Fill in MDB_LOCK_FORMAT
2017-03-19  Hallvard FurusethClear any struct padding in idbuf
2017-03-19  Hallvard FurusethSimplify mdb_hash_val() -> mdb_hash()
2017-03-19  Hallvard FurusethStore lock ID instead of pathname in lockfile
2017-03-04  Hallvard FurusethITS#8582 MDB_LOCK_VERSION = 2 due to format change
2017-02-06  Howard ChuITS#8582 keep mutex at end of struct
2017-01-31  Howard ChuWorkaround VL32 cursor refcounting miscount
2017-01-14  Howard ChuFurther fix f8ce8a82717ddefdc912fa47c07f1bdee2a3336b
2017-01-12  Howard ChuFix f8ce8a82717ddefdc912fa47c07f1bdee2a3336b
2017-01-11  Howard ChuHappy New Year
2017-01-11  Howard ChuMore C_EOF tweaks
2017-01-11  Howard ChuITS#8557 fix prev commit
2017-01-11  Howard ChuTweak cursor_next C_EOF check
2017-01-11  Howard ChuITS#8557 fix mdb_cursor_last
2017-01-06  Howard ChuITS#8558 fix mdb_load with escaped plaintext
2016-12-28  Howard ChuITS#8554 kFreeBSD is like BSD
2016-12-21  Hallvard FurusethMore MDB_node doc
2016-12-21  Hallvard FurusethDoxygen fixes. Use DISTRIBUTE_GROUP_DOC.
next