aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url/url-http.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-24; up to 2014-06-11T19:33:[email protected]Glenn Morris2014-06-251-1/+0
|\
| * * lisp/url/url-handlers.el (url-http-parse-response): Remove unused autoload.Leo Liu2014-06-261-1/+0
* | Set Maintainer to emacs-devel in some lisp/url files.Glenn Morris2014-03-281-0/+1
* | * lisp/url/url-vars.el (url-bug-address): Make into an obsolete alias.Glenn Morris2014-03-281-1/+1
|/
* * lisp/url/url-http.el (url-http-create-request): Don't add extra \r\n afterJarosław Rzeszótko2014-01-081-3/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * url/url-util.el (url-pretty-length): Make obsolete and all usesLeo Liu2013-09-291-6/+5
* Fix typo in declarationGlenn Morris2013-09-171-1/+1
* * lisp/url/url-http.el (zlib-decompress-region): Declare.Glenn Morris2013-09-171-0/+2
* Silence some url compilation warnings on systems without zlibGlenn Morris2013-09-131-1/+1
* * url-http.el (url-http-parse-headers): Always place point at theLars Magne Ingebrigtsen2013-08-141-0/+1
* Rename `zlib-decompress-gzipped-region' to `zlib-decompress-region'.Lars Magne Ingebrigtsen2013-08-121-2/+2
* Add the zlib prefix to `decompress-gzipped-region'Lars Magne Ingebrigtsen2013-08-121-2/+3
* Add Content-Transfer gzip support to urlLars Magne Ingebrigtsen2013-08-111-1/+13
* * lisp/url/url-http.el (status): Remove, unused.Stefan Monnier2013-07-221-142/+140
* url-http-wait-for-headers-change-function fix for bug#13598Glenn Morris2013-02-151-1/+3
* Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Two fixes for the URL library (tiny change).Takafumi Arakaki2012-12-221-2/+5
|/
* Doc fix for url-http.Chong Yidong2012-10-131-2/+6
* * lisp/url/url-http.el (url-http-user-agent-string): Leak less info.Stefan Monnier2012-10-011-15/+2
* * lisp/url/url-http.el (url-http-parse-headers): Re-enable file-name-handlers.Stefan Monnier2012-08-141-7/+5
* * lisp/url/url-http.el (url-http-create-request): Use url-http-proxy toJason Rumney2012-08-111-1/+1
* More CL cleanups and reduction of use of cl.el.Stefan Monnier2012-07-111-100/+68
* * lisp/url/url-http.el (url-http-codes): Fix mal-formed defconst.Leo Liu2012-05-251-2/+2
* Improve RFC 3986 conformance of url package.Chong Yidong2012-05-091-2/+1
* Allow url-http to handle expired keepalive connections.Chong Yidong2012-03-111-10/+25
* Bugfix for url-http-find-free-connection.Devon Sean McCullough2012-03-111-23/+25
* Fix typo in last checkin.Lars Ingebrigtsen2012-02-101-1/+1
* Cookie/redirection URL fixupLars Ingebrigtsen2012-02-101-1/+2
* * url-http.el (url-http-clean-headers): Return the number ofAndreas Schwab2012-02-101-5/+8
* Allow specifying whether to inhibit cookies on a per-URL basisLars Ingebrigtsen2012-02-081-3/+6
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-141-2/+2
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Spelling fixes.Paul Eggert2011-11-141-2/+2
* If the server hangs up while we're talking to it, just `message' the error in...Lars Magne Ingebrigtsen2011-11-141-1/+5
* Spelling fixes.Paul Eggert2011-11-081-1/+1
* * url-http.el (url-http-create-request): Avoid adding extra CRLF (Bug#8931).Christopher J. White2011-09-241-1/+3
* Fix URL connection failing handling.Lars Magne Ingebrigtsen2011-09-131-0/+4
* * url-http.el (url-http-parse-headers): For HTTP 301/302/307, don't convert t...Chong Yidong2011-08-071-10/+2
* Copy over `url-show-status' to the async bufferChris Newton2011-07-131-0/+2
* * url-http.el (url-http-create-request): Remove double carriageNicolas Avrutin2011-07-031-1/+1
* * url-http.el (url-http-wait-for-headers-change-function): RemoveLars Magne Ingebrigtsen2011-07-031-13/+10
* (url-http-wait-for-headers-change-function): Protect against malformed header...Lars Magne Ingebrigtsen2011-04-161-0/+4
* (url-http-wait-for-headers-change-function): Don't move if the callback funct...Lars Ingebrigtsen2011-02-021-6/+8
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Refill some copyright headers.Glenn Morris2011-01-151-2/+2
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Merge from emacs-23Stefan Monnier2011-01-141-2/+2
|\