log src/gnutls.c @ 111312:0c7c9736f766

age author description
2010-10-18 Lars Magne Ingebrigtsen (emacs_gnutls_read): Return 0 if we get a non-"EAGAIN"-like error to signal to Emacs that the socket should be closed.
2010-10-10 Lars Magne Ingebrigtsen Fix gnutls write-before-negotiation case.
2010-10-09 Lars Magne Ingebrigtsen (emacs_gnutls_write): Check for GNUTLS_E_AGAIN and not EINTR.
2010-10-09 Lars Magne Ingebrigtsen Make emacs_gnutls_read() return the expected on errors.
2010-10-03 Lars Magne Ingebrigtsen Rework the gnutls boot interface.
2010-10-03 Juanma Barranquero src/gnutls.c: Fix typo in docstring.
2010-10-03 Juanma Barranquero src/gnutls.c: Doc fixes. Make some functions static.
2010-09-29 Lars Magne Ingebrigtsen Clean up gnutls.c coding style to conform with the Emacs style.
2010-09-29 Lars Magne Ingebrigtsen Do the gnutls handshake from the reader loop, instead of looping over
2010-09-29 Lars Magne Ingebrigtsen Make sure all reads/writes to gnutls streams go via the gnutls functions.
2010-09-28 Stefan Monnier * src/gnutls.c (Fgnutls_boot): Remove unused vars `data' and `srp_cred'.
2010-09-27 Lars Magne Ingebrigtsen Add gnutls logging and clean up various gnutls bits.
2010-09-27 Lars Magne Ingebrigtsen (emacs_gnutls_read): Don't infloop while reading.
2010-09-27 Lars Magne Ingebrigtsen Add debugging to the gnutls library, and finish handshaking when it's done.
2010-09-26 Ted Zlatanov Set up GnuTLS support.