summaryrefslogtreecommitdiff
path: root/lisp/url
AgeCommit message (Expand)Author
2026-05-29Merge from origin/emacs-31Sean Whitton
2026-05-23No longer raise error on HTTP 402 (Payment Required) (bug#81101)Amin Bandali
2026-05-12; Fix typoAndreas Schwab
2026-05-12url-cookie: use C locale when formatting expiry timesAndreas Schwab
2026-04-08Improve documentation of 'url-retrieve' and GnuTLS peer statusEli Zaretskii
2026-03-10Fix `signal` calls where the data argument is not a listStefan Monnier
2026-01-17; Remove redundant cl-lib runtime dependencies across lisp/USAMI Kenta
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-26December 2025 spelling fixesPaul Eggert
2025-11-08Lookup cached basic-auth credentials with the correct keySteven Allen
2025-08-09Emulate dynamic binding of 'url-max-redirections'Peder O. Klingenberg
2025-08-02url: %-encode literal % characters when building query stringsSteven Allen
2025-07-26* lisp/url/url-queue.el: Better compatibility with 'url-retrieve'Rahguzar
2025-07-26Emulate more dynamic bindings in request buffersPeder O. Klingenberg
2025-06-11Normalize URL path correctly for httpRobert Pluim
2025-05-17Allow nil as valid value for 'url-cookie-save-interval'Eli Zaretskii
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-04-11; Normalize spacing in last changeSean Whitton
2025-04-10Add `lexical-binding` cookie to generated filesStefan Monnier
2025-04-10Avoid warnings about lexbind cookies where they aren't neededEli Zaretskii
2025-03-29Remove redundant constant nil argument to gethashStefan Kangas
2025-02-26Prefer incf to cl-incf in remaining filesStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-21Merge from origin/emacs-30Eli Zaretskii
2024-12-17Minor doc fix for url-handler-regexpStefan Kangas
2024-10-24Mark if-let and when-let obsoleteSean Whitton
2024-10-11Make url-http thread-safe (Bug#73199)Michael Albinus
2024-08-24Forward user to auth-source inside url-basic-authBjörn Bidar
2024-08-24Fix secret search with basic auth with a port in URLBjörn Bidar
2024-07-08Checkdoc fixes in `url/*.el`Stefan Kangas
2024-06-09url-retrieve-synchronously: Fix timeout when connection hangsDmitry Gutov
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-03-14; Simplify (with-current-buffer (get-buffer ...) ...)Tim Landscheidt
2024-02-28Pacify some docstring control char warningsBasil L. Contovounesios
2024-02-04Delete compat code in `url` libraryStefan Kangas
2024-01-04Avoid `defconst` for vars which we modifyStefan Monnier
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-17Never send user email address in HTTP requestsStefan Kangas
2023-11-12Don't use func-arity to trigger API warning in url-ircF. Jason Park
2023-10-28Merge from origin/emacs-29Eli Zaretskii
2023-10-22Fix typo in url-privacy-level :typeMorgan J. Smith
2023-09-02Merge from origin/emacs-29Eli Zaretskii
2023-09-02Make url-gateway-broken-resolution obsoleteStefan Kangas
2023-09-01Fix two defcustom :typesStefan Kangas
2023-04-10Don't use `mapconcat` for effectMattias Engdegård
2023-03-20Merge from origin/emacs-29Stefan Kangas