.. |
Makefile.am
|
Server: various fixes for "make install"
|
2013-08-24 20:36:49 -07:00 |
adjust_user_priority.cpp
|
- show_shmem: show more stuff, and improve display
|
2013-03-04 17:48:45 +01:00 |
antique_file_deleter.cpp
|
server: replace strcpy() with strlcpy() various places
|
2013-06-03 22:42:53 -07:00 |
assimilate_handler.h
|
…
|
|
assimilator.cpp
|
remove dependency of boinc_api.h on str_replace.h (and hence config.h)
|
2013-06-06 17:31:46 -07:00 |
assimilator.py
|
…
|
|
census.cpp
|
- scheduler: the p_fpops value reported by clients can't be trusted.
|
2012-01-09 17:35:48 +00:00 |
credit.cpp
|
scheduler: parse OpenCL/CPU descriptors, and add plan class for OpenCL/CPU/Intel
|
2013-08-26 23:32:32 -07:00 |
credit.h
|
- scheduler: code shuffle; new file sched_check.cpp contains functions
|
2013-04-09 12:19:00 -07:00 |
credit_test.cpp
|
- fixes of various (non-critical) fd and memory leaks.
|
2012-06-10 05:38:34 +00:00 |
db_dump.cpp
|
server: replace strcpy() with strlcpy() various places
|
2013-06-03 22:42:53 -07:00 |
db_dump_spec.xml
|
…
|
|
db_purge.cpp
|
remove dependency of boinc_api.h on str_replace.h (and hence config.h)
|
2013-06-06 17:31:46 -07:00 |
delete_file.cpp
|
remove dependency of boinc_api.h on str_replace.h (and hence config.h)
|
2013-06-06 17:31:46 -07:00 |
edf_sim.cpp
|
- web: add advisory text to "Export as Notice" balloon
|
2013-03-04 17:24:18 +01:00 |
edf_sim.h
|
remove dependency of boinc_api.h on str_replace.h (and hence config.h)
|
2013-06-06 17:31:46 -07:00 |
feeder.cpp
|
server: fix compile error on systems that don't define MAXPATHLEN
|
2013-08-22 17:01:45 -07:00 |
file_deleter.cpp
|
SCHED: modified scheduled log output to use unsigned format for WU and RESULT
|
2013-06-19 10:15:08 -07:00 |
file_upload_handler.cpp
|
server: fix compile error on systems that don't define MAXPATHLEN
|
2013-08-22 17:01:45 -07:00 |
get_file.cpp
|
server: fix compile error on systems that don't define MAXPATHLEN
|
2013-08-22 17:01:45 -07:00 |
handle_request.cpp
|
Scheduler: message tweak
|
2014-02-04 10:07:46 -08:00 |
handle_request.h
|
scheduler: remove lock file when scheduler caught SIGTERM
|
2012-03-12 09:10:42 +00:00 |
hr.cpp
|
…
|
|
hr.h
|
- Updates Linux notifications to use current libnotify.
|
2011-09-27 19:45:27 +00:00 |
hr_info.cpp
|
- eliminate use of alloca() and strdupa().
|
2013-03-04 17:24:19 +01:00 |
hr_info.h
|
- scheduler: the p_fpops value reported by clients can't be trusted.
|
2012-01-09 17:35:48 +00:00 |
make_work.cpp
|
server: fix compile error on systems that don't define MAXPATHLEN
|
2013-08-22 17:01:45 -07:00 |
makefile_plan_class_spec
|
- scheduler: debug plan_class_spec a little.
|
2012-06-06 03:47:13 +00:00 |
makefile_validator_test
|
- fix many problems with validator_test
|
2012-04-19 08:47:38 +00:00 |
message_handler.cpp
|
remove dependency of boinc_api.h on str_replace.h (and hence config.h)
|
2013-06-06 17:31:46 -07:00 |
plan_class_spec.cpp
|
server: fix compile warnings and file descriptor leaks
|
2014-01-08 22:00:13 -08:00 |
plan_class_spec.h
|
scheduler: add <vm_accel_required> flag to plan class XML spec
|
2013-12-03 15:54:56 -08:00 |
plan_class_spec.xml.sample
|
scheduler: sample code for the SSE3 plan class must check for "pni" rather than "sse3"; clients report "pni"
|
2013-08-08 11:00:29 -07:00 |
put_file.cpp
|
remove dependency of boinc_api.h on str_replace.h (and hence config.h)
|
2013-06-06 17:31:46 -07:00 |
pymw_assimilator.py
|
…
|
|
sample_assimilator.cpp
|
- fix many problems with validator_test
|
2012-04-19 08:47:38 +00:00 |
sample_bitwise_validator.cpp
|
SCHED: modified scheduled log output to use unsigned format for WU and RESULT
|
2013-06-19 10:15:08 -07:00 |
sample_db_dump_spec.xml
|
…
|
|
sample_dummy_assimilator.cpp
|
- fix many problems with validator_test
|
2012-04-19 08:47:38 +00:00 |
sample_hr_info.txt
|
…
|
|
sample_trivial_validator.cpp
|
- client: change in the use of GPU available RAM:
|
2011-09-14 22:45:26 +00:00 |
sample_work_generator.cpp
|
sample work generator: wait until transitioner has processed jobs before creating any more
|
2013-12-14 16:36:18 -08:00 |
sched_array.cpp
|
SCHED: modified scheduled log output to use unsigned format for WU and RESULT
|
2013-06-19 10:15:08 -07:00 |
sched_array.h
|
- scheduler: support for projects with some non-CPU-intensive apps
|
2012-09-01 04:58:12 +00:00 |
sched_assign.cpp
|
scheduler: assigned jobs should respect user app preferences
|
2013-10-06 21:23:28 -07:00 |
sched_assign.h
|
scheduler: assigned jobs should respect user app preferences
|
2013-10-06 21:23:28 -07:00 |
sched_check.cpp
|
SCHED: modified scheduled log output to use unsigned format for WU and RESULT
|
2013-06-19 10:15:08 -07:00 |
sched_check.h
|
- scheduler: code shuffle; new file sched_check.cpp contains functions
|
2013-04-09 12:19:00 -07:00 |
sched_config.cpp
|
server: fix compile error on systems that don't define MAXPATHLEN
|
2013-08-22 17:01:45 -07:00 |
sched_config.h
|
- Added scheduler config boolean option <estimate_flops_from_hav_pfc> which
|
2013-04-30 16:30:27 -07:00 |
sched_customize.cpp
|
scheduler: parse <opencl_cpu_prop> in scheduler requests correctly
|
2013-11-28 14:11:42 -08:00 |
sched_customize.h
|
- Double include protection added to sched_customize.h
|
2013-03-07 11:31:38 +01:00 |
sched_driver.cpp
|
remove dependency of boinc_api.h on str_replace.h (and hence config.h)
|
2013-06-06 17:31:46 -07:00 |
sched_files.cpp
|
server: fix compile warnings and file descriptor leaks
|
2014-01-08 22:00:13 -08:00 |
sched_files.h
|
- scheduler: add feature for deleting no-longer-used sticky files.
|
2013-03-04 17:39:24 +01:00 |
sched_hr.cpp
|
- scheduler: fix bug in the "homogeneous app version" (HAV) feature
|
2011-10-26 07:15:22 +00:00 |
sched_hr.h
|
- scheduler: fix bug in the "homogeneous app version" (HAV) feature
|
2011-10-26 07:15:22 +00:00 |
sched_limit.cpp
|
- Improve interface of XML_PARSER.
|
2011-08-10 17:11:08 +00:00 |
sched_limit.h
|
- scheduler: per-processor limits should be based on
|
2011-05-13 22:04:10 +00:00 |
sched_locality.cpp
|
server: fix compile error on systems that don't define MAXPATHLEN
|
2013-08-22 17:01:45 -07:00 |
sched_locality.h
|
…
|
|
sched_main.cpp
|
- scheduler: add feature for deleting no-longer-used sticky files.
|
2013-03-04 17:39:24 +01:00 |
sched_main.h
|
…
|
|
sched_msgs.cpp
|
…
|
|
sched_msgs.h
|
…
|
|
sched_resend.cpp
|
SCHED: modified scheduled log output to use unsigned format for WU and RESULT
|
2013-06-19 10:15:08 -07:00 |
sched_resend.h
|
…
|
|
sched_result.cpp
|
SCHED: modified scheduled log output to use unsigned format for WU and RESULT
|
2013-06-19 10:15:08 -07:00 |
sched_result.h
|
…
|
|
sched_score.cpp
|
example app: print "starting" message after boinc_init, so that it appears in stdferr file
|
2013-12-10 14:00:31 -08:00 |
sched_score.h
|
example app: print "starting" message after boinc_init, so that it appears in stdferr file
|
2013-12-10 14:00:31 -08:00 |
sched_send.cpp
|
scheduler: create host_app_version records in NCI case
|
2014-02-04 15:58:01 -08:00 |
sched_send.h
|
- scheduler: code shuffle; new file sched_check.cpp contains functions
|
2013-04-09 12:19:00 -07:00 |
sched_shmem.cpp
|
server: fix compile warnings and file descriptor leaks
|
2014-01-08 22:00:13 -08:00 |
sched_shmem.h
|
- Moved definitions of some scheduler paramerters from .cpp file to
|
2013-03-07 11:28:43 +01:00 |
sched_timezone.cpp
|
server: fix compile error on systems that don't define MAXPATHLEN
|
2013-08-22 17:01:45 -07:00 |
sched_timezone.h
|
…
|
|
sched_types.cpp
|
scheduler: if gui_urls.xml or project_files.xml don't end with \n, add one
|
2014-02-26 16:16:51 -08:00 |
sched_types.h
|
server: fix compile warnings and file descriptor leaks
|
2014-01-08 22:00:13 -08:00 |
sched_util.cpp
|
Server: add optional size_class parameter to count_unsent_results().
|
2014-02-20 13:44:56 -08:00 |
sched_util.h
|
Server: add optional size_class parameter to count_unsent_results().
|
2014-02-20 13:44:56 -08:00 |
sched_version.cpp
|
Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2
|
2013-06-04 14:01:18 -07:00 |
sched_version.h
|
…
|
|
show_shmem.cpp
|
…
|
|
single_job_assimilator.cpp
|
server: fix compile error on systems that don't define MAXPATHLEN
|
2013-08-22 17:01:45 -07:00 |
size_regulator.cpp
|
Add support for multi-size apps
|
2013-04-25 00:27:35 -07:00 |
start
|
- server (start script and server_status.php):
|
2013-03-04 17:19:39 +01:00 |
target_batch.cpp
|
- scheduler: add a program that targets remaining jobs in a batch
|
2012-04-17 21:50:13 +00:00 |
testasm.py
|
…
|
|
time_stats_log.cpp
|
…
|
|
time_stats_log.h
|
…
|
|
transitioner.cpp
|
server: fix compile error on systems that don't define MAXPATHLEN
|
2013-08-22 17:01:45 -07:00 |
transitioner_catchup.php
|
…
|
|
trickle_credit.cpp
|
- validator: add a --credit_from_runtime option.
|
2011-09-13 21:01:42 +00:00 |
trickle_deadline.cpp
|
deadline-extension trickle handler: message tweaks
|
2013-11-11 13:24:09 -08:00 |
trickle_echo.cpp
|
remove dependency of boinc_api.h on str_replace.h (and hence config.h)
|
2013-06-06 17:31:46 -07:00 |
trickle_handler.cpp
|
fix bug in trickle handler framework; from Christian
|
2013-08-23 13:01:53 -07:00 |
trickle_handler.h
|
- validator: add a --credit_from_runtime option.
|
2011-09-13 21:01:42 +00:00 |
update_stats.cpp
|
- wrapper: tell the client when we checkpoint
|
2011-05-06 12:33:12 +00:00 |
validate_util.cpp
|
server: fix compile error on systems that don't define MAXPATHLEN
|
2013-08-22 17:01:45 -07:00 |
validate_util.h
|
- fix many problems with validator_test
|
2012-04-19 08:47:38 +00:00 |
validate_util2.cpp
|
SCHED: modified scheduled log output to use unsigned format for WU and RESULT
|
2013-06-19 10:15:08 -07:00 |
validate_util2.h
|
- server: create a harness for testing validator code.
|
2012-04-10 00:32:35 +00:00 |
validator.cpp
|
SCHED: modified scheduled log output to use unsigned format for WU and RESULT
|
2013-06-19 10:15:08 -07:00 |
validator.h
|
…
|
|
validator_test.cpp
|
- fix many problems with validator_test
|
2012-04-19 08:47:38 +00:00 |
wu_check.cpp
|
server: fix compile error on systems that don't define MAXPATHLEN
|
2013-08-22 17:01:45 -07:00 |