1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00
emacs/lisp/url
Lars Ingebrigtsen 8b61c22ea1 IDNA-related fixes for the URL library
* lisp/url/url-http.el (url-http-create-request): IDNA-encode
the Host: header.

* lisp/url/url-util.el (url-encode-url): Don't hex-encode
domain names, but leave them as UTF-8, so that they can be
IDNA-encoded later when contacting the host.
2015-12-29 00:11:06 +01:00
..
ChangeLog.1
url-about.el
url-auth.el Allow http://user:pass@foo/ URLs again 2015-12-25 20:21:46 +01:00
url-cache.el
url-cid.el
url-cookie.el Don't store cookies with empty names 2015-12-25 06:33:25 +01:00
url-dav.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
url-dired.el
url-domsuf.el
url-expand.el Make relative URL parsing and resolution consistent with RFC 3986 (bug#22044) 2015-12-26 00:50:25 +01:00
url-file.el
url-ftp.el
url-future.el
url-gw.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
url-handlers.el Let url use default file modes when copying files 2015-12-25 22:36:32 +01:00
url-history.el
url-http.el IDNA-related fixes for the URL library 2015-12-29 00:11:06 +01:00
url-imap.el
url-irc.el
url-ldap.el
url-mailto.el
url-methods.el
url-misc.el
url-news.el
url-nfs.el
url-ns.el
url-parse.el Make relative URL parsing and resolution consistent with RFC 3986 (bug#22044) 2015-12-26 00:50:25 +01:00
url-privacy.el
url-proxy.el
url-queue.el
url-tramp.el
url-util.el IDNA-related fixes for the URL library 2015-12-29 00:11:06 +01:00
url-vars.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
url.el