summaryrefslogtreecommitdiff
path: root/lisp/url
Commit message (Expand)AuthorAgeFilesLines
* Remove superfluous autoloads from url-util.elStefan Kangas2022-08-031-2/+0
* ; * lisp/url/url-util.el (url-display-percentage): simplifyMattias Engdegård2022-08-031-4/+3
* Improve obsoletion of trimming functions in url-util.elStefan Kangas2022-08-031-9/+4
* Remove some XEmacs compat code from url-util.elStefan Kangas2022-08-031-7/+3
* Make url-util space trimming functions obsoleteStefan Kangas2022-08-032-14/+5
* ; Fix system-info in url-privacy.elEli Zaretskii2022-08-021-2/+9
* ; * lisp/url/url-privacy.el (url-setup-privacy-info): Simplify.Stefan Kangas2022-08-021-1/+1
* url-about: Ignore missing directories in load-pathStefan Kangas2022-08-021-2/+2
* Fix url-dired obsoletion warningLars Ingebrigtsen2022-08-021-1/+1
* Make url-dired.el obsolete (part 2/2)Stefan Kangas2022-08-021-1/+0
* Make url-dired.el obsolete (part 1/2)Stefan Kangas2022-08-021-57/+0
* Doc fixes: don't mention EFSStefan Kangas2022-07-281-4/+4
* * lisp/url/url-vars.el (url-mime-separator-chars): Fix last cosmetic changeStefan Monnier2022-07-151-1/+2
* Merge from origin/emacs-28Stefan Kangas2022-07-141-1/+1
|\
| * ; * lisp/url/url-http.el (url-http-parse-headers): Fix typo.Stefan Kangas2022-07-131-1/+1
* | Drop support for the dead third-party w3 packageStefan Kangas2022-07-091-1/+1
* | Make some defcustom types more restrictiveStefan Kangas2022-07-055-7/+7
* | Make url-tramp-convert-tramp-to-url more robustMichael Albinus2022-06-241-1/+2
* | Fix problems with Tramp FTP and URL handler modeMichael Albinus2022-06-201-23/+26
* | Rename generate-file to generate-lisp-fileLars Ingebrigtsen2022-06-051-2/+2
* | Add convenience functions for generating Emacs Lisp filesLars Ingebrigtsen2022-06-051-4/+2
* | Prefer defvar-keymap in url/*.elStefan Kangas2022-05-252-12/+8
* | Remove some ancient Emacs compat codeStefan Kangas2022-05-251-5/+2
* | Improve url-http debuggingLars Ingebrigtsen2022-05-122-1/+8
* | Audit quoting the quote character in doc stringsLars Ingebrigtsen2022-04-221-2/+2
* | Unify local variable initialisation in url-httpNacho Barrientos2022-04-181-2/+4
* | Fix chunked encoding connections in url-httpNacho Barrientos2022-04-171-83/+99
* | Further IDNA/proxy url fixesLars Ingebrigtsen2022-04-161-1/+4
* | Handle non-ASCII domains correctly in url-https-proxy-connectLars Ingebrigtsen2022-04-141-4/+4
* | * lisp/url/url-vars.el: Cosmetic changesStefan Monnier2022-03-151-10/+7
* | Fix url-interactive-p typeLars Ingebrigtsen2022-03-061-1/+1
* | Fix problem with fetching images via CloudflareLars Ingebrigtsen2022-03-064-18/+23
* | Further fixes for eww-open-url on Tramp filesLars Ingebrigtsen2022-02-202-12/+11
* | Make eww work better on Tramp HTMLLars Ingebrigtsen2022-02-201-1/+8
* | Disable background image fetching from asking for passwordsLars Ingebrigtsen2022-01-211-6/+11
* | Merge from origin/emacs-28Eli Zaretskii2022-01-0133-33/+33
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-0133-33/+33
* | * lisp/url/url-handlers.el (directory-files): Adapt ARGS list.Michael Albinus2021-12-251-1/+2
* | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-11-1119-161/+163
|\|
| * Adapt arguments of `tramp-make-tramp-file-name'Michael Albinus2021-11-011-4/+6
| * Don't use `format' on strings without % format directivesLars Ingebrigtsen2021-09-212-2/+2
| * ; Minor checkdoc fixes in url/*.elStefan Kangas2021-09-2112-3/+25
| * No longer raise error when http authentication failedJonas Bernoulli2021-09-201-47/+47
| * ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-164-7/+6
| * Mention url-handler-mode in the Emacs manualLars Ingebrigtsen2021-08-121-1/+9
| * Forestall "Selected deleted buffer" in url-http-generic-filterdickmao2021-08-091-11/+12
| * Use string-search instead of string-match[-p]Mattias Engdegård2021-08-093-6/+6
| * Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-081-1/+1
| * Fix problem with occasional stalls in `url-retrieve-synchronously'dick r. chiang2021-08-061-79/+49
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-07-251-3/+4
|\|