summaryrefslogtreecommitdiff
path: root/lisp/url/url-queue.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-07-26* lisp/url/url-queue.el: Better compatibility with 'url-retrieve'Rahguzar
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-03-06Fix problem with fetching images via CloudflareLars Ingebrigtsen
2022-02-20Further fixes for eww-open-url on Tramp filesLars Ingebrigtsen
2022-01-21Disable background image fetching from asking for passwordsLars Ingebrigtsen
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-01-01Update copyright year to 2021Paul Eggert
2020-07-18Don't have shr kill random buffers on network failuresLars Ingebrigtsen
2020-01-01Update copyright year to 2020Paul Eggert
2019-02-22Avoid some double-rounding of Lisp timestampsPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-04-13Change gnutls-verify-error to be first-matchPeder O. Klingenberg
2018-01-01Update copyright year to 2018Paul Eggert
2017-10-27* lisp/button.el (button-activate): Fix doc typo.Glenn Morris
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-02-08Ensure progress when fetching from the queueLars Ingebrigtsen
2016-01-01Update copyright year to 2016Paul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-11-23Implement a new url parameter `url-request-noninteractive'Lars Magne Ingebrigtsen
2014-01-04Spelling fixes.Paul Eggert
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-07-11More CL cleanups and reduction of use of cl.el.Stefan Monnier
2012-03-25Fix race condition in url-queue when doing the callbackLars Magne Ingebrigtsen
2012-03-14Always call the callback when timing out url-queue jobsLars Magne Ingebrigtsen
2012-02-20Avoid a race condition in url-queue-kill-jobLars Ingebrigtsen
2012-02-19Make url-queue not kill a random buffer on errorLars Ingebrigtsen
2012-02-14Kill jobs that we remove from the queueLars Ingebrigtsen
2012-02-10Fix previous URL doc changeGlenn Morris
2012-02-09Document url-queue-retrieveGlenn Morris
2012-02-08Allow specifying whether to inhibit cookies on a per-URL basisLars Ingebrigtsen
2012-02-06Try to mitigate DNS failures when downloading stuff asynchronouslyLars Ingebrigtsen
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-06-01Add :version tags for url-queue.el.Glenn Morris
2011-05-31(url-queue-parallel-processes): Increase the default to 6, since 2 seems too ...Lars Magne Ingebrigtsen
2011-05-02Kill all processes associated with the buffer.Lars Magne Ingebrigtsen
2011-05-02Autoload `url-queue-retrieve', and fix up the pruning code.Lars Magne Ingebrigtsen
2011-05-02(url-queue-run-queue): Pick the first waiting job, and not the last.Lars Magne Ingebrigtsen
2011-05-02Add the new file url-queue.el, which allows controlling theLars Magne Ingebrigtsen