summaryrefslogtreecommitdiff
path: root/lisp/url/url-util.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-08-02url: %-encode literal % characters when building query stringsSteven Allen
2025-01-01Update copyright year to 2025Paul Eggert
2024-07-08Checkdoc fixes in `url/*.el`Stefan Kangas
2024-06-04Spelling fixesPaul Eggert
2024-04-18; Fix last changeEli Zaretskii
2024-04-18Avoid unnecessary escaping in 'url-build-query-string'Dagfinn Ilmari Mannsåker
2024-01-04Avoid `defconst` for vars which we modifyStefan Monnier
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-10-30* lisp/url/url-util.el (url-insert-entities-in-string): SimplifyStefan Monnier
2022-08-07Improve how url-http displays status messagesStefan Kangas
2022-08-03Remove superfluous autoloads from url-util.elStefan Kangas
2022-08-03; * lisp/url/url-util.el (url-display-percentage): simplifyMattias Engdegård
2022-08-03Improve obsoletion of trimming functions in url-util.elStefan Kangas
2022-08-03Remove some XEmacs compat code from url-util.elStefan Kangas
2022-08-03Make url-util space trimming functions obsoleteStefan Kangas
2022-05-25Remove some ancient Emacs compat codeStefan Kangas
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-09-16; Minor stylistic fixes found by checkdocStefan Kangas
2021-08-09Use string-search instead of string-match[-p]Mattias Engdegård
2021-07-04* lisp/url/url-util.el (url-unhex-string): Doc fix.Eli Zaretskii
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-06Prefer setq-local in url/*.elStefan Kangas
2020-08-14Remove many items obsolete since Emacs 23.1Stefan Kangas
2020-02-23Add 'nofollow' flag to set-file-modes etc.Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-10-14Make url-hexify-string accept a list of allowed chars (bug#26469)Hong Xu
2019-09-24Clean up url-parse-args slightlyLars Ingebrigtsen
2019-08-05New function time-convertPaul Eggert
2019-05-25Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert
2019-05-19Fixes for "Maintainer:" and related linesPaul Eggert
2019-05-13Make eww understand #fragment URLs at point interactivelyLars Ingebrigtsen
2019-04-13Don't signal error from url debug functionsDmitry Gutov
2019-03-13Avoid gratuitous errors in 'url-retrieve-synchronously'Eli Zaretskii
2019-03-04Fix regular-expression glitches and typosPaul Eggert
2019-02-20Merge from origin/emacs-26Glenn Morris
2019-02-16Update citations of Internet RFCsPaul Eggert
2019-02-13Don’t assume CURRENT_TIME_LISTPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-05-01`url-domain' doc clarificationLars Ingebrigtsen
2018-05-01Rewrite `url-domain' to avoid network trafficLars Ingebrigtsen
2018-04-19* lisp/url/url-util.el (puny-encode-domain): Autoload it.Glenn Morris
2018-04-13Make Unicode domain names work again in URL after recent changesLars Ingebrigtsen
2018-04-13Change gnutls-verify-error to be first-matchPeder O. Klingenberg
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-06-18* url/url-util.el (url-get-url-at-point): Add missing group inAndreas Schwab
2017-05-10Simplify url-encode-url and add a testDmitry Gutov