| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | * 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 |
| | | |||||
| * | 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 | 1 | -0/+7 |
| | | | | | | | (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 |
| | | |||||
| * | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | | |||||
| * | (url-retrieve-internal): Don't use `url-proxy-object'. | Magnus Henoch | 2007-01-14 | 1 | -0/+18 |
| | | |||||
| * | *** 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-http): Define url-http-response-version. | Magnus Henoch | 2006-11-26 | 1 | -0/+3 |
| | | | | | | (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 | 1 | -0/+5 |
| | | | | | `if' when possible. | ||||
| * | (url-display-percentage): Only show a message if `url-show-status' is non-nil. | Magnus Henoch | 2006-11-23 | 1 | -0/+8 |
| | | |||||
| * | *** 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 | 1 | -0/+3 |
| | | | | | asynchronous connections correctly. | ||||
| * | (url-generic-parse-url): Use with-temp-buffer. | Magnus Henoch | 2006-11-15 | 1 | -0/+4 |
| | | |||||
| * | (url-http-wait-for-headers-change-function): Defer detection of HTTP | Magnus Henoch | 2006-11-15 | 1 | -0/+5 |
| | | | | | 0.9 until we have at least one line. | ||||
| * | * 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 | 1 | -0/+4 |
| | | | | | headers, use the strongest available method. | ||||
| * | (url-retrieve-synchronously): Allow quitting when inhibit-quit is t. | Magnus Henoch | 2006-11-08 | 1 | -0/+5 |
| | | |||||
| * | (url-http-handle-authentication): If there are several authentication | Magnus Henoch | 2006-11-02 | 1 | -0/+6 |
| | | | | | headers, use the first with a supported method. | ||||
| * | (url-http-create-request): Use buffer-locale equivalents of | Magnus Henoch | 2006-11-01 | 1 | -0/+5 |
| | | | | | dynamically bound variables. | ||||
| * | (url-open-stream): Really use asynchronous connections (accidentally | Magnus Henoch | 2006-10-29 | 1 | -0/+5 |
| | | | | | disabled during debugging). | ||||
| * | (url-http-parse-headers): Fix misplaced paren. | Magnus Henoch | 2006-10-28 | 1 | -0/+4 |
| | | |||||
| * | * url-http.el (url-http-mark-connection-as-free): Verify that | Chong Yidong | 2006-10-27 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | 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 | 1 | -0/+5 |
| | | |||||
| * | (url-http-find-free-connection): Handle url-open-stream returning nil. | Magnus Henoch | 2006-10-12 | 1 | -0/+5 |
| | | |||||
| * | url-https.el: Remove (clashes with url-http on 8+3 systems). | Magnus Henoch | 2006-10-11 | 1 | -0/+6 |
| | | | | | 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 | 1 | -0/+9 |
| | | | | | | | 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-http-head-file-attributes): Add device "info". | Stefan Monnier | 2006-09-20 | 1 | -0/+6 |
| | | |||||
| * | lisp/url/url-methods.el: Fix format error when http_proxy is empty string | Miles Bader | 2006-09-18 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | 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 | 1 | -2/+13 |
| | | | | | Use `url-recreate-url-attributes' when setting real-fname. | ||||
| * | (url-cookie-write-file): Really don't use versioned backups. | Stefan Monnier | 2006-08-29 | 1 | -0/+4 |
| | | |||||
| * | (url-file-local-copy): Tell url-copy-file that the dest file will already exist. | Stefan Monnier | 2006-08-25 | 1 | -0/+5 |
| | | |||||
| * | (url-hexify-string): Only utf-8 encode if it's a multibyte string. | Stefan Monnier | 2006-07-31 | 1 | -0/+7 |
| | | | | | | (url-normalize-url): Remove unused var `grok'. (url-truncate-url-for-viewing): Remove unused var `tail'. | ||||
| * | (url-hexify-string): Rewrite. | Thien-Thi Nguyen | 2006-07-30 | 1 | -0/+5 |
| | | |||||
| * | Update for ERC 5.1.3. | Miles Bader | 2006-07-14 | 1 | -0/+4 |
| | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-348 Creator: Michael Olson <mwolson@gnu.org> | ||||
| * | *** empty log message *** | Stefan Monnier | 2006-07-12 | 1 | -2/+2 |
| | | |||||
| * | Remove spurious * in docstrings. | Stefan Monnier | 2006-07-11 | 1 | -0/+11 |
| | | | | | | | | (url-cookie-write-file): Don't use versioned backups. (url-cookie-host-can-set-p): Remove unused var `tmp'. (url-cookie-save-interval): Move to url-cookie group. (url-cookie-write-file): Reset url-cookies-changed-since-last-save. | ||||
| * | (url-http-file-exists-p): Test if status is integer. | Reiner Steib | 2006-05-12 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-05-05 | 1 | -0/+5 |
| | | |||||
| * | (url-open-stream): Don't hide errors. | Stefan Monnier | 2006-04-26 | 1 | -0/+8 |
| | | | | | (url-gateway-nslookup-host, url-open-telnet): Use with-current-buffer. | ||||
| * | (url-handler-directory-file-name): New handler. | Stefan Monnier | 2006-03-29 | 1 | -0/+5 |
| | | | | | (url-file-local-copy): Plug race condition security hole. | ||||
| * | (url-irc-rcirc, url-irc-erc): New functions. | Romain Francoise | 2006-03-27 | 1 | -0/+6 |
| | | | | | | (url-irc-function): Add rcirc and ERC to the list of IRC clients. Default to rcirc, since ZenIRC isn't part of Emacs. | ||||
| * | (url-http-find-free-connection): Fix braino in last fix. | Stefan Monnier | 2006-03-07 | 1 | -0/+4 |
| | | |||||
| * | (url-http-find-free-connection): Don't kill the process | Stefan Monnier | 2006-03-06 | 1 | -0/+7 |
| | | | | | | | when killing the temp buffer. (url-http-symbol-value-in-buffer): Massage to make it clear to the byte-compiler that the function is defined. | ||||
| * | (url-redirect-buffer): New var. | Stefan Monnier | 2006-02-20 | 1 | -1/+11 |
| | | | | | (url-retrieve-synchronously): Use it to follow redirections. | ||||
| * | Move defvars out of eval-when-compile. | Stefan Monnier | 2006-01-18 | 1 | -0/+6 |
| | | | | | (url-news-fetch-message-id, url-news-fetch-newsgroup): Use with-current-buffer. | ||||