summaryrefslogtreecommitdiff
path: root/lisp/url/url-http.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Improve how url-http displays status messagesStefan Kangas2022-08-071-15/+2
* Revert "Fix about:protocols in EWW"Lars Ingebrigtsen2022-08-041-26/+22
* Fix about:protocols in EWWPo Lu2022-08-041-22/+26
* Make url-util space trimming functions obsoleteStefan Kangas2022-08-031-3/+1
* Merge from origin/emacs-28Stefan Kangas2022-07-141-1/+1
|\
| * ; * lisp/url/url-http.el (url-http-parse-headers): Fix typo.Stefan Kangas2022-07-131-1/+1
* | Improve url-http debuggingLars Ingebrigtsen2022-05-121-0/+7
* | Unify local variable initialisation in url-httpNacho Barrientos2022-04-181-2/+4
* | Fix chunked encoding connections in url-httpNacho Barrientos2022-04-171-83/+99
* | Further IDNA/proxy url fixesLars Ingebrigtsen2022-04-161-1/+4
* | Handle non-ASCII domains correctly in url-https-proxy-connectLars Ingebrigtsen2022-04-141-4/+4
* | Fix problem with fetching images via CloudflareLars Ingebrigtsen2022-03-061-3/+1
|/
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Don't use `format' on strings without % format directivesLars Ingebrigtsen2021-09-211-1/+1
* No longer raise error when http authentication failedJonas Bernoulli2021-09-201-47/+47
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-2/+2
* Forestall "Selected deleted buffer" in url-http-generic-filterdickmao2021-08-091-11/+12
* * lisp/url/url-http.el (url-http): Fix docstring typo.Thomas Fitzsimmons2021-02-191-1/+1
* Merge from origin/emacs-27Glenn Morris2021-02-031-2/+4
|\
| * url-http.el: Special-case NTLM authenticationThomas Fitzsimmons2021-01-311-2/+4
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Use lexical-binding in all of `lisp/url`Stefan Monnier2021-01-261-13/+12
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Prefer setq-local in url/*.elStefan Kangas2020-12-061-6/+6
* | Don't set XEmacs only properties start-open and end-openStefan Kangas2020-11-201-3/+1
* | url-http: Fix handling of redirect locationsDaniele Nicolodi2020-07-191-9/+1
* | Support Proxy-Authorization in HTTPS CONNECT proxiesSatoshi Nakagawa2020-07-191-7/+16
* | Declare some <package>-version variables obsoleteStefan Kangas2020-03-211-1/+1
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix a typo in url-http.elEli Zaretskii2019-10-021-2/+2
* Allow url-insert-file-contents to work on 304 responsesLars Ingebrigtsen2019-09-241-2/+3
* Fix old problem with HTTPS HTTP 0.9 sentinelsLars Ingebrigtsen2019-09-241-1/+3
* Do not recreate full URL for proxied HTTPS requests (Bug#35969)Thomas Fitzsimmons2019-08-151-4/+5
* Fix fetching URLs with stuff that looks like HTTP headersEli Zaretskii2019-08-141-0/+4
* Clean up file-size-functionMattias EngdegÄrd2019-08-021-5/+5
* Don't double-decompress cached HTTP responses (bug#36773)Pip Cet2019-07-271-1/+1
* Don't infloop in url.el when sending invalid basic authLars Ingebrigtsen2019-07-261-0/+8
* Optional space and unit in `file-size-human-readable' (bug#35756)Mattias EngdegÄrd2019-06-231-5/+6
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* * lisp/emacs-lisp/package.el: Fix decoding of downloaded filesStefan Monnier2019-05-181-0/+17
* Fix obscure HTTP chunked parsing problemLars Ingebrigtsen2019-05-151-0/+6
* Indent url-http-chunked-encoding-after-change-functionLars Ingebrigtsen2019-05-151-3/+2
* Don't signal error from url debug functionsDmitry Gutov2019-04-131-9/+0
* Allow partial decompression (Bug#33133)Noam Postavsky2019-04-021-2/+3
* More minor regex cleanupPaul Eggert2019-03-191-1/+1
* Fix more regular expression typosPaul Eggert2019-03-181-1/+1
* Avoid gratuitous errors in 'url-retrieve-synchronously'Eli Zaretskii2019-03-131-1/+1