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 5e59695b8d8825ed85e0ebd59aa2da168e869075 (commit) via 52ecd38e18ac25329e5397d34d60387008f12559 (commit) via 1b8bfc575694fe4ee4e40eefd444873da5655086 (commit) from 65c053a6e7f6973c1d09710aa1bd57b218206fcb (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 5e59695b8d8825ed85e0ebd59aa2da168e869075 Author: Howard Chu hyc@openldap.org Date: Thu Feb 14 19:20:45 2013 +0000
Don't memmove freelist entry when chunking it
Just advance the pointer, now that it's no longer a complex struct
commit 52ecd38e18ac25329e5397d34d60387008f12559 Author: Hallvard Furuseth hallvard@openldap.org Date: Tue Feb 12 12:27:59 2013 +0100
ITS#7455 Save freelist in single-page chunks
commit 1b8bfc575694fe4ee4e40eefd444873da5655086 Author: Hallvard Furuseth hallvard@openldap.org Date: Wed Jan 23 15:47:35 2013 +0100
Freelist cleanup/streamlining
Drop unneeded definitions, redundant code.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/mdb.c | 232 +++++++++++++++++++++-------------------------- 1 files changed, 104 insertions(+), 128 deletions(-)