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 1a931a86ee6c18ab97104b8ca2226158d815dbb7 (commit) via 999ff398d64a4a2a3bd39ee3c82e5085d05e96f7 (commit) via 624642ba839c70397f15887a2632a6aabb77df0f (commit) via 9b903cc8b16dd007bc1b00192b807961cabb3a5c (commit) via db49dfecc98c652fcb9da5f532207a7d0cc43633 (commit) via 2b538761e998f71b8d4daf8e9c82d02912dc92da (commit) via 23f365780767dde2627828b0ffa7f1c4f1ce1f04 (commit) from a8f6deee03fc563903130103a2765d4134ce9b1f (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 1a931a86ee6c18ab97104b8ca2226158d815dbb7 Author: Hallvard Furuseth hallvard@openldap.org Date: Tue Jan 24 00:47:49 2012 +0100
Silence 'assign away const' warning
commit 999ff398d64a4a2a3bd39ee3c82e5085d05e96f7 Author: Hallvard Furuseth hallvard@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 624642ba839c70397f15887a2632a6aabb77df0f Author: Hallvard Furuseth hallvard@openldap.org Date: Tue Jan 24 00:47:48 2012 +0100
Fix sl_malloc valgrind support.
commit 9b903cc8b16dd007bc1b00192b807961cabb3a5c Author: Hallvard Furuseth hallvard@openldap.org Date: Tue Jan 24 00:47:48 2012 +0100
.gitignore += ucgendat
commit db49dfecc98c652fcb9da5f532207a7d0cc43633 Author: Hallvard Furuseth hallvard@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 2b538761e998f71b8d4daf8e9c82d02912dc92da Author: Hallvard Furuseth hallvard@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 23f365780767dde2627828b0ffa7f1c4f1ce1f04 Author: Hallvard Furuseth hallvard@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 + 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 +++-- 8 files changed, 46 insertions(+), 22 deletions(-)