| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (url-http-handle-cookies): Reverse list returned by | Chong Yidong | 2007-04-01 | 1 | -2/+2 |
| | | | | | `mail-fetch-field', so that cookies are set in the correct order. | ||||
| * | (url-cookie-retrieve, url-cookie-host-can-set-p): Deal with wildcard | Chong Yidong | 2007-04-01 | 1 | -2/+16 |
| | | | | | dots in domain values. | ||||
| * | * url-http.el (url-http-handle-cookies): Reverse list returned by | Chong Yidong | 2007-04-01 | 1 | -0/+8 |
| | | | | | | | | `mail-fetch-field', so that cookies are set in the correct order. * url-cookie.el (url-cookie-retrieve, url-cookie-host-can-set-p): Deal with wildcard dots in domain values. | ||||
| * | Move url-http.el entry to lisp/url/ChangeLog. | Eli Zaretskii | 2007-03-31 | 1 | -0/+6 |
| | | |||||
| * | (url-http-mark-connection-as-busy, url-http-mark-connection-as-free): Clear | Eli Zaretskii | 2007-03-31 | 1 | -0/+2 |
| | | | | | query-on-exit flag on idle connections. | ||||
| * | Switch to standard GPL text for license. | Glenn Morris | 2007-02-11 | 1 | -2/+17 |
| | | |||||
| * | (url-http-connection-opened): New variable. | Chong Yidong | 2007-02-04 | 2 | -1/+13 |
| | | | | | | | (url-http): Initialize it. (url-http-async-sentinel): Don't try changing sentinels. Run url-http-end-of-document-sentinel if necessary. | ||||
| * | *** empty log message *** | Juanma Barranquero | 2007-01-29 | 1 | -0/+4 |
| | | |||||
| * | (url-get-authentication): Fix typo in docstring. | Juanma Barranquero | 2007-01-29 | 1 | -2/+2 |
| | | |||||
| * | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 31 | -31/+31 |
| | | |||||
| * | (url-retrieve-internal): Don't use `url-proxy-object'. | Magnus Henoch | 2007-01-14 | 2 | -1/+18 |
| | | |||||
| * | (url-proxy-object): Remove. | Magnus Henoch | 2007-01-14 | 1 | -9/+6 |
| | | | | | | (url-proxy): Don't use `url-proxy-object'. Act according to type of proxy (currently only HTTP supported). | ||||
| * | (url-http-proxy): New variable. | Magnus Henoch | 2007-01-14 | 1 | -18/+15 |
| | | | | | | | | | | | | (url-http-create-request): Use it. Don't use `url-proxy-object'. (url-http): Treat `url' argument as resource to download, and dynamic variable `url-using-proxy' as proxy to use. Set `url-current-object' to actual URL, and `url-http-proxy' to proxy used. (url-http-handle-cookies): Assume that `url-current-object' does not point to the proxy used. (url-http-async-sentinel): Adapt error message. | ||||
| * | *** empty log message *** | Magnus Henoch | 2006-12-17 | 1 | -0/+12 |
| | | |||||
| * | Add a copyright notice, with years based on earliest date in this | Glenn Morris | 2006-12-17 | 1 | -4/+9 |
| | | | | | file, combined with broadest subsequent set used for other url files. | ||||
| * | *** empty log message *** | Juanma Barranquero | 2006-12-10 | 1 | -0/+4 |
| | | |||||
| * | (url-gateway-nslookup-program): Doc fix. | Juanma Barranquero | 2006-12-10 | 1 | -2/+2 |
| | | |||||
| * | (url-retrieve-internal): Bind url-proxy-object to nil. | Magnus Henoch | 2006-12-08 | 1 | -0/+1 |
| | | |||||
| * | (url-http-create-request): Remove url argument, use the buffer-local | Magnus Henoch | 2006-12-08 | 1 | -25/+23 |
| | | | | | | | variable `url-http-target-url' instead. Both callers updated. Simplify proxy handling. (url-http): Don't make proxy-object buffer local. | ||||
| * | (url-proxy-object): New variable. | Magnus Henoch | 2006-12-08 | 1 | -2/+8 |
| | | | | | (url-proxy): Bind it instead of `proxy-object'. | ||||
| * | (url-http): Define url-http-response-version. | Magnus Henoch | 2006-11-26 | 2 | -4/+24 |
| | | | | | | (url-http-parse-response): Set it. (url-http-parse-headers): Use it to determine keep-alive behavior. | ||||
| * | (url-http-wait-for-headers-change-function): Use `when' instead of | Magnus Henoch | 2006-11-26 | 2 | -114/+117 |
| | | | | | `if' when possible. | ||||
| * | (url-display-percentage): Only show a message if `url-show-status' is non-nil. | Magnus Henoch | 2006-11-23 | 2 | -6/+15 |
| | | |||||
| * | (url-http-content-length-after-change-function): Use `url-lazy-message'. | Magnus Henoch | 2006-11-23 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2006-11-16 | 1 | -17/+17 |
| | | |||||
| * | (url-http): Make proxy-object buffer-local, to handle proxied | Magnus Henoch | 2006-11-15 | 2 | -1/+6 |
| | | | | | asynchronous connections correctly. | ||||
| * | (url-generic-parse-url): Use with-temp-buffer. | Magnus Henoch | 2006-11-15 | 2 | -2/+5 |
| | | |||||
| * | (url-http-wait-for-headers-change-function): Defer detection of HTTP | Magnus Henoch | 2006-11-15 | 2 | -1/+7 |
| | | | | | 0.9 until we have at least one line. | ||||
| * | (url-http-mark-connection-as-free, url-http-find-free-connection): | Chong Yidong | 2006-11-10 | 1 | -3/+3 |
| | | | | | | Don't treat process with status `connect' as free. (url-http-async-sentinel): Request correct url. | ||||
| * | * url-http.el (url-http-mark-connection-as-free) | Chong Yidong | 2006-11-10 | 1 | -0/+7 |
| | | | | | | | (url-http-find-free-connection): Don't treat process with status `connect' as free. (url-http-async-sentinel): Request correct url. | ||||
| * | Add "add-log-time-zone-rule: t" to Local Variables section. | Juanma Barranquero | 2006-11-10 | 1 | -0/+1 |
| | | |||||
| * | (url-http-handle-authentication): If there are several authentication | Magnus Henoch | 2006-11-08 | 2 | -11/+21 |
| | | | | | headers, use the strongest available method. | ||||
| * | (url-retrieve-synchronously): Allow quitting when inhibit-quit is t. | Magnus Henoch | 2006-11-08 | 2 | -3/+14 |
| | | |||||
| * | (url-http-handle-authentication): If there are several authentication | Magnus Henoch | 2006-11-02 | 2 | -8/+22 |
| | | | | | headers, use the first with a supported method. | ||||
| * | (url-http-create-request): Use buffer-locale equivalents of | Magnus Henoch | 2006-11-01 | 2 | -11/+18 |
| | | | | | dynamically bound variables. | ||||
| * | (url-open-stream): Really use asynchronous connections (accidentally | Magnus Henoch | 2006-10-29 | 2 | -1/+6 |
| | | | | | disabled during debugging). | ||||
| * | (url-http-parse-headers): Fix misplaced paren. | Magnus Henoch | 2006-10-28 | 2 | -2/+6 |
| | | |||||
| * | * url.el (url-retrieve): Minor doc clarification. | Chong Yidong | 2006-10-27 | 1 | -4/+4 |
| | | |||||
| * | * url-http.el (url-http-mark-connection-as-free): Verify that | Chong Yidong | 2006-10-27 | 4 | -30/+124 |
| | | | | | | | | | | | | | | | | | connection is open before saving it. (url-http-handle-authentication): Use url-retrieve-internal instead of url-retrieve. (url-http-parse-headers): Adapt to new callback interface. (url-http): Handle non-blocking connections. (url-http-async-sentinel): Create. * url.el (url-retrieve): Update docstring for new callback interface. Remove all code. (url-retrieve-internal): Move code from url-retrieve here. * url-gw.el (url-open-stream): Use a non-blocking socket for `native' gateway method, if available. | ||||
| * | (url-https-create-secure-wrapper): Always use tls gateway method. | Magnus Henoch | 2006-10-16 | 2 | -3/+6 |
| | | |||||
| * | (url-http-find-free-connection): Handle url-open-stream returning nil. | Magnus Henoch | 2006-10-12 | 2 | -2/+9 |
| | | |||||
| * | url-https.el: Remove (clashes with url-http on 8+3 systems). | Magnus Henoch | 2006-10-11 | 3 | -56/+35 |
| | | | | | url-http.el: Move contents of url-https.el here. Add autoloads. | ||||
| * | *** empty log message *** | Kim F. Storm | 2006-10-09 | 1 | -64/+32 |
| | | |||||
| * | (url-generic-parse-url): Handle URLs with empty path component and | Magnus Henoch | 2006-10-09 | 2 | -22/+36 |
| | | | | | | | non-empty query component. Untangle path, query and fragment parsing code. Add references to RFC 3986 in comments. (url-recreate-url-attributes): Start query string with "?", not ";". | ||||
| * | (url-dav-file-attributes): Simplify. | Stefan Monnier | 2006-09-20 | 1 | -38/+35 |
| | | |||||
| * | (url-http-head-file-attributes): Add device "info". | Stefan Monnier | 2006-09-20 | 2 | -12/+18 |
| | | |||||
| * | lisp/url/url-methods.el: Fix format error when http_proxy is empty string | Miles Bader | 2006-09-18 | 2 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | 2006-09-18 Michael Olson <mwolson@gnu.org> * url-methods.el (url-scheme-register-proxy): Handle case where getenv returns an empty string for http_proxy. This prevents an error when calling `format' later on. --This line, and those below, will be ignored-- Files to commit: lisp/url/ChangeLog lisp/url/url-methods.el This list might be incomplete or outdated if editing the log message was not invoked from an up-to-date changes buffer! Revision: emacs@sv.gnu.org/emacs--devo--0--patch-441 Creator: Michael Olson <mwolson@gnu.org> | ||||
| * | (url-http-create-request): | Stefan Monnier | 2006-09-01 | 2 | -3/+15 |
| | | | | | Use `url-recreate-url-attributes' when setting real-fname. | ||||
| * | (url-recreate-url-attributes): New function, code moved from `url-recreate-url'. | Stefan Monnier | 2006-09-01 | 1 | -10/+13 |
| | | | | | (url-recreate-url): Use it. Put the `url-target' at the end of the URL. | ||||
| * | (url-cookie-write-file): Really don't use versioned backups. | Stefan Monnier | 2006-08-29 | 2 | -2/+6 |
| | | |||||