boinc/sched
Matt d5f24888c2 Make lock files inheritable on Python >= 3.4 2021-03-04 11:41:51 -06:00
..
Makefile.am build: add files to make clean command 2021-01-24 22:03:12 +01:00
Makefile.example Add example Makefile for building validators and assimilators 2020-05-24 00:54:13 -07:00
adjust_user_priority.cpp
antique_file_deleter.cpp Server programs: any time we can't connect to DB, try to explain why 2020-05-06 13:01:21 -07:00
assimilate_handler.h
assimilator.cpp Server programs: any time we can't connect to DB, try to explain why 2020-05-06 13:01:21 -07:00
assimilator.py
census.cpp Server programs: any time we can't connect to DB, try to explain why 2020-05-06 13:01:21 -07:00
credit.cpp
credit.h
credit_test.cpp Server programs: any time we can't connect to DB, try to explain why 2020-05-06 13:01:21 -07:00
db_dump.cpp Server programs: any time we can't connect to DB, try to explain why 2020-05-06 13:01:21 -07:00
db_dump_spec.xml
db_purge.cpp Server programs: any time we can't connect to DB, try to explain why 2020-05-06 13:01:21 -07:00
delete_file.cpp Server programs: any time we can't connect to DB, try to explain why 2020-05-06 13:01:21 -07:00
edf_sim.cpp
edf_sim.h
feeder.cpp Remove unused BOINC_RCSID constants 2019-01-12 23:43:48 +02:00
file_deleter.cpp Server programs: any time we can't connect to DB, try to explain why 2020-05-06 13:01:21 -07:00
file_upload_handler.cpp Make file_upload_handler stop early when low disk space 2020-09-28 21:17:15 +03:00
get_file.cpp Server programs: any time we can't connect to DB, try to explain why 2020-05-06 13:01:21 -07:00
handle_request.cpp scheduler: fix crashing bug in anonymous platform case. 2020-01-10 17:00:50 -08:00
handle_request.h
hr.cpp
hr.h
hr_info.cpp
hr_info.h
make_work.cpp Server programs: any time we can't connect to DB, try to explain why 2020-05-06 13:01:21 -07:00
makefile_plan_class_spec
makefile_validator_test
message_handler.cpp Server programs: any time we can't connect to DB, try to explain why 2020-05-06 13:01:21 -07:00
plan_class_spec.cpp Scheduler, XML plan class spec: parse Linux version correctly 2020-11-22 01:01:12 -08:00
plan_class_spec.h fix WU/batch ID checking in plan class spec: IDs are longs, not ints 2019-04-05 13:59:41 -07:00
plan_class_spec.xml.sample
pshelper
put_file.cpp Server programs: any time we can't connect to DB, try to explain why 2020-05-06 13:01:21 -07:00
pymw_assimilator.py Don't specify python3 in pymw assimilator 2020-10-01 14:28:50 -07:00
sample_assimilator.cpp
sample_bitwise_validator.cpp Remove unused BOINC_RCSID constants 2019-01-12 23:43:48 +02:00
sample_db_dump_spec.xml
sample_dummy_assimilator.cpp Remove unused BOINC_RCSID constants 2019-01-12 23:43:48 +02:00
sample_hr_info.txt
sample_substr_validator.cpp Remove unused BOINC_RCSID constants 2019-01-12 23:43:48 +02:00
sample_trivial_validator.cpp Remove unused BOINC_RCSID constants 2019-01-12 23:43:48 +02:00
sample_work_generator.cpp Server programs: any time we can't connect to DB, try to explain why 2020-05-06 13:01:21 -07:00
sched_array.cpp Remove unused BOINC_RCSID constants 2019-01-12 23:43:48 +02:00
sched_array.h
sched_assign.cpp
sched_assign.h
sched_check.cpp
sched_check.h
sched_config.cpp Remove unused BOINC_RCSID constants 2019-01-12 23:43:48 +02:00
sched_config.h Tweaks to user URL/country flags 2018-12-14 20:20:24 -08:00
sched_customize.cpp
sched_customize.h
sched_driver.cpp
sched_files.cpp
sched_files.h
sched_hr.cpp Remove unused BOINC_RCSID constants 2019-01-12 23:43:48 +02:00
sched_hr.h
sched_keyword.cpp scheduler: fix bug in daily (host, app version) job limit. 2019-04-09 22:58:18 -07:00
sched_keyword.h
sched_limit.cpp
sched_limit.h
sched_locality.cpp Remove unused BOINC_RCSID constants 2019-01-12 23:43:48 +02:00
sched_locality.h
sched_main.cpp Server programs: any time we can't connect to DB, try to explain why 2020-05-06 13:01:21 -07:00
sched_main.h
sched_nci.cpp
sched_nci.h
sched_resend.cpp Remove unused BOINC_RCSID constants 2019-01-12 23:43:48 +02:00
sched_resend.h
sched_result.cpp server: Workaround for "finish file present too long" client bug 2019-09-21 22:11:28 +03:00
sched_result.h
sched_score.cpp scheduler: fix bug in daily (host, app version) job limit. 2019-04-09 22:58:18 -07:00
sched_score.h
sched_send.cpp Revert "Reverting" 2019-12-02 11:02:37 +01:00
sched_send.h
sched_shmem.cpp Remove unused BOINC_RCSID constants 2019-01-12 23:43:48 +02:00
sched_shmem.h
sched_timezone.cpp Remove unused BOINC_RCSID constants 2019-01-12 23:43:48 +02:00
sched_timezone.h
sched_types.cpp Server: initialize struct members 2019-05-28 21:42:20 +02:00
sched_types.h
sched_util.cpp
sched_util.h
sched_util_basic.cpp scheduler: if plan class name contains "amd", assume it's AMD GPU 2019-06-27 12:26:20 -07:00
sched_util_basic.h
sched_version.cpp scheduler: fix crashing bug in anonymous platform case. 2020-01-10 17:00:50 -08:00
sched_version.h scheduler: fix bug in daily (host, app version) job limit. 2019-04-09 22:58:18 -07:00
script_assimilator.cpp
script_validator.cpp script_validator: make scripts optional. 2020-08-01 16:00:10 -07:00
show_shmem.cpp Remove unused BOINC_RCSID constants 2019-01-12 23:43:48 +02:00
single_job_assimilator.cpp
size_regulator.cpp
start Make lock files inheritable on Python >= 3.4 2021-03-04 11:41:51 -06:00
target_batch.cpp Server programs: any time we can't connect to DB, try to explain why 2020-05-06 13:01:21 -07:00
testasm.py
time_stats_log.cpp
time_stats_log.h
transitioner.cpp Server programs: any time we can't connect to DB, try to explain why 2020-05-06 13:01:21 -07:00
transitioner_catchup.php
trickle_credit.cpp
trickle_deadline.cpp
trickle_echo.cpp
trickle_handler.cpp Server programs: any time we can't connect to DB, try to explain why 2020-05-06 13:01:21 -07:00
trickle_handler.h declare new variable 2018-08-04 21:21:53 -07:00
update_stats.cpp Server programs: any time we can't connect to DB, try to explain why 2020-05-06 13:01:21 -07:00
validate_util.cpp Remove unused BOINC_RCSID constants 2019-01-12 23:43:48 +02:00
validate_util.h
validate_util2.cpp
validate_util2.h Server: add "punitive validation" mechanism 2019-02-18 21:29:04 -08:00
validator.cpp Server programs: any time we can't connect to DB, try to explain why 2020-05-06 13:01:21 -07:00
validator.h
validator_test.cpp
wu_check.cpp Server programs: any time we can't connect to DB, try to explain why 2020-05-06 13:01:21 -07:00