summaryrefslogtreecommitdiff
path: root/lisp/url/url-cookie.el
AgeCommit message (Expand)Author
2026-05-12; Fix typoAndreas Schwab
2026-05-12url-cookie: use C locale when formatting expiry timesAndreas Schwab
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-05-17Allow nil as valid value for 'url-cookie-save-interval'Eli Zaretskii
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-02-26Prefer incf to cl-incf in remaining filesStefan Kangas
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-07-05Make some defcustom types more restrictiveStefan Kangas
2022-06-05Rename generate-file to generate-lisp-fileLars Ingebrigtsen
2022-06-05Add convenience functions for generating Emacs Lisp filesLars Ingebrigtsen
2022-05-25Prefer defvar-keymap in url/*.elStefan Kangas
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-04-01Remove redundant #' before lambda in {mail,net,url}/*.elStefan Kangas
2021-03-24Convert many more links to use HTTPSStefan Kangas
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-06Prefer setq-local in url/*.elStefan Kangas
2020-03-29Fix url-cookie.el for lexical bindingAndreas Schwab
2020-01-01Update copyright year to 2020Paul Eggert
2019-10-29Make url-cookie.el be more resistant against bogus dataLars Ingebrigtsen
2019-02-22Avoid some double-rounding of Lisp timestampsPaul Eggert
2019-02-10Prefer encode-time to its aliasPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-04-15Add an undo command to url-cookie-modeLars Ingebrigtsen
2018-04-15Tweak the look of the cookie buffer after cookie deletionLars Ingebrigtsen
2018-04-15Make url-cookie-write-file be more permissiveLars Ingebrigtsen
2018-01-01Merge from origin/emacs-26Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-11-14Merge from origin/emacs-26Glenn Morris
2017-11-13Fix cookie handling (bug#29282)Katsumi Yamaoka
2017-11-11; Merge from emacs-26Noam Postavsky
2017-11-08Fix URL cookie expiration bugPaul Eggert
2017-11-02Merge from origin/emacs-26Paul Eggert
2017-10-22Avoid unnecessary rounding errors in timestampsPaul Eggert
2017-10-10* lisp/url/url-cookie.el: Fix warning and miscompilationStefan Monnier
2017-10-10Add parser for Netscape/Mozilla cookie file formatAurelien Aptel
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-07-27* lisp/url/url-cookie.el: Use lexical-bindingStefan Monnier
2017-06-07(url-cookie-host-can-set-p): Protect against zero-length domainsLars Ingebrigtsen
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-02-23Allow deleting all non-matching cookiesLars Ingebrigtsen
2016-02-21Add a function to delete URL cookiesLars Ingebrigtsen
2016-01-01Update copyright year to 2016Paul Eggert
2015-12-25Don't store cookies with empty namesLars Ingebrigtsen
2015-09-17Backslash cleanup in Elisp source filesPaul Eggert