boinc/client
David Anderson 8f3d111f5c - client: don't suspend non-CPU-intensive jobs because of CPU load
svn path=/trunk/boinc/; revision=20825
2010-03-10 18:59:40 +00:00
..
os2 *** empty log message *** 2006-10-18 22:58:49 +00:00
scripts - Added checks for net/*.h, arpa/*.h, netinet/*.h and code to figure out 2009-02-26 00:23:23 +00:00
win Update copyright information 2009-12-16 21:08:17 +00:00
Makefile.am - client: small tweak to work fetch: 2010-01-12 21:53:40 +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 - client: if a project has zero resource share, 2010-01-28 05:21:14 +00:00
acct_mgr.h - MGR: Introduce the cookie detection failure URL to the 2009-06-12 21:34:33 +00:00
acct_setup.cpp - internal change: rename MSG_USER_ERROR to MSG_USER_ALERT 2009-12-23 18:02:40 +00:00
acct_setup.h - changed some comments for Doxygen 2008-10-04 23:44:24 +00:00
app.cpp - client: revisit the domino-effect preemption problem. 2010-03-05 21:13:53 +00:00
app.h - client: revisit the domino-effect preemption problem. 2010-03-05 21:13:53 +00:00
app_control.cpp - client: don't suspend non-CPU-intensive jobs because of CPU load 2010-03-10 18:59:40 +00:00
app_graphics.cpp - client: more instances of showing project with message. Fixes #848 2009-02-23 04:54:04 +00:00
app_start.cpp - client: when launching app, delete init_data.xml using switcher 2010-01-26 00:21:57 +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
boinc_cmd.cpp - scheduler: cuda_fermi class needs CUDA version 3.0+ 2010-03-03 22:36:36 +00:00
boinc_log.cpp - internal change: rename MSG_USER_ERROR to MSG_USER_ALERT 2009-12-23 18:02:40 +00:00
check_security.cpp Mac Installer: if adding non-admin users to group boinc_master, add to group boinc_project: fixes permissions error -1200; add "Please wait" alert 2010-02-05 04:34:43 +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 svn path=/trunk/boinc/; revision=20269 2010-01-27 03:55:46 +00:00
client_msgs.h - client: code cleanup: most message code into a class 2009-12-23 19:52:34 +00:00
client_state.cpp - client: don't start new network activity if CPU benchmarks in progress 2010-03-04 22:51:03 +00:00
client_state.h - client (Mac): append /usr/local/cuda/lib to LD_LIBRARY_PATH 2010-01-09 16:41:17 +00:00
client_types.cpp - client: if a GPU job is blocked on available mem, 2010-03-10 06:00:37 +00:00
client_types.h - client: if a GPU job is blocked on available mem, 2010-03-10 06:00:37 +00:00
coproc_detect.cpp - client: if suspend a file xfer, set upload_offset to -1; 2010-02-27 01:04:14 +00:00
cpp.h - client: refactor the CC startup process, move majority of the 2009-08-03 20:55:00 +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: if a GPU job is blocked on available mem, 2010-03-10 06:00:37 +00:00
cs_account.cpp - internal change: rename MSG_USER_ERROR to MSG_USER_ALERT 2009-12-23 18:02:40 +00:00
cs_apps.cpp - client (Mac): append /usr/local/cuda/lib to LD_LIBRARY_PATH 2010-01-09 16:41:17 +00:00
cs_benchmark.cpp Mac client: fix parent died test in benchmark_time_to_stop() 2009-05-08 02:01:25 +00:00
cs_cmdline.cpp client: Eliminate x86_64 Mac client so we can link with 32-bit CUDA libraries 2010-01-06 10:40:13 +00:00
cs_files.cpp - client: don't print error msg if file is wrong size on startup 2009-09-18 20:49:54 +00:00
cs_notice.cpp - client: fix notice crash 2010-02-02 00:53:05 +00:00
cs_notice.h svn path=/trunk/boinc/; revision=20269 2010-01-27 03:55:46 +00:00
cs_platforms.cpp client: Eliminate x86_64 Mac client so we can link with 32-bit CUDA libraries 2010-01-06 10:40:13 +00:00
cs_prefs.cpp - client: don't suspend non-CPU-intensive jobs because of CPU load 2010-03-10 18:59:40 +00:00
cs_proxy.cpp - client: bug fixes to recent proxy info checkin 2009-12-06 04:32:57 +00:00
cs_proxy.h - client: sort out proxy_info mess. 2009-12-05 00:51:05 +00:00
cs_scheduler.cpp - update_versions: if file is already in download dir, 2010-03-03 23:52:20 +00:00
cs_statefile.cpp - client: fix my last checkin 2010-01-28 13:29:10 +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 *** empty log message *** 2004-11-02 20:30:19 +00:00
dhrystone2.cpp - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00:00
file_names.cpp Mac Sandbox: To protect authenticators in init_data.xml files, make slots directory group boinc_project and not world-executable, 2010-01-27 07:38:29 +00:00
file_names.h - client: more work on notices. 2009-12-23 21:22:24 +00:00
file_xfer.cpp - client: if suspend a file xfer, set upload_offset to -1; 2010-02-27 01:04:14 +00:00
file_xfer.h - client: if file < 8KB, upload it in its entirety and skip size check 2009-07-16 20:14:57 +00:00
gui_http.cpp - client: intermediate checkin for RSS/notice stuff. 2009-12-22 03:56:24 +00:00
gui_http.h - client: intermediate checkin for RSS/notice stuff. 2009-12-22 03:56:24 +00:00
gui_rpc_server.cpp - client: generalize the GUI RPC mechanism to access via HTTP. 2010-03-02 22:52:22 +00:00
gui_rpc_server.h - client: generalize the GUI RPC mechanism to access via HTTP. 2010-03-02 22:52:22 +00:00
gui_rpc_server_ops.cpp - client: don't suspend non-CPU-intensive jobs because of CPU load 2010-03-10 18:59:40 +00:00
hostinfo_network.cpp - client: add a bunch of debugging messages (<task_debug>) 2009-07-22 18:41:02 +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 - internal change: rename MSG_USER_ERROR to MSG_USER_ALERT 2009-12-23 18:02:40 +00:00
hostinfo_unix_test.cpp - Added checks for net/*.h, arpa/*.h, netinet/*.h and code to figure out 2009-02-26 00:23:23 +00:00
hostinfo_win.cpp Quick Updates 2010-03-03 22:15:46 +00:00
http_curl.cpp - client: sort out proxy_info mess. 2009-12-05 00:51:05 +00:00
http_curl.h - client: Treat each HTTP header sent to the server as a new log message. 2009-11-25 20:45:36 +00:00
http_curl_win.h - client: Second pass through the automatic proxy detection code. 2009-08-07 18:16:21 +00:00
install-sh Initial revision 2002-04-30 22:22:54 +00:00
log_flags.cpp - client: fix bug in "suspend if CPU load too high" feature. 2010-02-18 23:53:14 +00:00
log_flags.h - client: add <stderr_head> config option; 2010-01-12 18:39:59 +00:00
main.cpp - client: code cleanup: most message code into a class 2009-12-23 19:52:34 +00:00
main.h - client: code cleanup: most message code into a class 2009-12-23 19:52:34 +00:00
makefile_sim - user web: allow zero resource share 2010-01-29 15:50:47 +00:00
net_stats.cpp - internal change: rename MSG_USER_ERROR to MSG_USER_ALERT 2009-12-23 18:02:40 +00:00
net_stats.h - client: There was already a way to check if the reference site 2009-07-28 04:16:32 +00:00
pers_file_xfer.cpp - client: if suspend a file xfer, set upload_offset to -1; 2010-02-27 01:04:14 +00:00
pers_file_xfer.h - client: in the final stage of CPU scheduling, 2009-08-14 19:00:29 +00:00
rr_sim.cpp - client: if have coproc jobs but coproc is missing, 2010-02-28 04:32:10 +00:00
rr_sim.h - client: instead of scheduling coproc jobs EDF: 2009-04-10 19:01:38 +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 - lib: created a new file for declaring "replacements" 2009-06-16 20:54:44 +00:00
sandbox.h - client: fix bug in insufficient video RAM feature 2009-12-14 19:24:06 +00:00
scheduler_op.cpp - API: Win: resume other threads before exiting from timer thread. 2010-03-02 18:58:34 +00:00
scheduler_op.h - client: more notice stuff. Substantial progress! 2009-12-23 00:58:27 +00:00
setprojectgrp.cpp - Added checks for net/*.h, arpa/*.h, netinet/*.h and code to figure out 2009-02-26 00:23:23 +00:00
sim.cpp - client: brute-force attempt at eliminating domino-effect preemption: 2010-01-21 00:14:56 +00:00
sim.h - client: brute-force attempt at eliminating domino-effect preemption: 2010-01-21 00:14:56 +00:00
sim_host.xml *** empty log message *** 2007-04-04 19:34:01 +00:00
sim_prefs.xml *** empty log message *** 2007-04-04 19:34:01 +00:00
sim_projects.xml *** empty log message *** 2007-04-04 19:34:01 +00:00
sim_util.cpp - client: brute-force attempt at eliminating domino-effect preemption: 2010-01-21 00:14:56 +00:00
stream.cpp - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00:00
switcher.cpp client sandbox: set LD_LIBRARY_PATH and DYLD_LIBRARY_PATH in switcher 2010-01-12 11:36:18 +00:00
sysmon_win.cpp win compile fixes 2009-12-05 01:02:46 +00:00
sysmon_win.h - client: Second pass through the automatic proxy detection code. 2009-08-07 18:16:21 +00:00
test_fx_in Initial revision 2002-04-30 22:22:54 +00:00
test_fx_out Initial revision 2002-04-30 22:22:54 +00:00
test_fx_out1 Initial revision 2002-04-30 22:22:54 +00:00
time_stats.cpp - client: don't suspend non-CPU-intensive jobs because of CPU load 2010-03-10 18:59:40 +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 - Changes to get the client to build on IRIX: 2009-04-30 21:48:20 +00:00
work_fetch.cpp - client: if a GPU job is blocked on available mem, 2010-03-10 06:00:37 +00:00
work_fetch.h - client: if a project is anonymous platform and it has no 2010-02-11 22:19:22 +00:00