diff --git a/todo b/todo index 8ac283102b..c485cd81a9 100755 --- a/todo +++ b/todo @@ -14,10 +14,8 @@ BUGS (arranged from high to low priority) should there be a user control for this? - Client treats URL "maggie/ap/" different than URL "maggie/ap", though this isn't really a bug it might be good to fix anyway -- CPU time for a completed workunit is incorrect (unconfirmed) - verify that if file xfer is interrupted, it resumes at right place (and progress bar is correct) -- client died quickly on Mandrake 9.0 linux (unconfirmed) - make pie chart colors/labels easier to understand - need a way to refresh prefs from client - Client should display "Upload failed" and "Download failed" when failure occurs @@ -25,6 +23,7 @@ BUGS (arranged from high to low priority) - Download speed is not as fast as it should be - Result status should say "downloading files", "uploading files", etc. - Change vector removal routines to use an iterator +- Download progress doesn't update fast enough (is this b/c of buffered disk writing?) ----------------------- HIGH-PRIORITY (should do for beta test) @@ -239,3 +238,12 @@ Persistent files NET_XFER_SET review logic; prevent one stream for starving others + +Kill app if there is a memory leak + +Other user preferences: + memory restrictions + process priority/affinity + show disk usage as two pie charts (one for overall, one for per project) + disk write frequency +