boinc/client
David Anderson c84e3f2607 client: fix build break 2014-07-13 00:42:34 -07:00
..
android
os2
scripts - client and boinccmd: update usage text 2013-03-15 13:38:45 +01:00
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/lib: change CONFIG to CC_CONFIG, config to cc_config. 2014-05-08 00:51:18 -07:00
acct_mgr.h - client: add support for bool <no_project_notices> element 2013-04-19 21:40:10 -07:00
acct_setup.cpp client/lib: change CONFIG to CC_CONFIG, config to cc_config. 2014-05-08 00:51:18 -07:00
acct_setup.h
app.cpp client/lib: change CONFIG to CC_CONFIG, config to cc_config. 2014-05-08 00:51:18 -07:00
app.h API/client/vboxwrapper: show notice if need Vbox upgrade 2014-05-28 11:05:56 -07:00
app_config.cpp client: check for negative usage values in app_config.xml 2014-07-05 00:15:39 -07:00
app_config.h client: fix bug that caused app_config settings to persist incorrectly 2014-06-05 17:56:03 -07:00
app_control.cpp client: when remove project, delete slot dirs and notice files; leave job log 2014-05-29 13:23:58 -07:00
app_graphics.cpp all components: change strcpy() to strlcpy() when possible. 2013-06-03 20:24:48 -07:00
app_start.cpp client (Win): if CreateProcess() fails because of mem, wait and retry 2014-07-11 12:31:23 -07:00
async_file.cpp Client: fix a few compile warnings 2014-05-08 15:38:30 -07:00
async_file.h client: more MAXPATHLEN fixes 2013-08-22 17:06:09 -07:00
auto_update.cpp
auto_update.h
boinc.xml WINBUILD: Update build environment to use Visual Studio 2010. 2013-10-17 15:27:03 -04:00
boinc_cmd.cpp boinccmd: add --get_project_urls command to list project URLs, one per line 2014-04-30 16:53:01 -07:00
boinc_log.cpp
build_po Translation: update templates, and fix tools for generating templates 2013-10-15 22:46:18 -07:00
check_security.cpp Mac: Fixes to allow minor OS versions > 9 and major OS versions > 10 2013-11-15 05:02:04 -08:00
check_state.cpp
client_msgs.cpp client & MGR: Make writing trace statements to the debugger viewport something you have to opt into on Windows. 2014-03-25 18:23:58 -04:00
client_msgs.h Compile fixes for C++11, from Rene Ladan 2013-11-05 09:19:27 -08:00
client_state.cpp client: when remove project, delete slot dirs and notice files; leave job log 2014-05-29 13:23:58 -07:00
client_state.h replace tab characters with spaces 2014-05-01 21:03:49 -07:00
client_types.cpp client/server: change implementation of "exact fraction done". 2014-05-04 00:02:32 -07:00
client_types.h client/server: change implementation of "exact fraction done". 2014-05-04 00:02:32 -07:00
coproc_sched.cpp client emulator: make it work again 2014-05-21 10:41:55 -07:00
coproc_sched.h client: code shuffle; move GPU scheduling code to new file 2014-05-01 23:53:55 -07:00
cpp.h WIN32 cross compile fixes 2014-05-01 10:44:03 -07:00
cpu_benchmark.h Client (Android): move whetstone.h into cpu_benchmark.h 2013-08-27 21:25:04 -07:00
cpu_sched.cpp client: fix job scheduling bug. Sort by avg_ncpus doesn't apply to GPU jobs 2014-07-03 21:53:38 -07:00
cs_account.cpp client/lib: change CONFIG to CC_CONFIG, config to cc_config. 2014-05-08 00:51:18 -07:00
cs_apps.cpp client: maintain # of success and failed jobs per project; report in GUI RPC 2014-06-03 23:37:14 -07: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/lib: change CONFIG to CC_CONFIG, config to cc_config. 2014-05-08 00:51:18 -07:00
cs_files.cpp client/lib: change CONFIG to CC_CONFIG, config to cc_config. 2014-05-08 00:51:18 -07:00
cs_notice.cpp client: don't assume that notices with same GUID are identical; a project may have edited a news item. 2014-07-10 20:46:47 -07:00
cs_notice.h server: shuffle code so that the file upload handler doesn't need MySQL 2014-06-17 18:07:45 -07:00
cs_platforms.cpp client/lib: change CONFIG to CC_CONFIG, config to cc_config. 2014-05-08 00:51:18 -07:00
cs_prefs.cpp client/lib: change CONFIG to CC_CONFIG, config to cc_config. 2014-05-08 00:51:18 -07:00
cs_proxy.cpp
cs_proxy.h
cs_scheduler.cpp client: message tweak 2014-07-08 12:35:31 -07:00
cs_statefile.cpp server: shuffle code so that the file upload handler doesn't need MySQL 2014-06-17 18:07:45 -07:00
cs_trickle.cpp remove dependency of boinc_api.h on str_replace.h (and hence config.h) 2013-06-06 17:31:46 -07: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 use MAXPATHLEN and sizeof() a few places; from Gianfranco 2013-05-22 13:56:48 -07:00
file_names.h client: optionally detect GPUs via a child process, for dual_GPU laptops. 2013-06-25 04:31:34 -07:00
file_xfer.cpp Client: fix bug involving small image files and UMTS proxies 2014-04-22 10:07:06 -07: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: fix a few compile warnings 2014-05-08 15:38:30 -07:00
gpu_detect.h client: implement support for OpenCL detection of CPUs 2013-08-22 05:06:54 -07:00
gpu_intel.cpp client: optionally detect GPUs via a child process, for dual_GPU laptops. 2013-06-25 04:31:34 -07:00
gpu_nvidia.cpp client/lib: change CONFIG to CC_CONFIG, config to cc_config. 2014-05-08 00:51:18 -07:00
gpu_opencl.cpp client emulator: make it work again 2014-05-21 10:41:55 -07:00
gui_http.cpp - client: there were many places in the code where we keep track 2013-03-22 10:28:20 +01:00
gui_http.h
gui_rpc_server.cpp client/lib: change CONFIG to CC_CONFIG, config to cc_config. 2014-05-08 00:51:18 -07:00
gui_rpc_server.h GUI RPC: add support for RPCs over Unix domain sockets (for Android) 2014-01-30 22:57:44 -08:00
gui_rpc_server_ops.cpp Client: fix a few compile warnings 2014-05-08 15:38:30 -07:00
hostinfo_network.cpp client: compute host CPID as hash of (MAC address, current directory). 2014-02-03 15:58:52 -08:00
hostinfo_unix.cpp client: Simplify logic to get VirtualBox version on Mac and fix a crash bug when VirtualBox is installed only on a different boot partition. 2014-03-27 19:21:05 -07:00
hostinfo_unix_test.cpp all components: change strcpy() to strlcpy() when possible. 2013-06-03 20:24:48 -07:00
hostinfo_win.cpp Added __xgetbv() checks to configure.ac 2014-06-20 09:39:24 -07:00
http_curl.cpp client/lib: change CONFIG to CC_CONFIG, config to cc_config. 2014-05-08 00:51:18 -07:00
http_curl.h client: work with old versions of libcurl 2014-03-14 00:21:15 -07:00
install-sh
log_flags.cpp server: shuffle code so that the file upload handler doesn't need MySQL 2014-06-17 18:07:45 -07:00
log_flags.h client/lib: change CONFIG to CC_CONFIG, config to cc_config. 2014-05-08 00:51:18 -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: make it work again 2014-05-21 10:41:55 -07: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 Client: remove "can't get work" notices that don't apply anymore; make notice text translatable 2014-02-10 17:52:53 -08:00
pers_file_xfer.cpp client: work with old versions of libcurl 2014-03-14 00:21:15 -07:00
pers_file_xfer.h
project.cpp client: maintain # of success and failed jobs per project; report in GUI RPC 2014-06-03 23:37:14 -07:00
project.h client: maintain # of success and failed jobs per project; report in GUI RPC 2014-06-03 23:37:14 -07:00
result.cpp client: track and report network, disk, and memory usage 2014-05-01 13:05:30 -07:00
result.h client: tweaks to log output for <rrsim_detail> 2014-07-05 12:00:11 -07:00
rr_sim.cpp client: tweaks to log output for <rrsim_detail> 2014-07-05 12:00:11 -07:00
rr_sim.h
rrsim_test.cpp all components: change strcpy() to strlcpy() when possible. 2013-06-03 20:24:48 -07:00
sandbox.cpp - client: check error returns from kill() and kill_via_switcher(), show messages 2013-04-10 15:56:40 -07:00
sandbox.h all components: change strcpy() to strlcpy() when possible. 2013-06-03 20:24:48 -07:00
scheduler_op.cpp client/lib: change CONFIG to CC_CONFIG, config to cc_config. 2014-05-08 00:51:18 -07:00
scheduler_op.h - client: rename two different functions named backoff() 2013-03-22 10:43:05 +01:00
setprojectgrp.cpp
sim.cpp client: tweaks to log output for <rrsim_detail> 2014-07-05 12:00:11 -07:00
sim.h - client emulator: implement project availability feature 2013-03-22 10:31:43 +01:00
sim_host.xml
sim_prefs.xml
sim_projects.xml
sim_util.cpp client emulator: build fixes 2013-12-10 10:04:04 -08:00
switcher.cpp Various: Fix some compile warnings; from Gianfranco 2013-07-09 10:34:32 -07:00
sysmon_win.cpp Fixed somebody's typo. 2014-05-08 14:06:06 -07:00
sysmon_win.h MGR & Client: Massive code clean-up. Remove as much of the LoadLibrary/GetProcAddress stuff as we can under VS 2012. 2014-03-06 18:27:54 -05:00
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 Move thread.cpp,h from lib/ to client/, to remove dependency on pthread in libboinc 2013-10-17 09:45:49 -07:00
time_stats.cpp Fixed avx detection on GCC windows compiles 2014-06-20 07:48:31 -07:00
time_stats.h
whetstone.cpp Android compile fix 2013-08-28 00:17:51 -07:00
work_fetch.cpp client: fix build break 2014-07-13 00:42:34 -07:00
work_fetch.h client: work fetch tweak to avoid starvation in a particular case 2014-03-09 17:09:21 -07:00