summaryrefslogtreecommitdiff
path: root/lib/gnutls_buffers.c
Commit message (Expand)AuthorAgeFilesLines
* gnutls_handshake(), gnutls_read() etc. functions no longer requireNikos Mavrogiannopoulos2001-11-251-16/+17
* corrected some obscure bugs in the handshake and record send buffering code.Nikos Mavrogiannopoulos2001-11-151-48/+108
* more non blocking IO fixesNikos Mavrogiannopoulos2001-11-131-19/+8
* several fixes.Nikos Mavrogiannopoulos2001-11-101-44/+212
* *** empty log message ***Nikos Mavrogiannopoulos2001-11-081-1/+0
* cleanups and documentation updatesNikos Mavrogiannopoulos2001-11-081-22/+37
* corrected memory leaks and other bugsNikos Mavrogiannopoulos2001-11-071-9/+12
* added warningNikos Mavrogiannopoulos2001-11-061-2/+6
* receive buffer is now dynamic.Nikos Mavrogiannopoulos2001-11-051-14/+21
* cleanups in function namesNikos Mavrogiannopoulos2001-11-021-9/+10
* set_push() & set_pull() functions moved to state (instead of being global)Nikos Mavrogiannopoulos2001-11-021-11/+8
* Adopted some of the patches of Jon Nelson. Fixes the non blockingNikos Mavrogiannopoulos2001-11-011-26/+58
* corrected and fixed several things in send_int() etc.Nikos Mavrogiannopoulos2001-10-301-7/+3
* cleanupsNikos Mavrogiannopoulos2001-10-231-0/+4
* added some checks for memory allocation.Nikos Mavrogiannopoulos2001-10-231-1/+25
* corrected bugs which could break non blocking IONikos Mavrogiannopoulos2001-10-231-13/+31
* corrections for the gnutls_read_buffered() function.Nikos Mavrogiannopoulos2001-10-221-18/+40
* updated/fixed the handling of interrupted writesNikos Mavrogiannopoulos2001-10-221-20/+37
* changed gnutls_write() semantics in order to cope with interrupted systemNikos Mavrogiannopoulos2001-10-211-21/+46
* *** empty log message ***Nikos Mavrogiannopoulos2001-10-211-15/+10
* changes in order to be independent of the berkeley style socketsNikos Mavrogiannopoulos2001-10-211-13/+27
* made gnutls_write() unaware of interrupted system calls and eagain errors.Nikos Mavrogiannopoulos2001-10-211-0/+7
* several cleanupsNikos Mavrogiannopoulos2001-10-211-12/+47
* Corrected short read bugNikos Mavrogiannopoulos2001-10-201-4/+25
* corrected _gnutls_write()Nikos Mavrogiannopoulos2001-10-201-1/+5
* peeked data now stays also in handshakeNikos Mavrogiannopoulos2001-10-201-2/+4
* introduced GNUTLS_E_INTERRUPTED, fixes in error handlingNikos Mavrogiannopoulos2001-10-201-5/+6
* the gnutls handshake protocol can now hold it's state. Thus itNikos Mavrogiannopoulos2001-10-201-1/+3
* clean ups in the handshake protocolNikos Mavrogiannopoulos2001-10-191-9/+27
* several cleanupsNikos Mavrogiannopoulos2001-10-081-0/+5
* some memory optimization while receiving packetsNikos Mavrogiannopoulos2001-08-251-18/+23
* several fixes in gnutls_bye() function, and in gnutls_recv_int()Nikos Mavrogiannopoulos2001-08-191-5/+4
* better support for buffered read and several cleanupsNikos Mavrogiannopoulos2001-08-191-6/+111
* several checks for failed allocations and other fixesNikos Mavrogiannopoulos2001-08-181-6/+6
* ssl3 fixes and several others.Nikos Mavrogiannopoulos2001-08-071-1/+0
* several fixes. Added client authentication with x509PKINikos Mavrogiannopoulos2001-08-061-6/+11
* more x509 client certificate stuffNikos Mavrogiannopoulos2001-08-061-0/+1
* added the concept of optional handshake packets (like CERTIFICATE_REQUEST).Nikos Mavrogiannopoulos2001-08-061-1/+11
* added log function (no longer use fprintf).Nikos Mavrogiannopoulos2001-07-301-16/+16
* changed gnutls_read() semanticsNikos Mavrogiannopoulos2001-07-271-4/+4
* corrected bug in b64 decoding. Added support for multiple TLS protocolNikos Mavrogiannopoulos2001-07-241-4/+4
* fixes in ChangeCipherSpec handling (this also fixes rehandshake).Nikos Mavrogiannopoulos2001-06-241-1/+0
* several cleanupsNikos Mavrogiannopoulos2001-06-241-10/+10
* added global state.Nikos Mavrogiannopoulos2001-06-221-3/+7
* several cleanups in the low level record layer (the old code was a mess).Nikos Mavrogiannopoulos2001-06-181-11/+13
* cleanups and addition of a test http server (serv.c)Nikos Mavrogiannopoulos2001-06-181-3/+12
* added gnutls_datum structure.Nikos Mavrogiannopoulos2001-06-141-58/+58
* updated API and documentation. Now we use the gnome way for creatingNikos Mavrogiannopoulos2001-05-301-0/+11
* corrected memory leaksNikos Mavrogiannopoulos2001-05-091-1/+2
* several bugfixes and cleanupsNikos Mavrogiannopoulos2001-03-171-9/+11