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 7bb14a2e79972a452fa37d2baa973c9dfc2e55ba (commit) via 1843fe0b53cbeed89d6c4c3036b23957739909cf (commit) via 8d89a53165a5d4b5c5725e3b8997b271aa734c0b (commit) via 7f46832ec595e17818dd65dacbe8aeb8b72ed410 (commit) via f6edbd7793e5c01cb9089365872d01c11206c2ae (commit) from 9d821c26c3023b1efe3270cf8a8ce5eca111189f (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 7bb14a2e79972a452fa37d2baa973c9dfc2e55ba Author: Howard Chu hyc@symas.com Date: Sun Sep 4 18:34:03 2011 -0700
Cursor stuff working, no major perf gain
commit 1843fe0b53cbeed89d6c4c3036b23957739909cf Author: Howard Chu hyc@symas.com Date: Sun Sep 4 11:59:32 2011 -0700
Cursors in-progress, broken
commit 8d89a53165a5d4b5c5725e3b8997b271aa734c0b Author: Howard Chu hyc@symas.com Date: Sat Sep 3 20:42:46 2011 -0700
Use cursor->mc_flags
commit 7f46832ec595e17818dd65dacbe8aeb8b72ed410 Author: Howard Chu hyc@symas.com Date: Sat Sep 3 17:24:39 2011 -0700
Begin reimplementing basic ops as cursor ops
commit f6edbd7793e5c01cb9089365872d01c11206c2ae Author: Howard Chu hyc@symas.com Date: Sat Sep 3 15:19:24 2011 -0700
Add MDB_{FIRST,LAST}_DUP for cursor_get
-----------------------------------------------------------------------
Summary of changes: libraries/libmdb/Makefile | 3 +- libraries/libmdb/mdb.c | 837 +++++++++++++++++++++++++++++++++------------ libraries/libmdb/mdb.h | 73 ++++- libraries/libmdb/midl.h | 8 +- 4 files changed, 697 insertions(+), 224 deletions(-)