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 26e4222ffb8b74d29674136b4c8c821e73250605 (commit) via 58e27b6c204af932cd7d9faaaaf3079c0d77d7c3 (commit) from 66c9f030558320290d1a8d3961a31670a15c56f2 (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 26e4222ffb8b74d29674136b4c8c821e73250605 Author: Howard Chu hyc@symas.com Date: Sun Feb 24 23:40:34 2013 -0800
Delete obsolete @todo
We do it now... (coalescing freelist entries in page_alloc)
commit 58e27b6c204af932cd7d9faaaaf3079c0d77d7c3 Author: Howard Chu hyc@symas.com Date: Sun Feb 24 23:39:17 2013 -0800
Add sample apps for comparison/education purposes
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/mdb.c | 3 -- libraries/liblmdb/sample-bdb.c | 71 ++++++++++++++++++++++++++++++++++++++++ libraries/liblmdb/sample-mdb.c | 60 +++++++++++++++++++++++++++++++++ 3 files changed, 131 insertions(+), 3 deletions(-) create mode 100644 libraries/liblmdb/sample-bdb.c create mode 100644 libraries/liblmdb/sample-mdb.c