A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_5 has been updated via 24a6af6f46a635158ba5fc902b7cc49a1cf299c7 (commit) via 529693ed27bb87ce6763f0cbd857627b876206d4 (commit) via 597e10d0b79ac9fa979f6a11d9a291fa8abd62d2 (commit) via 368a0f2cdecf3d16afbc4957b8f495da21d0f81d (commit) via da27e51aab37e354ced93f2aa6e4f3986f21d041 (commit) via d395d627e54852a554182e78188382fff486419e (commit) via ee937ed8f1f6da581d4daccce28819fc150d3af8 (commit) via c588711642d7b693223c4f1c2b8671ddef020c32 (commit) via be6b802da18a3b835aeda5ae1f6d0f58f84f7a9f (commit) from cc9e7b579ebfb48fa43c8d1872f6c50d631c08c4 (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 24a6af6f46a635158ba5fc902b7cc49a1cf299c7 Author: Howard Chu <h...@openldap.org> Date: Mon Feb 2 10:48:39 2015 +0000 ITS#8040 experimental Lazy Commit commit 529693ed27bb87ce6763f0cbd857627b876206d4 Author: Howard Chu <h...@openldap.org> Date: Mon Feb 2 08:45:57 2015 +0000 Cleanup prev commit commit 597e10d0b79ac9fa979f6a11d9a291fa8abd62d2 Author: Howard Chu <h...@openldap.org> Date: Mon Feb 2 08:42:28 2015 +0000 More for ITS#8043 commit 368a0f2cdecf3d16afbc4957b8f495da21d0f81d Author: Howard Chu <h...@openldap.org> Date: Sat Jan 31 13:04:53 2015 +0000 ITS#8043 don't leave dangling syncops commit da27e51aab37e354ced93f2aa6e4f3986f21d041 Author: Howard Chu <h...@openldap.org> Date: Sat Jan 31 12:52:56 2015 +0000 ITS#8039 cleanup commit d395d627e54852a554182e78188382fff486419e Author: Howard Chu <h...@openldap.org> Date: Sat Jan 31 01:12:54 2015 +0000 More for presentlist_free commit ee937ed8f1f6da581d4daccce28819fc150d3af8 Author: Howard Chu <h...@openldap.org> Date: Sat Jan 31 01:03:23 2015 +0000 More for presentlist (ITS#8042) commit c588711642d7b693223c4f1c2b8671ddef020c32 Author: Howard Chu <h...@openldap.org> Date: Fri Jan 30 08:06:11 2015 +0000 Fix prev commit commit be6b802da18a3b835aeda5ae1f6d0f58f84f7a9f Author: Howard Chu <h...@openldap.org> Date: Fri Jan 30 00:54:21 2015 +0000 Streamline presentlist This reduces presentlist memory usage by about 50%. It's still about 2.5x greater than it should be. ----------------------------------------------------------------------- Summary of changes: include/ldap.h | 1 + servers/slapd/back-bdb/add.c | 8 +- servers/slapd/back-bdb/delete.c | 8 +- servers/slapd/back-bdb/modify.c | 8 +- servers/slapd/back-bdb/modrdn.c | 8 +- servers/slapd/back-mdb/id2entry.c | 5 +- servers/slapd/controls.c | 34 +++++++++ servers/slapd/overlays/syncprov.c | 34 ++++++--- servers/slapd/slap.h | 9 +++ servers/slapd/syncrepl.c | 149 +++++++++++++++++++++++++++++-------- 10 files changed, 217 insertions(+), 47 deletions(-) --- http://www.openldap.org/devel/gitweb.cgi?p=openldap.git