boinc/client
David Anderson 53a550fef5 client, GUI RPC: maintain and report progress rate
"Progress rate" is that average increase in fraction done
per second of elapsed time.

Also remove unnecessary destructors in GUI RPC code
2015-06-22 00:09:15 -07:00
..
android
os2
scripts
win WCG: Update branding images and files for World Community Grid 2014-03-26 18:16:14 -04:00
Makefile.am Fixed avx detection on GCC windows compiles 2014-06-20 07:48:31 -07:00
Makefile.curl.am
Makefile.linux
acct_mgr.cpp client: debug account manager fix from 2 days ago 2015-01-19 09:39:13 -08:00
acct_mgr.h
acct_setup.cpp client: fixes to last commit 2014-11-18 23:11:27 -08:00
acct_setup.h client: fixes to last commit 2014-11-18 23:11:27 -08:00
app.cpp client, GUI RPC: maintain and report progress rate 2015-06-22 00:09:15 -07:00
app.h client, GUI RPC: maintain and report progress rate 2015-06-22 00:09:15 -07:00
app_config.cpp client: report error if no start tag in app_config.xml 2015-01-29 13:21:00 -08:00
app_config.h client: report parse errors in app_config.xml correctly 2014-11-24 00:41:26 -08:00
app_control.cpp client, GUI RPC: maintain and report progress rate 2015-06-22 00:09:15 -07:00
app_graphics.cpp
app_start.cpp client: fix bug that caused delay in job cleanup 2015-06-17 14:14:54 -07:00
async_file.cpp cppcheck: Prefer prefix ++/-- operators for non-primitive types 2015-01-14 21:18:29 +01:00
async_file.h
auto_update.cpp
auto_update.h
boinc.xml client: Inform Windows we know about Windows 10 2014-10-04 07:07:34 +02:00
boinc_cmd.cpp boinccmd: accept [IPv6_addr]:port as --hostname arg 2014-09-16 12:38:30 -07:00
boinc_log.cpp
build_po
check_security.cpp
check_state.cpp
client_msgs.cpp client: fix bug that caused delay in job cleanup 2015-06-17 14:14:54 -07:00
client_msgs.h
client_state.cpp client: bug fixes to sorting projects alphabetically 2015-04-10 13:20:19 -05:00
client_state.h client: bug fixes to sorting projects alphabetically 2015-04-10 13:20:19 -05:00
client_types.cpp client: add notion of sticky file lifetime 2014-09-23 12:39:09 -07:00
client_types.h client: add <dont_suspend_nci> config option. 2015-01-05 12:58:40 -08:00
coproc_sched.cpp cppcheck: Prefer prefix ++/-- operators for non-primitive types 2015-01-14 21:18:29 +01:00
coproc_sched.h client: code shuffle; move GPU scheduling code to new file 2014-05-01 23:53:55 -07:00
cpp.h client: get static host info items only on startup 2014-11-25 14:46:58 -08:00
cpu_benchmark.h
cpu_sched.cpp client: fix bug when app version uses > 1 GPU instance 2015-06-08 18:55:17 -07:00
cs_account.cpp client: bug fixes to sorting projects alphabetically 2015-04-10 13:20:19 -05:00
cs_apps.cpp cppcheck: Prefer prefix ++/-- operators for non-primitive types 2015-01-14 21:18:29 +01:00
cs_benchmark.cpp client/lib: change CONFIG to CC_CONFIG, config to cc_config. 2014-05-08 00:51:18 -07:00
cs_cmdline.cpp client: Remove unneeded SANDBOX ifdefs. Use g_use_sandbox instead. I left one in main.cpp since I do not know where check_security() is. 2014-07-27 13:19:11 -04:00
cs_files.cpp cppcheck: Prefer prefix ++/-- operators for non-primitive types 2015-01-14 21:18:29 +01:00
cs_notice.cpp client: fix compiler warning (unused inline function) 2015-03-09 05:58:32 -07:00
cs_notice.h client: if a project's app_config.xml has no errors, remove old notices 2014-08-31 13:32:12 -07:00
cs_platforms.cpp client: Build Mac client as an x86_64 application rather than 32-bit, for compatibility with CUDA version 6.5 drivers. BOINC for the Mac now requires a 64-bit Intel Mac running at least OS 10.5. 2014-09-02 03:54:10 -07:00
cs_prefs.cpp Client: fix bug involving needs_network tasks 2014-11-10 01:04:33 -08:00
cs_proxy.cpp
cs_proxy.h
cs_scheduler.cpp client: get static host info items only on startup 2014-11-25 14:46:58 -08:00
cs_statefile.cpp client: get sizes of anonymous platform files on startup 2015-05-11 13:25:57 -07:00
cs_trickle.cpp cppcheck: Prefer prefix ++/-- operators for non-primitive types 2015-01-14 21:18:29 +01:00
cs_trickle.h
current_version.cpp client/lib: change CONFIG to CC_CONFIG, config to cc_config. 2014-05-08 00:51:18 -07:00
current_version.h
dhrystone.cpp
dhrystone.h
dhrystone2.cpp
file_names.cpp
file_names.h client/scheduler: add support for "client brand" 2014-07-16 20:18:06 -07:00
file_xfer.cpp cppcheck: Prefer prefix ++/-- operators for non-primitive types 2015-01-14 21:18:29 +01:00
file_xfer.h
gpu_amd.cpp client: don't include GPUs that lack OpenCL/Cal/CUDA when main GPU has it 2014-04-26 09:05:00 -07:00
gpu_detect.cpp client: msg tweak 2015-04-30 00:16:01 -07:00
gpu_detect.h client: continue adding support for OpenCL devices (GPUs and accelerators) other than AMD/ATI, NVIDIA or Intel GPUs. 2014-07-23 05:18:51 -07:00
gpu_intel.cpp
gpu_nvidia.cpp client: Allow using NVIDIA GPUs with Compute Capability < 2.0 with CUDA driver 6.5 or later on non-Mac platforms. Future versions of CUDA will drop support for these GPUs on all platforms and presumably not report these GPUs, so we still explain that situation in the Event Log and Notices. 2014-11-05 02:12:41 -08:00
gpu_opencl.cpp cppcheck: Prefer prefix ++/-- operators for non-primitive types 2015-01-14 21:18:29 +01:00
gui_http.cpp
gui_http.h
gui_rpc_server.cpp cppcheck: Prefer prefix ++/-- operators for non-primitive types 2015-01-14 21:18:29 +01:00
gui_rpc_server.h
gui_rpc_server_ops.cpp client (Android): for os_version, append Android version to Linux version 2014-11-22 15:08:47 -08:00
hostinfo_network.cpp
hostinfo_unix.cpp Revert "client: fix build breaks." 2014-12-17 14:49:23 -05:00
hostinfo_unix_test.cpp
hostinfo_win.cpp client: Win build fix 2015-04-23 19:37:53 -07:00
http_curl.cpp client: include client brand (if any) in HTTP user agent string 2015-04-11 10:52:37 -07:00
http_curl.h client: include client brand (if any) in HTTP user agent string 2015-04-11 10:52:37 -07:00
install-sh
log_flags.cpp client: show more config options at startup 2015-03-10 13:18:01 -07:00
log_flags.h client: work fetch code cleanup 2014-10-10 10:37:07 -07:00
mac_address.cpp Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2014-05-02 07:41:41 -07:00
mac_address.h replace tab characters with spaces 2014-05-01 21:03:49 -07:00
main.cpp client/lib: change CONFIG to CC_CONFIG, config to cc_config. 2014-05-08 00:51:18 -07:00
main.h
makefile_sim client emulator: turn on compile warnings in makefile 2014-11-24 22:51:24 -08:00
net_stats.cpp client/lib: change CONFIG to CC_CONFIG, config to cc_config. 2014-05-08 00:51:18 -07:00
net_stats.h
pers_file_xfer.cpp cppcheck: Prefer prefix ++/-- operators for non-primitive types 2015-01-14 21:18:29 +01:00
pers_file_xfer.h
project.cpp Manager: show last RPC time in project properties 2015-06-19 13:42:03 -07:00
project.h Manager: show last RPC time in project properties 2015-06-19 13:42:03 -07:00
result.cpp Client: fix bug involving needs_network tasks 2014-11-10 01:04:33 -08:00
result.h client: fix bug where GPU jobs non suspended 2014-12-08 20:38:56 -08:00
rr_sim.cpp cppcheck: Prefer prefix ++/-- operators for non-primitive types 2015-01-14 21:18:29 +01:00
rr_sim.h
rrsim_test.cpp cppcheck: Prefer prefix ++/-- operators for non-primitive types 2015-01-14 21:18:29 +01:00
sandbox.cpp client: fix bug that caused delay in job cleanup 2015-06-17 14:14:54 -07:00
sandbox.h
scheduler_op.cpp client: fix bug where project boolean attributes are stuck at true. 2015-06-14 13:07:54 -07:00
scheduler_op.h
setprojectgrp.cpp
sim.cpp cppcheck: Prefer prefix ++/-- operators for non-primitive types 2015-01-14 21:18:29 +01:00
sim.h
sim_host.xml
sim_prefs.xml
sim_projects.xml
sim_util.cpp
switcher.cpp client: In switcher, return the actual error code from execv (usually -1) rather than errno, and let the invoking call retrieve errno if appropriate (modify commit f014b0d). 2014-07-27 01:33:49 -07:00
sysmon_win.cpp LIB: Remove string type conversion naming conflict with the ATL framework. 2014-11-18 16:35:47 -05:00
sysmon_win.h
test_fx_in
test_fx_out
test_fx_out1
thread.cpp WIN32 cross compile fixes 2014-05-01 10:44:03 -07:00
thread.h
time_stats.cpp Fixed avx detection on GCC windows compiles 2014-06-20 07:48:31 -07:00
time_stats.h
whetstone.cpp
work_fetch.cpp client: allow initial scheduler request to request N instances. 2015-06-21 00:40:01 -07:00
work_fetch.h client: show projects in alphabetical order of project name 2014-12-17 09:56:01 -08:00