openldap.git branch OPENLDAP_REL_ENG_2_4 updated. OPENLDAP_REL_ENG_2_4_28-46-g1f72319
by openldap-commit2devel@OpenLDAP.org
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_4 has been updated
via 1f723195873454ac2d46592deb5d2f7c6885993a (commit)
via 629414bbb93a7f4a66a014c256e259adcb27b538 (commit)
via 3f167b6d97be62ad703b7e00e7e2f2668f265d20 (commit)
via 3648d5ac02cb372268e0a48ab3c2ba012bded414 (commit)
via 0f20756e53fbaa023c4859cffd9fa7d6c9f3e6e1 (commit)
via ed626e37d67694b7bca5a5576b01c325458b2bc0 (commit)
via 3c80e8e2dff1f9f8dc0e92e39d18b690eaed758d (commit)
via 37dbfa3684f6ed562a8adffae8dfcf83c60574fa (commit)
from dde49ab9d0786655062913bd4cd518f6f9e32f4b (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 1f723195873454ac2d46592deb5d2f7c6885993a
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Jan 24 00:47:49 2012 +0100
Silence 'assign away const' warning
commit 629414bbb93a7f4a66a014c256e259adcb27b538
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Jan 24 00:47:49 2012 +0100
thr_debug: tweak debug_already_initialized().
With gcc, declare debug_already_initialized() as 'noinline' so
its deliberate uninitialized access stays inside the function and
valgrind can ignore it there.
commit 3f167b6d97be62ad703b7e00e7e2f2668f265d20
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Jan 24 00:47:48 2012 +0100
Fix sl_malloc valgrind support.
commit 3648d5ac02cb372268e0a48ab3c2ba012bded414
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Jan 24 00:47:48 2012 +0100
.gitignore += ucgendat
commit 0f20756e53fbaa023c4859cffd9fa7d6c9f3e6e1
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Jan 23 20:20:00 2012 -0800
ITS#7131
commit ed626e37d67694b7bca5a5576b01c325458b2bc0
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Jan 24 00:47:48 2012 +0100
ITS#7131 Fix connection loop connindex usage.
connection_<first/next>() takes a ber_socket_t *index, not int*.
commit 3c80e8e2dff1f9f8dc0e92e39d18b690eaed758d
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Jan 24 00:47:48 2012 +0100
ITS#7125 Document connection loop API.
Code comments belong in the code, not in commit messages.
commit 37dbfa3684f6ed562a8adffae8dfcf83c60574fa
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Jan 24 00:47:48 2012 +0100
ITS#7115: Tighten ldap_pvt_thread_pool_unidle().
Only wait out already-started pauses, not pause reqests.
ltp_pause now says whether a pause is requested or has started.
This reduces the chance that slapd:send_ldap_ber() will start
a pause in the middle of an operation.
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
CHANGES | 1 +
libraries/libldap/tls_o.c | 4 +---
libraries/libldap_r/thr_debug.c | 1 +
libraries/libldap_r/tpool.c | 32 +++++++++++++++++++++-----------
servers/slapd/back-monitor/conn.c | 6 +++---
servers/slapd/back-monitor/rww.c | 2 +-
servers/slapd/connection.c | 17 +++++++++++++++--
servers/slapd/sl_malloc.c | 5 +++--
9 files changed, 47 insertions(+), 22 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git