aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/url (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton11 days10-10/+10
* Lookup cached basic-auth credentials with the correct keySteven Allen2025-11-081-2/+25
* url: %-encode literal % characters when building query stringsSteven Allen2025-08-021-4/+4
* ; Fix previous changeMichael Albinus2025-04-281-2/+2
* url-parse.el: correct code for Windows paths (bug#76982)Sebastián Monía2025-04-281-2/+8
* ; (url-generic-parse-url/ms-windows-file-uri-hanlding): Fix test.Eli Zaretskii2025-04-131-3/+1
* ; Fix last changeEli Zaretskii2025-04-131-16/+26
* Special treatment for file:// URIs on WindowsSebastián Monía2025-04-131-0/+21
* Update copyright year to 2025Paul Eggert2025-01-0110-10/+10
* Avoid unnecessary escaping in 'url-build-query-string'Dagfinn Ilmari Mannsåker2024-04-181-1/+5
* Merge from savannah/emacs-29Po Lu2024-01-0210-10/+10
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-0210-10/+10
* | ; Clean up some Keyword headersStefan Kangas2023-12-302-2/+0
* | Use more recent public_suffix_list.dat where possibleStefan Kangas2023-02-171-0/+4
* | Merge from origin/emacs-29Eli Zaretskii2023-01-0110-10/+10
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-0110-10/+10
* | ; Fix typos in some function namesStefan Kangas2022-12-201-1/+1
|/
* Add tests for url-{hexify,unhex}-stringStefan Kangas2022-08-021-0/+20
* Adapt url-tramp-testsMichael Albinus2022-06-201-4/+12
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-0110-10/+10
* Move two incorrectly named test filesStefan Kangas2021-09-261-3/+2
* ; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas2021-09-261-1/+1
* Don't quote nil and t in doc strings and commentsLars Ingebrigtsen2021-09-211-1/+1
* Update copyright year to 2021Paul Eggert2021-01-0110-10/+10
* Prefer setq to set+quoteStefan Kangas2020-12-141-4/+4
* Use new resource directory macros in tests (Bug#43792)Stefan Kangas2020-10-161-9/+2
* Convert url-domsuf.el tests to ertStefan Kangas2020-10-111-0/+51
* Use lexical-binding in url-future-tests.elStefan Kangas2020-09-101-11/+13
* ; Fix license statements.Stefan Kangas2020-08-271-3/+5
* Fix thinko in setting url-portspecSteven Allen2020-08-151-0/+7
* Use lexical-binding in most url testsStefan Kangas2020-04-245-5/+5
* Update copyright year to 2020Paul Eggert2020-01-019-9/+9
* Merge from origin/emacs-26Glenn Morris2019-07-061-2/+3
|\
| * * test/lisp/url/url-file-tests.el (url-file): Fix for POSIX filenames.Juanma Barranquero2019-06-281-2/+3
* | Merge from origin/emacs-26Glenn Morris2019-06-151-2/+2
|\ \ | |/
| * * test/lisp/url/url-file-tests.el (url-file): Use file:///, not file://.Juanma Barranquero2019-06-151-2/+2
* | Update more copyright yearsPaul Eggert2018-12-311-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-12-318-8/+8
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-018-8/+8
* | Rewrite `url-domain' to avoid network trafficLars Ingebrigtsen2018-05-011-0/+12
* | Add URL handler for file-name-directory (Bug#30444)Nicolas Petton2018-03-181-0/+75
|/
* Load mm-util as needed for url-file and url-data (Bug#30258)Noam Postavsky2018-01-263-0/+92
* Update copyright year to 2018Paul Eggert2018-01-016-6/+6
* ; Fix author email address in test/lisp/url/url-tramp-tests.elMichael Albinus2017-10-251-1/+1
* Fix Bug#28982Michael Albinus2017-10-251-0/+83
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-135-5/+5
* Simplify url-encode-url and add a testDmitry Gutov2017-05-101-0/+5
* Initial implementation of HTTP Digest qop for urlJarno Malmari2017-04-011-5/+46
* Update copyright year to 2017 in masterPaul Eggert2017-01-011-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-014-4/+4
|\