summaryrefslogtreecommitdiff
path: root/lisp/url/url-parse.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-04-28url-parse.el: correct code for Windows paths (bug#76982)Sebastián Monía
2025-04-13Special treatment for file:// URIs on WindowsSebastián Monía
2025-01-01Update copyright year to 2025Paul Eggert
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-09-09Delete many items obsolete since 24.3Stefan Kangas
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-01-01Update copyright year to 2021Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-03-04Fix regular-expression glitches and typosPaul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-09-13Make gnutls-verify-error work again with url-retrieve-synchronouslyLars Ingebrigtsen
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-10-31Turn on lexical-binding in some url libsMark Oteiza
2016-10-05* lisp/url-url-parse.el (url-generic-parse-url): Unquote macro URL argument.Mark Oteiza
2016-01-01Update copyright year to 2016Paul Eggert
2015-12-26Make relative URL parsing and resolution consistent with RFC 3986 (bug#22044)Alain Schneble
2015-01-01Update copyright year to 2015Paul Eggert
2014-05-01Doc fixesGlenn Morris
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-12-22Two fixes for the URL library (tiny change).Takafumi Arakaki
2012-11-17* url-parse.el (url-path-and-query): Minor doc fix.Chong Yidong
2012-09-25Use declare forms, where possible, to mark obsolete functions.Chong Yidong
2012-08-15Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris
2012-07-11More CL cleanups and reduction of use of cl.el.Stefan Monnier
2012-05-10Cleanups and improvements for FFAP and URL.Chong Yidong
2012-05-09Improve RFC 3986 conformance of url package.Chong Yidong
2012-02-08Allow specifying whether to inhibit cookies on a per-URL basisLars Ingebrigtsen
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-02-12Use `auto-source-search' instead of `auto-source-user-or-password'.Ted Zlatanov
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-10-02Modify url-retrieve and related functions and structures to respect aLars Magne Ingebrigtsen
2010-06-22Add in some useful convenience functions for handling HTTP.Mark A. Hershberger
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-11-27(url-generic-parse-url): Bind deactivate-mark.Stefan Monnier
2009-01-05Add 2009 to copyright years.Glenn Morris
2008-05-06Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-01-26(url-generic-parse-url): Fix docstring.Stefan Monnier
2008-01-08Merge from emacs--rel--22Miles Bader
2008-01-07Add 2008 to copyright years.Glenn Morris
2007-10-09(url-type, url-user, url-password, url-host)Richard M. Stallman