aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move tls.el and starttls.el to lisp/obsolete/ (Bug#31457)Noam Postavsky2018-06-181-1/+0
* `url-domain' doc clarificationLars Ingebrigtsen2018-05-011-2/+5
* Rewrite `url-domain' to avoid network trafficLars Ingebrigtsen2018-05-011-25/+20
* Make url-http-create-request work with non-ASCII data againLars Ingebrigtsen2018-04-241-3/+5
* * lisp/url/url-file.el: Use lexical-binding.Stefan Monnier2018-04-201-7/+6
* * lisp/url/url-util.el (puny-encode-domain): Autoload it.Glenn Morris2018-04-191-0/+1
* Add an undo command to url-cookie-modeLars Ingebrigtsen2018-04-151-0/+27
* Tweak the look of the cookie buffer after cookie deletionLars Ingebrigtsen2018-04-151-10/+17
* Make url-cookie-write-file be more permissiveLars Ingebrigtsen2018-04-151-1/+2
* Make the url file: handler be less cleverLars Ingebrigtsen2018-04-141-11/+0
* (url-http): Ensure that the referrer is all-ASCIILars Ingebrigtsen2018-04-131-1/+1
* Make Unicode domain names work again in URL after recent changesLars Ingebrigtsen2018-04-132-24/+25
* Update defcustom version for last patch to url-vars.elLars Ingebrigtsen2018-04-131-1/+1
* Change gnutls-verify-error to be first-matchPeder O. Klingenberg2018-04-134-20/+107
* Treat 302 redirects as if they were 303 redirectsLars Ingebrigtsen2018-04-131-0/+6
* * lisp/url/url-handlers.el: No need for subr-x at run-time.Glenn Morris2018-03-181-1/+1
* * lisp/url/url-handlers.el: Require subr-x.Nicolas Petton2018-03-181-0/+1
* Add URL handler for file-name-directory (Bug#30444)Nicolas Petton2018-03-181-0/+9
* Quieten url-auth.el compilationGlenn Morris2018-03-011-1/+1
* * lisp/url/url-handlers.el (mm-charset-to-coding-system): Declare.Glenn Morris2018-02-281-0/+3
* Merge from emacs-26Noam Postavsky2018-01-262-0/+2
|\
| * Load mm-util as needed for url-file and url-data (Bug#30258)Noam Postavsky2018-01-262-0/+2
* | Merge from origin/emacs-26Paul Eggert2018-01-0134-34/+34
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-0134-34/+34
* | Merge from origin/emacs-26Glenn Morris2017-12-271-1/+1
|\ \ | |/
| * * lisp/url/url-http.elAndreas Schwab2017-12-241-1/+1
* | Merge from origin/emacs-26Glenn Morris2017-11-141-40/+13
|\ \ | |/
| * Fix cookie handling (bug#29282)Katsumi Yamaoka2017-11-131-40/+13
* | ; Merge from emacs-26Noam Postavsky2017-11-111-1/+1
|\ \ | |/
| * Fix URL cookie expiration bugPaul Eggert2017-11-081-1/+1
* | Merge from origin/emacs-26Paul Eggert2017-11-021-2/+2
|\ \ | |/
| * ; Spelling fixesPaul Eggert2017-11-011-2/+2
* | Merge from origin/emacs-26Paul Eggert2017-11-021-1/+1
|\ \ | |/
| * * lisp/button.el (button-activate): Fix doc typo.Glenn Morris2017-10-271-1/+1
* | Merge from origin/emacs-26Paul Eggert2017-11-022-26/+34
|\ \ | |/
| * Fix Bug#28982Michael Albinus2017-10-251-25/+33
| * Avoid unnecessary rounding errors in timestampsPaul Eggert2017-10-221-1/+1
* | Prefer nil to (current-time) when either worksPaul Eggert2017-10-202-3/+2
* | * lisp/url/url-cookie.el: Fix warning and miscompilationStefan Monnier2017-10-101-2/+2
* | Add parser for Netscape/Mozilla cookie file formatAurelien Aptel2017-10-101-0/+49
|/
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-011-1/+1
* Fix url-http use of url-current-objectEli Zaretskii2017-09-301-0/+3
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-09-291-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-1333-37/+37
* Make gnutls-verify-error work again with url-retrieve-synchronouslyLars Ingebrigtsen2017-09-133-3/+10
* * lisp/url/url-cookie.el: Use lexical-bindingStefan Monnier2017-07-271-26/+15
* * lisp/url/url-history.el: Use lexical-bindingStefan Monnier2017-06-281-3/+4
* Don't assume url structs are vectors (Bug#27333)Noam Postavsky2017-06-281-1/+1
* * url/url-util.el (url-get-url-at-point): Add missing group inAndreas Schwab2017-06-181-1/+1
* (url-cookie-host-can-set-p): Protect against zero-length domainsLars Ingebrigtsen2017-06-071-4/+7