aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * 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
|
* Switch to standard GPL text for license.Glenn Morris2007-02-111-2/+17
|
* (url-http-connection-opened): New variable.Chong Yidong2007-02-041-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 Barranquero2007-01-291-0/+4
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (url-retrieve-internal): Don't use `url-proxy-object'.Magnus Henoch2007-01-141-0/+18
|
* *** 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-http): Define url-http-response-version.Magnus Henoch2006-11-261-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 ofMagnus Henoch2006-11-261-0/+5
| | | | `if' when possible.
* (url-display-percentage): Only show a message if `url-show-status' is non-nil.Magnus Henoch2006-11-231-0/+8
|
* *** empty log message ***Juanma Barranquero2006-11-161-17/+17
|
* (url-http): Make proxy-object buffer-local, to handle proxiedMagnus Henoch2006-11-151-0/+3
| | | | asynchronous connections correctly.
* (url-generic-parse-url): Use with-temp-buffer.Magnus Henoch2006-11-151-0/+4
|
* (url-http-wait-for-headers-change-function): Defer detection of HTTPMagnus Henoch2006-11-151-0/+5
| | | | 0.9 until we have at least one line.
* * 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-081-0/+4
| | | | headers, use the strongest available method.
* (url-retrieve-synchronously): Allow quitting when inhibit-quit is t.Magnus Henoch2006-11-081-0/+5
|
* (url-http-handle-authentication): If there are several authenticationMagnus Henoch2006-11-021-0/+6
| | | | headers, use the first with a supported method.
* (url-http-create-request): Use buffer-locale equivalents ofMagnus Henoch2006-11-011-0/+5
| | | | dynamically bound variables.
* (url-open-stream): Really use asynchronous connections (accidentallyMagnus Henoch2006-10-291-0/+5
| | | | disabled during debugging).
* (url-http-parse-headers): Fix misplaced paren.Magnus Henoch2006-10-281-0/+4
|
* * url-http.el (url-http-mark-connection-as-free): Verify thatChong Yidong2006-10-271-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 Henoch2006-10-161-0/+5
|
* (url-http-find-free-connection): Handle url-open-stream returning nil.Magnus Henoch2006-10-121-0/+5
|
* url-https.el: Remove (clashes with url-http on 8+3 systems).Magnus Henoch2006-10-111-0/+6
| | | | 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-091-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 Monnier2006-09-201-0/+6
|
* lisp/url/url-methods.el: Fix format error when http_proxy is empty stringMiles Bader2006-09-181-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 Monnier2006-09-011-2/+13
| | | | Use `url-recreate-url-attributes' when setting real-fname.
* (url-cookie-write-file): Really don't use versioned backups.Stefan Monnier2006-08-291-0/+4
|
* (url-file-local-copy): Tell url-copy-file that the dest file will already exist.Stefan Monnier2006-08-251-0/+5
|
* (url-hexify-string): Only utf-8 encode if it's a multibyte string.Stefan Monnier2006-07-311-0/+7
| | | | | (url-normalize-url): Remove unused var `grok'. (url-truncate-url-for-viewing): Remove unused var `tail'.
* (url-hexify-string): Rewrite.Thien-Thi Nguyen2006-07-301-0/+5
|
* Update for ERC 5.1.3.Miles Bader2006-07-141-0/+4
| | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-348 Creator: Michael Olson <mwolson@gnu.org>
* *** empty log message ***Stefan Monnier2006-07-121-2/+2
|
* Remove spurious * in docstrings.Stefan Monnier2006-07-111-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 Steib2006-05-121-0/+4
|
* *** empty log message ***Eli Zaretskii2006-05-051-0/+5
|
* (url-open-stream): Don't hide errors.Stefan Monnier2006-04-261-0/+8
| | | | (url-gateway-nslookup-host, url-open-telnet): Use with-current-buffer.
* (url-handler-directory-file-name): New handler.Stefan Monnier2006-03-291-0/+5
| | | | (url-file-local-copy): Plug race condition security hole.
* (url-irc-rcirc, url-irc-erc): New functions.Romain Francoise2006-03-271-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 Monnier2006-03-071-0/+4
|
* (url-http-find-free-connection): Don't kill the processStefan Monnier2006-03-061-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 Monnier2006-02-201-1/+11
| | | | (url-retrieve-synchronously): Use it to follow redirections.
* Move defvars out of eval-when-compile.Stefan Monnier2006-01-181-0/+6
| | | | (url-news-fetch-message-id, url-news-fetch-newsgroup): Use with-current-buffer.