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