]> git.sur5r.net Git - openldap/history - include/ac/socket.h
large X (for version.sh)
[openldap] / include / ac / socket.h
2008-02-12 Kurt ZeilengaHappy new year! (belated)
2007-01-02 Kurt Zeilengahappy new year
2006-11-07 Howard ChuITS#4606 fix from HEAD - use sock_err* macros instead...
2006-01-03 Kurt ZeilengaHappy new year!
2005-01-20 Kurt ZeilengaSync with HEAD
2004-10-18 Kurt ZeilengaMove POLL_* macros to <ac/socket.h>
2004-10-18 Kurt ZeilengaDefine INFTIM if not in <poll.h>
2004-07-09 Kurt ZeilengaMore prep for poll(2) support.
2004-01-01 Kurt ZeilengaHappy new year
2003-11-26 Kurt ZeilengaFix notices
2003-11-25 Kurt ZeilengaNotice updates
2003-04-21 Kurt ZeilengaFix builds when getaddrinfo is not detected but getname...
2003-03-05 Howard ChuAdd NI_MAXHOST if not defined; normally in <netdb.h...
2003-01-03 Kurt ZeilengaHappy new year
2002-12-04 Kurt ZeilengaUse getpeereid(3) where available else use *_PEERCRED...
2002-06-19 Kurt ZeilengaUse #ifdef, not #if, to check SHUT_RDWR
2002-01-04 Kurt ZeilengaUpdate copyright notices
2001-12-28 Howard ChuMoved WSAStartup/WSACleanup to libldap/init.c. Cleanup...
2001-12-24 Kurt ZeilengaDelete ldap_build_filter(), it's broke.
2001-05-29 Kurt ZeilengaUpdate copright with clarification
2001-05-19 Kurt ZeilengaSome minor cleanup
2000-10-18 Kurt ZeilengaAdd ldap_pvt_gai_strerror().
2000-09-25 Kurt ZeilengaDefine INET{,6}_ADDRSTRLEN if needed
2000-09-04 Kurt ZeilengaRemove redefine on MSC
2000-08-28 Kurt ZeilengaUse shutdown(2) prior to stream close(2).
2000-07-09 Kurt Zeilengas/enable-unix/enable-local/
2000-06-19 Mark ValenceUpdate some prototype macros to build on NT.
2000-06-18 Kurt ZeilengaRound one of LDAP_F() macro changes. In this round...
2000-05-13 Kurt ZeilengaY2k copyright update
2000-05-12 Howard ChuMoved nt_err from liblutil to liblber, renamed WSAGetEr...
2000-01-02 Luke HowardMerged in preliminary support for Cyrus SASL library;
1999-12-17 Kurt ZeilengaTemporary fix for BEOS.
1999-11-27 Howard ChuFixes for NT dynamic linking.
1999-11-26 Kurt ZeilengaRemove LBER_{TAG,INT,LEN}_{NTOH,HTON} macros. Rewrite...
1999-10-28 Howard ChuFixed the LDAP_F macro.
1999-08-31 Kurt ZeilengaAdd comment concerning with it's acceptable to use...
1999-08-31 Kurt ZeilengaUse pipe(2) if descriptors are selectable.
1999-08-31 Kurt ZeilengaClean up soctpair for NT. Add USE_PAIR to allow pair...
1999-08-30 Kurt Zeilengas/Id/OpenLDAP/ in RCSids
1999-08-29 Kurt ZeilengaBack out to simple sock_errno sock_errstr macros and...
1999-08-29 Kurt ZeilengaAdd RCS ID again...
1999-08-29 Howard ChuReplaced sock_errno()/sock_errstr() macros with SOCK_ER...
1999-08-29 Kurt ZeilengaAdd RCS Id to "generic" headers (experimental)
1999-08-29 Kurt ZeilengaMake sock_errstr expect an error value instead of relyi...
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