aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url (follow)
Commit message (Expand)AuthorAgeFilesLines
* -John Wiegley2016-01-181-2/+2
|\
| * Fix some custom types.Glenn Morris2016-01-121-2/+2
* | Merge from origin/emacs-25John Wiegley2016-01-1134-34/+34
|\ \ | |/
| * Update copyright year to 2016Paul Eggert2016-01-0134-34/+34
* | Merge emacs-25 into master (using imerge)John Wiegley2015-12-295-20/+28
|\ \ | |/
| * Fix URL auth error messageJose A. Ortega Ruiz2015-12-291-1/+1
| * Make chunked encoding trailer detection more compliantJames Stout2015-12-281-1/+1
| * Make relative URL parsing and resolution consistent with RFC 3986 (bug#22044)Alain Schneble2015-12-262-48/+41
| * Document 'url-user-agent'.Eli Zaretskii2015-12-262-11/+12
| * Allow http://user:pass@foo/ URLs againLars Ingebrigtsen2015-12-251-0/+3
| * Autoload url-insert-buffer-contentsSamer Masterson2015-12-251-0/+1
| * Don't store cookies with empty namesLars Ingebrigtsen2015-12-251-35/+36
| * Allow 'browse-url-emacs' visit non-existent URLsEli Zaretskii2015-12-191-2/+9
| * Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-173-5/+5
| * Backport: * lisp/emacs-lisp/package.el: Fix a decoding issue.Artur Malabarba2015-11-151-18/+24
* | IDNA-related fixes for the URL libraryLars Ingebrigtsen2015-12-292-3/+5
* | Make relative URL parsing and resolution consistent with RFC 3986 (bug#22044)Alain Schneble2015-12-262-48/+41
* | Let url use default file modes when copying filesLars Ingebrigtsen2015-12-251-1/+2
* | Doc fix for url-httpDevon Sean McCullough2015-12-251-6/+9
* | Allow http://user:pass@foo/ URLs againLars Ingebrigtsen2015-12-251-0/+3
* | Autoload url-insert-buffer-contentsSamer Masterson2015-12-251-0/+1
* | Don't store cookies with empty namesLars Ingebrigtsen2015-12-251-35/+36
* | * lisp/emacs-lisp/package.el: Fix a decoding issueArtur Malabarba2015-11-151-18/+24
|/
* Don't require default-directory to end with a slashDmitry Gutov2015-10-291-1/+1
* Do not include authorization header in an HTTP redirectThomas Fitzsimmons2015-09-231-1/+7
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-174-6/+6
* Fix some more docstring etc. quoting problemsPaul Eggert2015-09-032-4/+4
* Quoting fixes in lisp mail, mh-e, net, urlPaul Eggert2015-08-311-5/+5
* Don't quote symbols 'like-this' in docstrings etc.Paul Eggert2015-08-201-3/+3
* * lisp/url/url-handlers.el (url-file-name-completion)Glenn Morris2015-05-111-2/+2
* Quieten compilation, eg in --without-x builds.Glenn Morris2015-05-081-0/+2
* Rename ChangeLogs for gitlog-to-changelogPaul Eggert2015-04-071-0/+0
* (url-insert-file-contents): Set buffer-file-coding-systemStefan Monnier2015-03-152-5/+16
* # ChangeLog fixGlenn Morris2015-02-201-0/+5
* Don't downcase system diagnostics' first lettersPaul Eggert2015-01-212-3/+9
* Ignore print-length and print-level while formatting url-cookie data.Ivan Shmakov2015-01-171-3/+4
* Update copyright year to 2015Paul Eggert2015-01-0134-34/+38
* Remove superfluous `gnutls-available-p' checkLars Magne Ingebrigtsen2014-12-122-2/+6
* Fix a problem in url.el without GnuTLSLars Magne Ingebrigtsen2014-12-112-1/+7
* Make the https logic in url-http work on redirectsLars Magne Ingebrigtsen2014-12-092-5/+9
* Make URL pass the TLS peer status to the callerLars Magne Ingebrigtsen2014-12-092-2/+14
* Various minor details accumulated over timeStefan Monnier2014-12-082-3/+8
* * lisp: Prefer inlinable functions to macros.Stefan Monnier2014-12-053-10/+16
* Merge branch 'emacs-24'.Paul Eggert2014-11-281-4/+0
|\
| * .gitignore cleanup.Paul Eggert2014-11-171-4/+0
| * * lisp/url/url-vars.el (url-bug-address): Make into an obsolete alias.Glenn Morris2014-10-204-7/+12
* | Implement a new url parameter `url-request-noninteractive'Lars Magne Ingebrigtsen2014-11-234-4/+23
* | Compress publicsuffix file to save spaceDavid Reitter2014-11-142-2/+11
* | url-http.el (url-user-agent): Add :version.Ted Zlatanov2014-11-052-2/+3
* | url-http.el: introduce url-user-agentTed Zlatanov2014-11-052-5/+21