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 28b8aaeb9670cad3d02d1be226ff5980590625f4 (commit)
from 6e05ca17e988754ae90fde1921765ba130bb90b2 (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 28b8aaeb9670cad3d02d1be226ff5980590625f4
Author: Howard Chu <hyc(a)symas.com>
Date: Sun Oct 2 19:27:31 2011 -0700
Add mdb_cursor_txn() and mdb_cursor_dbi() for querying the cursor
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 14 ++++++++++++++
libraries/libmdb/mdb.h | 12 ++++++++++++
2 files changed, 26 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 2dd578221b3dbaf7ba2308b63c3cc46154323cae (commit)
via a1533520c156cdcb5fbce431e208fe5b996f7f91 (commit)
via 6e05ca17e988754ae90fde1921765ba130bb90b2 (commit)
via fe11433619573444d67ee2ce193725177579a9f0 (commit)
via 19d1e72bbc66a2a85d7dfe95b582e15fc5a6b04c (commit)
via fa0d64242be440281629a6a5696d03257347e40e (commit)
via 7a40080dd185cdce547769a6c747238a54c1013e (commit)
via 54eb76cc7aab42f5caa396ec920e1de8c1531970 (commit)
via 4bcaabecf5410065ba17d64d0fa95d2844aa5582 (commit)
via 619e671f1c85446c09864430030ad99c33561cc2 (commit)
via 9bcc51ef5d6e4081770cfb5cc309c6c8a6f38f2f (commit)
from 976b4edc4cd815fa243b3cf9c6f3fea9b17a87b3 (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 2dd578221b3dbaf7ba2308b63c3cc46154323cae
Merge: a153352 6e05ca1
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Oct 2 11:14:53 2011 -0700
Merge branch 'mdb.master' of ssh://git-master.openldap.org/~git/git/openldap
commit a1533520c156cdcb5fbce431e208fe5b996f7f91
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Oct 2 10:06:06 2011 -0700
Use MDB_RESERVE for id2entry_put
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 132 +++++++++++++++++++++++++------------
libraries/libmdb/mdb.h | 22 +++++--
servers/slapd/back-mdb/id2entry.c | 57 ++++++++--------
3 files changed, 135 insertions(+), 76 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 6e05ca17e988754ae90fde1921765ba130bb90b2 (commit)
via fe11433619573444d67ee2ce193725177579a9f0 (commit)
from 19d1e72bbc66a2a85d7dfe95b582e15fc5a6b04c (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 6e05ca17e988754ae90fde1921765ba130bb90b2
Author: Howard Chu <hyc(a)symas.com>
Date: Sun Oct 2 10:02:30 2011 -0700
Add MDB_RESERVE mode
When putting a record, just make space for the data, don't copy it.
(Not compatible with MDB_DUPSORT, since the actual data is needed
to determine the insert location.)
commit fe11433619573444d67ee2ce193725177579a9f0
Author: Howard Chu <hyc(a)symas.com>
Date: Fri Sep 30 22:15:05 2011 -0700
Tweak cursor adjustment code
Skip the original cursor that made the change
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 62 ++++++++++++++++++++++++++++++-----------------
libraries/libmdb/mdb.h | 4 +++
2 files changed, 43 insertions(+), 23 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git