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 56fe0d4f1a90f0a8bac5f6096ddfdc6d670fea95 (commit)
via 70c79df1dfd70e90a4c18d3d9710a3b01be011b2 (commit)
from dc83777ab9e925e66c172d16621956bd9af17019 (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 56fe0d4f1a90f0a8bac5f6096ddfdc6d670fea95
Author: Howard Chu <highlandsun(a)gmail.com>
Date: Tue Sep 13 13:34:22 2011 -0700
Tweak search_node inner loop to avoid LEAF2 checks
commit 70c79df1dfd70e90a4c18d3d9710a3b01be011b2
Author: Howard Chu <highlandsun(a)gmail.com>
Date: Tue Sep 13 11:25:17 2011 -0700
cursor_set/search_node tweaks, use intcmp when possible
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 161 ++++++++++++++++++++++++++++--------------------
1 files changed, 95 insertions(+), 66 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 65b5ff2de31d73565fe8bc84ff0c034677226e29 (commit)
from 9297050f9e727fbc59b63cd218a13881fb227431 (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 65b5ff2de31d73565fe8bc84ff0c034677226e29
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Sep 13 01:28:37 2011 -0700
mdb_db_close() should not force env_sync in quick mode
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/init.c | 18 +++++++++++-------
1 files changed, 11 insertions(+), 7 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 9297050f9e727fbc59b63cd218a13881fb227431 (commit)
from c4ddf352ba494a3809fda48f0ee61dc0f958cf14 (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 9297050f9e727fbc59b63cd218a13881fb227431
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Sep 12 11:41:04 2011 -0700
Resolve MDB/HDB monitor OID clashes
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-bdb/monitor.c | 16 ++++++++--------
servers/slapd/back-mdb/monitor.c | 20 ++++++++++----------
servers/slapd/bconfig.c | 1 +
3 files changed, 19 insertions(+), 18 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 c4ddf352ba494a3809fda48f0ee61dc0f958cf14 (commit)
from 141a43c1ee1bce788459353e68653dd3b242ff24 (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 c4ddf352ba494a3809fda48f0ee61dc0f958cf14
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Sep 12 11:05:38 2011 -0700
Just use memcpy since we know it's non-overlapping
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/id2entry.c | 6 +++---
1 files changed, 3 insertions(+), 3 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 141a43c1ee1bce788459353e68653dd3b242ff24 (commit)
from 0f1522418ebb621affa4aa819c7e4241deb4f015 (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 141a43c1ee1bce788459353e68653dd3b242ff24
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Mon Sep 12 15:58:43 2011 +0200
Tweak back-mdb integer types to match libmdb.
Also do not cast between berval and MDB_val. That breaks when
sizeof(berval.bv_len) != sizeof(MDB_val.mv_size).
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/attr.c | 13 +++++++++----
servers/slapd/back-mdb/config.c | 2 +-
servers/slapd/back-mdb/dn2id.c | 2 +-
servers/slapd/back-mdb/idl.c | 2 +-
servers/slapd/back-mdb/index.c | 3 ++-
5 files changed, 14 insertions(+), 8 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 dc83777ab9e925e66c172d16621956bd9af17019 (commit)
from 25529a4c36903d0456b1251712de32f665850029 (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 dc83777ab9e925e66c172d16621956bd9af17019
Author: Howard Chu <hyc(a)symas.com>
Date: Mon Sep 12 01:11:56 2011 -0700
Minor tweaks, update relfunc behavior
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 19 +++++++++--------
libraries/libmdb/mdb.h | 51 +++++++++++++++++++++++++++++++++++++++--------
2 files changed, 52 insertions(+), 18 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 0f1522418ebb621affa4aa819c7e4241deb4f015 (commit)
via 25529a4c36903d0456b1251712de32f665850029 (commit)
via 8acb7550349352522a4e2eb10bfa27850df89079 (commit)
via 92a63ff79026fa3f2373cde4bb6793f132b8f287 (commit)
via 350124854855ba3aeda6f07c8d6e4d1f27b835bc (commit)
via 946b38f471636e475661daf3569ce9d1f86c6ed2 (commit)
via ed0fc55fd39b50b19b5c7cf30d41811b180f1ae5 (commit)
via 90ed5533015ce2ad668422aca318e40ee1ce7410 (commit)
via b56be64d2e5ff6ab79533df2949ebdf3df383427 (commit)
via b1cfff4aeb9aceed8b18714f4029bd53d59f05ca (commit)
via bf9d722bec7d0e6094242b405d6a66720b934fc6 (commit)
via 5f682934751d54263df19f3b181f1555158daf25 (commit)
via 2d1f3b7ed39007201cb009a4e7ed8aa58a4be6fc (commit)
via 69e53cf700bcceb5c531384ab97e10c2ecff922a (commit)
via 88da18cccfb7e76b35e075b0c9419c6b164c6a43 (commit)
via c5dad7a6d0eb1b3597beda18b38fe92820df0d30 (commit)
via 3dc8fa491add8aaa7688375439d967bb5ffe524f (commit)
via ec2d82f79ae0884326daf2276e42052fae2ca750 (commit)
from 16cbeb5e65197856e17dc1f1e8063596c25717d3 (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 0f1522418ebb621affa4aa819c7e4241deb4f015
Merge: 16cbeb5 25529a4
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Sep 11 23:58:50 2011 -0700
Merge remote branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/.gitignore | 4 +-
libraries/libmdb/Makefile | 1 +
libraries/libmdb/mdb.c | 755 +++++++++++++++----------------
libraries/libmdb/mdb.h | 18 +-
libraries/libmdb/mdb_stat.c | 8 +-
libraries/libmdb/midl.c | 6 +-
libraries/libmdb/midl.h | 11 +-
libraries/libmdb/{mtest5.c => mtest6.c} | 72 ++--
8 files changed, 421 insertions(+), 454 deletions(-)
copy libraries/libmdb/{mtest5.c => mtest6.c} (66%)
---
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 25529a4c36903d0456b1251712de32f665850029 (commit)
from 8acb7550349352522a4e2eb10bfa27850df89079 (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 25529a4c36903d0456b1251712de32f665850029
Author: Howard Chu <hyc(a)symas.com>
Date: Sun Sep 11 23:57:17 2011 -0700
More cursor_init cleanup
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 61 +++++++++++++++++++----------------------------
1 files changed, 25 insertions(+), 36 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 8acb7550349352522a4e2eb10bfa27850df89079 (commit)
from 92a63ff79026fa3f2373cde4bb6793f132b8f287 (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 8acb7550349352522a4e2eb10bfa27850df89079
Author: Howard Chu <hyc(a)symas.com>
Date: Sun Sep 11 23:13:36 2011 -0700
One more sub-cursor fix
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 3 +++
1 files changed, 3 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 92a63ff79026fa3f2373cde4bb6793f132b8f287 (commit)
via 350124854855ba3aeda6f07c8d6e4d1f27b835bc (commit)
from 946b38f471636e475661daf3569ce9d1f86c6ed2 (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 92a63ff79026fa3f2373cde4bb6793f132b8f287
Merge: 3501248 946b38f
Author: Howard Chu <hyc(a)symas.com>
Date: Sun Sep 11 22:23:35 2011 -0700
Merge branch 'mdb.master' of ssh://git-master.openldap.org/~git/git/openldap into mdb.master
commit 350124854855ba3aeda6f07c8d6e4d1f27b835bc
Author: Howard Chu <hyc(a)symas.com>
Date: Sun Sep 11 20:54:32 2011 -0700
Fix 2e3bc39fa94f21d692d8e94183f57aef9122c487
Various mistakes when converting from previous data structures.
Add a few more debug asserts/sanity checks.
Split all "if (foo) return" constructs to separate lines to allow
easier breakpoint setting.
Add mtest6 for checking mdb_split() behavior. This needs to be
expanded to check rebalance/merge cases too.
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/.gitignore | 2 +-
libraries/libmdb/Makefile | 1 +
libraries/libmdb/mdb.c | 411 ++++++++++++++-----------------
libraries/libmdb/{mtest3.c => mtest6.c} | 72 +++---
4 files changed, 220 insertions(+), 266 deletions(-)
copy libraries/libmdb/{mtest3.c => mtest6.c} (66%)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git