summaryrefslogtreecommitdiff
path: root/lisp/url
Commit message (Expand)AuthorAgeFilesLines
* Make more load-hooks obsoleteGlenn Morris2020-01-161-0/+2
* Update copyright year to 2020Paul Eggert2020-01-0133-33/+33
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-111-2/+2
* Make url-cookie.el be more resistant against bogus dataLars Ingebrigtsen2019-10-291-3/+4
* Make url-hexify-string accept a list of allowed chars (bug#26469)Hong Xu2019-10-141-3/+6
* Fix a typo in url-http.elEli Zaretskii2019-10-021-2/+2
* Remove XEmacs compat code from url-*.el (Bug#37524)Stefan Kangas2019-10-012-18/+5
* Move url-ns.el to obsolete/Stefan Kangas2019-10-011-104/+0
* Allow url-insert-file-contents to work on 304 responsesLars Ingebrigtsen2019-09-241-2/+3
* Clean up url-parse-args slightlyLars Ingebrigtsen2019-09-241-51/+40
* Fix old problem with HTTPS HTTP 0.9 sentinelsLars Ingebrigtsen2019-09-241-1/+3
* Update some URLsPaul Eggert2019-09-231-1/+1
* 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
* New function time-convertPaul Eggert2019-08-052-2/+2
* Clean up file-size-functionMattias Engdegård2019-08-021-5/+5
* Rewrite `url-dav-process-date-property' to use parse-timeLars Ingebrigtsen2019-07-311-62/+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
* Fix long credentials when using auth in url.elLars Ingebrigtsen2019-07-131-3/+4
* Don't set url-mime-charset-string from set-language-environmentLars Ingebrigtsen2019-07-091-2/+1
* Remove compat code in url-mime-charset-stringLars Ingebrigtsen2019-07-091-13/+9
* Optional space and unit in `file-size-human-readable' (bug#35756)Mattias Engdegård2019-06-231-5/+6
* Make url-tramp more robustMichael Albinus2019-06-151-4/+4
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-255-0/+5
* Fix url-copy-file argument handlingBasil L. Contovounesios2019-05-231-83/+78
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-195-5/+0
* * lisp/emacs-lisp/package.el: Fix decoding of downloaded filesStefan Monnier2019-05-182-21/+27
* Describe error data in url-retrieve betterLars Ingebrigtsen2019-05-151-3/+5
* Don't have url-basic-auth bug out when called with an URL stringLars Ingebrigtsen2019-05-151-2/+2
* Fix obscure HTTP chunked parsing problemLars Ingebrigtsen2019-05-151-0/+6
* Indent url-http-chunked-encoding-after-change-functionLars Ingebrigtsen2019-05-151-3/+2
* Fix url-auth prompts when realm is emptyThomas Fitzsimmons2019-05-151-0/+2
* Make eww understand #fragment URLs at point interactivelyLars Ingebrigtsen2019-05-131-0/+1
* Omit/rewrite useless regexp repetitionsPaul Eggert2019-04-121-1/+1
* Don't signal error from url debug functionsDmitry Gutov2019-04-132-11/+0
* Allow partial decompression (Bug#33133)Noam Postavsky2019-04-021-2/+3
* Merge from origin/emacs-26Glenn Morris2019-03-201-6/+6
|\
| * Fix url-copy-file arglistBasil L. Contovounesios2019-03-191-5/+8
* | 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-132-2/+2
* | Fix regular-expression glitches and typosPaul Eggert2019-03-042-2/+2
* | Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-224-11/+9
* | Merge from origin/emacs-26Glenn Morris2019-02-201-1/+2
|\ \ | |/
| * Update citations of Internet RFCsPaul Eggert2019-02-161-1/+2
* | Don’t assume CURRENT_TIME_LISTPaul Eggert2019-02-131-1/+1
* | Simplify url-digest-auth-make-cnoncePaul Eggert2019-02-111-2/+1
* | Simplify use of encode-timePaul Eggert2019-02-101-1/+1
* | Prefer encode-time to its aliasPaul Eggert2019-02-102-4/+4