aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url/url-http.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* December 2025 spelling fixesPaul Eggert2025-12-261-1/+1
* Emulate dynamic binding of 'url-max-redirections'Peder O. Klingenberg2025-08-091-1/+4
* Emulate more dynamic bindings in request buffersPeder O. Klingenberg2025-07-261-7/+44
* Normalize URL path correctly for httpRobert Pluim2025-06-111-2/+4
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Make url-http thread-safe (Bug#73199)Michael Albinus2024-10-111-35/+68
* Pacify some docstring control char warningsBasil L. Contovounesios2024-02-281-1/+1
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Never send user email address in HTTP requestsStefan Kangas2023-12-171-4/+0
|/
* ; 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