aboutsummaryrefslogtreecommitdiffstats
path: root/src/gnutls.c
Commit message (Expand)AuthorAgeFilesLines
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-4/+4
* Add 2011 to remaining FSF/AIST copyright years.Glenn Morris2011-01-151-1/+1
* (emacs_gnutls_read): Return 0 if we get a non-"EAGAIN"-like error to signal t...Lars Magne Ingebrigtsen2010-10-181-2/+7
* Fix gnutls write-before-negotiation case.Lars Magne Ingebrigtsen2010-10-101-1/+8
* (emacs_gnutls_write): Check for GNUTLS_E_AGAIN and not EINTR.Lars Magne Ingebrigtsen2010-10-091-2/+2
* Make emacs_gnutls_read() return the expected on errors.Lars Magne Ingebrigtsen2010-10-091-7/+6
* Rework the gnutls boot interface.Lars Magne Ingebrigtsen2010-10-041-37/+116
* src/gnutls.c: Fix typo in docstring.Juanma Barranquero2010-10-031-4/+4
* src/gnutls.c: Doc fixes. Make some functions static.Juanma Barranquero2010-10-031-31/+38
* 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