Mon, 18 Oct 2010 22:32:54 +0200 |
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.
|
Sun, 10 Oct 2010 20:47:45 +0200 |
Lars Magne Ingebrigtsen |
Fix gnutls write-before-negotiation case.
|
Sat, 09 Oct 2010 15:54:57 +0200 |
Lars Magne Ingebrigtsen |
(emacs_gnutls_write): Check for GNUTLS_E_AGAIN and not EINTR.
|
Sat, 09 Oct 2010 15:19:30 +0200 |
Lars Magne Ingebrigtsen |
Make emacs_gnutls_read() return the expected on errors.
|
Mon, 04 Oct 2010 00:37:37 +0200 |
Lars Magne Ingebrigtsen |
Rework the gnutls boot interface.
|
Sun, 03 Oct 2010 14:52:04 +0200 |
Juanma Barranquero |
src/gnutls.c: Fix typo in docstring.
|
Sun, 03 Oct 2010 06:12:15 +0200 |
Juanma Barranquero |
src/gnutls.c: Doc fixes. Make some functions static.
|
Wed, 29 Sep 2010 16:30:45 +0200 |
Lars Magne Ingebrigtsen |
Clean up gnutls.c coding style to conform with the Emacs style.
|
Wed, 29 Sep 2010 15:25:24 +0200 |
Lars Magne Ingebrigtsen |
Do the gnutls handshake from the reader loop, instead of looping over
|
Wed, 29 Sep 2010 14:48:29 +0200 |
Lars Magne Ingebrigtsen |
Make sure all reads/writes to gnutls streams go via the gnutls functions.
|
Tue, 28 Sep 2010 23:55:34 +0200 |
Stefan Monnier |
* src/gnutls.c (Fgnutls_boot): Remove unused vars `data' and `srp_cred'.
|
Mon, 27 Sep 2010 18:44:31 +0200 |
Lars Magne Ingebrigtsen |
Add gnutls logging and clean up various gnutls bits.
|
Mon, 27 Sep 2010 17:03:58 +0200 |
Lars Magne Ingebrigtsen |
(emacs_gnutls_read): Don't infloop while reading.
|
Mon, 27 Sep 2010 16:35:22 +0200 |
Lars Magne Ingebrigtsen |
Add debugging to the gnutls library, and finish handshaking when it's done.
|
Sun, 26 Sep 2010 01:06:28 -0500 |
Ted Zlatanov |
Set up GnuTLS support.
|