]> git.sur5r.net Git - openldap/history - servers/slapd/connection.c
ITS#6759: assert;Debug -> Debug;assert
[openldap] / servers / slapd / connection.c
2010-12-30 Hallvard FurusethITS#6759: assert;Debug -> Debug;assert
2010-12-14 Hallvard FurusethITS#6747 Fix LDAP_CONNECTIONLESS Debug(), warnings
2010-04-13 Kurt Zeilengahappy belated New Year
2009-12-04 Howard ChuITS#6412, refix #6304 - only check for writes if sockbu...
2009-11-21 Pierangelo Masaraticonnid is unsigned; offset real conns by maxrid + 1
2009-11-19 Howard ChuMove connection state enums to slap.h to ease debugging
2009-11-15 Howard ChuITS#6304 retry if tls_accept() returns 1
2009-11-13 Howard ChuITS#6361 remove asserts
2009-08-28 Howard ChuITS#6276 wake up blocked writers if we're pausing
2009-08-17 Howard ChuMore for #6220, don't timeout idle connections when...
2009-07-21 Howard ChuITS#6220 don't check write timeouts when global_writeti...
2009-06-28 Hallvard FurusethFix Debug format in last commit
2009-06-28 Howard ChuITS#6189 delay resetting the SLAP_C_BINDING state until...
2009-06-05 Hallvard FurusethMore ITS#6104: mutex-protected check of o_cancel value...
2009-05-28 Howard ChuITS#6056 partially revert ITS#5886, close sequencing...
2009-05-14 Howard ChuITS#6111 connection_state_closing() -> connection_valid()
2009-05-11 Howard ChuPartially revert prev commit, leave rs->sr_err == SLAPD...
2009-05-11 Howard ChuITS#6103 send cancelled response back to client
2009-04-20 Howard ChuAdd missing extended/intermediate handlers for fake...
2009-03-10 Howard ChuITS#5836, add writetimeout keyword for timing out hung...
2009-01-29 Howard Chucheck mutex in connection_write()
2009-01-27 Howard ChuRevert prev commit, unnecessary
2009-01-27 Howard ChuUse epoll in edge-triggered mode
2009-01-22 Kurt ZeilengaUpdate copyright notices
2009-01-16 Howard ChuRevert prev commit, better fix - make sure client conns...
2009-01-16 Howard ChuClient connection might get closed implicitly
2009-01-15 Howard ChuFix prev commit, c_writers check should be mutex'd
2009-01-15 Howard ChuITS#5835 fix connection teradown when there are waiting...
2009-01-14 Howard ChuITS#5886 fix epoll hangup handling
2009-01-13 Howard ChuRevert prev commit
2009-01-13 Howard ChuITS#5835 tentative fix - remove bogus call to connectio...
2008-11-28 Howard ChuLet the idletimeout check kill hung writers
2008-11-28 Howard ChuITS#5835 change some DEBUG_TRACE messages to DEBUG_CONN...
2008-11-16 Pierangelo Masaratiimprove previous commit (ITS#5814)
2008-11-16 Pierangelo Masaratidon't assert on unprotected data (ITS#5814)
2008-10-05 Rein TollevikITS#5725: Don't enable connection for events twice.
2008-04-15 Howard ChuITS#5469 check earlier for write waiters
2008-01-11 Hallvard FurusethWarning cleanup: function ptr <=> void* at ldap_pvt_thr...
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2008-01-07 Pierangelo Masaratirename ldap_pvt_thread_pool_setkey_x() to ldap_pvt_thre...
2007-12-22 Howard ChuITS#5259 fix sasl_auxprop_store to allow cleanup after...
2007-11-26 Howard ChuStreamlined Winsock connection management
2007-11-24 Howard ChuFix connection teardown
2007-11-20 Howard ChuFix test050
2007-10-25 Howard ChuUse per-thread slap_counters to eliminate lock contention
2007-10-25 Howard ChuConcurrency tweaks:
2007-08-17 Pierangelo Masaratire-sort funcs (and enums) in "logical" order
2007-06-09 Pierangelo Masaratifix SASL ssf logging (ITS#5001)
2007-05-31 Hallvard Furuseththread pool data was accessed through the wrong type
2007-05-18 Hallvard FurusethGive OperationBuffer normal struct members instead...
2007-05-09 Hallvard FurusethRemove unused variables
2007-05-09 Hallvard FurusethITS#4948: '#if <undefined macro>' -> '#ifdef' warning...
2007-03-31 Howard ChuCleanup conditional arg in prev commit
2007-03-25 Howard ChuITS#4893 fix prev commit
2007-03-25 Howard ChuITS#4893 define LDAP_PF_LOCAL_SENDMSG in <ac/socket...
2007-03-20 Pierangelo Masaraticleanup struct declarations
2007-02-16 Howard ChuPlug leaks
2007-02-14 Howard ChuAdded "slapd" rewrite map handler, connection_fake_init...
2007-01-25 Howard ChuRemove extraneous debug statements
2007-01-25 Howard ChuUse thread keys to plug slapi leak in connection_fake_i...
2007-01-25 Howard Chuconnection_fake_init can leak SLAPI extensions.
2007-01-12 Quanah Gibson-Mountlogging cleanup
2007-01-02 Kurt Zeilengahappy new year
2006-12-31 Howard ChuDon't log EAGAIN returns from ber_get_next()
2006-12-26 Howard ChuFix connection_get race condition on Windows
2006-12-21 Howard ChuIn connections_shutdown - check for Uninitialized struc...
2006-12-14 Pierangelo Masaratiprotect assertion behind mutex (test should be atomic...
2006-12-14 Howard ChuFix connections_shutdown()
2006-12-07 Pierangelo Masaratigive cleanup another chance to free the temporary callb...
2006-12-06 Pierangelo Masaratidon't use conditionals in macro arguments (ITS#4769)
2006-11-09 Howard ChuFix typo in prev commit
2006-11-09 Howard ChuFix - failed Binds could leave a closing connection...
2006-10-26 Howard ChuFix prev commit again (ITS#4722)
2006-10-17 Howard ChuFix typo in prev commit
2006-10-17 Howard ChuTweak prev commit, add more notes (re ITS#4667)
2006-10-17 Howard ChuFrom rev 1.373, releasing the mutex means connection_cl...
2006-09-14 Howard ChuITS#4606 errno is not per-thread on WIN32, always use...
2006-09-11 Howard ChuIn connection_next, sockets may not be contiguous on...
2006-09-08 Howard ChuITS#4667 in connection_closing, release c_mutex to...
2006-09-08 Howard ChuITS#4667 fix assert in connection_next() for PENDING...
2006-09-04 Pierangelo Masaratimove req2op selection into a helper
2006-09-01 Pierangelo Masaratiremove unnecessary assertion; add test for pending ops
2006-09-01 Pierangelo Masaratiadd an assertion to track ITS#4659; minor cleanup
2006-08-18 Howard ChuMove ber_sockbuf_free() to slapd_remove() to avoid...
2006-08-18 Howard ChuFix prev commit
2006-08-17 Howard ChuMove socket close into slapd_remove, don't close until...
2006-05-20 Pierangelo Masaraticleanup
2006-05-19 Howard ChuFix idletimeout deadlock
2006-05-14 Howard ChuFixed version of rev 1.361
2006-05-13 Howard ChuRevert prev commit, spoke too soon, close race conditio...
2006-05-13 Howard ChuSimplify connection mutexes
2006-05-08 Luke HowardITS#4525
2006-05-02 Howard ChuUse ldap_pvt_thread_pool_tid()
2006-04-06 Howard ChuITS#4476 revert connection_write processing back into...
2006-04-02 Hallvard FurusethWarnings: Unused vars. funcptr=0, not =NULL. if(b=...
2006-04-01 Pierangelo Masaratifix previous commit (ITS#4465)
2006-04-01 Pierangelo Masaratifix bound check (ITS#4449)
2006-04-01 Pierangelo Masaratiadd a cleanup handler for binds (ITS#4465)
2006-03-31 Howard ChuCleanup
2006-03-30 Kurt ZeilengaAdd link to FAQ entry on BDB tuning
next