Mercurial > emacs
log src/gnutls.c @ 110649:2f0d755fa21b
age | author | description |
---|---|---|
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. |