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 94965307c831be615f5fbb771c348fd72217adc0 (commit) via 88b7bb46394a53675b452b70e5a7a109626bdd3f (commit) via e9d87866c49acdba4118259fb05de2dafb4d698f (commit) via 092f9a5c66425535f9d538d8fefd0049ad65f452 (commit) via 462d9dfd104397652a905e8f685289bd4ac8a6e1 (commit) from e40713b631506dcab54402c26a826bd2d421dcb0 (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 94965307c831be615f5fbb771c348fd72217adc0 Author: Hallvard Furuseth hallvard@openldap.org Date: Mon Oct 15 17:04:48 2012 +0200
ITS#7377 Errorcheck Windows calls and thread keys.
commit 88b7bb46394a53675b452b70e5a7a109626bdd3f Author: Hallvard Furuseth hallvard@openldap.org Date: Mon Oct 15 17:04:43 2012 +0200
Explicitly unlock the MDB lockfile on Windows.
commit e9d87866c49acdba4118259fb05de2dafb4d698f Author: Hallvard Furuseth hallvard@openldap.org Date: Mon Oct 15 17:04:11 2012 +0200
mdb_env_open(): Keep mdb_env_set_flags() flags.
commit 092f9a5c66425535f9d538d8fefd0049ad65f452 Author: Hallvard Furuseth hallvard@openldap.org Date: Mon Oct 15 17:03:46 2012 +0200
More for mdb_env_copy().
Fix #define _GNU_SOURCE = 1 to match any command line -D_GNU_SOURCE. .gitignore += mdb_copy.
commit 462d9dfd104397652a905e8f685289bd4ac8a6e1 Author: Hallvard Furuseth hallvard@openldap.org Date: Mon Oct 15 17:03:33 2012 +0200
Fix last commit.
Add flag MDB_ENV_ACTIVE instead of using the state of me_lfd. Require MDB_RDONLY for MDB_ROFS. Swap reader/writer mutex lock.
-----------------------------------------------------------------------
Summary of changes: libraries/libmdb/.gitignore | 1 + libraries/libmdb/mdb.c | 99 +++++++++++++++++++++++++++++------------- libraries/libmdb/mdb.h | 3 +- 3 files changed, 71 insertions(+), 32 deletions(-)