mirror of https://github.com/BOINC/boinc.git
parent
f5f209829b
commit
e7363cc6fc
|
@ -1,4 +1,5 @@
|
|||
#include <vector>
|
||||
#include "db.h"
|
||||
using namespace std;
|
||||
|
||||
extern void assimilate_handler(WORKUNIT&, vector<RESULT>&, RESULT&);
|
||||
|
|
6
todo
6
todo
|
@ -9,17 +9,15 @@ BUGS (arranged from high to low priority)
|
|||
and new workunit starts
|
||||
- "ACTIVE_TASK.check_app_status_files: could not delete
|
||||
slots\0\fraction_done.xml: -110" appears in stderr.txt on Windows
|
||||
- "no work available" appears sporadically though work is eventually assigned,
|
||||
not sure if it is assigned immediately or on next RPC
|
||||
- Should include option in Windows client or installer whether to
|
||||
run client at startup or not
|
||||
- Screensaver "blank screen" functionality not implemented
|
||||
- Scheduler reply includes blank lines that XML parser complains about
|
||||
- boinc_gui.exe priority should be lower (?),
|
||||
launched app priorities should be very low
|
||||
- on final panel of install, add checkbox to let user view readme
|
||||
- Time to completion isn't too accurate,
|
||||
this is more of an Astropulse problem involving fraction_done
|
||||
- Multiple CPU support not functional
|
||||
- Report problems page on maggie doesn't link to anything
|
||||
- Host stats incorrectly reports number of times connected with same ip
|
||||
(unconfirmed)
|
||||
|
@ -27,8 +25,6 @@ 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
|
||||
- Astropulse uses a lot of memory (~70 MB) b/c of the dispersion table,
|
||||
should this be decreased?
|
||||
- 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)
|
||||
|
|
Loading…
Reference in New Issue