]> git.sur5r.net Git - openldap/history - libraries
ITS#7556,ITS#7515,ITS#7561
[openldap] / libraries /
2013-04-08 Quanah Gibson-MountMerge remote-tracking branch 'origin/mdb.master' into...
2013-04-08 Howard ChuFix 227329c8e1fb818548f1936f5dc1349ffd73352
2013-04-05 Howard ChuRevert "Fix 6beaad52129da5353fd40c0ec48e6a78c4f71a2e"
2013-04-05 Howard ChuFixes for dbi_open/close, ITS#7515
2013-04-04 Howard ChuITS#7561 Fix mdb_drop bugs
2013-04-04 Howard ChuFix 6beaad52129da5353fd40c0ec48e6a78c4f71a2e
2013-04-04 Howard ChuFix d3990eb2f8b2944782604a2ca7bd52e08c58fc3e
2013-04-02 Howard ChuFix rebalance when collapsing root page
2013-04-02 Howard ChuMore fixes for MDB_LAST
2013-04-02 Howard ChuITS#7556 fix cursor_sibling for PREV
2013-03-31 Hallvard FurusethPlug MDB memory leak of DB names.
2013-03-31 Hallvard FurusethSilence signedness warning
2013-03-31 Hallvard FurusethFix MDB_DEBUG compile when no varargs macros.
2013-03-31 Howard ChuTweak mode_t def per Hallvard's suggestion
2013-03-31 Howard ChuMSVC doesn't define mode_t
2013-03-29 Howard ChuFix CURSOR_LAST/CURSOR_PREV
2013-03-27 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2013-03-26 Howard ChuITS#7553 better fix
2013-03-25 Howard ChuITS#7553 deinit cursor after deleting last node
2013-03-25 Howard ChuSilence stupid warnings
2013-03-25 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2013-03-23 Claude Brissonbugfix for mdb_cursor_put with MDB_MULTIPLE
2013-03-18 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2013-03-13 Howard ChuITS#7538 fallout from ITS#7536 fix.
2013-03-13 Howard ChuPrecalculate max size of a node
2013-03-11 Howard ChuFix f97552a83abb085bc44b1b578e550d64c1313a4b
2013-03-11 Howard ChuCheck for MADV_RANDOM
2013-03-11 Howard ChuITS#7377 Fix c0f3d9b9a8864e744a8d1eaffc99bc86026d5351
2013-03-11 Howard ChuTurn off readahead on main mmap
2013-03-06 Howard ChuITS#7536 fix mdb_rebalance
2013-02-25 Howard ChuUse CC/LDFLAGS to link the shared lib
2013-02-25 Howard ChuInstall manpages too
2013-02-25 Howard ChuDelete obsolete @todo
2013-02-25 Howard ChuAdd sample apps for comparison/education purposes
2013-02-25 Howard ChuAdd $(DESTDIR) to make install target
2013-02-21 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2013-02-20 Howard ChuUpdate error code instances
2013-02-20 Hallvard FurusethTweak MDB_INCOMPATIBLE description
2013-02-20 Hallvard FurusethTweak prev commit: Restore if-test as an assert
2013-02-20 Hallvard FurusethITS#7515 Fix mdb_txn_commit(nested txn).
2013-02-19 Hallvard FurusethITS#7512 Plug mdb_txn_abort(nested txn) page leaks.
2013-02-19 Hallvard FurusethCheck DB flags when refreshing a stale MDB DBI.
2013-02-19 Hallvard Furusethmdb_cursor_prev,mdb_cursor_next: Fix return value.
2013-02-19 Hallvard FurusethITS#7515 mdb_dbi_open(): Also open in parent txns.
2013-02-19 Hallvard Furusethmdb_page_alloc(): Handle freeDB txnid range holes.
2013-02-19 Hallvard FurusethITS#7517 Document that dirty DBs may not be closed
2013-02-19 Hallvard FurusethITS#7485 Document key/data size limits in lmdb.h.
2013-02-17 Hallvard FurusethRevert "ITS#7515 update parent's mt_next_pgno on child...
2013-02-17 Howard ChuITS#7515 update parent's mt_next_pgno on child commit
2013-02-17 Howard ChuDon't limit retries when coalescing freelist
2013-02-16 Hallvard FurusethITS#7515 Fix MDB parent/child txn interaction.
2013-02-16 Hallvard FurusethITS#7377 Catch MDB failure updating root pointers.
2013-02-16 Hallvard FurusethITS#7517 Don't save dropped dirty MDB databases.
2013-02-16 Hallvard Furusethmdb_stat -ff[f]: show contiguous page spans.
2013-02-16 Hallvard FurusethAdd error code MDB_MAP_RESIZED.
2013-02-15 Howard ChuDon't memmove freelist entry when chunking it
2013-02-15 Hallvard FurusethITS#7455 Save freelist in single-page chunks
2013-02-15 Hallvard FurusethFreelist cleanup/streamlining
2013-02-07 Hallvard FurusethITS#7512 Fix MDB page leak when malloc error.
2013-02-04 Howard ChuRevert "ITS#7515 fix mdb_dbi_open/close"
2013-02-01 Howard ChuNULL key is allowed for MDB_CURRENT
2013-02-01 Howard ChuITS#7515 fix mdb_dbi_open/close
2013-02-01 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2013-01-29 Howard ChuITS#7511 make sure cursor is marked valid after success...
2013-01-29 Howard ChuITS#7505 fix prev commit, partial revert
2013-01-27 Howard ChuITS#7505 Fix mdb_update_key when key is too big
2013-01-27 Quanah Gibson-MountITS#7497 fix lineno overflow in ldif_read_record()
2013-01-27 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2013-01-26 Howard ChuFix MDB_CURRENT updating for dupsort items
2013-01-16 Hallvard FurusethUpdate MDB comments: Caveats, flags, etc.
2013-01-15 Howard ChuITS#7485 data sizes limited to 32 bits
2013-01-14 Howard ChuITS#7485 more size checks
2013-01-14 Howard ChuITS#7485 check maxkeysize in mdb_cursor_put
2013-01-14 Quanah Gibson-MountHappy New Year
2013-01-14 Howard ChuOne more rename
2013-01-14 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2013-01-11 Howard ChuITS#7491 check for filled dirty page list
2013-01-10 Howard ChuHappy New Year
2013-01-09 David BenderITS#7476 Prevent EINTR from stopping otherwise successf...
2013-01-09 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2013-01-09 Hallvard FurusethDelete liblmdb/mfree. It has moved into mdb_stat.
2013-01-09 Howard ChuITS#7455 don't give up so soon
2013-01-03 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-12-19 Howard ChuFix typo
2012-12-19 Howard ChuAdd initial mdb utility manpages
2012-12-12 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-12-12 Howard Chuinit_meta should write mapsize
2012-12-12 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-12-12 Howard ChuUpdate version date
2012-12-11 Howard ChuMake sure init_meta is at beginning of file
2012-12-11 Howard ChuMore for prev commit
2012-12-11 Howard ChuPartially revert 65d40eb5d2c7c28df05e2c1d9b21d90e2a82e0b5
2012-12-11 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-12-11 Howard ChuFIx prev commit
2012-12-10 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2012-12-10 Howard ChuAdd error checks to txn_commit
2012-12-10 Howard ChuITS#7455 simplify
2012-12-07 Howard ChuITS#7467 add verbose freelist info
2012-12-07 Howard ChuITS#7465 fail if both -a and -s specified
2012-12-07 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
next