summaryrefslogtreecommitdiff
path: root/test/lisp/url
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-11-08Lookup cached basic-auth credentials with the correct keySteven Allen
2025-08-02url: %-encode literal % characters when building query stringsSteven Allen
2025-04-28; Fix previous changeMichael Albinus
2025-04-28url-parse.el: correct code for Windows paths (bug#76982)Sebastián Monía
2025-04-13; (url-generic-parse-url/ms-windows-file-uri-hanlding): Fix test.Eli Zaretskii
2025-04-13; Fix last changeEli Zaretskii
2025-04-13Special treatment for file:// URIs on WindowsSebastián Monía
2025-01-01Update copyright year to 2025Paul Eggert
2024-04-18Avoid unnecessary escaping in 'url-build-query-string'Dagfinn Ilmari Mannsåker
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-30; Clean up some Keyword headersStefan Kangas
2023-02-17Use more recent public_suffix_list.dat where possibleStefan Kangas
2023-01-01Merge from origin/emacs-29Eli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-20; Fix typos in some function namesStefan Kangas
2022-08-02Add tests for url-{hexify,unhex}-stringStefan Kangas
2022-06-20Adapt url-tramp-testsMichael Albinus
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-09-26Move two incorrectly named test filesStefan Kangas
2021-09-26; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas
2021-09-21Don't quote nil and t in doc strings and commentsLars Ingebrigtsen
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-14Prefer setq to set+quoteStefan Kangas
2020-10-16Use new resource directory macros in tests (Bug#43792)Stefan Kangas
2020-10-11Convert url-domsuf.el tests to ertStefan Kangas
2020-09-10Use lexical-binding in url-future-tests.elStefan Kangas
2020-08-27; Fix license statements.Stefan Kangas
2020-08-15Fix thinko in setting url-portspecSteven Allen
2020-04-24Use lexical-binding in most url testsStefan Kangas
2020-01-01Update copyright year to 2020Paul Eggert
2019-07-06Merge from origin/emacs-26Glenn Morris
2019-06-28* test/lisp/url/url-file-tests.el (url-file): Fix for POSIX filenames.Juanma Barranquero
2019-06-15Merge from origin/emacs-26Glenn Morris
2019-06-15* test/lisp/url/url-file-tests.el (url-file): Use file:///, not file://.Juanma Barranquero
2018-12-31Update more copyright yearsPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-05-01Rewrite `url-domain' to avoid network trafficLars Ingebrigtsen
2018-03-18Add URL handler for file-name-directory (Bug#30444)Nicolas Petton
2018-01-26Load mm-util as needed for url-file and url-data (Bug#30258)Noam Postavsky
2018-01-01Update copyright year to 2018Paul Eggert
2017-10-25; Fix author email address in test/lisp/url/url-tramp-tests.elMichael Albinus
2017-10-25Fix Bug#28982Michael Albinus
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-05-10Simplify url-encode-url and add a testDmitry Gutov
2017-04-01Initial implementation of HTTP Digest qop for urlJarno Malmari
2017-01-01Update copyright year to 2017 in masterPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert