mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=920
This commit is contained in:
parent
a8de830c7d
commit
ba31169cc0
12
todo
12
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue