aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url/url-http.el
Commit message (Expand)AuthorAgeFilesLines
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* Comment.Glenn Morris2008-08-301-0/+5
* (url-https-expand-file-name): Resolve directly to url-default-expanderGlenn Morris2008-08-301-2/+4
* Typo and docstring fixes.Juanma Barranquero2008-07-021-6/+6
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-8/+6
* (url-http-chunked-encoding-after-change-function):Magnus Henoch2008-03-091-1/+5
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| * Diane Murray <disumu at x3y2z1.net>Glenn Morris2007-09-031-7/+8
* | * progmodes/idlw-help.el: Require browse-url unconditionally, itDan Nicolaescu2007-11-201-0/+2
* | Diane Murray <disumu at x3y2z1.net>Glenn Morris2007-09-031-7/+8
|/
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* (url-http-parse-headers): Stop after a set number of redirections.Chong Yidong2007-04-131-15/+37
* (url-http-handle-cookies): Reverse list returned byChong Yidong2007-04-011-2/+2
* (url-http-mark-connection-as-busy, url-http-mark-connection-as-free): ClearEli Zaretskii2007-03-311-0/+2
* (url-http-connection-opened): New variable.Chong Yidong2007-02-041-1/+6
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (url-http-proxy): New variable.Magnus Henoch2007-01-141-18/+15
* (url-http-create-request): Remove url argument, use the buffer-localMagnus Henoch2006-12-081-25/+23
* (url-http): Define url-http-response-version.Magnus Henoch2006-11-261-4/+21
* (url-http-wait-for-headers-change-function): Use `when' instead ofMagnus Henoch2006-11-261-114/+112
* (url-http-content-length-after-change-function): Use `url-lazy-message'.Magnus Henoch2006-11-231-1/+1
* (url-http): Make proxy-object buffer-local, to handle proxiedMagnus Henoch2006-11-151-1/+3
* (url-http-wait-for-headers-change-function): Defer detection of HTTPMagnus Henoch2006-11-151-1/+2
* (url-http-mark-connection-as-free, url-http-find-free-connection):Chong Yidong2006-11-101-3/+3
* (url-http-handle-authentication): If there are several authenticationMagnus Henoch2006-11-081-11/+17
* (url-http-handle-authentication): If there are several authenticationMagnus Henoch2006-11-021-8/+16
* (url-http-create-request): Use buffer-locale equivalents ofMagnus Henoch2006-11-011-11/+13
* (url-http-parse-headers): Fix misplaced paren.Magnus Henoch2006-10-281-2/+2
* * url-http.el (url-http-mark-connection-as-free): Verify thatChong Yidong2006-10-271-23/+66
* (url-https-create-secure-wrapper): Always use tls gateway method.Magnus Henoch2006-10-161-3/+1
* (url-http-find-free-connection): Handle url-open-stream returning nil.Magnus Henoch2006-10-121-2/+4
* url-https.el: Remove (clashes with url-http on 8+3 systems).Magnus Henoch2006-10-111-0/+29
* (url-http-head-file-attributes): Add device "info".Stefan Monnier2006-09-201-12/+12
* (url-http-create-request):Stefan Monnier2006-09-011-1/+2
* (url-http-file-exists-p): Test if status is integer.Reiner Steib2006-05-121-1/+2
* (url-http-parse-headers): Don't reuse connection if "Connection: close" headerEli Zaretskii2006-05-051-0/+4
* (url-http-find-free-connection): Fix braino in last fix.Stefan Monnier2006-03-071-1/+2
* (url-http-find-free-connection): Don't kill the processStefan Monnier2006-03-061-8/+11
* (url-http-find-free-connection): braino.Stefan Monnier2006-02-201-1/+1
* Require `url' rather than try to autoload parts of it.Stefan Monnier2006-02-201-21/+27
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-051-1/+1
* Use with-current-buffer.Stefan Monnier2005-11-181-31/+21
* Remove XEmacs conditionals.Eli Zaretskii2005-10-201-3/+1
* (url-http-create-request): Avoid incorrect implicit uni->multibyte conversion.Stefan Monnier2005-10-031-70/+83
* (url-http-cookies-sources): Defvar at compile time.Juanma Barranquero2005-08-241-1/+2
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+1
* (url-http-parse-headers): Add :redirect arg-pairRichard M. Stallman2005-07-151-2/+3
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (url-http-create-request): Call url-recreate-url in proxy case.Richard M. Stallman2005-06-281-1/+3