boinc/lib
Kevin Reed 1c7ddd7771 Merge pull request #3954 from BOINC/dpa_proj_init
Manager: clean up "Welcome page"
(cherry picked from commit 7e614c1ed6)
2020-08-29 17:36:18 -07:00
..
mac Mac: Automatically build Universal x86_64 / arm64 binaries on Xcode versions that support building both architectures, x86_64-only binaries on Xcode versions that support only x86_64 and arm64-only binaries on Xcode versions that support only arm64. 2020-08-01 23:41:58 -07:00
Makefile.am Merge pull request #3218 from BOINC/pr_3179_mac2 2020-03-03 16:49:22 +01:00
Makefile.mingw [Client] [WSL] Extend detection. 2018-06-24 03:08:11 +03:00
app_ipc.cpp The user can specify 3 priority-related prefs in cc_config.h: 2020-07-24 00:58:45 -07:00
app_ipc.h The user can specify 3 priority-related prefs in cc_config.h: 2020-07-24 00:58:45 -07:00
average.cpp
average.h
base64.cpp client/manager, Win: remove references to _STDWX_H_; not used anymore 2020-06-04 00:48:21 -07:00
base64.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
boinc_fcgi.cpp Lib/Sched: remove superfluous ';' 2016-09-01 16:40:31 +02:00
boinc_fcgi.h Merge pull request #1638 from BOINC/fix_c++11_build 2017-08-14 16:56:02 -07:00
boinc_win.cpp
boinc_win.h Win compile fix 2019-11-20 10:53:15 -08:00
cal_boinc.h
cc_config.cpp Merge pull request #3988 from BOINC/dpa_priority2 2020-08-28 02:20:25 -07:00
cc_config.h Merge pull request #3988 from BOINC/dpa_priority2 2020-08-28 02:20:25 -07:00
cert_sig.cpp Various files: simplify #includes. 2020-06-04 01:24:49 -07:00
cert_sig.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
cl_boinc.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
common_defs.h Merge pull request #3988 from BOINC/dpa_priority2 2020-08-28 02:20:25 -07:00
coproc.cpp client/manager, Win: remove references to _STDWX_H_; not used anymore 2020-06-04 00:48:21 -07:00
coproc.h client: fix stall when --skip_cpu_benchmarks used 2020-02-11 09:42:38 +01:00
crypt.cpp client/manager, Win: remove references to _STDWX_H_; not used anymore 2020-06-04 00:48:21 -07:00
crypt.h lib: Make macro safe to use (operations priority) 2020-05-07 14:17:22 +03:00
crypt_prog.cpp Remove unused BOINC_RCSID constants 2019-01-12 23:43:48 +02:00
daemonmgt.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
daemonmgt_win.cpp client/manager, Win: remove references to _STDWX_H_; not used anymore 2020-06-04 00:48:21 -07:00
diagnostics.cpp Windows: fix many VS2019 compile warnings. No functional changes. 2020-06-12 09:33:34 -07:00
diagnostics.h Client and manager, Win: fix crashes and runtime warnings with VS2019 2020-06-03 22:39:57 -07:00
diagnostics_win.cpp Windows: fix many VS2019 compile warnings. No functional changes. 2020-06-12 09:33:34 -07:00
diagnostics_win.h [Windows] Add MSVS 2019 with vcpkg support 2020-03-16 02:32:35 +01:00
error_numbers.h Merge branch 'master' into js-client-mgr-consent-stuff 2019-03-19 20:11:27 +02:00
filesys.cpp Change to better condition. 2020-06-13 14:18:01 +03:00
filesys.h Client: measure disk usage in terms of allocated disk space, not file size. 2020-05-11 20:02:47 -07:00
gui_rpc_client.cpp Windows: fix many VS2019 compile warnings. No functional changes. 2020-06-12 09:33:34 -07:00
gui_rpc_client.h Manager: remove cookie-based autoattach schemes 2020-06-14 15:23:48 -07:00
gui_rpc_client_ops.cpp Merge pull request #3954 from BOINC/dpa_proj_init 2020-08-29 17:36:18 -07:00
gui_rpc_client_print.cpp Merge pull request #3803 from BOINC/dpa_stdwx_cleanup 2020-06-08 01:20:40 +02:00
hostinfo.cpp client/manager, Win: remove references to _STDWX_H_; not used anymore 2020-06-04 00:48:21 -07:00
hostinfo.h Merge pull request #3453 from BOINC/dpa_processor_group 2020-02-17 14:30:09 -08:00
idlemon.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
idlemon_win.cpp client/manager, Win: remove references to _STDWX_H_; not used anymore 2020-06-04 00:48:21 -07:00
keyword.cpp fix fcgi build, hopefully 2017-07-30 16:06:43 -07:00
keyword.h client: parse keyword file and export keywords in get_state() GUI RPC 2017-07-30 13:12:16 -07:00
md5.cpp lib: Remove test/dead code 2016-02-16 22:00:24 -05:00
md5.h
md5_file.cpp client/manager, Win: remove references to _STDWX_H_; not used anymore 2020-06-04 00:48:21 -07:00
md5_file.h client: fix GUI RPC password generation bug on Win 2019-11-28 00:50:31 -08:00
md5_test.cpp Remove unused BOINC_RCSID constants 2019-01-12 23:43:48 +02:00
mem_usage.cpp client/manager, Win: remove references to _STDWX_H_; not used anymore 2020-06-04 00:48:21 -07:00
mem_usage.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
mfile.cpp Windows: fix many VS2019 compile warnings. No functional changes. 2020-06-12 09:33:34 -07:00
mfile.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
miofile.cpp client/manager, Win: remove references to _STDWX_H_; not used anymore 2020-06-04 00:48:21 -07:00
miofile.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
msg_log.cpp security updates for potential buffer overflows 2018-08-29 08:49:54 -05:00
msg_log.h lib: Use MSVC warning override scope 2020-05-07 01:30:52 +03:00
msg_queue.cpp Remove unused BOINC_RCSID constants 2019-01-12 23:43:48 +02:00
msg_queue.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
msg_test.cpp Remove unused BOINC_RCSID constants 2019-01-12 23:43:48 +02:00
network.cpp client/manager, Win: remove references to _STDWX_H_; not used anymore 2020-06-04 00:48:21 -07:00
network.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
notice.cpp client/manager, Win: remove references to _STDWX_H_; not used anymore 2020-06-04 00:48:21 -07:00
notice.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
opencl_boinc.cpp client/manager, Win: remove references to _STDWX_H_; not used anymore 2020-06-04 00:48:21 -07:00
opencl_boinc.h client: get rid of the use of memset() to initialize structs to zero. 2019-11-05 00:16:02 -08:00
parse.cpp client/manager, Win: remove references to _STDWX_H_; not used anymore 2020-06-04 00:48:21 -07:00
parse.h Remove VS2010 compiler warnings. A few remain. 2018-08-02 12:18:15 -07:00
parse_test.cpp
prefs.cpp client/manager, Win: remove references to _STDWX_H_; not used anymore 2020-06-04 00:48:21 -07:00
prefs.h client: get rid of the use of memset() to initialize structs to zero. 2019-11-05 00:16:02 -08:00
proc_control.cpp Merge pull request #3988 from BOINC/dpa_priority2 2020-08-28 02:20:25 -07:00
proc_control.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
procinfo.cpp client/manager, Win: remove references to _STDWX_H_; not used anymore 2020-06-04 00:48:21 -07:00
procinfo.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
procinfo_mac.cpp Merge pull request #3983 from BOINC/cf_fix_procinfo_non-English-Mgr 2020-08-28 02:18:38 -07:00
procinfo_unix.cpp Add missing std::pair template arguments. 2019-07-11 16:29:42 +02:00
procinfo_win.cpp lib: Remove setting of already set process props 2020-05-06 22:48:02 +03:00
project_init.cpp Merge pull request #3954 from BOINC/dpa_proj_init 2020-08-29 17:36:18 -07:00
project_init.h Merge pull request #3954 from BOINC/dpa_proj_init 2020-08-29 17:36:18 -07:00
proxy_info.cpp client: get rid of the use of memset() to initialize structs to zero. 2019-11-05 00:16:02 -08:00
proxy_info.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
remote_submit.cpp client: get rid of the use of memset() to initialize structs to zero. 2019-11-05 00:16:02 -08:00
remote_submit.h client: get rid of the use of memset() to initialize structs to zero. 2019-11-05 00:16:02 -08:00
run_app_windows.cpp Various files: simplify #includes. 2020-06-04 01:24:49 -07:00
run_app_windows.h
sched_msgs.cpp Remove unused BOINC_RCSID constants 2019-01-12 23:43:48 +02:00
sched_msgs.h scheduler: write log msgs to stderr; fixes bug introduced in #5edf74a 2017-06-14 22:31:10 -07:00
shmem.cpp client/manager, Win: remove references to _STDWX_H_; not used anymore 2020-06-04 00:48:21 -07:00
shmem.h
shmem_test.cpp Remove unused BOINC_RCSID constants 2019-01-12 23:43:48 +02:00
stackwalker_imports.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
stackwalker_win.cpp client/manager, Win: remove references to _STDWX_H_; not used anymore 2020-06-04 00:48:21 -07:00
stackwalker_win.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
std_fixes.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
str_replace.h Make the client simulator build again. 2018-01-19 20:51:40 -08:00
str_util.cpp client/manager, Win: remove references to _STDWX_H_; not used anymore 2020-06-04 00:48:21 -07:00
str_util.h back end: add keyword-based component to job scheduling score. 2017-07-22 00:48:38 -07:00
submit_api.py Remote job submission was always using allocation-based prioritization. 2020-07-24 00:36:12 -07:00
synch.cpp
synch.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
synch_test.cpp Remove unused BOINC_RCSID constants 2019-01-12 23:43:48 +02:00
translate.cpp
translate.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
unix_util.cpp cppcheck: Prefer prefix ++/-- operators for non-primitive types 2015-01-14 21:18:29 +01:00
unix_util.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
url.cpp Merge pull request #3803 from BOINC/dpa_stdwx_cleanup 2020-06-08 01:20:40 +02:00
url.h Client: eliminate errors/warning if a project changes its master URL from http: to https: 2020-05-22 23:32:46 -07:00
util.cpp client/manager, Win: remove references to _STDWX_H_; not used anymore 2020-06-04 00:48:21 -07:00
util.h Merge pull request #1820 from BOINC/fix_issue-1177 2017-04-27 01:33:46 -07:00
win_util.cpp client/manager, Win: remove references to _STDWX_H_; not used anymore 2020-06-04 00:48:21 -07:00
win_util.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
wslinfo.cpp scheduler: parse <wsl> and <wsl_available> 2018-11-07 09:44:23 -08:00
wslinfo.h scheduler: parse <wsl> and <wsl_available> 2018-11-07 09:44:23 -08:00
x_util.cpp