]> git.sur5r.net Git - openldap/history - libraries/liblber/sockbuf.c
Move the input data exhaustion loop to connection.c from daemon.c
[openldap] / libraries / liblber / sockbuf.c
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...