summaryrefslogtreecommitdiff
path: root/lisp/url
Commit message (Expand)AuthorAgeFilesLines
* 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
* Propagate asynchronousness correctly when using proxies in url.elMadhu2021-07-191-3/+4
* * lisp/url/url-util.el (url-unhex-string): Doc fix.Eli Zaretskii2021-07-041-2/+5
* * lisp/url/url-proxy.el (url-find-proxy-for-url): Minor simplificationStefan Monnier2021-04-251-3/+1
* Hack around problems in Turkish environments in url-proxyLars Ingebrigtsen2021-04-251-3/+3
* ; Normalize and add missing first and last linesStefan Kangas2021-04-191-1/+1
* Replace local intersection functions with seq-intersectionStefan Kangas2021-04-051-13/+4
* Remove redundant #' before lambda in {mail,net,url}/*.elStefan Kangas2021-04-013-14/+14
* Use emacs-version instead of obsolete version variablesStefan Kangas2021-04-011-4/+5
* Convert many more links to use HTTPSStefan Kangas2021-03-242-2/+2
* Delete some commented out defgroupsStefan Kangas2021-03-241-5/+0
* * 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-0133-33/+33
* | Prefer defvar-local in remaining librariesStefan Kangas2021-02-021-10/+3
* | Use lexical-binding in all of `lisp/url`Stefan Monnier2021-01-2619-65/+71
* | Update copyright year to 2021Paul Eggert2021-01-0133-33/+33
* | Fix some over-wide docstringsStefan Kangas2020-12-301-2/+2
* | Make XEmacs compat variable warning-level-aliases obsoleteStefan Kangas2020-12-141-1/+1
* | Prefer setq-local in url/*.elStefan Kangas2020-12-063-9/+9
* | Don't set XEmacs only properties start-open and end-openStefan Kangas2020-11-201-3/+1
* | Remove some compat code from url.elStefan Kangas2020-11-194-19/+4
* | Don't quote lambdas in several placesStefan Kangas2020-11-142-26/+23
* | Don't quote lambdas in several placesStefan Kangas2020-11-121-4/+4
* | Fix warnings in url-irc.elStefan Kangas2020-11-041-1/+3
* | Use lexical-binding in some url-*.el filesStefan Kangas2020-11-033-3/+3
* | * lisp/url/url-vars.el: Use lexical-binding.Stefan Kangas2020-10-171-1/+1
* | * lisp/url/url-domsuf.el: Use lexical-binding.Stefan Kangas2020-10-111-2/+2
* | Convert url-domsuf.el tests to ertStefan Kangas2020-10-111-11/+0
* | ; Fix trivial typos in ChangeLogsStefan Kangas2020-10-031-1/+1
* | ; Prefer https to http in many URLsStefan Kangas2020-10-013-3/+3
* | Don't quote lambdas in several placesStefan Kangas2020-10-011-2/+2
* | Fix thinko in setting url-portspecSteven Allen2020-08-151-1/+1
* | Remove many items obsolete since Emacs 23.1Stefan Kangas2020-08-142-32/+0
* | Remove some compat code from url-handlers.elLars Ingebrigtsen2020-08-121-2/+1
* | Only kill url-retrieve-synchronously connections when we have a timeoutLars Ingebrigtsen2020-07-191-7/+11
* | Make timeouts work more reliably in url-retrieve-synchronouslyLars Ingebrigtsen2020-07-191-2/+9
* | url-http: Fix handling of redirect locationsDaniele Nicolodi2020-07-191-9/+1
* | Support Proxy-Authorization in HTTPS CONNECT proxiesSatoshi Nakagawa2020-07-191-7/+16
* | Don't have shr kill random buffers on network failuresLars Ingebrigtsen2020-07-181-11/+18