summaryrefslogtreecommitdiff
path: root/lisp/url/url-http.el
AgeCommit message (Expand)Author
2026-05-23No longer raise error on HTTP 402 (Payment Required) (bug#81101)Amin Bandali
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-26December 2025 spelling fixesPaul Eggert
2025-08-09Emulate dynamic binding of 'url-max-redirections'Peder O. Klingenberg
2025-07-26Emulate more dynamic bindings in request buffersPeder O. Klingenberg
2025-06-11Normalize URL path correctly for httpRobert Pluim
2025-01-01Update copyright year to 2025Paul Eggert
2024-10-11Make url-http thread-safe (Bug#73199)Michael Albinus
2024-02-28Pacify some docstring control char warningsBasil L. Contovounesios
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-17Never send user email address in HTTP requestsStefan Kangas
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-08-07Improve how url-http displays status messagesStefan Kangas
2022-08-04Revert "Fix about:protocols in EWW"Lars Ingebrigtsen
2022-08-04Fix about:protocols in EWWPo Lu
2022-08-03Make url-util space trimming functions obsoleteStefan Kangas
2022-07-14Merge from origin/emacs-28Stefan Kangas
2022-07-13; * lisp/url/url-http.el (url-http-parse-headers): Fix typo.Stefan Kangas
2022-05-12Improve url-http debuggingLars Ingebrigtsen
2022-04-18Unify local variable initialisation in url-httpNacho Barrientos
2022-04-17Fix chunked encoding connections in url-httpNacho Barrientos
2022-04-16Further IDNA/proxy url fixesLars Ingebrigtsen
2022-04-14Handle non-ASCII domains correctly in url-https-proxy-connectLars Ingebrigtsen
2022-03-06Fix problem with fetching images via CloudflareLars Ingebrigtsen
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-09-21Don't use `format' on strings without % format directivesLars Ingebrigtsen
2021-09-20No longer raise error when http authentication failedJonas Bernoulli
2021-09-16; Minor stylistic fixes found by checkdocStefan Kangas
2021-08-09Forestall "Selected deleted buffer" in url-http-generic-filterdickmao
2021-02-19* lisp/url/url-http.el (url-http): Fix docstring typo.Thomas Fitzsimmons
2021-02-03Merge from origin/emacs-27Glenn Morris
2021-01-31url-http.el: Special-case NTLM authenticationThomas Fitzsimmons
2021-01-26Use lexical-binding in all of `lisp/url`Stefan Monnier
2021-01-01Update copyright year to 2021Paul Eggert
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-06Prefer setq-local in url/*.elStefan Kangas
2020-11-20Don't set XEmacs only properties start-open and end-openStefan Kangas
2020-07-19url-http: Fix handling of redirect locationsDaniele Nicolodi
2020-07-19Support Proxy-Authorization in HTTPS CONNECT proxiesSatoshi Nakagawa
2020-03-21Declare some <package>-version variables obsoleteStefan Kangas
2020-01-01Update copyright year to 2020Paul Eggert
2019-10-02Fix a typo in url-http.elEli Zaretskii
2019-09-24Allow url-insert-file-contents to work on 304 responsesLars Ingebrigtsen
2019-09-24Fix old problem with HTTPS HTTP 0.9 sentinelsLars Ingebrigtsen
2019-08-15Do not recreate full URL for proxied HTTPS requests (Bug#35969)Thomas Fitzsimmons
2019-08-14Fix fetching URLs with stuff that looks like HTTP headersEli Zaretskii
2019-08-02Clean up file-size-functionMattias EngdegÄrd
2019-07-27Don't double-decompress cached HTTP responses (bug#36773)Pip Cet
2019-07-26Don't infloop in url.el when sending invalid basic authLars Ingebrigtsen