diff options
| author | Lars Magne Ingebrigtsen | 2010-09-29 15:25:24 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2010-09-29 15:25:24 +0200 |
| commit | bac5cef8cc902c7332ef66f6731fa5be0866811c (patch) | |
| tree | 060d740fcae01d8b4c80c76a24d871c24006cdf1 /src/ChangeLog | |
| parent | df7fcafff05c4002f35e507c65518f4b20ba5382 (diff) | |
| download | emacs-bac5cef8cc902c7332ef66f6731fa5be0866811c.tar.gz emacs-bac5cef8cc902c7332ef66f6731fa5be0866811c.zip | |
Do the gnutls handshake from the reader loop, instead of looping over
the handshake from Emacs Lisp.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ee6e8f6ce90..9d9833f7e66 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org> | 1 | 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 2 | ||
| 3 | * gnutls.c (emacs_gnutls_handshake): Made into internal function. | ||
| 4 | (Fgnutls_boot): Start the handshake. | ||
| 5 | (emacs_gnutls_read): Perform the handshake from the reader loop. | ||
| 6 | |||
| 3 | * process.h (Lisp_Process): Add a gnutls_p field to Lisp_Process. | 7 | * process.h (Lisp_Process): Add a gnutls_p field to Lisp_Process. |
| 4 | 8 | ||
| 5 | * process.c (make_process): Set the gnutls_p field to zero by | 9 | * process.c (make_process): Set the gnutls_p field to zero by |