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 c6a4982793ba5d0818b3e9b85dff0304dcaadf52 (commit) via 1f953c555962c50aff075d063abe8a4613b0d91c (commit) via 7cacc0ec81e37be2a32fe270f8d29852598a7708 (commit) from 648d28fb0bba31fcde5804bc6287ba757e729ab7 (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 c6a4982793ba5d0818b3e9b85dff0304dcaadf52 Author: Howard Chu hyc@openldap.org Date: Thu Feb 14 19:20:45 2013 +0000
More for ITS#7455
Don't memmove freelist entry when chunking it. Just advance the pointer, now that it's no longer a complex struct. Also just calculate maxfree_1pg at startup; it's a constant during runtime.
commit 1f953c555962c50aff075d063abe8a4613b0d91c Author: Hallvard Furuseth hallvard@openldap.org Date: Tue Feb 12 12:27:59 2013 +0100
ITS#7455 Save freelist in single-page chunks
commit 7cacc0ec81e37be2a32fe270f8d29852598a7708 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(-)