aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/url/ChangeLog')
-rw-r--r--lisp/url/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index 2d26bc805a7..60d287896dd 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,3 +1,20 @@
12006-10-27 Magnus Henoch <mange@freemail.hu>
2
3 * url-http.el (url-http-mark-connection-as-free): Verify that
4 connection is open before saving it.
5 (url-http-handle-authentication): Use url-retrieve-internal
6 instead of url-retrieve.
7 (url-http-parse-headers): Adapt to new callback interface.
8 (url-http): Handle non-blocking connections.
9 (url-http-async-sentinel): Create.
10
11 * url.el (url-retrieve): Update docstring for new callback interface.
12 Remove all code.
13 (url-retrieve-internal): Move code from url-retrieve here.
14
15 * url-gw.el (url-open-stream): Use a non-blocking socket for
16 `native' gateway method, if available.
17
12006-10-16 Magnus Henoch <mange@freemail.hu> 182006-10-16 Magnus Henoch <mange@freemail.hu>
2 19
3 * url-http.el (url-https-create-secure-wrapper): Always use tls 20 * url-http.el (url-https-create-secure-wrapper): Always use tls