summaryrefslogtreecommitdiff
path: root/lisp/url
Commit message (Expand)AuthorAge
* url-http.el: Special-case NTLM authenticationThomas Fitzsimmons2021-01-31
* Update copyright year to 2021Paul Eggert2021-01-01
* Fix edge case errors in filename-matching regexpsMattias Engdegård2020-04-14
* Fix url-cookie.el for lexical bindingAndreas Schwab2020-03-29
* Update copyright year to 2020Paul Eggert2020-01-01
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-11
* Make url-cookie.el be more resistant against bogus dataLars Ingebrigtsen2019-10-29
* Make url-hexify-string accept a list of allowed chars (bug#26469)Hong Xu2019-10-14
* Fix a typo in url-http.elEli Zaretskii2019-10-02
* Remove XEmacs compat code from url-*.el (Bug#37524)Stefan Kangas2019-10-01
* Move url-ns.el to obsolete/Stefan Kangas2019-10-01
* Allow url-insert-file-contents to work on 304 responsesLars Ingebrigtsen2019-09-24
* Clean up url-parse-args slightlyLars Ingebrigtsen2019-09-24
* Fix old problem with HTTPS HTTP 0.9 sentinelsLars Ingebrigtsen2019-09-24
* Update some URLsPaul Eggert2019-09-23
* 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
* New function time-convertPaul Eggert2019-08-05
* Clean up file-size-functionMattias Engdegård2019-08-02
* Rewrite `url-dav-process-date-property' to use parse-timeLars Ingebrigtsen2019-07-31
* 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
* Fix long credentials when using auth in url.elLars Ingebrigtsen2019-07-13
* Don't set url-mime-charset-string from set-language-environmentLars Ingebrigtsen2019-07-09
* Remove compat code in url-mime-charset-stringLars Ingebrigtsen2019-07-09
* Optional space and unit in `file-size-human-readable' (bug#35756)Mattias Engdegård2019-06-23
* Make url-tramp more robustMichael Albinus2019-06-15
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-25
* Fix url-copy-file argument handlingBasil L. Contovounesios2019-05-23
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-19
* * lisp/emacs-lisp/package.el: Fix decoding of downloaded filesStefan Monnier2019-05-18
* Describe error data in url-retrieve betterLars Ingebrigtsen2019-05-15
* Don't have url-basic-auth bug out when called with an URL stringLars Ingebrigtsen2019-05-15
* Fix obscure HTTP chunked parsing problemLars Ingebrigtsen2019-05-15
* Indent url-http-chunked-encoding-after-change-functionLars Ingebrigtsen2019-05-15
* Fix url-auth prompts when realm is emptyThomas Fitzsimmons2019-05-15
* Make eww understand #fragment URLs at point interactivelyLars Ingebrigtsen2019-05-13
* Omit/rewrite useless regexp repetitionsPaul Eggert2019-04-12
* Don't signal error from url debug functionsDmitry Gutov2019-04-13
* Allow partial decompression (Bug#33133)Noam Postavsky2019-04-02
* Merge from origin/emacs-26Glenn Morris2019-03-20
|\
| * Fix url-copy-file arglistBasil L. Contovounesios2019-03-19
* | 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
* | Fix regular-expression glitches and typosPaul Eggert2019-03-04
* | Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-22
* | Merge from origin/emacs-26Glenn Morris2019-02-20
|\|
| * Update citations of Internet RFCsPaul Eggert2019-02-16
* | Don’t assume CURRENT_TIME_LISTPaul Eggert2019-02-13