aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url/url-queue.el
Commit message (Expand)AuthorAgeFilesLines
* 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