]> git.sur5r.net Git - openldap/history - servers/slapd/connection.c
ITS#7131 Fix connection loop connindex usage.
[openldap] / servers / slapd / connection.c
2012-01-24 Hallvard FurusethITS#7131 Fix connection loop connindex usage.
2012-01-24 Hallvard FurusethITS#7125 Document connection loop API.
2012-01-23 Kevan CarstensenITS#7113 fix check order in connection_write()
2012-01-20 Hallvard FurusethITS#7125 Fix Connection.c_mutex usage.
2012-01-20 Kurt ZeilengaHappy New Year!
2011-11-04 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2011-11-04 Pierangelo Masaratirelease mutex only *after* backend connection initializ...
2011-11-02 Pierangelo Masaratiimport ITS#6925 patch; fix peeraddr variable name clash...
2011-05-31 Howard ChuAdd strictrefresh syncrepl option
2011-01-27 Quanah Gibson-MountITS#6758
2011-01-13 Quanah Gibson-MountCatch ber_scanf errors properly
2011-01-06 Quanah Gibson-MountITS#6759
2011-01-05 Kurt ZeilengaHappy New Year!
2011-01-04 Quanah Gibson-MountITS#6747
2010-04-13 Kurt Zeilengahappy belated new year
2009-12-04 Quanah Gibson-MountITS#6412
2009-11-22 Quanah Gibson-Mountuse macros for fake connid
2009-11-20 Quanah Gibson-MountMove connection state enums to slap.h to ease debugging
2009-11-17 Quanah Gibson-MountITS#6304
2009-11-17 Quanah Gibson-MountITS#6361
2009-08-29 Quanah Gibson-MountITS#6276
2009-08-17 Quanah Gibson-MountMore for #6220, don't timeout idle connections when...
2009-07-22 Quanah Gibson-MountITS#6220
2009-06-28 Quanah Gibson-MountFix Debug format in last commit
2009-06-28 Quanah Gibson-MountITS#6189
2009-06-06 Quanah Gibson-MountMore ITS#6104: mutex-protected check of o_cancel value...
2009-06-03 Quanah Gibson-MountITS#6056
2009-06-03 Quanah Gibson-MountITS#5836
2009-05-15 Quanah Gibson-MountITS#6111
2009-04-29 Quanah Gibson-MountAdd missing extended/intermediate handlers for fake...
2009-01-30 Quanah Gibson-MountFurther fixes from HEAD for ITS#5835
2009-01-27 Quanah Gibson-MountMore for ITS#5835
2009-01-27 Quanah Gibson-MountUse epoll in edge-triggered mode
2009-01-22 Kurt ZeilengaUpdate copyright for next release
2009-01-21 Quanah Gibson-MountITS#5835, ITS#5886
2008-12-01 Quanah Gibson-MountImproved debug level messages (ITS#5835). Not noting...
2008-11-17 Quanah Gibson-MountITS#5814
2008-10-06 Quanah Gibson-MountITS#5725,ITS#5726,ITS#5719
2008-04-21 Quanah Gibson-MountIST#5469
2008-04-15 Howard ChuITS#5469 check earlier for write waiters
2008-02-12 Quanah Gibson-MountWarning cleanup: function ptr <=> void* at ldap_pvt_thr...
2008-02-12 Kurt ZeilengaHappy new year! (belated)
2008-02-11 Quanah Gibson-MountITS#5309 work
2008-02-09 Quanah Gibson-MountITS#5259
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-27 Quanah Gibson-MountStreamlined Winsock connection management
2007-11-26 Howard ChuStreamlined Winsock connection management
2007-11-24 Howard ChuFix connection teardown
2007-11-20 Quanah Gibson-MountITS#5238
2007-11-20 Howard ChuFix test050
2007-11-07 Quanah Gibson-MountUse per-thread slap_counters to eliminate lock contention
2007-10-25 Howard ChuUse per-thread slap_counters to eliminate lock contention
2007-10-25 Howard ChuConcurrency tweaks:
2007-09-01 Quanah Gibson-MountSync with HEAD for OL 2.4.5
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 ChuMem leak fixes from HEAD
2007-02-16 Howard ChuPlug leaks
2007-02-15 Kurt ZeilengaImport recent changes in 2.4 for release
2007-02-14 Howard ChuAdded "slapd" rewrite map handler, connection_fake_init...
2007-02-13 Kurt ZeilengaQuick merge: everything from HEAD
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-19 Kurt ZeilengaSync with HEAD
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-20 Kurt Zeilengasync with HEAD
2006-08-18 Howard ChuMove ber_sockbuf_free() to slapd_remove() to avoid...
next