boinc/client
computezrmle 6d231ecdd0
Update boinc-client.service.in
2024-12-28 09:39:20 +01:00
..
os2 Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
scripts Update boinc-client.service.in 2024-12-28 09:39:20 +01:00
win Update copyright year 2024-01-01 00:08:56 +00: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 Docker detection: fix it on Linux 2024-10-22 13:58:06 -07:00
acct_mgr.cpp client: if using a dynamic AM (like Science United) use its prefs 2024-08-15 23:34:56 -07:00
acct_mgr.h client: if using a dynamic AM (like Science United) use its prefs 2024-08-15 23:34:56 -07: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
app.cpp client: enable it to handle BUDA GPU and multithread apps 2024-12-14 01:05:59 -08:00
app.h wrapper: unzip input files only first time we run 2024-12-06 16:17:10 -08:00
app_config.cpp client: enable it to handle BUDA GPU and multithread apps 2024-12-14 01:05:59 -08:00
app_config.h
app_control.cpp client: enable it to handle BUDA GPU and multithread apps 2024-12-14 01:05:59 -08: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 win build fixes 2024-12-14 11:52:23 -08:00
app_test.cpp client: fix bug in Docker cleanup 2024-12-03 01:18:56 -08: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
auto_update.cpp client: don't hang if detection processes hang 2023-04-09 16:42:14 -07:00
auto_update.h
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 boinccmd: fix size_t -> int conversion and unreachable code warning 2024-09-10 01:10:40 +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 clarify meaning of DEBUG in C++ code 2024-08-09 12:40:54 +02:00
check_state.cpp
client_msgs.cpp client: don't put HTML in event log messages 2024-07-06 02:11:37 -07:00
client_msgs.h
client_state.cpp client: enable it to handle BUDA GPU and multithread apps 2024-12-14 01:05:59 -08:00
client_state.h wrapper: unzip input files only first time we run 2024-12-06 16:17:10 -08:00
client_types.cpp client: enable it to handle BUDA GPU and multithread apps 2024-12-14 01:05:59 -08:00
client_types.h client: enable it to handle BUDA GPU and multithread apps 2024-12-14 01:05:59 -08:00
coproc_sched.cpp client: enable it to handle BUDA GPU and multithread apps 2024-12-14 01:05:59 -08:00
coproc_sched.h client: enable it to handle BUDA GPU and multithread apps 2024-12-14 01:05:59 -08: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 win build fixes 2024-12-14 11:52:23 -08:00
cs_account.cpp client: handle changes to project master URLs 2024-01-07 17:58:04 -08:00
cs_apps.cpp client: fix bug in Docker cleanup 2024-12-03 01:18:56 -08: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: change the way app_test works. 2024-08-29 14:41:47 -07:00
cs_files.cpp client: don't clean out projects/app_test on startup 2024-09-04 14:35:51 -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 Remove unused function definitions (revised) 2024-10-18 20:05:03 -05:00
cs_platforms.cpp [Windows] Set correct platform name when running BOINC client on Windows on ARM. 2024-12-05 21:06:33 +01:00
cs_prefs.cpp Debug 2024-09-05 20:25:21 -07:00
cs_proxy.cpp Print correct logmessage 2022-03-05 19:41:11 +01:00
cs_proxy.h
cs_scheduler.cpp client: enable it to handle BUDA GPU and multithread apps 2024-12-14 01:05:59 -08:00
cs_sporadic.cpp Debug sporadic wrapper feature 2023-10-27 15:04:07 -07:00
cs_statefile.cpp client: enable it to handle BUDA GPU and multithread apps 2024-12-14 01:05:59 -08: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 client: don't put HTML in event log messages 2024-07-06 02:11:37 -07: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
file_names.cpp client: remove --app_test option; to use feature, edit app_test.cpp 2024-09-03 13:49:47 -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 client (Mac): use full path for system_profiler 2024-02-05 01:19:35 -08:00
gpu_detect.h client/server/web: add 'Apple GPU' as an official GPU type. 2024-01-28 01:41:12 -08:00
gpu_intel.cpp client/server/web: add 'Apple GPU' as an official GPU type. 2024-01-28 01:41:12 -08: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 client: build fix for non-Mac 2024-02-04 23:48:30 -08:00
gui_http.cpp
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 client: fix potential byte count overflow 2024-09-05 14:59:14 -07:00
hostinfo_linux.cpp build fixes 2024-11-02 14:18:33 -07: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 client: if docker disabled in prefs, send <dont_use_docker/> in sched requests. 2024-10-23 00:37:32 -07:00
hostinfo_unix_test.cpp Replace sprintf with snprintf 2022-08-03 11:21:59 +02:00
hostinfo_win.cpp [Windows] Set correct platform name when running BOINC client on Windows on ARM. 2024-12-05 21:06:33 +01:00
hostinfo_wsl.cpp Client: add some error reporting to WSL detection 2024-12-25 02:01:13 -08: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 unused function definitions (revised) 2024-10-18 20:05:03 -05: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 client: enable it to handle BUDA GPU and multithread apps 2024-12-14 01:05:59 -08:00
log_flags.h
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
main.cpp wrapper: unzip input files only first time we run 2024-12-06 16:17:10 -08:00
main.h
makefile_sim client: address issue with max concurrent and work fetch 2024-08-13 10:34:08 +02: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 C++ code: eliminate a source of potential bugs 2024-08-20 01:09:05 -07: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 client: enable it to handle BUDA GPU and multithread apps 2024-12-14 01:05:59 -08:00
project.h Remove unused function definitions (revised) 2024-10-18 20:05:03 -05:00
project_list.cpp
project_list.h
result.cpp Fix client simulator build 2024-12-15 12:22:26 -08:00
result.h client: enable it to handle BUDA GPU and multithread apps 2024-12-14 01:05:59 -08:00
rr_sim.cpp client: enable it to handle BUDA GPU and multithread apps 2024-12-14 01:05:59 -08: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 fix possible buffer overflow 2024-09-05 14:40:58 -07: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 scheduler/client: add notion of 'strict memory bound' projects 2024-06-28 00:42:03 -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 Fix client simulator build 2024-12-15 12:22:26 -08:00
sim.h C++ code: eliminate a source of potential bugs 2024-08-20 01:09:05 -07:00
sim_host.xml
sim_prefs.xml
sim_projects.xml
sim_util.cpp Fix client simulator build 2024-12-15 12:22:26 -08: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
thread.h
time_stats.cpp Win code cleanup; no functional changes 2020-08-31 13:56:15 -07:00
time_stats.h
whetstone.cpp Change some things back to the way they were; 2023-04-09 23:50:23 -07:00
work_fetch.cpp client: enable it to handle BUDA GPU and multithread apps 2024-12-14 01:05:59 -08:00
work_fetch.h C++ code: eliminate a source of potential bugs 2024-08-20 01:09:05 -07:00