aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge from origin/emacs-27Glenn Morris2020-04-151-1/+1
|\ \ | |/
| * Fix edge case errors in filename-matching regexpsMattias EngdegÄrd2020-04-141-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-03-301-1/+1
|\ \ | |/
| * Fix url-cookie.el for lexical bindingAndreas Schwab2020-03-291-1/+1
* | Declare some <package>-version variables obsoleteStefan Kangas2020-03-214-3/+4
* | Add 'nofollow' flag to set-file-modes etc.Paul Eggert2020-02-231-3/+1
* | Remove subsumed repetitions in regexpsMattias EngdegÄrd2020-02-201-1/+1
* | Fix problem with degenerate <html base="."> specs in shrLars Ingebrigtsen2020-02-201-2/+9
* | 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