summaryrefslogtreecommitdiff
path: root/lisp/url
Commit message (Collapse)AuthorAgeFilesLines
* Merge from emacs--rel--22Miles Bader2007-08-136-7/+12
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
| * username and password defaultVinicius Jose Latorre2007-08-091-3/+5
| |
| * Replace `iff' in doc-strings and comments.Glenn Morris2007-08-085-7/+7
| |
| * Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-0/+5
| |
* | username and password defaultVinicius Jose Latorre2007-08-091-3/+5
| |
* | Merge from emacs--rel--22Miles Bader2007-07-2631-31/+35
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <rgm@gnu.org> * Relicense all FSF files to GPLv3 or later. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-0/+4
| |
| * Switch license to GPLv3 or later.Glenn Morris2007-07-2531-31/+31
| |
| * *** empty log message ***Richard M. Stallman2007-05-291-1/+1
| |
| * Fix typo.Chong Yidong2007-05-291-1/+1
| |
| * (url-mailto): Insert body after mail-header-separator if present, soChong Yidong2007-05-291-1/+3
| | | | | | | | that is is before signature. Suggested by Leo Liu <sdl.web@gmail.com>.
| * * url-mailto.el (url-mailto): Insert body afterChong Yidong2007-05-291-0/+6
| | | | | | | | | | mail-header-separator if present, so that is is before signature. Suggested by Leo Liu <sdl.web@gmail.com>.
* | url.el (url-configuration-directory): Use user-emacs-directory.Chong Yidong2007-06-131-0/+4
| |
* | (url-configuration-directory): Use user-emacs-directory.Chong Yidong2007-06-131-1/+2
| |
* | (url-cookie-name, url-cookie-value, url-cookie-expires, url-cookie-localpart)Stefan Monnier2007-06-122-47/+27
| | | | | | | | | | | | | | | | | | (url-cookie-domain, url-cookie-secure, url-cookie-set-name) (url-cookie-set-value, url-cookie-set-expires, url-cookie-set-localpart) (url-cookie-set-domain, url-cookie-set-secure, url-cookie-retrieve-arg) (url-cookie-create, url-cookie-p): Remove. (url-cookie): New struct. (url-cookie-store): Use setf instead of url-cookie-set-*.
* | Fix typo.Chong Yidong2007-05-291-1/+1
| |
* | (url-mailto): Insert body after mail-header-separator if present, soChong Yidong2007-05-291-1/+3
| | | | | | | | that is is before signature. Suggested by Leo Liu <sdl.web@gmail.com>.
* | * url-mailto.el (url-mailto): Insert body afterChong Yidong2007-05-291-0/+6
|/ | | | | mail-header-separator if present, so that is is before signature. Suggested by Leo Liu <sdl.web@gmail.com>.
* (url-generic-parse-url): Revert 2006-10-09 changes.Chong Yidong2007-04-151-16/+20
|
* * url-parse.el (url-generic-parse-url): Revert 2006-10-09 changes.Chong Yidong2007-04-151-0/+4
|
* * url-http.el (url-http-parse-headers): Stop after a set number ofChong Yidong2007-04-131-0/+7
| | | | | | redirections. Suggested by Diane Murray. * url-vars.el (url-max-redirections): New var.
* (url-http-parse-headers): Stop after a set number of redirections.Chong Yidong2007-04-131-15/+37
| | | | Suggested by Diane Murray.
* (url-max-redirections): New var.Chong Yidong2007-04-131-0/+6
|
* Changes from author without assignment are (thankfully) tiny.Glenn Morris2007-04-121-4/+4
|
* (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.