index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
url
/
url-queue.el
Age
Commit 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-26
Prefer incf to cl-incf in remaining files
Stefan Kangas
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-07-05
Make some defcustom types more restrictive
Stefan Kangas
2022-03-06
Fix problem with fetching images via Cloudflare
Lars Ingebrigtsen
2022-02-20
Further fixes for eww-open-url on Tramp files
Lars Ingebrigtsen
2022-01-21
Disable background image fetching from asking for passwords
Lars Ingebrigtsen
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-07-18
Don't have shr kill random buffers on network failures
Lars Ingebrigtsen
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-02-22
Avoid some double-rounding of Lisp timestamps
Paul Eggert
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-04-13
Change gnutls-verify-error to be first-match
Peder O. Klingenberg
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-10-27
* lisp/button.el (button-activate): Fix doc typo.
Glenn Morris
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-01-01
Merge from origin/emacs-25
Paul Eggert
2016-12-31
Update copyright year to 2017
Paul Eggert
2016-02-08
Ensure progress when fetching from the queue
Lars Ingebrigtsen
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-01-01
Update copyright year to 2015
Paul Eggert
2014-11-23
Implement a new url parameter `url-request-noninteractive'
Lars Magne Ingebrigtsen
2014-01-04
Spelling fixes.
Paul Eggert
2014-01-01
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2013-01-01
Update copyright notices for 2013.
Paul Eggert
2012-07-11
More CL cleanups and reduction of use of cl.el.
Stefan Monnier
2012-03-25
Fix race condition in url-queue when doing the callback
Lars Magne Ingebrigtsen
2012-03-14
Always call the callback when timing out url-queue jobs
Lars Magne Ingebrigtsen
2012-02-20
Avoid a race condition in url-queue-kill-job
Lars Ingebrigtsen
2012-02-19
Make url-queue not kill a random buffer on error
Lars Ingebrigtsen
2012-02-14
Kill jobs that we remove from the queue
Lars Ingebrigtsen
2012-02-10
Fix previous URL doc change
Glenn Morris
2012-02-09
Document url-queue-retrieve
Glenn Morris
2012-02-08
Allow specifying whether to inhibit cookies on a per-URL basis
Lars Ingebrigtsen
2012-02-06
Try to mitigate DNS failures when downloading stuff asynchronously
Lars Ingebrigtsen
2012-01-05
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2011-06-01
Add :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-02
Kill all processes associated with the buffer.
Lars Magne Ingebrigtsen
2011-05-02
Autoload `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-02
Add the new file url-queue.el, which allows controlling the
Lars Magne Ingebrigtsen