summaryrefslogtreecommitdiff
path: root/lisp/url/url-http.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* * lisp/url/url-http.elAndreas Schwab2017-12-241-1/+1
* Fix url-http use of url-current-objectEli Zaretskii2017-09-301-0/+3
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Make the URL library use records.Lars Brinkhoff2017-04-041-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| * Doc fix for url-httpDevon Sean McCullough2016-10-021-6/+9
* | Merge from origin/emacs-25Paul Eggert2016-09-261-3/+4
|\ \ | |/
| * Fix 'url-http-create-request' when cookies are usedToke Høiland-Jørgensen2016-09-101-3/+4
* | Add 451 to url-http-codesLeo Liu2016-08-311-0/+1
* | Merge from origin/emacs-25Paul Eggert2016-08-221-3/+11
|\ \ | |/
| * Further fix for 'url-http-create-request' and multibyte stringsEli Zaretskii2016-08-131-1/+3
| * Convert the remaining strings to unibyte before concatenatingDmitry Gutov2016-08-111-2/+8
* | Merge from origin/emacs-25Paul Eggert2016-06-261-14/+5
|\ \ | |/
| * Error on multibyte characters in HTTP requestDmitry Gutov2016-06-221-14/+5
| * Revert "Backport HTTPS proxy fix"Lars Magne Ingebrigtsen2016-04-061-95/+15
| * Backport HTTPS proxy fixTao Fang2016-04-061-15/+95
| * Allow binding `url-mime-accept-string'Lars Ingebrigtsen2016-03-011-0/+3
* | ; Revert "Prohibit multibyte characters in url-http-data"Dmitry Gutov2016-06-221-2/+6
* | Prohibit multibyte characters in url-http-dataDmitry Gutov2016-06-191-6/+2
* | * lisp/url/url-http.el: Use lexical-bindingStefan Monnier2016-05-231-12/+13
* | Pacify ‘make check-declare’Paul Eggert2016-05-141-1/+1
* | Fix: (void-variable url-http-response-status)Tao Fang2016-04-261-2/+2
* | Compute User-Agent dynamically in url-httpClément Pit--Claudel2016-04-241-7/+28
* | Allow URL using HTTPS proxies using CONNECTTao Fang2016-04-041-15/+95
* | Allow binding `url-mime-accept-string'Lars Ingebrigtsen2016-03-011-0/+3
* | Do not ignore redirections of 301, 302 and 307 status codesNicolas Petton2016-02-041-9/+1
* | Merge from origin/emacs-25John Wiegley2016-01-111-1/+1
|\ \ | |/
| * Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* | Merge emacs-25 into master (using imerge)John Wiegley2015-12-291-14/+3
|\ \ | |/
| * Fix URL auth error messageJose A. Ortega Ruiz2015-12-291-1/+1
| * Make chunked encoding trailer detection more compliantJames Stout2015-12-281-1/+1
| * Document 'url-user-agent'.Eli Zaretskii2015-12-261-11/+0
| * Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-1/+1
* | IDNA-related fixes for the URL libraryLars Ingebrigtsen2015-12-291-2/+4
* | Doc fix for url-httpDevon Sean McCullough2015-12-251-6/+9
|/
* Do not include authorization header in an HTTP redirectThomas Fitzsimmons2015-09-231-1/+7
* Quieten compilation, eg in --without-x builds.Glenn Morris2015-05-081-0/+2
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Remove superfluous `gnutls-available-p' checkLars Magne Ingebrigtsen2014-12-121-2/+1
* Fix a problem in url.el without GnuTLSLars Magne Ingebrigtsen2014-12-111-1/+2
* Make the https logic in url-http work on redirectsLars Magne Ingebrigtsen2014-12-091-5/+7
* Make URL pass the TLS peer status to the callerLars Magne Ingebrigtsen2014-12-091-2/+9
* Various minor details accumulated over timeStefan Monnier2014-12-081-1/+2
* Implement a new url parameter `url-request-noninteractive'Lars Magne Ingebrigtsen2014-11-231-0/+6
* url-http.el (url-user-agent): Add :version.Ted Zlatanov2014-11-051-0/+1
* url-http.el: introduce url-user-agentTed Zlatanov2014-11-051-5/+13
* Fix bug #18650 with warning about zlib when loading url-vars.el.Eli Zaretskii2014-10-071-1/+8