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 df47eb24cd43258595b7f806dfaad8560c34b835 (commit)
from 34adb8692935262a09e21c62d9bcd0284a272b0c (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 df47eb24cd43258595b7f806dfaad8560c34b835
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Oct 4 23:45:33 2011 -0700
Additional change for prev commit
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-bdb/index.c | 2 +-
1 files changed, 1 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 34adb8692935262a09e21c62d9bcd0284a272b0c (commit)
from 1adc0b9b1c39ac588adf22acf46f30e24b802682 (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 34adb8692935262a09e21c62d9bcd0284a272b0c
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Oct 4 19:19:25 2011 -0700
Use a thread for LDIF parsing in slapadd -q
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-bdb/tools.c | 19 ++-
servers/slapd/slapadd.c | 335 +++++++++++++++++++++++++---------------
2 files changed, 223 insertions(+), 131 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 1adc0b9b1c39ac588adf22acf46f30e24b802682 (commit)
via d06301f303ba10dd306986f6cd8df5a126abb22e (commit)
via 934a19553c058a799ddd27b1ae1e885e37d37a95 (commit)
via ea0d07ffa324cd834b87dd29053961366172330b (commit)
from 7cd16d7b9f3a5578a629a74e527d6e93c5711ab2 (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 1adc0b9b1c39ac588adf22acf46f30e24b802682
Merge: d06301f 934a195
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Oct 4 02:22:01 2011 -0700
Merge remote branch 'origin/mdb.master'
commit d06301f303ba10dd306986f6cd8df5a126abb22e
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Oct 4 02:18:09 2011 -0700
Turn off tool IDL caching
Well, just like in back-bdb in 2005, it only slowed things down
on larger LDIFs.
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 9 ++++++---
servers/slapd/back-mdb/idl.c | 6 +++++-
servers/slapd/back-mdb/index.c | 2 ++
servers/slapd/back-mdb/tools.c | 31 +++++++++++++++++++++----------
4 files changed, 34 insertions(+), 14 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 934a19553c058a799ddd27b1ae1e885e37d37a95 (commit)
from ea0d07ffa324cd834b87dd29053961366172330b (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 934a19553c058a799ddd27b1ae1e885e37d37a95
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Oct 3 18:02:17 2011 -0700
Don't use Append mode when splits are caused by sub-page inserts
Sub-pages need room to grow...
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.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 ea0d07ffa324cd834b87dd29053961366172330b (commit)
from 85bfb3c1d129f137d455b7208bac285dfa9c6b2d (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 ea0d07ffa324cd834b87dd29053961366172330b
Author: Howard Chu <hyc(a)symas.com>
Date: Mon Oct 3 12:40:53 2011 -0700
Fix freelist bug on page split
NULL out env->pghead before writing it, so that its pages can't be used
to satisfy the write.
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 7 ++++---
1 files changed, 4 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 7cd16d7b9f3a5578a629a74e527d6e93c5711ab2 (commit)
via 9725bc475f9820622bcfe8bc939ca0e83438004d (commit)
via 85bfb3c1d129f137d455b7208bac285dfa9c6b2d (commit)
from 8a8fb76cca459478f635bc67ae4525ce56e5d842 (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 7cd16d7b9f3a5578a629a74e527d6e93c5711ab2
Merge: 9725bc4 85bfb3c
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Oct 3 11:30:10 2011 -0700
Merge remote branch 'origin/mdb.master'
commit 9725bc475f9820622bcfe8bc939ca0e83438004d
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Oct 3 11:29:04 2011 -0700
Tweak tool IDL cache, use MDB_MULTIPLE
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 12 ++++
libraries/libmdb/mdb.h | 2 +
servers/slapd/back-mdb/tools.c | 123 +++++++++++++++++++++-------------------
3 files changed, 79 insertions(+), 58 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 85bfb3c1d129f137d455b7208bac285dfa9c6b2d (commit)
from fa3c2945f5e2fe137970e4f964dbe14292ec0740 (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 85bfb3c1d129f137d455b7208bac285dfa9c6b2d
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Oct 3 11:25:31 2011 -0700
Add rudimentary MDB_MULTIPLE support for puts
Only for DUPFIXED DBs. Still could do better.
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 12 ++++++++++++
libraries/libmdb/mdb.h | 2 ++
2 files changed, 14 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, master has been updated
via 8a8fb76cca459478f635bc67ae4525ce56e5d842 (commit)
via 02cafebb8e797d4535c7ac558ff7a08387f3d9f6 (commit)
via fa3c2945f5e2fe137970e4f964dbe14292ec0740 (commit)
via 163514e4706cfcf827afde82c7d2811032c1c19b (commit)
via 98da203fce1a8e3a8ed8767ac9f7eb8a44d648f2 (commit)
via c2df36c86f70fb671aaf9c87469ff37a34f29427 (commit)
via 28b8aaeb9670cad3d02d1be226ff5980590625f4 (commit)
from 2dd578221b3dbaf7ba2308b63c3cc46154323cae (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 8a8fb76cca459478f635bc67ae4525ce56e5d842
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Oct 2 21:29:21 2011 -0700
Use MDB_APPEND mode where possible
commit 02cafebb8e797d4535c7ac558ff7a08387f3d9f6
Merge: 98da203 fa3c294
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Oct 2 21:28:55 2011 -0700
Merge remote branch 'origin/mdb.master'
commit 98da203fce1a8e3a8ed8767ac9f7eb8a44d648f2
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Oct 2 19:31:18 2011 -0700
Use IDL caching in tool/quick mode
commit c2df36c86f70fb671aaf9c87469ff37a34f29427
Merge: 2dd5782 28b8aae
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Oct 2 19:36:57 2011 -0700
Merge branch 'mdb.master' of ssh://git-master.openldap.org/~git/git/openldap
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 40 +++++-
libraries/libmdb/mdb.h | 14 ++
servers/slapd/back-mdb/dn2id.c | 2 +-
servers/slapd/back-mdb/id2entry.c | 2 +-
servers/slapd/back-mdb/index.c | 9 +-
servers/slapd/back-mdb/proto-mdb.h | 5 +
servers/slapd/back-mdb/tools.c | 263 ++++++++++++++++++++++++++++++++++++
7 files changed, 325 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 fa3c2945f5e2fe137970e4f964dbe14292ec0740 (commit)
from 163514e4706cfcf827afde82c7d2811032c1c19b (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 fa3c2945f5e2fe137970e4f964dbe14292ec0740
Author: Howard Chu <highlandsun(a)gmail.com>
Date: Sun Oct 2 21:27:07 2011 -0700
Add MDB_APPEND to avoid splitting full pages
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 21 +++++++++++++++++----
libraries/libmdb/mdb.h | 2 ++
2 files changed, 19 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, mdb.master has been updated
via 163514e4706cfcf827afde82c7d2811032c1c19b (commit)
from 28b8aaeb9670cad3d02d1be226ff5980590625f4 (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 163514e4706cfcf827afde82c7d2811032c1c19b
Author: Howard Chu <highlandsun(a)gmail.com>
Date: Sun Oct 2 19:52:12 2011 -0700
Fix 6e05ca17e988754ae90fde1921765ba130bb90b2
Missed a MDB_RESERVE case
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git