]> git.sur5r.net Git - openldap/history - libraries/liblber/sockbuf.c
ITS#4046 fix from HEAD
[openldap] / libraries / liblber / sockbuf.c
2005-09-28 Howard ChuITS#4046 fix from HEAD
2005-01-20 Kurt ZeilengaHappy new year!
2004-04-11 Kurt ZeilengaSync with HEAD
2004-01-01 Kurt ZeilengaHappy new year
2003-12-01 Kurt ZeilengaSync with HEAD
2003-09-18 Kurt ZeilengaChanges from HEAD for beta
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...