A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, mdb.master has been updated via 9dd61011fe18a46400d9c33db32a45193802f26a (commit) via 272e4e98ad7e792a91f9dfd056ee9fc9d0e0ebde (commit) via afe488d8a9c4dcdf09d1b33014b616a27e8e707f (commit) via 8a562f560edcc6417672df453c4e626dfb4c4024 (commit) via ce6335b0d92043622c812061a7968e8f080ef5d3 (commit) via 65a6542765dd734421b401d23053bc6d6710348c (commit) from dbb9ded2f826a1c05919759492cbffd58e54e243 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 9dd61011fe18a46400d9c33db32a45193802f26a Author: Hallvard Furuseth hallvard@openldap.org Date: Thu Apr 18 08:00:03 2013 +0200
Tweak comments/readability.
Show MDB_PERSISTENT/MDB_VALID/DB_VALID relationship. mdb_txn_renew0(): Remove obsolete "cannot fail" comment.
commit 272e4e98ad7e792a91f9dfd056ee9fc9d0e0ebde Author: Howard Chu hyc@symas.com Date: Thu Apr 18 04:17:03 2013 +0200
Add MDB_NOTLS envflag.
commit afe488d8a9c4dcdf09d1b33014b616a27e8e707f Author: Hallvard Furuseth hallvard@openldap.org Date: Thu Apr 18 04:16:07 2013 +0200
Catch MDB txn reuse/sync errors.
commit 8a562f560edcc6417672df453c4e626dfb4c4024 Author: Hallvard Furuseth hallvard@openldap.org Date: Thu Apr 18 04:15:45 2013 +0200
Support mdb_txn_abort(a reset txn).
commit ce6335b0d92043622c812061a7968e8f080ef5d3 Author: Hallvard Furuseth hallvard@openldap.org Date: Thu Apr 18 04:15:13 2013 +0200
Cleanup for TLS key and read-only filesystem.
Move key init into mdb_env_setup_locks(). Don't create unused TLS key when read-only filesystem. Drop internal flag MDB_ROFS, we can instead test either !me_txns, !mt_u.reader or me_lfd==INVALID_HANDLE_VALUE.
commit 65a6542765dd734421b401d23053bc6d6710348c Author: Hallvard Furuseth hallvard@openldap.org Date: Thu Apr 18 04:13:43 2013 +0200
Clean up MDB_env setup.
Malloc before I/O. Avoids possible malloc error after I/O. Don't allocate dirty & free lists when MDB_RDONLY. Factor out code.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/lmdb.h | 56 ++++++++++---- libraries/liblmdb/mdb.c | 190 +++++++++++++++++++++++++--------------------- 2 files changed, 142 insertions(+), 104 deletions(-)