summaryrefslogtreecommitdiff
path: root/lisp/url/url-http.el
Commit message (Expand)AuthorAge
* Merge from origin/emacs-27Glenn Morris2021-02-03
|\
| * url-http.el: Special-case NTLM authenticationThomas Fitzsimmons2021-01-31
| * Update copyright year to 2021Paul Eggert2021-01-01
* | Use lexical-binding in all of `lisp/url`Stefan Monnier2021-01-26
* | Update copyright year to 2021Paul Eggert2021-01-01
* | Prefer setq-local in url/*.elStefan Kangas2020-12-06
* | Don't set XEmacs only properties start-open and end-openStefan Kangas2020-11-20
* | url-http: Fix handling of redirect locationsDaniele Nicolodi2020-07-19
* | Support Proxy-Authorization in HTTPS CONNECT proxiesSatoshi Nakagawa2020-07-19
* | Declare some <package>-version variables obsoleteStefan Kangas2020-03-21
|/
* Update copyright year to 2020Paul Eggert2020-01-01
* Fix a typo in url-http.elEli Zaretskii2019-10-02
* Allow url-insert-file-contents to work on 304 responsesLars Ingebrigtsen2019-09-24
* Fix old problem with HTTPS HTTP 0.9 sentinelsLars Ingebrigtsen2019-09-24
* Do not recreate full URL for proxied HTTPS requests (Bug#35969)Thomas Fitzsimmons2019-08-15
* Fix fetching URLs with stuff that looks like HTTP headersEli Zaretskii2019-08-14
* Clean up file-size-functionMattias EngdegÄrd2019-08-02
* Don't double-decompress cached HTTP responses (bug#36773)Pip Cet2019-07-27
* Don't infloop in url.el when sending invalid basic authLars Ingebrigtsen2019-07-26
* Optional space and unit in `file-size-human-readable' (bug#35756)Mattias EngdegÄrd2019-06-23
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-25
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-19
* * lisp/emacs-lisp/package.el: Fix decoding of downloaded filesStefan Monnier2019-05-18
* Fix obscure HTTP chunked parsing problemLars Ingebrigtsen2019-05-15
* Indent url-http-chunked-encoding-after-change-functionLars Ingebrigtsen2019-05-15
* Don't signal error from url debug functionsDmitry Gutov2019-04-13
* Allow partial decompression (Bug#33133)Noam Postavsky2019-04-02
* More minor regex cleanupPaul Eggert2019-03-19
* Fix more regular expression typosPaul Eggert2019-03-18
* Avoid gratuitous errors in 'url-retrieve-synchronously'Eli Zaretskii2019-03-13
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Replace insignificant backquotesMichael Heerdegen2018-11-25
* | * lisp/url/url-http.el (url-http-create-request): Doc fix.Andreas Schwab2018-06-29
* | Use a non-proxy request when retrieving https URLs via a proxyAndreas Schwab2018-06-29
* | Move tls.el and starttls.el to lisp/obsolete/ (Bug#31457)Noam Postavsky2018-06-18
* | Make url-http-create-request work with non-ASCII data againLars Ingebrigtsen2018-04-24
* | (url-http): Ensure that the referrer is all-ASCIILars Ingebrigtsen2018-04-13
* | Make Unicode domain names work again in URL after recent changesLars Ingebrigtsen2018-04-13
* | Change gnutls-verify-error to be first-matchPeder O. Klingenberg2018-04-13
* | Treat 302 redirects as if they were 303 redirectsLars Ingebrigtsen2018-04-13
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* * lisp/url/url-http.elAndreas Schwab2017-12-24
* Fix url-http use of url-current-objectEli Zaretskii2017-09-30
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Make the URL library use records.Lars Brinkhoff2017-04-04
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
| * Doc fix for url-httpDevon Sean McCullough2016-10-02
* | Merge from origin/emacs-25Paul Eggert2016-09-26
|\|