]> git.sur5r.net Git - openldap/history - servers/slapd/connection.c
logging cleanup
[openldap] / servers / slapd / connection.c
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
2006-03-08 Kurt Zeilengamore txn infrastructure
2006-03-07 Kurt ZeilengaSome more txn infrastructure
2006-01-06 Pierangelo Masaraticleanup callback freeing
2006-01-03 Kurt ZeilengaHappy new year!
2005-12-24 Luke HowardCreate SLAPI object extensions in connection_fake_init()
2005-11-26 Kurt ZeilengaPrimitive handling of dontUseCopy (always error).
2005-11-14 Pierangelo Masarativalgrind keeps complaining (it makes sense) but the...
2005-11-08 Howard ChuITS#4158 still more
2005-11-07 Howard ChuITS#4158 move SASL bind finalization to bind_cb.
2005-11-06 Pierangelo Masaratifix num args in Debug()
2005-11-05 Howard ChuFix ITS#4151 - set sasl_bind_in_progress in bind_cb
2005-11-03 Howard ChuITS#4136 fix prev commit
2005-11-02 Howard ChuFix fastpath for internal clients (e.g. syncrepl) too.
2005-11-01 Howard ChuFix fastpath for single-op dispatching
2005-11-01 Pierangelo Masaratiplug one-time leaks
2005-11-01 Pierangelo Masaraticleanup
2005-11-01 Howard ChuFree bind callback
2005-11-01 Pierangelo Masaratifix size of connection array (ITS#4131)
2005-10-30 Howard ChuPartial fix for ITS#3850, stop spurious "deferring...
2005-10-29 Howard ChuITS#4108 fix another accept/read race condition
2005-10-29 Howard ChuITS#4108 Cleanup accept/close race conditions.
2005-10-29 Howard ChuCleanup, fix ITS#4120
2005-10-16 Kurt ZeilengaRevise last commit
2005-10-16 Kurt ZeilengaFix TLS/SASL handling in new lightweight dispatcher
2005-10-16 Kurt ZeilengaMove slapd_set_read before return
2005-10-16 Kurt Zeilengadisable SLAP_SEM_LOAD_CONTROL by default, needs additio...
2005-10-15 Kurt ZeilengaRevised lightweight dispatcher -- writers moved into...
2005-10-14 Kurt ZeilengaMore cleanup
2005-10-14 Kurt Zeilengacleanup
2005-10-13 Howard ChuMove CSN invocations to backends
2005-10-13 Kurt Zeilengacleanup
2005-10-13 Kurt Zeilengacleanup
2005-10-12 Kurt ZeilengaAlign Operation buffers using LBER_ALIGNED_BUFFER
2005-08-29 Hallvard FurusethInclude "fd=.." in Statslog message "TLS established"
2005-08-29 Howard ChuITS#3983 fix connection_client_stop, must reset sockbuf
2005-08-25 Kurt ZeilengaUpdate build tools based upon OPENLDAP_AC work
2005-08-14 Hallvard FurusethAdd missing Statslog() statements (loglevel stats/stats2):
2005-07-21 Pierangelo Masaratishould fix the invalid free issue
2005-07-21 Luke HowardMove most of SLAPI frontend into overlay
2005-06-18 Howard ChuITS#3549 don't queue Unbind requests
2005-04-28 Howard ChuITS#3671 must release conn->c_mutex to allow blocked...
2005-04-10 Kurt Zeilenga<limits.h> cleanup && ITS#3643
2005-04-03 Howard ChuAdd conn->c_sasl_authz_dn, store SASL authzDN separatel...
2005-02-18 Howard ChuITS#3549 allow one op to progress when a socket with...
2005-02-18 Howard ChuITS#3549 cleanup abandon/cancel processing
2005-01-14 Howard ChuDelete obsolete syncprovider stuff
2005-01-14 Howard ChuITS#3463 additional fix
2005-01-01 Kurt ZeilengaHappy New Year!
2005-01-01 Pierangelo Masaratifix comment
2004-12-29 Pierangelo Masaratirework operations in a table-driven manner; better...
2004-12-28 Pierangelo Masaratifix previous commit (for compilers that require at...
2004-12-28 Kurt ZeilengaPROTOS fix
2004-12-11 Pierangelo Masaratiimprove usability of global ovrlays for write operation...
2004-12-11 Pierangelo Masaratibetter fix to ITS#3433
2004-12-09 Howard ChuFix prev commit
2004-12-09 Howard ChuAdd fe_op_abandon, call it in connection_abandon()
2004-11-27 Howard ChuMore migration of syncrepl from frontend to syncprov...
2004-11-25 Howard ChuSplit Operation into Opheader and op
2004-11-25 Howard ChuDisable back-bdb native syncrepl support, enable syncpr...
2004-11-24 Jong Hyuk ChoiAdd the omitted part from the original buddy allocator...
2004-11-23 Howard ChuDynamic control management
next