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 4bcaabecf5410065ba17d64d0fa95d2844aa5582 (commit)
via 619e671f1c85446c09864430030ad99c33561cc2 (commit)
via 9bcc51ef5d6e4081770cfb5cc309c6c8a6f38f2f (commit)
from b9d13a29e6c4c2742277c82bdc646c32d364a619 (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 4bcaabecf5410065ba17d64d0fa95d2844aa5582
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Sep 21 17:21:48 2011 -0700
assert cleanup
commit 619e671f1c85446c09864430030ad99c33561cc2
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Sep 21 16:37:29 2011 -0700
txn_abort/commit free all their cursors now.
commit 9bcc51ef5d6e4081770cfb5cc309c6c8a6f38f2f
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Sep 21 16:06:52 2011 -0700
Only free malloc'd cursors
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 21 ++++++++++++++-------
libraries/libmdb/mdb.h | 10 ++++------
2 files changed, 18 insertions(+), 13 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, master has been updated
via c5ee5212fdd3025d2c5820ddfaa181e6aa868992 (commit)
via c8c34cdd43d3603f3b64a56841b4425379c98f45 (commit)
via b9d13a29e6c4c2742277c82bdc646c32d364a619 (commit)
via c4d5e6e78634a6fa96cdf577688fb3a7fba266ed (commit)
from 47f6aec61e65afd66bea096887f1cd550b55946e (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 c5ee5212fdd3025d2c5820ddfaa181e6aa868992
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Sep 21 15:59:08 2011 -0700
Updated for mdb_txn_begin API change.
Nested txn stuff which we don't use.
commit c8c34cdd43d3603f3b64a56841b4425379c98f45
Merge: 47f6aec b9d13a2
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Sep 21 15:58:55 2011 -0700
Merge remote branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 546 +++++++++++++++++++++++++++++++++----
libraries/libmdb/mdb.h | 155 +++++++----
libraries/libmdb/mdb_stat.c | 2 +-
libraries/libmdb/midl.c | 19 ++
libraries/libmdb/midl.h | 7 +
libraries/libmdb/mtest.c | 10 +-
libraries/libmdb/mtest2.c | 8 +-
libraries/libmdb/mtest3.c | 8 +-
libraries/libmdb/mtest4.c | 16 +-
libraries/libmdb/mtest5.c | 8 +-
libraries/libmdb/mtest6.c | 6 +-
servers/slapd/back-mdb/attr.c | 2 +-
servers/slapd/back-mdb/config.c | 2 +-
servers/slapd/back-mdb/id2entry.c | 6 +-
servers/slapd/back-mdb/init.c | 2 +-
servers/slapd/back-mdb/tools.c | 10 +-
16 files changed, 659 insertions(+), 148 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 b9d13a29e6c4c2742277c82bdc646c32d364a619 (commit)
via c4d5e6e78634a6fa96cdf577688fb3a7fba266ed (commit)
from 8fa10ae668b2fd1e35b7b5b36a1a0b42bd5698e2 (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 b9d13a29e6c4c2742277c82bdc646c32d364a619
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Sep 21 14:14:11 2011 -0700
Track changes to all cursors.
For any change to a page or node, update all other cursors pointing
at the same page (or node). Cursors are now stored in a linked list
off their owning transaction. Cursors are all closed when the transaction
ends. Cursors in parent transactions are updated when their child
transaction commits.
commit c4d5e6e78634a6fa96cdf577688fb3a7fba266ed
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Sep 20 12:57:05 2011 -0700
Add support for nested transactions.
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 546 ++++++++++++++++++++++++++++++++++++++-----
libraries/libmdb/mdb.h | 155 ++++++++-----
libraries/libmdb/mdb_stat.c | 2 +-
libraries/libmdb/midl.c | 19 ++
libraries/libmdb/midl.h | 7 +
libraries/libmdb/mtest.c | 10 +-
libraries/libmdb/mtest2.c | 8 +-
libraries/libmdb/mtest3.c | 8 +-
libraries/libmdb/mtest4.c | 16 +-
libraries/libmdb/mtest5.c | 8 +-
libraries/libmdb/mtest6.c | 6 +-
11 files changed, 648 insertions(+), 137 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 8fa10ae668b2fd1e35b7b5b36a1a0b42bd5698e2 (commit)
from 02abfb91ba3b2e62552fdb31d7fc3a1cde63b17f (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/midl.c | 40 +++++++++++++++++++---------------------
1 files changed, 19 insertions(+), 21 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, master has been updated
via 47f6aec61e65afd66bea096887f1cd550b55946e (commit)
via ef7f5f5e32e6e0f129aee7fa1626017a7dadcb48 (commit)
via 79f4f3c0bd1b62dfdcba4a2bce95929c944ac5cb (commit)
via d9edc7d5afd2860fac2fa0121044db28d94c9f7f (commit)
via 8fa10ae668b2fd1e35b7b5b36a1a0b42bd5698e2 (commit)
via 02abfb91ba3b2e62552fdb31d7fc3a1cde63b17f (commit)
from 76c6c8e5b7f7731440872010b895cd30c8076b59 (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 47f6aec61e65afd66bea096887f1cd550b55946e
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Sep 13 09:39:28 2011 +0200
back-bdb/back-mdb IDL cleanup.
Parenthesize macros. Microoptimize IDL search. Use RANGE_<FIRST/LAST>
when IDL is known to be a range.
commit ef7f5f5e32e6e0f129aee7fa1626017a7dadcb48
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Sep 18 21:49:25 2011 +0200
Cleanup ISO C compatibility for recent commits
commit 79f4f3c0bd1b62dfdcba4a2bce95929c944ac5cb
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Sep 18 22:37:45 2011 +0200
More libmdb vs back-mdb C type tweaks.
Do not access a size_t via an unsigned long pointer, an MDB_val via a
berval pointer, or the inverse. Instead copy into the proper data types.
commit d9edc7d5afd2860fac2fa0121044db28d94c9f7f
Merge: 76c6c8e 8fa10ae
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Mon Sep 19 10:30:30 2011 +0200
Merge branch 'mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblber/debug.c | 2 +-
libraries/libmdb/mdb.c | 5 +-
libraries/libmdb/midl.c | 40 +++++------
servers/slapd/back-bdb/idl.c | 40 +++++------
servers/slapd/back-bdb/idl.h | 6 +-
servers/slapd/back-mdb/bind.c | 2 +-
servers/slapd/back-mdb/compare.c | 2 +-
servers/slapd/back-mdb/config.c | 2 +-
servers/slapd/back-mdb/idl.c | 120 +++++++++++++++++-----------------
servers/slapd/back-mdb/idl.h | 6 +-
servers/slapd/back-mdb/index.c | 9 +--
servers/slapd/back-mdb/operational.c | 2 +-
servers/slapd/back-mdb/proto-mdb.h | 2 +-
servers/slapd/back-mdb/search.c | 2 +-
servers/slapd/overlays/pcache.c | 2 +-
servers/slapd/syncrepl.c | 8 ++-
16 files changed, 126 insertions(+), 124 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 02abfb91ba3b2e62552fdb31d7fc3a1cde63b17f (commit)
from 4272e7de4f2f068b99cc6e32dd4ba86beb4d7266 (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 02abfb91ba3b2e62552fdb31d7fc3a1cde63b17f
Author: Howard Chu <hyc(a)symas.com>
Date: Sun Sep 18 18:26:54 2011 -0700
Additional fix for prev commit
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 5 +++--
1 files changed, 3 insertions(+), 2 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, master has been updated
via 76c6c8e5b7f7731440872010b895cd30c8076b59 (commit)
via 4272e7de4f2f068b99cc6e32dd4ba86beb4d7266 (commit)
from 001f14965402aa86f3d7cd364fc781caeb603719 (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 76c6c8e5b7f7731440872010b895cd30c8076b59
Merge: 001f149 4272e7d
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Sep 18 18:14:05 2011 -0700
Merge branch 'mdb.master' of ssh://git-master.openldap.org/~git/git/openldap
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 3 ++-
1 files changed, 2 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 4272e7de4f2f068b99cc6e32dd4ba86beb4d7266 (commit)
from 237fabda645410996abc7d1285cf4a1b66ac298b (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 4272e7de4f2f068b99cc6e32dd4ba86beb4d7266
Author: Howard Chu <highlandsun(a)gmail.com>
Date: Sun Sep 18 18:13:23 2011 -0700
Make sure 2 subpages fit in one real page
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 3 ++-
1 files changed, 2 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, master has been updated
via 001f14965402aa86f3d7cd364fc781caeb603719 (commit)
via 237fabda645410996abc7d1285cf4a1b66ac298b (commit)
via 0ab841598ffb490f4246f892248f0b409e411cc1 (commit)
from c0fc7fdbed69e685560f7860e0895a731f72da64 (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 001f14965402aa86f3d7cd364fc781caeb603719
Merge: c0fc7fd 237fabd
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Sep 18 17:08:40 2011 -0700
Merge remote branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 63 ++++++++++++++++++++++++-----------------------
1 files changed, 32 insertions(+), 31 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 237fabda645410996abc7d1285cf4a1b66ac298b (commit)
from 0ab841598ffb490f4246f892248f0b409e411cc1 (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 237fabda645410996abc7d1285cf4a1b66ac298b
Author: Howard Chu <hyc(a)symas.com>
Date: Sun Sep 18 17:07:47 2011 -0700
Fix last delete from a subpage
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git