summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorrtomayko <rtomayko>2004-02-28 20:33:40 +0000
committerrtomayko <rtomayko>2004-02-28 20:33:40 +0000
commite52762643541c5ea8a860471139317ff601cb729 (patch)
treecb3f780438fd1bccf56cee3ac2ae78e56ebeefb0 /TODO
parentc9767596434c912bbef6db309496791e8476fe5a (diff)
downloadurlgrabber-e52762643541c5ea8a860471139317ff601cb729.tar.gz
Added reget and batch stuff under the 'maybe' section.
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 10 insertions, 4 deletions
diff --git a/TODO b/TODO
index dfa0ee0..40ac17b 100644
--- a/TODO
+++ b/TODO
@@ -51,8 +51,14 @@ ALPHA 2:
recent chatter on the yum list about Ctrl-C handling. Seth suggests
Ctrl-C as a "Skip to Next Mirror" trigger when processing MirrorGroups.
-Misc:
+Misc/Maybe:
- * Need to get a on-commit-email script working for urlgrabber CVS. While
- we're talking about operational type stuff, we should also get viewcvs
- setup.
+ * Get viewcvs setup.
+
+ * BatchURLGrabber/BatchMirrorGroup for concurrent downloads and possibly to
+ handle forking into secure/setuid sandbox.
+
+ * Reget support. When urlgrab is called, check if the file exists on disk. If
+ so, offset the range so that we pull only the bytes remaining. This should
+ probably have a kwarg to turn it on/off but could probably default to being
+ on.