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 d9a60db75ea1dbbc06d90d15e6f6969d8c075ee7 (commit)
via 2c033676ea481f3f84b843c09c81295d0d30a46d (commit)
via 5b7c983a663ee45a3a2f7f05bbe7d294013a06d6 (commit)
from 8917b774f71562cdfaaddd7641889ab79ef95273 (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 d9a60db75ea1dbbc06d90d15e6f6969d8c075ee7
Merge: 8917b77 2c03367
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Sep 14 20:34:27 2011 -0700
Merge remote branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 11 ++++++++---
1 files changed, 8 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, mdb.master has been updated
via 2c033676ea481f3f84b843c09c81295d0d30a46d (commit)
via 5b7c983a663ee45a3a2f7f05bbe7d294013a06d6 (commit)
from 0533f80364810fb89b1feac892f9397fffe6ebd0 (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 2c033676ea481f3f84b843c09c81295d0d30a46d
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Sep 14 20:33:09 2011 -0700
Doc tweak - txn flags
commit 5b7c983a663ee45a3a2f7f05bbe7d294013a06d6
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Sep 14 20:30:26 2011 -0700
MacOSX semaphore names are limited to 31 chars
Including the terminating NUL. Good job documenting that, guys.
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 11 ++++++++---
1 files changed, 8 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 8917b774f71562cdfaaddd7641889ab79ef95273 (commit)
via 0533f80364810fb89b1feac892f9397fffe6ebd0 (commit)
via e222506b88bcadff3ff63c055e0257233721606e (commit)
via 9e3e7cefd8d9ac36eaa42b9a3b46b2694030d834 (commit)
via 71a665aa9dd2da3dd56b5daff8597e2f1645b182 (commit)
from 04311cc7163ce54d63bd2e764c13d69ea1fce57b (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 8917b774f71562cdfaaddd7641889ab79ef95273
Merge: 04311cc 0533f80
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Sep 14 11:46:40 2011 -0700
Merge remote branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 593 +++++++++++++++++++++++++++++++++--------------
libraries/libmdb/midl.h | 2 +-
2 files changed, 425 insertions(+), 170 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 0533f80364810fb89b1feac892f9397fffe6ebd0 (commit)
from e222506b88bcadff3ff63c055e0257233721606e (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 0533f80364810fb89b1feac892f9397fffe6ebd0
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Sep 14 11:31:27 2011 -0700
Add MacOSX support
mmap() with FIXEDMAP fails, otherwise things work.
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 103 +++++++++++++++++++++++++++++++++++++++++-------
1 files changed, 88 insertions(+), 15 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 04311cc7163ce54d63bd2e764c13d69ea1fce57b (commit)
from 0e96868e8ed1d80dfa9e8f8856875385e5a28487 (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 04311cc7163ce54d63bd2e764c13d69ea1fce57b
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Sep 14 10:14:02 2011 -0700
Fix entry_alloc with no attrs
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/id2entry.c | 8 ++++++--
1 files changed, 6 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 0e96868e8ed1d80dfa9e8f8856875385e5a28487 (commit)
from dfed6f77d7b617fcef65c7a1e6ca59240c74749d (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 0e96868e8ed1d80dfa9e8f8856875385e5a28487
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Sep 14 09:54:58 2011 -0700
Fix onelevel search from last commit
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/dn2id.c | 22 +++++++++++-----------
tests/scripts/test003-search | 8 ++++++--
2 files changed, 17 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, mdb.master has been updated
via e222506b88bcadff3ff63c055e0257233721606e (commit)
from 9e3e7cefd8d9ac36eaa42b9a3b46b2694030d834 (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 e222506b88bcadff3ff63c055e0257233721606e
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Sep 14 01:46:08 2011 -0700
Minor doc cleanup
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 37 +++++++++++++++++++++++++++----------
1 files changed, 27 insertions(+), 10 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 9e3e7cefd8d9ac36eaa42b9a3b46b2694030d834 (commit)
via 71a665aa9dd2da3dd56b5daff8597e2f1645b182 (commit)
from 56fe0d4f1a90f0a8bac5f6096ddfdc6d670fea95 (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 9e3e7cefd8d9ac36eaa42b9a3b46b2694030d834
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Sep 14 01:08:01 2011 -0700
More docs
commit 71a665aa9dd2da3dd56b5daff8597e2f1645b182
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Sep 13 23:36:41 2011 -0700
Namespace cleanup
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 453 ++++++++++++++++++++++++++++++++---------------
libraries/libmdb/midl.h | 2 +-
2 files changed, 310 insertions(+), 145 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 dfed6f77d7b617fcef65c7a1e6ca59240c74749d (commit)
from fb264bf3e1a8d992684cfc2c452a81d0f8322aeb (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 dfed6f77d7b617fcef65c7a1e6ca59240c74749d
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Sep 13 16:58:38 2011 -0700
More search optimization
Tighten up entry_alloc/entry_decode
Track parent nodes in idscopes
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/back-mdb.h | 11 ------
servers/slapd/back-mdb/dn2id.c | 32 +++++++++++-----
servers/slapd/back-mdb/id2entry.c | 12 +++----
servers/slapd/back-mdb/idl.c | 70 +++++++++++++++++++++++++++++++++++-
servers/slapd/back-mdb/idl.h | 39 ++++++++++++++++++++
servers/slapd/back-mdb/proto-mdb.h | 4 ++-
servers/slapd/back-mdb/search.c | 20 ++++++----
7 files changed, 150 insertions(+), 38 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 fb264bf3e1a8d992684cfc2c452a81d0f8322aeb (commit)
via 550dc4aaeee2b9f2ed25b451d950bd5e7088652d (commit)
via 56fe0d4f1a90f0a8bac5f6096ddfdc6d670fea95 (commit)
via 70c79df1dfd70e90a4c18d3d9710a3b01be011b2 (commit)
via dc83777ab9e925e66c172d16621956bd9af17019 (commit)
from 65b5ff2de31d73565fe8bc84ff0c034677226e29 (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 fb264bf3e1a8d992684cfc2c452a81d0f8322aeb
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Sep 13 15:19:04 2011 -0700
Tentative speedup - use plain ints for entry_encode/decode
Keep entries word-aligned. Yields ~10% speedup, but also 10% more space used.
May revert this if the space cost is unacceptable.
commit 550dc4aaeee2b9f2ed25b451d950bd5e7088652d
Merge: 65b5ff2 56fe0d4
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Sep 13 15:24:33 2011 -0700
Merge remote branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 180 ++++++++++++++++++-------------
libraries/libmdb/mdb.h | 51 +++++++--
servers/slapd/back-mdb/id2entry.c | 217 +++++++++++++++----------------------
servers/slapd/back-mdb/init.c | 10 ++-
4 files changed, 245 insertions(+), 213 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 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
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 946b38f471636e475661daf3569ce9d1f86c6ed2 (commit)
via ed0fc55fd39b50b19b5c7cf30d41811b180f1ae5 (commit)
via 90ed5533015ce2ad668422aca318e40ee1ce7410 (commit)
from b56be64d2e5ff6ab79533df2949ebdf3df383427 (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 946b38f471636e475661daf3569ce9d1f86c6ed2
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Sep 11 13:00:52 2011 +0200
Fix mdb debug formats
commit ed0fc55fd39b50b19b5c7cf30d41811b180f1ae5
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Sep 11 11:08:40 2011 +0200
Restore missing LAZY_LOCKS semicolon.
Lost in C90 compat commit c5dad7a6d0eb1b3597beda18b38fe92820df0d30.
commit 90ed5533015ce2ad668422aca318e40ee1ce7410
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Sep 10 10:11:56 2011 +0200
mdb integer type cleanup: Use MDB_dbi consistently.
This changes the prototype of mdb_env_set_maxdbs().
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 38 +++++++++++++++++++++-----------------
libraries/libmdb/mdb.h | 2 +-
2 files changed, 22 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, mdb.master has been updated
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 acdc248f57306edc00046c43e5af0126e06de50b (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 b56be64d2e5ff6ab79533df2949ebdf3df383427
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Sep 10 20:01:07 2011 +0200
Drop ULONG in favor of size_t.
commit b1cfff4aeb9aceed8b18714f4029bd53d59f05ca
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Sep 10 10:11:56 2011 +0200
Add mdb.c:txnid_t for readability.
Maybe later we'll test txnid wraparound with it defined to ushort.
commit bf9d722bec7d0e6094242b405d6a66720b934fc6
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Sep 10 10:11:56 2011 +0200
mdb type cleanup: Consistent reader count types.
Use unsigned int for reader counts/max limits, that's the smallest
change. Don't need uint32_t when mdb_env_set_maxreaders() takes less.
Change prototypes of mdb_env_set_maxreaders,mdb_env_get_maxreaders().
Check the mdb_env_set_maxreaders() argument.
commit 5f682934751d54263df19f3b181f1555158daf25
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Sep 10 10:11:55 2011 +0200
explain mdl_midl_sort() istack size
commit 2d1f3b7ed39007201cb009a4e7ed8aa58a4be6fc
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Sep 10 10:11:55 2011 +0200
Fix memn(r)cmp of key sizes > INT_MAX. Simplify.
commit 69e53cf700bcceb5c531384ab97e10c2ecff922a
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Sep 10 10:11:55 2011 +0200
Check some mdb integer type assumptions
commit 88da18cccfb7e76b35e075b0c9419c6b164c6a43
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Sep 10 10:11:55 2011 +0200
Put MDB_node.<mn_lo,mn_hi> in host byte order.
commit c5dad7a6d0eb1b3597beda18b38fe92820df0d30
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Sep 10 10:11:55 2011 +0200
C90 compatibility cleanup in mdb.
Fix void* pointer arithmetic in cintcmp().
Fix invalid ';'s in declarations after possibly-empty macros.
commit 3dc8fa491add8aaa7688375439d967bb5ffe524f
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Sep 10 10:11:55 2011 +0200
Cleanup mdb macros.
Parenthesize. Rename GetPageSize -> GET_PAGESIZE since it does not
behave like a function (it has a non-pointer output argument).
commit ec2d82f79ae0884326daf2276e42052fae2ca750
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Sep 10 10:11:55 2011 +0200
libmdb/.gitignore += test[45], Doxygen output
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/.gitignore | 4 +-
libraries/libmdb/mdb.c | 284 ++++++++++++++++++++++--------------------
libraries/libmdb/mdb.h | 16 ++--
libraries/libmdb/mdb_stat.c | 8 +-
libraries/libmdb/midl.c | 6 +-
libraries/libmdb/midl.h | 11 +-
6 files changed, 174 insertions(+), 155 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 16cbeb5e65197856e17dc1f1e8063596c25717d3 (commit)
from 8623c98726058d801aea6ee505ea307618334bc2 (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 16cbeb5e65197856e17dc1f1e8063596c25717d3
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Sep 10 01:12:50 2011 -0700
Fix - slapcat doesn't set op->o_hdr for tmpmemctx
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/id2entry.c | 15 +++++++++++----
1 files changed, 11 insertions(+), 4 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 8623c98726058d801aea6ee505ea307618334bc2 (commit)
via 802a2ad4b2a3ffa1c941c57c9cd2e198c1707c1a (commit)
via acdc248f57306edc00046c43e5af0126e06de50b (commit)
via a7edb95e6496bb65eed291fffc1eb11fbf60f7cd (commit)
via 0c487538cf05df05b2c60e1814cf8153fae768fc (commit)
via 9ac8638d9d9e5c7f58f2d637c07894f398b51193 (commit)
from c5beffc94fa23a91738471c6196e7f69664e541c (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 8623c98726058d801aea6ee505ea307618334bc2
Merge: 802a2ad acdc248
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Sep 9 22:29:37 2011 -0700
Merge branch 'mdb.master' of ssh://git-master.openldap.org/~git/git/openldap
commit 802a2ad4b2a3ffa1c941c57c9cd2e198c1707c1a
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Sep 9 22:00:34 2011 -0700
Fix out-of-order slapadd
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 124 +++++++++++++++++++++++++++++-------
libraries/libmdb/mdb.h | 28 +++++---
servers/slapd/back-mdb/id2entry.c | 13 +++-
servers/slapd/back-mdb/tools.c | 38 ++++++++---
4 files changed, 155 insertions(+), 48 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 acdc248f57306edc00046c43e5af0126e06de50b (commit)
from a7edb95e6496bb65eed291fffc1eb11fbf60f7cd (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 acdc248f57306edc00046c43e5af0126e06de50b
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Sep 9 21:43:22 2011 -0700
If put(NOOVERWRITE) exists, return existing data
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 4 +++-
libraries/libmdb/mdb.h | 5 +++--
2 files changed, 6 insertions(+), 3 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git