]> git.sur5r.net Git - openldap/history - libraries/liblber/sockbuf.c
ITS#6932: Move assert(str) before Debug(..str).
[openldap] / libraries / liblber / sockbuf.c
2011-01-05 Kurt ZeilengaHappy New Year
2010-07-21 Howard ChuITS#6585 don't close invalid sockets
2010-04-13 Kurt Zeilengahappy belated New Year
2009-01-22 Kurt ZeilengaUpdate copyright notices
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-06-09 Hallvard FurusethITS#5007: Remove void* pointer arithmetic, that's a...
2007-06-09 Hallvard FurusethFix HP-UX crash: Replace socklen_t with ber_socklen_t...
2007-05-09 Hallvard FurusethITS#4948: '#if <undefined macro>' -> '#ifdef' warning...
2007-03-25 Howard ChuITS#4893 fix prev commit
2007-03-25 Howard ChuITS#4893 define LDAP_PF_LOCAL_SENDMSG in <ac/socket...
2007-01-02 Kurt Zeilengahappy new year
2006-09-14 Howard ChuITS#4606 errno is not per-thread on WIN32, always use...
2006-01-03 Kurt ZeilengaHappy new year!
2005-11-12 Howard ChuCleanup lbo_valid / meminuse / memfuncs
2005-09-28 Howard ChuITS#4046 fix recvfrom len
2005-08-01 Hallvard FurusethHandle LBER_SB_OPT_[GS]ET_FD arg as ber_socket_t like...
2005-01-01 Kurt ZeilengaHappy New Year!
2004-06-30 Kurt Zeilengacleanup
2004-04-25 Kurt ZeilengaAC_STRERROR_R
2004-04-08 Kurt ZeilengaITS#3072: remove extraneous assignment
2004-01-01 Kurt ZeilengaHappy new year
2003-11-25 Kurt ZeilengaNotice updates
2003-07-08 Kurt Zeilengacode cleanup
2003-01-03 Kurt ZeilengaHappy new year
2002-08-29 Howard ChuFor ITS#1983, in ber_pvt_sb_do_write, partial writes...
2002-08-01 Howard ChuRevert previous commit. Fix needs more design.
2002-08-01 Howard ChuITS#910, ITS#1983 retry partial writes in ber_pvt_sb_do...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-12-31 Howard ChuTweak previous commit
2001-12-31 Howard Chuin sb_debug_read/write save errno before logging a...
2001-09-28 Howard ChuResurrection/rewrite of CLDAP (RFC1798 Connectionless...
2001-09-21 Howard ChuCheck debug level before invoking debug routine, slight...
2001-07-21 Kurt ZeilengaMake some additional UTF8 public
2001-05-04 Kurt Zeilengareimplementation of sb_max_incoming
2001-05-03 Kurt Zeilengadetect and use fcntl (for BSD/OS)
2000-11-29 Kurt ZeilengaClean up
2000-10-18 Kurt Zeilengaminor cleanup
2000-10-14 Kurt ZeilengaFix typo
2000-10-11 Kurt ZeilengaRemove max buffer constraint!
2000-08-18 Kurt ZeilengaRemove CLDAP cruft
2000-07-28 Kurt Zeilengas/SAFEMEMCPY/AC_MEMCPY/
2000-07-28 Kurt ZeilengaWorking SASL security layers!
2000-07-06 Kurt ZeilengaRework <ac/errno.h> to provide a STRERROR. Prefers...
2000-06-10 Kurt ZeilengaMisc code cleanup.
2000-06-08 Kurt Zeilengaremove pointer v. int lint from ber_sockbuf_ctrl.
2000-06-04 Mark ValenceClean up some NT lint.
2000-06-01 Kurt ZeilengaRemove lint
2000-06-01 Kurt ZeilengaITS#537: lber io rewrite from Gambor Gombas.
2000-05-13 Kurt ZeilengaY2k copyright update
1999-12-13 Kurt ZeilengaRemove lint
1999-10-28 Howard ChuFix Winsock-related warning and/or bugs.
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-06 Hallvard FurusethCleanup: Complete renaming lber_*() to ber_*(). Fix...
1999-09-02 Hallvard FurusethCleanup:
1999-08-04 Kurt ZeilengaProvide set_nonblock code which acts upon ber_socket_t...
1999-07-16 Hallvard FurusethPass socklen_t* instead of int* to getsockopt, accept...
1999-07-13 Julio Sánchez Fern... Deal with sb_trans_needs_read and sb_trans_needs_write
1999-06-18 Kurt Zeilengaber_int_t, ber_tag_t, ber_socket_t, ber_len_t
1999-06-15 Kurt Zeilengaassert read/write to not in use sockbufs. This may...
1999-06-03 Kurt ZeilengaEnable browsing info in MSVC debugging configurations.
1999-06-03 Kurt Zeilengas/<stdlib.h>/<ac/stdlib.h>/
1999-05-29 Kurt ZeilengaFirst cut at ber_set_option(NULL,LBER_OPT_MEMORY_FN...
1999-05-29 Kurt ZeilengaAdd LBER_ and LDAP_ memory allocators/deallocators...
1999-05-28 Kurt ZeilengaChanged lc_conn to be a pointer to a BerElement to...
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-04-01 Gary WilliamsNT port
1999-03-29 Kurt Zeilengaadd wait macros. add LDAP_SIGCHLD. and other misc...
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-20 Kurt ZeilengaProvide global assert solution. <ac/assert.h> (new...
1999-03-13 Ben CollinsCheck that FIONBIO is defined, also add defined(__BEOS_...
1999-03-06 Kurt Zeilengadefined USE_NONBLOCK for now... need to implement confi...
1999-03-06 Kurt ZeilengaMSVC5 cleanup...
1999-03-03 Bart HartgersAdded support in liblber and libldap for partial reads...
1999-03-03 Hallvard FurusethBack out previous change; it was an accidental commit
1999-03-03 Hallvard FurusethDeclare lber_pvt_sb_* functions from io.c in lber-int.h
1999-03-02 Bart HartgersThe new&improved Sockbuf. This adds the infrastructure...