A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via bfbc6fe4a6e515189962aebba517138d909fbfed (commit)
via 2727e97de35320b0ac433ff2e811b9640bb66996 (commit)
via 68e97b2184063e91d62eed7d862d133f2e4ca314 (commit)
via 937b5eff07e30563a4b55fdde936191eb64f0f3b (commit)
via 86f8b203f5b3f293df28f12836f1d68d28a0c2ee (commit)
via 012d7b5de7b9942c29d0c849e8153b7b81b59082 (commit)
via 3e7c1bd4e22270d1b95fff572a7726983ca68e8d (commit)
via a22c31115f480eff906d51b53a998d269da83452 (commit)
via 684bb867ced9f0ccde0268b6a3e839ebcb00ff6b (commit)
via 4ddf2ec83176ef6f1d2db2eb95f1f931de25c81d (commit)
via 797ff136a8852d8301a946a2f29b2c34caa084d0 (commit)
via 0e7fba73b7e63a39fa62f532a289bef92069ba6e (commit)
via e2bdd44624a525d4847c22d7ebf1ea4d154ed734 (commit)
via a6049489930dccd7354b8b681fe3e754032edb02 (commit)
via 4e954f8ae83d5b39736bab2da0eaf2bdf5ee3961 (commit)
from 59688044386dfeee0c837a15133f4e878f1bb661 (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 bfbc6fe4a6e515189962aebba517138d909fbfed
Merge: 5968804 2727e97
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Mar 18 05:40:30 2014 -0700
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 7 +-
libraries/liblmdb/mdb.c | 322 +++++++++++++-------
libraries/liblmdb/mtest.c | 84 +++---
libraries/liblmdb/mtest2.c | 45 ++--
libraries/liblmdb/mtest3.c | 45 ++--
libraries/liblmdb/mtest4.c | 64 +++--
libraries/liblmdb/mtest5.c | 47 ++--
libraries/liblmdb/mtest6.c | 47 ++--
libraries/liblmdb/{sample-bdb.c => sample-bdb.txt} | 6 +-
libraries/liblmdb/{sample-mdb.c => sample-mdb.txt} | 6 +-
10 files changed, 407 insertions(+), 266 deletions(-)
rename libraries/liblmdb/{sample-bdb.c => sample-bdb.txt} (92%)
rename libraries/liblmdb/{sample-mdb.c => sample-mdb.txt} (90%)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 59688044386dfeee0c837a15133f4e878f1bb661 (commit)
from 5f92a0bb167da197203ad9578c378b80daaaf790 (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 59688044386dfeee0c837a15133f4e878f1bb661
Author: Jan Synacek <jsynacek(a)redhat.com>
Date: Wed Nov 13 09:06:54 2013 +0100
ITS#7723 fix reference counting
-----------------------------------------------------------------------
Summary of changes:
libraries/librewrite/session.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
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 2727e97de35320b0ac433ff2e811b9640bb66996 (commit)
via 68e97b2184063e91d62eed7d862d133f2e4ca314 (commit)
via 937b5eff07e30563a4b55fdde936191eb64f0f3b (commit)
via 86f8b203f5b3f293df28f12836f1d68d28a0c2ee (commit)
via 012d7b5de7b9942c29d0c849e8153b7b81b59082 (commit)
via 3e7c1bd4e22270d1b95fff572a7726983ca68e8d (commit)
via a22c31115f480eff906d51b53a998d269da83452 (commit)
via 684bb867ced9f0ccde0268b6a3e839ebcb00ff6b (commit)
from 4ddf2ec83176ef6f1d2db2eb95f1f931de25c81d (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 2727e97de35320b0ac433ff2e811b9640bb66996
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Mar 16 12:42:43 2014 +0100
mtest: Accept an MDB_NOTFOUND case
commit 68e97b2184063e91d62eed7d862d133f2e4ca314
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Mar 16 12:42:43 2014 +0100
Handle more errors. Invalidate txn if needed.
commit 937b5eff07e30563a4b55fdde936191eb64f0f3b
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Mar 16 12:42:42 2014 +0100
Don't use non-existent node info in branch/leaf2
commit 86f8b203f5b3f293df28f12836f1d68d28a0c2ee
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Mar 16 12:42:42 2014 +0100
Move code out of mdb_cursor_del0() and mdb_del().
Prepares for the next commits.
commit 012d7b5de7b9942c29d0c849e8153b7b81b59082
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Mar 16 12:42:42 2014 +0100
More checks for closed DBIs and invalidated txns.
Factor txn/DBI-checks out to TXN_DBI_EXIST().
mdb_audit(): Skip closed DBIs.
mdb_cursor_renew(), mdb_stat(): Check DBI and txn.
mdb_cursor_count(): Check txn.
mdb_dbi_flags(): Check DBI.
commit 3e7c1bd4e22270d1b95fff572a7726983ca68e8d
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Mar 16 12:42:42 2014 +0100
mdb_page_list(): Support & display all page types
commit a22c31115f480eff906d51b53a998d269da83452
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Mar 16 12:42:42 2014 +0100
mdb_txn_renew0(): Fix un-mutexed me_flags update.
Replace env flag MDB_LIVE_READER with field me_live_reader.
commit 684bb867ced9f0ccde0268b6a3e839ebcb00ff6b
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Mar 16 12:42:42 2014 +0100
Doxygen fixes
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 5 +-
libraries/liblmdb/mdb.c | 291 +++++++++++++++++++++++++++++----------------
libraries/liblmdb/mtest.c | 17 +--
3 files changed, 198 insertions(+), 115 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
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 4ddf2ec83176ef6f1d2db2eb95f1f931de25c81d (commit)
from 797ff136a8852d8301a946a2f29b2c34caa084d0 (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 4ddf2ec83176ef6f1d2db2eb95f1f931de25c81d
Author: Howard Chu <hyc(a)symas.com>
Date: Sun Mar 16 03:55:03 2014 -0700
Rename samples
They're meant to be read and studied, not run.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/{sample-bdb.c => sample-bdb.txt} | 4 ++--
libraries/liblmdb/{sample-mdb.c => sample-mdb.txt} | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
rename libraries/liblmdb/{sample-bdb.c => sample-bdb.txt} (94%)
rename libraries/liblmdb/{sample-mdb.c => sample-mdb.txt} (94%)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
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 797ff136a8852d8301a946a2f29b2c34caa084d0 (commit)
from 0e7fba73b7e63a39fa62f532a289bef92069ba6e (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 797ff136a8852d8301a946a2f29b2c34caa084d0
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Mar 5 20:40:12 2014 -0800
ITS#7815 more for page_split
This case didn't come up in testing. Needs finer grained test.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
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 0e7fba73b7e63a39fa62f532a289bef92069ba6e (commit)
from e2bdd44624a525d4847c22d7ebf1ea4d154ed734 (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 0e7fba73b7e63a39fa62f532a289bef92069ba6e
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Mar 5 20:04:42 2014 -0800
ITS#7815 fix mdb_page_split
Was leaving cursor pointed at wrong page if the newindx was
in the right sibling page, and the parent was also split.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git