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 7afc68c0ecedcaf24311ea28f9a29edaeeaf9cb6 (commit) via 221be392088bd19429bf41f1748d8dd431aba94b (commit) via 0609aa45b33928f5d80f1bc1edb26e17f84ce95a (commit) via 23790cf390e0c0c00645d4cce22476dfd0931c39 (commit) via 9cfbea8e8f3d3964797a360b8d14c8ab89a9ccd4 (commit) via 0f679e9386983b73b3a5062fbcc87ae5362b45df (commit) from 2197928aaaf7417848d7314e8b2ba0f53de524ae (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 7afc68c0ecedcaf24311ea28f9a29edaeeaf9cb6 Author: Howard Chu hyc@openldap.org Date: Mon Sep 5 01:23:35 2011 -0700
Cursor updates
commit 221be392088bd19429bf41f1748d8dd431aba94b Author: Howard Chu hyc@symas.com Date: Mon Sep 5 00:46:32 2011 -0700
mdb_cmp refactoring
commit 0609aa45b33928f5d80f1bc1edb26e17f84ce95a Author: Howard Chu hyc@symas.com Date: Sat Sep 3 17:24:39 2011 -0700
Reimplement basic ops as cursor ops
commit 23790cf390e0c0c00645d4cce22476dfd0931c39 Author: Howard Chu hyc@symas.com Date: Sat Sep 3 15:19:24 2011 -0700
Add MDB_{FIRST,LAST}_DUP for cursor_get
commit 9cfbea8e8f3d3964797a360b8d14c8ab89a9ccd4 Author: Howard Chu hyc@symas.com Date: Fri Sep 2 03:09:05 2011 -0700
Cleanup midl, start documenting internals
commit 0f679e9386983b73b3a5062fbcc87ae5362b45df Author: Howard Chu hyc@openldap.org Date: Fri Sep 2 01:09:11 2011 -0700
Tweak docs
-----------------------------------------------------------------------
Summary of changes: libraries/libmdb/Doxyfile | 6 +- libraries/libmdb/Makefile | 3 +- libraries/libmdb/mdb.c | 1080 ++++++++++++++++++++++++++---------- libraries/libmdb/mdb.h | 169 ++++-- libraries/libmdb/midl.c | 29 +- libraries/libmdb/midl.h | 82 +++- servers/slapd/back-mdb/dn2id.c | 13 +- servers/slapd/back-mdb/idl.c | 140 ++--- servers/slapd/back-mdb/index.c | 50 +- servers/slapd/back-mdb/key.c | 35 -- servers/slapd/back-mdb/proto-mdb.h | 23 +- 11 files changed, 1086 insertions(+), 544 deletions(-)