Merge from trunk
[bpt/emacs.git] / src / gnutls.c
2010-12-11 Stefan MonnierMerge from trunk
2010-11-27 Chong YidongMerge changes from emacs-23 branch
2010-11-18 Stefan MonnierMerge from emacs-23
2010-11-09 Stefan MonnierMerge from emacs-23
2010-10-31 Chong YidongMerge changes from emacs-23 branch
2010-10-24 Chong YidongMerge changes from emacs-23
2010-10-23 Eli ZaretskiiImplement mouse highlight for bidi-reordered lines.
2010-10-19 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-10-18 Lars Magne Ingebri... (emacs_gnutls_read): Return 0 if we get a non-"EAGAIN...
2010-10-15 Stefan MonnierMerge from trunk
2010-10-14 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-10-11 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-10-10 Lars Magne Ingebri... Fix gnutls write-before-negotiation case.
2010-10-09 Lars Magne Ingebri... (emacs_gnutls_write): Check for GNUTLS_E_AGAIN and...
2010-10-09 Lars Magne Ingebri... Make emacs_gnutls_read() return the expected on errors.
2010-10-08 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-10-03 Lars Magne Ingebri... Rework the gnutls boot interface.
2010-10-03 Juanma Barranquerosrc/gnutls.c: Fix typo in docstring.
2010-10-03 Juanma Barranquerosrc/gnutls.c: Doc fixes. Make some functions static.
2010-09-29 Stefan MonnierMerge from trunk
2010-09-29 Lars Magne Ingebri... Clean up gnutls.c coding style to conform with the...
2010-09-29 Lars Magne Ingebri... Do the gnutls handshake from the reader loop, instead...
2010-09-29 Lars Magne Ingebri... Make sure all reads/writes to gnutls streams go via...
2010-09-28 Stefan Monnier* src/gnutls.c (Fgnutls_boot): Remove unused vars ...
2010-09-27 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-09-27 Lars Magne Ingebri... Add gnutls logging and clean up various gnutls bits.
2010-09-27 Lars Magne Ingebri... (emacs_gnutls_read): Don't infloop while reading.
2010-09-27 Lars Magne Ingebri... Add debugging to the gnutls library, and finish handsha...
2010-09-27 Kenichi Handamerge trunk
2010-09-26 Ted ZlatanovSet up GnuTLS support.