]> git.sur5r.net Git - openldap/history - libraries/libmdb
ITS#7270 Protect accesses to ldap_int_hostname with a mutex.
[openldap] / libraries / libmdb /
2012-05-09 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-05-09 Howard ChuITS#7266 fix rebalance for LEAF2 pages
2012-05-09 Howard ChuMore freelist tweaks, avoid referencing freed page
2012-05-06 Howard ChuFurther clarification of mdb_open()
2012-04-18 Howard ChuITS#7251 fix Apple/Windows shared mutex naming
2012-04-12 Hallvard Furusethlibmdb: midl.h namespace cleanup.
2012-04-12 Hallvard Furusethlibmdb: Simplify pick_meta() from read_meta().
2012-04-12 Hallvard Furusethlibmdb: Simplify mdb_default_cmp. No real change.
2012-04-12 Hallvard Furusethlibmdb: signed meets unsigned warning cleanup
2012-04-12 Hallvard Furusethlibmdb: MDB_FDATASYNC code cleanup.
2012-04-12 Hallvard Furusethlibmdb: Add C++ 'extern "C" {}' to *.h
2012-04-12 Hallvard Furusethlibmdb: Don't open datafile twice when not needed.
2012-04-12 Hallvard Furusethlibmdb: Set close-on-exec flag on lockfile
2012-04-12 Hallvard Furusethlibmdb: Do not use the MDB_txbody.mtb_txnid field.
2012-04-12 Hallvard FurusethFix MDB_DEBUG in last ITS#7299 commit.
2012-04-11 Howard ChuITS#7229 more mdb_page_split tweaks
2012-04-11 Howard ChuITS#7210 fix check for freelist changes
2012-04-10 Howard ChuITS#7229 more mdb_page_split tweaks
2012-04-10 Howard ChuITS#7210 fix check for freelist changes
2012-04-09 Howard ChuITS#7238 doc clarification
2012-04-09 Howard ChuITS#7229 additional tweaks
2012-04-09 Howard ChuITS#7230 check and strip 0 length IDLs from freelist
2012-04-09 Howard ChuITS#7229 more mdb_page_split fixes
2012-04-09 Howard ChuITS#7238 doc clarification
2012-04-09 Howard ChuITS#7229 additional tweaks
2012-04-09 Howard ChuITS#7230 check and strip 0 length IDLs from freelist
2012-04-07 Howard ChuITS#7229 more mdb_page_split fixes
2012-04-04 Howard ChuITS#7219 fixup keysize in previous commit
2012-04-04 Howard ChuITS#7219 fix for odd-aligned keys in mdb_update_key()
2012-04-04 Howard ChuITS#7219 fixup keysize in previous commit
2012-04-03 Howard ChuITS#7219 fix for odd-aligned keys in mdb_update_key()
2012-03-30 Howard ChuITS#7210 fix leak of overflow pages in freelist
2012-03-30 Howard ChuITS#7210 fix leak of overflow pages in freelist
2012-03-28 Howard ChuPartial revert of prev commit
2012-03-28 Howard ChuFix entry counts in cursor_put
2012-03-28 Howard ChuPartial revert of prev commit
2012-03-28 Howard ChuFix entry counts in cursor_put
2012-03-28 Howard ChuFix uninit'd xcursor index
2012-03-28 Howard ChuAdd mfree utility to show the freelist
2012-03-28 Howard ChuITS#7210 additional freelist fixes
2012-03-28 Howard ChuITS#7210 partial fix
2012-03-28 Howard ChuFix uninit'd xcursor index
2012-03-28 Howard ChuAdd mfree utility to show the freelist
2012-03-28 Howard ChuITS#7210 additional freelist fixes
2012-03-27 Howard ChuITS#7210 partial fix
2012-03-26 Howard ChuITS#7213 fix page_split with MDB_APPEND
2012-03-26 Howard ChuUpdate overflow page count when freeing overflow page
2012-03-26 Howard ChuITS#7213 fix page_split with MDB_APPEND
2012-03-21 Howard ChuUpdate overflow page count when freeing overflow page
2012-03-09 Hallvard FurusethFix MDB_txninfo.mt2 padding on Windows/Apple
2012-03-09 Hallvard FurusethTweak mdb comment with conflicting spec of 'ID'
2012-03-09 Hallvard FurusethFix valgrind call after malloc failure in mdb.
2012-03-09 Hallvard FurusethClean up MAP_FAILED handling in mdb.
2012-03-09 Hallvard FurusethITS#7191 Align dirty MDB pages on the stack
2012-03-09 Howard ChuITS#7191 more alignment tweaks
2012-03-09 Hallvard FurusethFix MDB_txninfo.mt2 padding on Windows/Apple
2012-03-09 Hallvard FurusethTweak mdb comment with conflicting spec of 'ID'
2012-03-09 Hallvard FurusethFix valgrind call after malloc failure in mdb.
2012-03-09 Hallvard FurusethClean up MAP_FAILED handling in mdb.
2012-03-09 Hallvard FurusethITS#7191 Align dirty MDB pages on the stack
2012-03-09 Howard ChuITS#7191 more alignment tweaks
2012-03-07 Howard ChuFix typo in 7bc62c512824c0d54cc6885ea876c2764510eca2
2012-03-07 Howard ChuITS#7190 fix merging of branch pages in deletes
2012-03-07 Hallvard FurusethFix libmdb comments
2012-03-07 Hallvard FurusethRemove development file libmdb/make.sh
2012-03-07 Hallvard FurusethITS#7191 Fix mdb_xcursor_init1() unaligned access
2012-03-07 Howard ChuFix typo in 7bc62c512824c0d54cc6885ea876c2764510eca2
2012-03-07 Howard ChuITS#7190 fix merging of branch pages in deletes
2012-03-06 Howard ChuITS#7196 use IOV_MAX if it's defined and small
2012-03-03 Hallvard FurusethFix libmdb comments
2012-03-03 Hallvard FurusethRemove development file libmdb/make.sh
2012-03-03 Hallvard FurusethITS#7191 Fix mdb_xcursor_init1() unaligned access
2012-03-03 Howard ChuITS#7196 use IOV_MAX if it's defined and small
2012-02-21 Howard ChuITS#7160 get BYTE_ORDER def for HPUX (and Solaris)
2012-02-21 Howard ChuITS#7160 get BYTE_ORDER def for HPUX (and Solaris)
2012-01-23 Howard ChuFix typo in e8e57be42107a877f604d0c4e67115ef37681a1b
2012-01-23 Howard ChuAdd valgrind support with -DUSE_VALGRIND
2012-01-23 Howard Chutxn_commit must abort txn before returning errors
2012-01-23 Howard ChuITS#7121 fix page splits when newindx == 0
2012-01-23 Howard ChuITS#7126 fix cursor tracking code
2012-01-23 Howard ChuHappy New Year!
2012-01-22 Howard ChuFix typo in e8e57be42107a877f604d0c4e67115ef37681a1b
2012-01-21 Howard ChuAdd valgrind support with -DUSE_VALGRIND
2012-01-21 Howard Chutxn_commit must abort txn before returning errors
2012-01-21 Howard ChuITS#7121 fix page splits when newindx == 0
2012-01-21 Howard ChuITS#7126 fix cursor tracking code
2012-01-21 Howard ChuHappy New Year!
2012-01-21 Howard ChuITS#7121 fix page splits when data+key size is too...
2012-01-21 Kurt ZeilengaHappy New Year!
2012-01-20 Howard ChuITS#7121 fix page splits when data+key size is too...
2012-01-20 Kurt ZeilengaHappy New Year!
2011-11-22 Howard ChuAdd $(SOLIBS) macro for shared lib dependencies
2011-11-18 Howard ChuAdd $(SOLIBS) macro for shared lib dependencies
2011-11-15 Howard ChuMore s/DEBUG/MDB_DEBUG/
2011-11-15 Howard ChuMore s/DEBUG/MDB_DEBUG/
2011-11-15 Howard ChuAlignment fixes for debug msgs
2011-11-15 Howard Chus/DEBUG/MDB_DEBUG/
2011-11-15 Howard ChuAlignment fixes for debug msgs
2011-11-14 Howard Chus/DEBUG/MDB_DEBUG/
2011-11-11 Howard ChuAdd MDB_FDATASYNC to allow override to fsync if needed.
next