summaryrefslogtreecommitdiff
path: root/lisp/url/url-http.el
Commit message (Expand)AuthorAgeFilesLines
* ; 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
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-30/+30
* | * lisp/url/url-http.el (url-http-create-request): Doc fix.Andreas Schwab2018-06-291-2/+2
* | Use a non-proxy request when retrieving https URLs via a proxyAndreas Schwab2018-06-291-1/+3
* | Move tls.el and starttls.el to lisp/obsolete/ (Bug#31457)Noam Postavsky2018-06-181-1/+0
* | Make url-http-create-request work with non-ASCII data againLars Ingebrigtsen2018-04-241-3/+5
* | (url-http): Ensure that the referrer is all-ASCIILars Ingebrigtsen2018-04-131-1/+1
* | Make Unicode domain names work again in URL after recent changesLars Ingebrigtsen2018-04-131-23/+24
* | Change gnutls-verify-error to be first-matchPeder O. Klingenberg2018-04-131-12/+40
* | Treat 302 redirects as if they were 303 redirectsLars Ingebrigtsen2018-04-131-0/+6
|/
* 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
|\