boinc/client
Vitalii Koshura 0a954d81ff
Merge remote-tracking branch 'upstream/master' into dpa_sporadic
2023-10-05 17:24:39 +02:00
..
os2 Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
scripts Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
win Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
Makefile.am Plumbing for sporadic app feature. Not finished. 2023-09-21 10:00:45 -07:00
Makefile.curl.am Arrange android ci 2021-03-30 20:10:14 +03:00
Makefile.linux Plumbing for sporadic app feature. Not finished. 2023-09-21 10:00:45 -07:00
acct_mgr.cpp client: ignore global prefs from project or account manager 2023-05-29 13:59:29 -07:00
acct_mgr.h client: Use string.clear() instead of = '' to increase performance 2020-05-07 14:43:14 +03:00
acct_setup.cpp Manager/client: include the account email addr in the project_attach() RPC. 2023-04-09 00:21:47 -07:00
acct_setup.h client,mgr: pass on consent to terms to project 2018-11-21 00:12:32 +02:00
app.cpp Intermediate checkin. Simple test cases now work. 2023-09-27 15:53:33 -07:00
app.h Intermediate checkin. Simple test cases now work. 2023-09-27 15:53:33 -07:00
app_config.cpp client: fix work fetch bug when max_concurrent used 2019-04-20 13:46:55 -07:00
app_config.h Avoid starvation when max_concurrent is used, and related fixes. 2018-12-28 12:55:05 -08:00
app_control.cpp Intermediate checkin. Simple test cases now work. 2023-09-27 15:53:33 -07:00
app_graphics.cpp Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
app_start.cpp Intermediate checkin. Simple test cases now work. 2023-09-27 15:53:33 -07:00
app_test.cpp debugging code 2023-10-03 13:37:12 -07:00
async_file.cpp Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
async_file.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
auto_update.cpp client: don't hang if detection processes hang 2023-04-09 16:42:14 -07:00
auto_update.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
boinc.xml Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
boinc_cmd.cpp Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
boinc_log.cpp Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
check_security.cpp Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
check_state.cpp client: 2nd try at missing file fix 2019-09-14 15:00:01 -07:00
client_msgs.cpp Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
client_msgs.h client/lib: code shuffle preparatory to adding app_config GUI RPC 2017-05-11 01:53:50 -07:00
client_state.cpp Intermediate checkin. Sporadic app feature is complete (I think) 2023-10-02 12:51:19 -07:00
client_state.h Intermediate checkin. Sporadic app feature is complete (I think) 2023-10-02 12:51:19 -07:00
client_types.cpp Intermediate checkin. Sporadic app feature is complete (I think) 2023-10-02 12:51:19 -07:00
client_types.h Plumbing for sporadic app feature. Not finished. 2023-09-21 10:00:45 -07:00
coproc_sched.cpp Intermediate checkin. Sporadic app feature is complete (I think) 2023-10-02 12:51:19 -07:00
coproc_sched.h add debugging code 2023-10-02 21:23:13 -07:00
cpp.h Client typos 2021-10-06 14:42:17 -04:00
cpu_benchmark.h Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
cpu_sched.cpp add debugging code 2023-10-02 21:23:13 -07:00
cs_account.cpp Fix Win compile warning 2023-05-29 14:08:22 -07:00
cs_apps.cpp Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
cs_benchmark.cpp Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
cs_cmdline.cpp client: add '--app_test fname' option. 2023-09-18 11:20:35 -07:00
cs_files.cpp comment tweak 2023-03-26 12:03:40 -07:00
cs_notice.cpp Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
cs_notice.h client: don't show "no work" messages as notices 2020-04-25 15:50:51 -07:00
cs_platforms.cpp Move run_program() etc. from proc_control.cpp back to util.cpp. 2023-04-11 13:11:12 -07:00
cs_prefs.cpp client, Android: if suspend because of battery heat or charge, 2023-07-19 15:06:16 -07:00
cs_proxy.cpp Print correct logmessage 2022-03-05 19:41:11 +01:00
cs_proxy.h - client: sort out proxy_info mess. 2009-12-05 00:51:05 +00:00
cs_scheduler.cpp Intermediate checkin. Simple test cases now work. 2023-09-27 15:53:33 -07:00
cs_sporadic.cpp remove space 2023-10-04 17:04:13 -07:00
cs_statefile.cpp Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
cs_trickle.cpp Win code cleanup; no functional changes 2020-08-31 13:56:15 -07:00
cs_trickle.h client: It is more efficient to use an initialization list rather than an assignment operator 2020-05-07 14:38:48 +03:00
current_version.cpp Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
current_version.h client: Fixes for new version check 2022-04-01 03:25:05 -07:00
detect_rosetta_cpu.cpp Client typos 2021-10-06 14:42:17 -04:00
dhrystone.cpp Change some things back to the way they were; 2023-04-09 23:50:23 -07:00
dhrystone.h Fix compiler warning "-Wregister" 2022-01-20 09:22:31 +01:00
dhrystone2.cpp - client: temporarily enable logic that deallocates memory on exit, 2010-05-11 19:50:14 +00:00
file_names.cpp Change --app_test so that the test job runs alongside 2023-09-18 16:36:52 -07:00
file_names.h Mac client/file_names.h: revert unintentional change 2021-06-01 00:08:50 +02:00
file_xfer.cpp Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
file_xfer.h Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
gpu_amd.cpp Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
gpu_detect.cpp Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
gpu_detect.h client: write GPU detection warnings to stderr 2023-04-07 14:20:05 -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 Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
gpu_opencl.cpp [Android] Fix GPU detection 2023-08-23 23:59:15 +02: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 Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
gui_rpc_server.cpp Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
gui_rpc_server.h GUI RPC: bind to INADDR_ANY if a remote host is actually configured 2020-07-16 10:20:03 +02:00
gui_rpc_server_ops.cpp Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
hostinfo_linux.cpp Move common linux detection functions to separate file. 2018-05-27 20:06:16 +03:00
hostinfo_network.cpp Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
hostinfo_unix.cpp Correctly detect CPU cores when cpuset cgroup is used 2023-09-27 10:17:04 +02:00
hostinfo_unix_test.cpp Replace sprintf with snprintf 2022-08-03 11:21:59 +02:00
hostinfo_win.cpp Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
hostinfo_wsl.cpp Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
http_curl.cpp client: set Content-type of POST requests to text/xml. 2023-07-01 15:25:34 -07:00
http_curl.h Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
install-sh Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
log_flags.cpp Intermediate checkin. Simple test cases now work. 2023-09-27 15:53:33 -07:00
log_flags.h client/lib: code shuffle preparatory to adding app_config GUI RPC 2017-05-11 01:53:50 -07:00
mac_address.cpp Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
mac_address.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
main.cpp Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
main.h - client: distinguish between messages to be displayed as HTML 2010-10-18 20:09:51 +00:00
makefile_sim Move run_program() etc. from proc_control.cpp back to util.cpp. 2023-04-11 13:11:12 -07:00
net_stats.cpp Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
net_stats.h client: get rid of the use of memset() to initialize structs to zero. 2019-11-05 00:16:02 -08:00
pers_file_xfer.cpp client: show file size in event log message when file transfer finishes 2023-02-21 16:26:33 -08:00
pers_file_xfer.h Added estimated transfer time remaining 2022-07-03 14:33:47 -05:00
project.cpp Intermediate checkin. Simple test cases now work. 2023-09-27 15:53:33 -07:00
project.h Intermediate checkin. Simple test cases now work. 2023-09-27 15:53:33 -07:00
project_list.cpp client: if autologin project ID not in project list, get new list 2017-11-16 16:48:42 -08:00
project_list.h Add new files 2017-11-02 14:32:59 -07:00
result.cpp Intermediate checkin. Simple test cases now work. 2023-09-27 15:53:33 -07:00
result.h Intermediate checkin. Simple test cases now work. 2023-09-27 15:53:33 -07:00
rr_sim.cpp Intermediate checkin. Simple test cases now work. 2023-09-27 15:53:33 -07:00
rr_sim.h client: when using AM and checking for idle devices, include CPU 2023-03-30 15:22:04 -07:00
rrsim_test.cpp Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
sandbox.cpp Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
sandbox.h Mac: For efficiency, don't set a file's ownership unless actually needed. 2022-11-11 07:17:00 -08:00
scheduler_op.cpp Intermediate checkin. Simple test cases now work. 2023-09-27 15:53:33 -07:00
scheduler_op.h Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
setprojectgrp.cpp Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
sim.cpp Merge pull request #5257 from BOINC/dpa_mt_sched 2023-06-15 11:43:47 -07:00
sim.h client: get rid of the use of memset() to initialize structs to zero. 2019-11-05 00:16:02 -08:00
sim_host.xml
sim_prefs.xml
sim_projects.xml
sim_util.cpp client: avoid overscheduling CPUs in presence of MT jobs 2023-05-29 00:54:28 -07:00
switcher.cpp Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
sysmon_win.cpp Win code cleanup; no functional changes 2020-08-31 13:56:15 -07:00
sysmon_win.h Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
thread.cpp client, condor, remote submit: fix a few Coverity warnings 2015-10-14 10:29:15 -07:00
thread.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
time_stats.cpp Win code cleanup; no functional changes 2020-08-31 13:56:15 -07:00
time_stats.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
whetstone.cpp Change some things back to the way they were; 2023-04-09 23:50:23 -07:00
work_fetch.cpp Change --app_test so that the test job runs alongside 2023-09-18 16:36:52 -07:00
work_fetch.h Many comments in the source code (C++ and PHP) referred to Trac wiki pages. 2023-05-25 12:59:56 -07:00