summaryrefslogtreecommitdiff
path: root/lisp/url/url-queue.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Make some defcustom types more restrictiveStefan Kangas2022-07-051-2/+2
* Fix problem with fetching images via CloudflareLars Ingebrigtsen2022-03-061-5/+1
* Further fixes for eww-open-url on Tramp filesLars Ingebrigtsen2022-02-201-0/+2
* Disable background image fetching from asking for passwordsLars Ingebrigtsen2022-01-211-6/+11
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Don't have shr kill random buffers on network failuresLars Ingebrigtsen2020-07-181-11/+18
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-221-2/+2
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Change gnutls-verify-error to be first-matchPeder O. Klingenberg2018-04-131-7/+11
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* * lisp/button.el (button-activate): Fix doc typo.Glenn Morris2017-10-271-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Ensure progress when fetching from the queueLars Ingebrigtsen2016-02-081-2/+16
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Implement a new url parameter `url-request-noninteractive'Lars Magne Ingebrigtsen2014-11-231-4/+5
* Spelling fixes.Paul Eggert2014-01-041-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* More CL cleanups and reduction of use of cl.el.Stefan Monnier2012-07-111-4/+4
* Fix race condition in url-queue when doing the callbackLars Magne Ingebrigtsen2012-03-251-1/+2
* Always call the callback when timing out url-queue jobsLars Magne Ingebrigtsen2012-03-141-3/+14
* Avoid a race condition in url-queue-kill-jobLars Ingebrigtsen2012-02-201-3/+5
* Make url-queue not kill a random buffer on errorLars Ingebrigtsen2012-02-191-1/+1
* Kill jobs that we remove from the queueLars Ingebrigtsen2012-02-141-6/+10
* Fix previous URL doc changeGlenn Morris2012-02-101-3/+3
* Document url-queue-retrieveGlenn Morris2012-02-091-4/+5
* Allow specifying whether to inhibit cookies on a per-URL basisLars Ingebrigtsen2012-02-081-4/+7
* Try to mitigate DNS failures when downloading stuff asynchronouslyLars Ingebrigtsen2012-02-061-2/+43
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Add :version tags for url-queue.el.Glenn Morris2011-06-011-0/+2
* (url-queue-parallel-processes): Increase the default to 6, since 2 seems too ...Lars Magne Ingebrigtsen2011-05-311-1/+1
* Kill all processes associated with the buffer.Lars Magne Ingebrigtsen2011-05-021-3/+4
* Autoload `url-queue-retrieve', and fix up the pruning code.Lars Magne Ingebrigtsen2011-05-021-7/+8
* (url-queue-run-queue): Pick the first waiting job, and not the last.Lars Magne Ingebrigtsen2011-05-021-3/+5
* Add the new file url-queue.el, which allows controlling theLars Magne Ingebrigtsen2011-05-021-0/+108