]> git.sur5r.net Git - openldap/history - include/ac/socket.h
Defined tcp_read and tcp_write. Use them in daemon.c
[openldap] / include / ac / socket.h
1999-08-29 Howard ChuDefined tcp_read and tcp_write. Use them in daemon.c
1999-08-29 Howard ChuIn previous commit - change strerror() to STRERROR().
1999-08-29 Howard Chuper Hallvard's advice: fixed definition of sock_errstr().
1999-08-29 Howard ChuDefine sock_errno() and sock_errstr() for Unix and...
1999-08-04 Kurt ZeilengaUse LDAP_P in prototype for ldap_pvt_inet_aton
1999-08-04 Kurt Zeilenganon-blocking connect needs special handling under Winsock.
1999-08-03 Kurt ZeilengaInitial inet_aton() detection.
1999-07-27 Kurt ZeilengaCheck for netinet/tcp.h
1999-07-22 Kurt ZeilengaImplement TCP_NODELAY on both client and server side.
1999-06-18 Kurt Zeilengaber_int_t, ber_tag_t, ber_socket_t, ber_len_t
1999-06-09 Kurt ZeilengaAdd test for BeOS's closesocket
1999-06-07 Kurt ZeilengaUse LDAP_F and LDAP_P macros.
1999-06-04 Kurt ZeilengaUndo assert fix included in last commit.
1999-05-31 Kurt ZeilengaRemove redundant WSAEWOULDBLOCK declaration.
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-05-18 Kurt ZeilengaWrap externs with parens to protect against inproper...
1999-03-29 Kurt ZeilengaAdd ioctl_t for arg type (Unix requires 'int', Winsock...
1999-03-29 Kurt ZeilengaRework ac/socket.h for HAVE_WINSOCK:
1999-03-13 Ben Collins#ifdef for <arpa/inet.h>
1999-02-04 Kurt ZeilengaBuild environment changes including:
1998-12-28 Kurt ZeilengaAdd OpenLDAP Copyright to headers
1998-11-17 Kurt ZeilengaMove byte orderring stuff to ac/bytes.h
1998-11-17 Hallvard FurusethBack out K&Rification change; would only be needed...
1998-11-17 Hallvard FurusethKill off #elif in ldap/include/. K&R does not support it.
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-24 Kurt ZeilengaWe're assuming STDC all the way.
1998-10-24 Kurt Zeilengaupdate locking codes, remove old platform specific...
1998-10-23 Kurt ZeilengaMinor changes to support NT.
1998-10-22 Kurt ZeilengaChange WINSOCK defines.
1998-10-21 Kurt ZeilengaAdd byte ordering defines.
1998-10-20 Kurt Zeilengaclients build under FreeBSD
1998-10-20 Kurt ZeilengaFix up socket.h
1998-10-20 Kurt ZeilengaModified NT changes to work under UNIX.
1998-10-20 Kurt Zeilengafix up make depend (only)
1998-10-20 Kurt ZeilengaVC++ Port: round 1