summaryrefslogtreecommitdiff
path: root/lisp/url
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge from origin/emacs-26Paul Eggert2018-12-3134-34/+34
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-0134-34/+34
* | Replace insignificant backquotesMichael Heerdegen2018-11-255-52/+52
* | Remove some assumptions about timestamp formatPaul Eggert2018-09-241-1/+3
* | file-attributes cleanupPaul Eggert2018-09-232-6/+6
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-012-8/+2
* | * lisp/url/url-http.el (url-http-create-request): Doc fix.Andreas Schwab2018-06-291-2/+2
* | Use a non-proxy request when retrieving https URLs via a proxyAndreas Schwab2018-06-291-1/+3
* | 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