aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (url-http-handle-cookies): Reverse list returned byChong Yidong2007-04-011-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 wildcardChong Yidong2007-04-011-2/+16
| | | | dots in domain values.
* * url-http.el (url-http-handle-cookies): Reverse list returned byChong Yidong2007-04-011-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 Zaretskii2007-03-311-0/+6
|
* (url-http-mark-connection-as-busy, url-http-mark-connection-as-free): ClearEli Zaretskii2007-03-311-0/+2
| | | | query-on-exit flag on idle connections.
* Switch to standard GPL text for license.Glenn Morris2007-02-111-2/+17
|
* (url-http-connection-opened): New variable.Chong Yidong2007-02-042-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 Barranquero2007-01-291-0/+4
|
* (url-get-authentication): Fix typo in docstring.Juanma Barranquero2007-01-291-2/+2
|
* Add 2007 to copyright years.Glenn Morris2007-01-2131-31/+31
|
* (url-retrieve-internal): Don't use `url-proxy-object'.Magnus Henoch2007-01-142-1/+18
|
* (url-proxy-object): Remove.Magnus Henoch2007-01-141-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 Henoch2007-01-141-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 Henoch2006-12-171-0/+12
|
* Add a copyright notice, with years based on earliest date in thisGlenn Morris2006-12-171-4/+9
| | | | file, combined with broadest subsequent set used for other url files.
* *** empty log message ***Juanma Barranquero2006-12-101-0/+4
|
* (url-gateway-nslookup-program): Doc fix.Juanma Barranquero2006-12-101-2/+2
|
* (url-retrieve-internal): Bind url-proxy-object to nil.Magnus Henoch2006-12-081-0/+1
|
* (url-http-create-request): Remove url argument, use the buffer-localMagnus Henoch2006-12-081-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 Henoch2006-12-081-2/+8
| | | | (url-proxy): Bind it instead of `proxy-object'.
* (url-http): Define url-http-response-version.Magnus Henoch2006-11-262-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 ofMagnus Henoch2006-11-262-114/+117
| | | | `if' when possible.
* (url-display-percentage): Only show a message if `url-show-status' is non-nil.Magnus Henoch2006-11-232-6/+15
|
* (url-http-content-length-after-change-function): Use `url-lazy-message'.Magnus Henoch2006-11-231-1/+1
|
* *** empty log message ***Juanma Barranquero2006-11-161-17/+17
|
* (url-http): Make proxy-object buffer-local, to handle proxiedMagnus Henoch2006-11-152-1/+6
| | | | asynchronous connections correctly.
* (url-generic-parse-url): Use with-temp-buffer.Magnus Henoch2006-11-152-2/+5
|
* (url-http-wait-for-headers-change-function): Defer detection of HTTPMagnus Henoch2006-11-152-1/+7
| | | | 0.9 until we have at least one line.
* (url-http-mark-connection-as-free, url-http-find-free-connection):Chong Yidong2006-11-101-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 Yidong2006-11-101-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 Barranquero2006-11-101-0/+1
|
* (url-http-handle-authentication): If there are several authenticationMagnus Henoch2006-11-082-11/+21
| | | | headers, use the strongest available method.
* (url-retrieve-synchronously): Allow quitting when inhibit-quit is t.Magnus Henoch2006-11-082-3/+14
|
* (url-http-handle-authentication): If there are several authenticationMagnus Henoch2006-11-022-8/+22
| | | | headers, use the first with a supported method.
* (url-http-create-request): Use buffer-locale equivalents ofMagnus Henoch2006-11-012-11/+18
| | | | dynamically bound variables.
* (url-open-stream): Really use asynchronous connections (accidentallyMagnus Henoch2006-10-292-1/+6
| | | | disabled during debugging).
* (url-http-parse-headers): Fix misplaced paren.Magnus Henoch2006-10-282-2/+6
|
* * url.el (url-retrieve): Minor doc clarification.Chong Yidong2006-10-271-4/+4
|
* * url-http.el (url-http-mark-connection-as-free): Verify thatChong Yidong2006-10-274-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 Henoch2006-10-162-3/+6
|
* (url-http-find-free-connection): Handle url-open-stream returning nil.Magnus Henoch2006-10-122-2/+9
|
* url-https.el: Remove (clashes with url-http on 8+3 systems).Magnus Henoch2006-10-113-56/+35
| | | | url-http.el: Move contents of url-https.el here. Add autoloads.
* *** empty log message ***Kim F. Storm2006-10-091-64/+32
|
* (url-generic-parse-url): Handle URLs with empty path component andMagnus Henoch2006-10-092-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 Monnier2006-09-201-38/+35
|
* (url-http-head-file-attributes): Add device "info".Stefan Monnier2006-09-202-12/+18
|
* lisp/url/url-methods.el: Fix format error when http_proxy is empty stringMiles Bader2006-09-182-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 Monnier2006-09-012-3/+15
| | | | Use `url-recreate-url-attributes' when setting real-fname.
* (url-recreate-url-attributes): New function, code moved from `url-recreate-url'.Stefan Monnier2006-09-011-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 Monnier2006-08-292-2/+6
|