boinc/lib
David Anderson 3308d58615 Merge pull request #2075 from BOINC/xml_parse_fix
XML parser: never use fgets(); don't require any tags to be on differ…
2017-08-25 16:18:04 -07:00
..
mac Mac uninstaller: better optimization and error checking 2017-07-16 20:50:03 -07:00
Makefile.am Merge pull request #1638 from BOINC/fix_c++11_build 2017-08-14 16:56:02 -07:00
Makefile.mingw update lib/Makefile.mingw 'clean' and 'wrapper' targets 2017-03-23 08:59:44 +01:00
app_ipc.cpp client/wrappers, Win: consolidate defines for _getcwd etc in boinc_win.h 2017-01-26 20:59:11 -08:00
app_ipc.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
average.cpp - server: various changes; 2010-03-29 22:28:20 +00:00
average.h - more code cleanup 2012-07-02 19:31:34 +00:00
base64.cpp - lib: switch include order to the way it was (general to specific). 2012-08-11 05:47:18 +00: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 More Line Ending Changes 2013-03-04 17:19:38 +01:00
boinc_win.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
cal_boinc.h - rename cal.h to cal_boinc.h to avoid name conflict 2010-07-22 20:08:33 +00:00
cc_config.cpp Manager: Include android_debug in Event Log Options and in cc_config.xml file only if running on Android 2017-08-18 02:12:51 -07:00
cc_config.h client/lib: add GUI RPCs for reading and writing app_config.xml files. 2017-05-11 20:16:35 -07:00
cert_sig.cpp Line ending changes 2013-03-04 17:12:12 +01: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 change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
coproc.cpp Merge pull request #1638 from BOINC/fix_c++11_build 2017-08-14 16:56:02 -07:00
coproc.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
crypt.cpp Lib: fix indentation (whitespace changes only) 2016-07-18 16:25:31 +02:00
crypt.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
crypt_prog.cpp Tools: fix crypt_prog usage message 2016-08-26 10:22:00 +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 & lib: bring header inclusion up-to-date for the CC to begin 2010-05-11 19:10:29 +00:00
diagnostics.cpp client/lib: don't flush stdout and stderr in main loop 2017-07-17 21:58:23 +03:00
diagnostics.h Android (client and API): stack trace voodoo causes crashes on some devices; disable by default. 2017-04-12 15:48:09 -07:00
diagnostics_win.cpp lib: Move 'strlen' function outside of the loop 2017-05-02 16:10:10 +03:00
diagnostics_win.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
error_numbers.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
filesys.cpp lib: fix boinc_file_exists() on Windows 2017-08-03 23:07:53 +03:00
filesys.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
gui_rpc_client.cpp fix fcgi build, hopefully 2017-07-30 16:06:43 -07:00
gui_rpc_client.h client: parse keyword file and export keywords in get_state() GUI RPC 2017-07-30 13:12:16 -07:00
gui_rpc_client_ops.cpp client: parse keyword file and export keywords in get_state() GUI RPC 2017-07-30 13:12:16 -07:00
gui_rpc_client_print.cpp client: parse keyword file and export keywords in get_state() GUI RPC 2017-07-30 13:12:16 -07:00
hostinfo.cpp Merge pull request #1562 from BOINC/cpu_infos_aarch64 2017-01-31 01:12:55 -08:00
hostinfo.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
idlemon.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
idlemon_win.cpp - client & lib: bring header inclusion up-to-date for the CC to begin 2010-05-11 19:10:29 +00: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 Initial revision 2002-04-30 22:22:54 +00:00
md5_file.cpp lib: Cleanup low hanging fruit with regards to cleaning up sprintf. 2016-02-17 18:50:28 -05:00
md5_file.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
md5_test.cpp - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00:00
mem_usage.cpp - fix a few unlikely but possible file-descriptor leaks 2013-03-01 16:17:19 +01:00
mem_usage.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
mfile.cpp Lib: remove superfluous include 2016-09-01 18:21:45 +02:00
mfile.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
miofile.cpp Lib: fix fcgi compile when forcing C++11 standard 2016-09-01 18:22:28 +02:00
miofile.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
msg_log.cpp sched message logging: add new level MSG_DETAIL 2017-06-06 15:53:11 -07:00
msg_log.h sched message logging: add new level MSG_DETAIL 2017-06-06 15:53:11 -07:00
msg_queue.cpp - lib: switch include order to the way it was (general to specific). 2012-08-11 05:47:18 +00:00
msg_queue.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
msg_test.cpp all components: change strcpy() to strlcpy() when possible. 2013-06-03 20:24:48 -07:00
network.cpp Lib: tweak error messages 2016-05-02 11:20:00 +02:00
network.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
notice.cpp LIB: Cleanup low hanging fruit with regards to cleaning up strcpy and strcat use. 2016-02-15 17:54:13 -05:00
notice.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
opencl_boinc.cpp Merge pull request #1638 from BOINC/fix_c++11_build 2017-08-14 16:56:02 -07:00
opencl_boinc.h Merge pull request #1638 from BOINC/fix_c++11_build 2017-08-14 16:56:02 -07:00
parse.cpp Merge pull request #2075 from BOINC/xml_parse_fix 2017-08-25 16:18:04 -07:00
parse.h XML parser: never use fgets(); don't require any tags to be on different lines 2017-08-25 15:43:21 -07:00
parse_test.cpp Condor interface: various fixes, mostly from Jaime Frey 2013-05-27 11:45:10 -07:00
prefs.cpp LIB: Cleanup low hanging fruit with regards to cleaning up strcpy and strcat use. 2016-02-15 17:54:13 -05:00
prefs.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
proc_control.cpp wrapper: let job.xml specify the process priorities of sub-tasks 2014-10-13 11:35:16 -07:00
proc_control.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
procinfo.cpp cppcheck: Prefer prefix ++/-- operators for non-primitive types 2015-01-14 21:18:29 +01:00
procinfo.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
procinfo_mac.cpp lib, Mac: fix build error 2015-01-11 21:26:10 -08:00
procinfo_unix.cpp API: back out long long stuff; not needed 2014-06-09 12:31:50 -07:00
procinfo_win.cpp Cross compile fixes for mingw32. 2014-05-02 15:40:59 -07:00
project_init.cpp LIB: Cleanup low hanging fruit with regards to cleaning up strcpy and strcat use. 2016-02-15 17:54:13 -05:00
project_init.h change comment; not functional change 2017-07-03 14:46:01 -07:00
proxy_info.cpp client: add option to use SOCKS5 for DNS 2017-01-05 21:34:34 -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 Remote job submission: support app_version_num argument 2017-08-17 23:55:15 -07:00
remote_submit.h Remote job submission: support app_version_num argument 2017-08-17 23:55:15 -07:00
run_app_windows.cpp lib: Fix missed parameters from 'throw' statements. 2017-04-02 08:07:44 +03:00
run_app_windows.h client: Give boinc_master full control of any process spawned using the service token created by the client for boinc_project. 2013-11-14 23:26:06 -05:00
sched_msgs.cpp scheduler: write log msgs to stderr; fixes bug introduced in #5edf74a 2017-06-14 22:31:10 -07: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 Android: Android's standalone toolchain now includes a 'sys/shm.h' header file but does not the old-style shared memory segments. 2016-06-19 16:08:33 -07:00
shmem.h - Client: initial checkin for Android version. From Joachim Fritzsch. 2012-08-04 00:27:32 +00:00
shmem_test.cpp - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00: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/wrappers, Win: consolidate defines for _getcwd etc in boinc_win.h 2017-01-26 20:59:11 -08: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 change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
str_util.cpp Client: normalize whitespace in p_model and p_vendor entries 2017-02-13 16:16:52 +01: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: support app_version_num argument 2017-08-17 23:55:15 -07:00
synch.cpp - server: compile fix 2012-08-11 16:42:29 +00:00
synch.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
synch_test.cpp - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00:00
translate.cpp Mac installer: Don't load more languages for a catalog if we've already loaded it for English 2013-08-16 21:48:18 -07:00
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 client: fix bug in URL-escaping that fails for non-ASCII chars 2017-07-01 23:26:24 -07:00
url.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
util.cpp lib: fix out of bounds write in get_real_executable_path 2017-07-17 22:11:24 +03:00
util.h Merge pull request #1820 from BOINC/fix_issue-1177 2017-04-27 01:33:46 -07:00
win_util.cpp client/wrappers, Win: consolidate defines for _getcwd etc in boinc_win.h 2017-01-26 20:59:11 -08:00
win_util.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
x_util.cpp svn path=/trunk/boinc/; revision=19291 2009-10-12 20:01:49 +00:00