boinc/client
David Anderson 2dc7056ee0 - client: code shuffling
- scheduler: fix typo in msg

svn path=/trunk/boinc/; revision=16750
2008-12-30 19:01:25 +00:00
..
os2
scripts - Fix emacs mode line in Makefile.am's 2008-06-08 22:18:52 +00:00
win - client: new config flags 2008-10-14 23:07:40 +00:00
Makefile.am - client: move round-robin simulation to its own file 2008-10-28 21:59:25 +00:00
Makefile.curl.am - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00:00
Makefile.linux - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00:00
acct_mgr.cpp - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00:00
acct_mgr.h - changed some comments for Doxygen 2008-10-04 23:44:24 +00:00
acct_setup.cpp - client: new config flags 2008-10-14 23:07:40 +00:00
acct_setup.h - changed some comments for Doxygen 2008-10-04 23:44:24 +00:00
app.cpp - client: parse checkpoint_elapsed_time from state file; 2008-12-04 03:51:14 +00:00
app.h - Remove the notion of "CPU efficiency" from both client and server. 2008-12-03 19:50:06 +00:00
app_control.cpp - client: estimate time to completion based on elapsed time, not CPU time 2008-12-02 17:48:29 +00:00
app_graphics.cpp - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00:00
app_start.cpp - client, Win: don't leak thread handlers 2008-12-24 23:19:40 +00:00
app_stats_mac.cpp - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00:00
auto_update.cpp - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00:00
auto_update.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
check_security.cpp - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00:00
check_state.cpp - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00:00
client_msgs.cpp - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00:00
client_msgs.h - changed some comments for Doxygen 2008-10-04 23:44:24 +00:00
client_state.cpp - client: add <no_gpus> config option 2008-12-16 00:09:51 +00:00
client_state.h - client: fix calculation of a job's FLOPS rate in round-robin simulation 2008-12-09 20:01:01 +00:00
client_types.cpp - client: use FLOPs, rather than CPU time, 2008-12-02 03:58:32 +00:00
client_types.h - client: fix calculation of a job's FLOPS rate in round-robin simulation 2008-12-09 20:01:01 +00:00
cpp.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
cpu_benchmark.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
cpu_sched.cpp - client: allow CPU saturation even if GPU running, all platforms 2008-12-09 21:00:33 +00:00
cs_account.cpp - client: use different temp file names for different purposes 2008-10-07 12:45:06 +00:00
cs_apps.cpp - Remove the notion of "CPU efficiency" from both client and server. 2008-12-03 19:50:06 +00:00
cs_benchmark.cpp - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00:00
cs_cmdline.cpp - client: accept --insecure flag even if not compiled with -DSANDBOX 2008-10-28 02:21:26 +00:00
cs_files.cpp - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00:00
cs_platforms.cpp - client, Win: 32-bit client running on a 64-bit machine 2008-11-25 19:04:27 +00:00
cs_prefs.cpp - client: if an exclusive app is running, suspend network 2008-11-24 21:27:43 +00:00
cs_scheduler.cpp - client: code shuffling 2008-12-30 19:01:25 +00:00
cs_statefile.cpp - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00:00
cs_trickle.cpp - client: it a file upload fails for a job that's in progress, 2008-10-04 16:00:28 +00:00
dhrystone.cpp - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00:00
dhrystone.h
dhrystone2.cpp - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00:00
file_names.cpp - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00:00
file_names.h - client: use different temp file names for different purposes 2008-10-07 12:45:06 +00:00
file_xfer.cpp - client: use different temp file names for different purposes 2008-10-07 12:45:06 +00:00
file_xfer.h - changed some comments for Doxygen 2008-10-04 23:44:24 +00:00
gui_http.cpp - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00:00
gui_http.h - changed some comments for Doxygen 2008-10-04 23:44:24 +00:00
gui_rpc_server.cpp - client: if bind fails, print port# 2008-11-18 17:33:13 +00:00
gui_rpc_server.h - changed some comments for Doxygen 2008-10-04 23:44:24 +00:00
gui_rpc_server_ops.cpp - client: fix a long-standing error: if prefs say leave X GB free, 2008-11-02 20:09:59 +00:00
hostinfo_network.cpp - client: add OS name into the hash for host CPID 2008-11-05 20:27:04 +00:00
hostinfo_network.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
hostinfo_unix.cpp - tweaks 2008-10-02 21:25:40 +00:00
hostinfo_unix_test.cpp - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00:00
hostinfo_win.cpp - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00:00
http_curl.cpp - client: correctly null-terminate file upload handler reply 2008-10-11 18:13:33 +00:00
http_curl.h - changed some comments for Doxygen 2008-10-04 23:44:24 +00:00
install-sh
log_flags.cpp - client: add <no_gpus> config option 2008-12-16 00:09:51 +00:00
log_flags.h - client: add <no_gpus> config option 2008-12-16 00:09:51 +00:00
main.cpp client: Fix error from changeset 14415 which caused Mac client to call daemon() if it was passed -daemon argument, causing problems using launchd with KeepAlive option; fixes #782. 2008-11-26 13:43:10 +00:00
main.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
makefile_sim - client: code shuffling 2008-12-30 19:01:25 +00:00
net_stats.cpp - client: new config flags 2008-10-14 23:07:40 +00:00
net_stats.h - changed some comments for Doxygen 2008-10-04 23:44:24 +00:00
pers_file_xfer.cpp - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00:00
pers_file_xfer.h - changed some comments for Doxygen 2008-10-04 23:44:24 +00:00
rr_sim.cpp - client: fix calculation of a job's FLOPS rate in round-robin simulation 2008-12-09 20:01:01 +00:00
rr_sim.h - client: fix calculation of a job's FLOPS rate in round-robin simulation 2008-12-09 20:01:01 +00:00
rrsim_test.cpp - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00:00
sandbox.cpp - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00:00
sandbox.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
scheduler_op.cpp - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00:00
scheduler_op.h - changed some comments for Doxygen 2008-10-04 23:44:24 +00:00
setprojectgrp.cpp - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00:00
sim.cpp compile fixes 2008-12-02 16:48:25 +00:00
sim.h - client: code shuffling 2008-12-30 19:01:25 +00:00
sim_host.xml
sim_prefs.xml
sim_projects.xml
sim_util.cpp - Remove the notion of "CPU efficiency" from both client and server. 2008-12-03 19:50:06 +00:00
stream.cpp - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00:00
switcher.cpp - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00:00
test_fx_in
test_fx_out
test_fx_out1
time_stats.cpp - scheduler: move EDF sim code into check_deadline(), so that the 2008-12-26 22:56:42 +00:00
time_stats.h - Remove the notion of "CPU efficiency" from both client and server. 2008-12-03 19:50:06 +00:00
whetstone.cpp - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00:00
work_fetch.cpp - client: code shuffling 2008-12-30 19:01:25 +00:00