aboutsummaryrefslogtreecommitdiffstats
path: root/src/gnutls.c
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up gnutls.c coding style to conform with the Emacs style.Lars Magne Ingebrigtsen2010-09-291-84/+78
* Do the gnutls handshake from the reader loop, instead of looping overLars Magne Ingebrigtsen2010-09-291-56/+34
* Make sure all reads/writes to gnutls streams go via the gnutls functions.Lars Magne Ingebrigtsen2010-09-291-6/+15
* * src/gnutls.c (Fgnutls_boot): Remove unused vars `data' and `srp_cred'.Stefan Monnier2010-09-281-5/+4
* Add gnutls logging and clean up various gnutls bits.Lars Magne Ingebrigtsen2010-09-271-14/+43
* (emacs_gnutls_read): Don't infloop while reading.Lars Magne Ingebrigtsen2010-09-271-8/+7
* Add debugging to the gnutls library, and finish handshaking when it's done.Lars Magne Ingebrigtsen2010-09-271-29/+9
* Set up GnuTLS support.Ted Zlatanov2010-09-261-0/+551