boinc/sched
David Anderson e80e54fd4d - user web: add "Application info" link in host page,
linking to new page showing host_app_versions for this host
- scheduler: message tweaks

svn path=/trunk/boinc/; revision=21690
2010-06-03 20:26:02 +00:00
..
Makefile.am - scheduler: add fine-grained "max jobs in progress" control. 2010-06-01 23:41:07 +00:00
assimilate_handler.h - client: error if a <file_info> in app_info.xml has any URLs 2009-07-09 20:18:56 +00:00
assimilator.cpp - server: change the following from per-host to per-(host, app version): 2010-04-15 03:13:56 +00:00
assimilator.py - python assimilator fix 2009-06-16 19:38:35 +00:00
census.cpp - server: change the following from per-host to per-(host, app version): 2010-04-15 03:13:56 +00:00
credit.cpp - validator: bug fixes: bad formula for low_average(); 2010-04-26 23:12:40 +00:00
credit.h - client: temporarily enable logic that deallocates memory on exit, 2010-05-11 19:50:14 +00:00
credit_test.cpp - server: various changes; 2010-03-29 22:28:20 +00:00
db_dump.cpp - server: change the following from per-host to per-(host, app version): 2010-04-15 03:13:56 +00:00
db_dump_spec.xml
db_purge.cpp - server: change the following from per-host to per-(host, app version): 2010-04-15 03:13:56 +00:00
delete_file.cpp - server: change the following from per-host to per-(host, app version): 2010-04-15 03:13:56 +00:00
edf_sim.cpp - scheduler: improve message formatting; add <debug_locality> flag 2009-01-15 20:23:20 +00:00
edf_sim.h
feeder.cpp - server: change the following from per-host to per-(host, app version): 2010-04-15 03:13:56 +00:00
file_deleter.cpp - server: change the following from per-host to per-(host, app version): 2010-04-15 03:13:56 +00:00
file_upload_handler.cpp - server: change the following from per-host to per-(host, app version): 2010-04-15 03:13:56 +00:00
get_file.cpp - server: change the following from per-host to per-(host, app version): 2010-04-15 03:13:56 +00:00
handle_request.cpp - scheduler: fix bug that caused resent jobs with anonymous platform 2010-06-01 19:56:54 +00:00
handle_request.h - code shuffling 2009-08-10 04:56:46 +00:00
hr.cpp - validator: -d 4 means -d 3 plus print all DB queries 2010-04-05 18:59:16 +00:00
hr.h - validator: -d 4 means -d 3 plus print all DB queries 2010-04-05 18:59:16 +00:00
hr_info.cpp - validator: -d 4 means -d 3 plus print all DB queries 2010-04-05 18:59:16 +00:00
hr_info.h
make_work.cpp - server: change the following from per-host to per-(host, app version): 2010-04-15 03:13:56 +00:00
message_handler.cpp - server: change the following from per-host to per-(host, app version): 2010-04-15 03:13:56 +00:00
pymw_assimilator.py - PyMW assimilator fixes from Jeremy 2009-07-01 23:58:04 +00:00
request_file_list.cpp - server: change the following from per-host to per-(host, app version): 2010-04-15 03:13:56 +00:00
sample_assimilator.cpp - client: don't print error message if output file with <copy_file> 2009-09-17 21:06:11 +00:00
sample_bitwise_validator.cpp - sample bitwise validator: make it work for binary files 2009-05-01 18:25:17 +00:00
sample_db_dump_spec.xml
sample_dummy_assimilator.cpp
sample_hr_info.txt
sample_trivial_validator.cpp
sample_work_generator.cpp - server: change the following from per-host to per-(host, app version): 2010-04-15 03:13:56 +00:00
sched_array.cpp - server: change the following from per-host to per-(host, app version): 2010-04-15 03:13:56 +00:00
sched_array.h - scheduler: add new config option <max_wus_in_progress_gpus>. 2009-06-01 22:15:14 +00:00
sched_assign.cpp - server: change the following from per-host to per-(host, app version): 2010-04-15 03:13:56 +00:00
sched_assign.h
sched_config.cpp - scheduler: change backoff policy if a host has reached daily job quota. 2010-06-03 04:59:27 +00:00
sched_config.h - scheduler: change backoff policy if a host has reached daily job quota. 2010-06-03 04:59:27 +00:00
sched_customize.cpp - scheduler: SETI@home's CUDA and CUDA 2.3 apps apparently don't 2010-05-20 22:49:00 +00:00
sched_customize.h - client/scheduler: deal with situation where GPU has enough 2009-12-11 22:45:59 +00:00
sched_driver.cpp - server: change the following from per-host to per-(host, app version): 2010-04-15 03:13:56 +00:00
sched_hr.cpp - validator: -d 4 means -d 3 plus print all DB queries 2010-04-05 18:59:16 +00:00
sched_hr.h - scheduler: move app-version selection and score-based scheduling 2009-03-19 16:35:35 +00:00
sched_limit.cpp - scheduler: change backoff policy if a host has reached daily job quota. 2010-06-03 04:59:27 +00:00
sched_limit.h - scheduler: add fine-grained "max jobs in progress" control. 2010-06-01 23:41:07 +00:00
sched_locality.cpp fix query in send_old_work() 2010-05-18 15:45:37 +00:00
sched_locality.h
sched_main.cpp - scheduler: message tweaks 2010-05-20 16:43:03 +00:00
sched_main.h - code shuffling 2009-08-10 04:56:46 +00:00
sched_msgs.cpp - scheduler: improve message formatting; add <debug_locality> flag 2009-01-15 20:23:20 +00:00
sched_msgs.h - STILL WORK TO BE DONE TO GET locale STUFF INSTALLED PROPERLY!!! 2009-01-13 23:06:02 +00:00
sched_resend.cpp - client: temporarily enable logic that deallocates memory on exit, 2010-05-11 19:50:14 +00:00
sched_resend.h
sched_result.cpp - user web: add "Application info" link in host page, 2010-06-03 20:26:02 +00:00
sched_result.h
sched_score.cpp - scheduler: compute no_jobs_available correctly 2009-11-12 21:30:33 +00:00
sched_score.h - scheduler: add fine-grained "max jobs in progress" control. 2010-06-01 23:41:07 +00:00
sched_send.cpp - scheduler: fix anon platform bug that caused zero FPOPS est 2010-06-03 19:24:57 +00:00
sched_send.h - server: change the following from per-host to per-(host, app version): 2010-04-15 03:13:56 +00:00
sched_shmem.cpp - back end: new way of deciding: 2010-04-21 19:33:20 +00:00
sched_shmem.h - back end: new way of deciding: 2010-04-21 19:33:20 +00:00
sched_timezone.cpp svn path=/trunk/boinc/; revision=18825 2009-08-10 04:49:02 +00:00
sched_timezone.h
sched_types.cpp - scheduler: add fine-grained "max jobs in progress" control. 2010-06-01 23:41:07 +00:00
sched_types.h - scheduler: add fine-grained "max jobs in progress" control. 2010-06-01 23:41:07 +00:00
sched_util.cpp - server: change the following from per-host to per-(host, app version): 2010-04-15 03:13:56 +00:00
sched_util.h - server: change the following from per-host to per-(host, app version): 2010-04-15 03:13:56 +00:00
sched_version.cpp - user web: add "Application info" link in host page, 2010-06-03 20:26:02 +00:00
sched_version.h - server: change the following from per-host to per-(host, app version): 2010-04-15 03:13:56 +00:00
send_file.cpp - server: change the following from per-host to per-(host, app version): 2010-04-15 03:13:56 +00:00
show_shmem.cpp - server: change the following from per-host to per-(host, app version): 2010-04-15 03:13:56 +00:00
single_job_assimilator.cpp - client, Mac: don't do res_init(). It causes a crash. 2009-05-07 13:54:51 +00:00
start - backend programs: change the way PFC and elapsed-time statistics 2010-04-02 19:10:37 +00:00
testasm.py - server: improve the Python assimilator framework; 2009-06-12 03:06:01 +00:00
time_stats_log.cpp - code shuffling 2009-08-10 04:56:46 +00:00
time_stats_log.h - code shuffling 2009-08-10 04:56:46 +00:00
transitioner.cpp - back end: change "daily result quota" mechanism. 2010-06-02 00:11:01 +00:00
trickle_handler.cpp - server: change the following from per-host to per-(host, app version): 2010-04-15 03:13:56 +00:00
update_stats.cpp - server: change the following from per-host to per-(host, app version): 2010-04-15 03:13:56 +00:00
validate_util.cpp - server code: moved everything related to credit-granting to credit.cpp, 2009-08-12 16:26:43 +00:00
validate_util.h - server code: moved everything related to credit-granting to credit.cpp, 2009-08-12 16:26:43 +00:00
validate_util2.cpp - server: various changes; 2010-03-29 22:28:20 +00:00
validate_util2.h - server: various changes; 2010-03-29 22:28:20 +00:00
validator.cpp - back end: change "daily result quota" mechanism. 2010-06-02 00:11:01 +00:00
validator.h - validator: -d 4 means -d 3 plus print all DB queries 2010-04-05 18:59:16 +00:00
wu_check.cpp - server: change the following from per-host to per-(host, app version): 2010-04-15 03:13:56 +00:00