]> git.sur5r.net Git - openldap/shortlog
openldap
2013-04-10 Ted C. ChengITS#7569 fixed a group enumeration bug (Symas#2255)
2013-04-08 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2013-04-08 Howard ChuFix 227329c8e1fb818548f1936f5dc1349ffd73352
2013-04-06 Pierangelo... no need to mention replog any longer (ITS#7562)
2013-04-05 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2013-04-05 Howard ChuRevert "Fix 6beaad52129da5353fd40c0ec48e6a78c4f71a2e"
2013-04-05 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2013-04-05 Howard Chuattrdb fixes
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-26 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2013-03-26 Howard ChuITS#7553 better fix
2013-03-25 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2013-03-25 Howard ChuITS#7553 deinit cursor after deleting last node
2013-03-25 Howard ChuSilence stupid warnings
2013-03-25 Howard ChuITS#7552 fix for templates with * / +
2013-03-25 Howard ChuITS#7522 fix config syntax errors
2013-03-25 Howard ChuFix bdb/hdb in example
2013-03-25 Howard ChuITS#7546 fix example DNs
2013-03-23 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2013-03-23 Claude Brissonbugfix for mdb_cursor_put with MDB_MULTIPLE
2013-03-19 Howard ChuITS#7540 reject undefined attrs
2013-03-18 Hallvard FurusethITS#7543 Fix log output "conn=-1 ... ACCEPT"
2013-03-18 Howard ChuITS#7542, more for ITS#7432
2013-03-14 Howard ChuAvoid unnecessary syncCookie malloc/free
2013-03-14 Howard ChuITS#7531 check updateCookie status for INTERMEDIATEs
2013-03-13 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
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 ChuMerge remote-tracking branch 'origin/mdb.master'
2013-03-06 Howard ChuITS#7536 fix mdb_rebalance
2013-03-01 Howard ChuITS#7533 don't install DB_CONFIG if no BDB backends
2013-03-01 Pierangelo... fix tool name (ITS#7534)
2013-03-01 Pierangelo... more about ITS#7525
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-24 Howard ChuDefine MDB_WRITES_PER_COMMIT, default to 500
2013-02-21 Howard ChuITS#7525 more for quoting
2013-02-21 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
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 Howard ChuITS#7523 document the valsort control's value syntax
2013-02-20 Hallvard FurusethITS#7515 Fix mdb_txn_commit(nested txn).
2013-02-20 Howard ChuITS#7488 really turn off threaded indexing code
2013-02-20 Howard ChuITS#7527 add missing error checks for corrupt index
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 ChuMore for ITS#7455
2013-02-15 Hallvard FurusethITS#7455 Save freelist in single-page chunks
2013-02-15 Hallvard FurusethFreelist cleanup/streamlining
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-12 Pierangelo... DELETE needs pointer initialization like EMIT (ITS...
2013-02-12 Pierangelo... quotes needed for spaces in DN (ITS#7525)
2013-02-11 Quanah Gibson... ITS#7523
2013-02-10 Howard ChuMore for dn2id_upgrade
2013-02-09 Howard ChuAdd error checks to prev commit
2013-02-09 Howard ChuAdd mdb_dn2id_upgrade
2013-02-07 Howard ChuMerge remote-tracking branch 'origin/mdb.master'
2013-02-07 Howard ChuITS#6365 wait for read locks in tool mode
2013-02-07 Hallvard FurusethITS#7512 Fix MDB page leak when malloc error.
2013-02-05 Ted C. ChengITS#7518 1. Sync'ed up with nss-pam-ldapd 0.8.11 *...
2013-02-04 Howard ChuRevert "ITS#7515 fix mdb_dbi_open/close"
2013-02-02 Howard ChuMore explicit logging if mdb_txn_commit fails
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... Merge remote branch 'origin/mdb.master'
next