]> git.sur5r.net Git - openldap/history - servers/slapd/connection.c
error message from be_entry_put tool backend function
[openldap] / servers / slapd / connection.c
1999-06-19 Kurt Zeilengaexperimental connections_timeout_idle() implementation.
1999-06-18 Kurt Zeilengaber_int_t, ber_tag_t, ber_socket_t, ber_len_t
1999-06-18 Kurt Zeilengainitial commit of idletimeout code... everything but...
1999-06-17 Kurt ZeilengaAdd test for resched state change in connection_get
1999-06-16 Gary Williamscheck addr for NULL before copying
1999-06-14 Kurt Zeilengaconnection_get forgot to unlock c_mutex in not used...
1999-06-12 Kurt ZeilengaResched changes struct state without lock to avoid...
1999-06-12 Kurt Zeilengaconnection_get:
1999-06-11 Kurt ZeilengaAdd additional assert in connection get for race debugging.
1999-06-11 Kurt ZeilengaEXPERIMENTAL: move slapd_remove to connections_read...
1999-06-10 Kurt ZeilengaAdd Debug to help sort out race condition.
1999-06-04 Kurt ZeilengaInitialize connection pointer to NULL else won't be...
1999-06-04 Kurt ZeilengaFix typo in previous commit.
1999-06-04 Kurt ZeilengaAdd diagnostics.
1999-05-27 Kurt Zeilengamove connection_close call from connection_input to...
1999-05-27 Kurt ZeilengaMake connection_first/next/done reentrant.
1999-05-27 Kurt Zeilengaremove redundant memset 0 of connection entry after...
1999-05-27 Kurt ZeilengaAdd comment concerning connections mutex. Need to...
1999-05-27 Kurt ZeilengaLock (connections_mutex) should be acquired by caller.
1999-05-22 Kurt Zeilengaldap.h:
1999-05-21 Kurt Zeilengadon't free connections[i]
1999-05-19 Kurt Zeilengamethod tag should be unsigned long.
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-05-11 Gary Williamsuse mutex to protect connection in connection_destroy...
1999-05-06 Gary Williamsmove socket.h before errno.h so EWOULDBLOCK is defined...
1999-04-28 Kurt ZeilengaWinsock changes:
1999-04-28 Kurt ZeilengaDon't destroy uninitialized connections...
1999-04-26 Kurt ZeilengaDon't have connection_state_closing() lock connection...
1999-04-23 Kurt ZeilengaImplement "quick" shutdown (similiar in behavior to...
1999-04-23 Kurt ZeilengaShould clear the write flag upon closing.
1999-04-23 Kurt ZeilengaUpdate state to closing early.
1999-04-23 Kurt ZeilengaModify connection_closing() to abandon operations and...
1999-04-08 Kurt ZeilengaChanges to support FreeBSD LinuxThreads port. Namely...
1999-04-01 Gary WilliamsNT port
1999-03-26 Kurt ZeilengaReenable counters.
1999-03-23 Kurt ZeilengaFix unlock bug in connection_read/write. Fix connectio...
1999-03-23 Kurt ZeilengaImproved "closing" handling. Remove fd from read set...
1999-03-22 Kurt ZeilengaAdd trace to connection_get() to aid debugging.
1999-03-22 Kurt ZeilengaPROTOTYPE: New connection management infrastructure...
1999-03-16 Kurt ZeilengaFirst cut at bind race fix. Passes our test suite...
1999-03-16 Kurt ZeilengaInitial check of connection states. Have only implemented
1999-03-09 Hallvard FurusethBugfix: Missing parens in `status = ldap_pvt_thread_cre...
1999-03-02 Bart HartgersThe new&improved Sockbuf. This adds the infrastructure...
1999-03-01 Kurt ZeilengaUpdate NT port with support for -lldap_r and -lldbm.
1999-01-29 Kurt ZeilengaDon't leak slap_op when op not in list.
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1999-01-12 Kurt ZeilengaReport status of failed pthread_create()
1999-01-11 Kurt ZeilengaUse pthread_detach() to detach connection threads inste...
1999-01-11 Kurt ZeilengaChange SLAPD shutdown to do a cond wait on active threa...
1999-01-10 Kurt Zeilengarename 'struct op' to 'struct slap_op'
1998-11-27 Kurt ZeilengaReplace strdup() with ch_strdup() such that exit()...
1998-11-23 Hallvard Furusethgcc -Wformat cleanup
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-11-11 Kurt ZeilengaUpdate configure to handle DEC OSF1 3.2 special cases.
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-25 Kurt ZeilengaFound the really, really stupid bug. The SAFEMEMCPY...
1998-10-21 Kurt ZeilengaSLAPD compiles. Needs LDBM work to link.
1998-10-21 Kurt Zeilengainclude portable.h
1998-09-25 Kurt ZeilengaEverything compiles.... but tests fail...
1998-09-23 Kurt ZeilengaUse ldap_cdefs.h more. Use bridge.h less.
1998-08-18 Kurt ZeilengaChanges prompted by Terry's patches
1998-08-17 Kurt ZeilengaMerge from LAMBERT branch
1998-08-13 Kurt Zeilengaintegrated changed from rage.net glibc.patch
1998-08-09 Kurt ZeilengaInitial revision