boinc/lib
Charlie Fenton a0c2d8a949 Mac: add new header file needed for replacing system() calls with posix_spawn() calls. 2017-03-03 15:28:50 -08:00
..
mac Mac: add new header file needed for replacing system() calls with posix_spawn() calls. 2017-03-03 15:28:50 -08:00
Makefile.am remove dependency of coproc.h on str_replace.h 2016-08-26 12:31:54 -07:00
Makefile.mingw lib: Fixes for newer GCC versions when compiling md5.c. 2014-08-26 12:21:00 -04: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 some sprintf() to snprintf() in lib code 2016-02-17 22:53:37 -08:00
average.cpp
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 VBOX: Take a screen shot on failure and dump the base64 encoded image to stderr. 2016-06-12 19:20:55 -07:00
boinc_fcgi.cpp - lib: switch include order to the way it was (general to specific). 2012-08-11 05:47:18 +00:00
boinc_fcgi.h
boinc_win.cpp More Line Ending Changes 2013-03-04 17:19:38 +01:00
boinc_win.h Fix cross-compile from ubuntu with mingw 2017-02-16 00:08:51 -05:00
cal_boinc.h
cc_config.cpp Add <no_opencl/> option in cc_config.xml 2016-04-23 20:47:31 -07:00
cc_config.h tweak, no functional change 2016-06-29 13:05:12 -07:00
cert_sig.cpp Line ending changes 2013-03-04 17:12:12 +01:00
cert_sig.h
cl_boinc.h lib: Add more OpenCL defines and HTTP references to the extension documentation 2015-12-18 23:46:08 -05:00
common_defs.h remove dependence of boinc_api.h on str_replace.h 2016-09-02 21:12:09 -07:00
coproc.cpp Client: add some comments to GPU code 2016-10-27 22:57:19 -07:00
coproc.h client: add ability to fake an OpenCL GPU 2016-10-25 11:06:43 -07:00
crypt.cpp Lib: fix indentation (whitespace changes only) 2016-07-18 16:25:31 +02:00
crypt.h Lib: build against openSSL 1.1.0 2016-06-27 18:32:07 +02:00
crypt_prog.cpp Tools: fix crypt_prog usage message 2016-08-26 10:22:00 +02:00
daemonmgt.h
daemonmgt_win.cpp
diagnostics.cpp Check execinfo.h availability in configure.ac 2017-02-26 11:02:55 +01:00
diagnostics.h LIB: Explicitly declare a termination function for handling terminate()/unhandled()/abort() CRT calls. 2015-12-11 18:24:34 -05:00
diagnostics_win.cpp Merge pull request #1743 from sirzooro/cygwin-mingw-compilation-fix 2017-02-02 23:43:01 -08:00
diagnostics_win.h Lib: fix mingw build for older versions of mingw 2017-02-17 14:48:48 +01:00
error_numbers.h lib: check for fclose() error return in boinc_copy 2016-09-30 01:41:45 -07:00
filesys.cpp Mac replace all Mac APIs deprecated in OS 10.10, except in MacAccessibility.mm. Updating the accessibility support will require a complete rewrite to use Apple's new NSAccessibility APIs, which are not available on systems prior to OS 10.10, while retaining the current code for use with older versions of OS X. This will require far more time and effort than I can spend at this time. 2017-03-03 06:05:09 -08:00
filesys.h client: fix problems w/ tempfile generation for async file operations 2016-07-17 00:15:09 -07:00
gui_rpc_client.cpp lib: Cleanup low hanging fruit with regards to cleaning up sprintf. 2016-02-17 18:50:28 -05:00
gui_rpc_client.h client: add option to use SOCKS5 for DNS 2017-01-05 21:34:34 -08:00
gui_rpc_client_ops.cpp MGR: Version check. Added new menu option 'Help'->'Check for new version'. Fixed XML new version responce parse. 2017-01-25 05:41:49 +02:00
gui_rpc_client_print.cpp boinccmd: add some items to app_version, result display 2016-10-23 00:38:58 -07:00
hostinfo.cpp Merge pull request #1562 from BOINC/cpu_infos_aarch64 2017-01-31 01:12:55 -08:00
hostinfo.h lib: Mac: continue replacing deprecated Mac APIs 2017-02-25 04:57:37 -08:00
idlemon.h
idlemon_win.cpp
md5.cpp lib: Remove test/dead code 2016-02-16 22:00:24 -05:00
md5.h
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 validator: fixes and features 2014-03-20 12:38:29 -07:00
md5_test.cpp
mem_usage.cpp - fix a few unlikely but possible file-descriptor leaks 2013-03-01 16:17:19 +01:00
mem_usage.h
mfile.cpp LIB: Revert back the changes to mfile.cpp. 2016-02-16 10:04:24 -05:00
mfile.h
miofile.cpp LIB: Cleanup low hanging fruit with regards to cleaning up strcpy and strcat use. 2016-02-15 17:54:13 -05:00
miofile.h - tabs -> spaces 2013-04-02 17:23:37 -07:00
msg_log.cpp lib: fix Coverity warning 2016-02-20 10:16:35 -08:00
msg_log.h - client: treat all 4xx HTTP errors as permanent 2012-08-13 18:23:20 +00: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 - more code cleanup 2012-07-02 19:31:34 +00: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 vboxwrapper: add a general port-forwarding mechanism 2014-08-02 23:07:22 -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 GUI RPC: include is_youtube_video flag in notice struct. 2014-06-10 14:04:40 -07:00
opencl_boinc.cpp client: add ability to fake an OpenCL GPU 2016-10-25 11:06:43 -07:00
opencl_boinc.h client: add ability to fake an OpenCL GPU 2016-10-25 11:06:43 -07:00
parse.cpp Win build: manage compiler warnings better: 2017-01-27 01:27:32 -08:00
parse.h server software: handle 64-bit database IDs 2015-07-23 10:11:08 -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 Adjusting the failure behaviour of xss_idle to report idle rather than busy, and send a message to the Event Log that X-based idle detection is disabled. Also changed how to handle the 'Always' definition conflict with X.h. 2015-12-18 09:56:24 -06: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 wrapper: let job.xml specify the process priorities of sub-tasks 2014-10-13 11:35:16 -07:00
procinfo.cpp cppcheck: Prefer prefix ++/-- operators for non-primitive types 2015-01-14 21:18:29 +01:00
procinfo.h Lib: initialize fields in constructor 2015-11-04 08:35:49 +01: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 WCG: New feature 'cookieless installs' 2016-02-08 15:51:33 -05:00
proxy_info.cpp client: add option to use SOCKS5 for DNS 2017-01-05 21:34:34 -08:00
proxy_info.h client: add option to use SOCKS5 for DNS 2017-01-05 21:34:34 -08:00
remote_submit.cpp remote file management: bug fixes 2017-01-25 16:17:42 -08:00
remote_submit.h Condor GAHP: add extensions to input file names 2016-07-22 16:10:23 -07:00
run_app_windows.cpp LIB: Cleanup low hanging fruit with regards to cleaning up strcpy and strcat use. 2016-02-15 19:18:22 -05: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 LIB: introduce new warning message level 2015-10-22 10:04:00 +02:00
sched_msgs.h Fix build break with gcc 6; from Nicolas and Gianfranco 2016-01-21 18:21:50 -08: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
stackwalker_imports.h - WIN: Don't include the newer DBGHELP symbols in MinGW64. 2012-08-06 15:39:37 +00: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
std_fixes.h
str_replace.h Mac: Fix build break on Mac caused by commit 5df6f25. HAVE_CONFIG_H is not defined in Mac builds of most BOINC modules. 2017-03-03 05:49:53 -08: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 Client: normalize whitespace in p_model and p_vendor entries 2017-02-13 16:16:52 +01:00
submit_api.py remote job submission: add <get_job_details> option to query_batch() 2017-02-25 15:05:14 -08:00
synch.cpp - server: compile fix 2012-08-11 16:42:29 +00:00
synch.h
synch_test.cpp
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 lib: Fix bugs and license in simplified string localization code adapted from wxWidgets. 2013-06-13 16:33:15 -07:00
unix_util.cpp cppcheck: Prefer prefix ++/-- operators for non-primitive types 2015-01-14 21:18:29 +01:00
unix_util.h
url.cpp client/wrappers, Win: consolidate defines for _getcwd etc in boinc_win.h 2017-01-26 20:59:11 -08:00
url.h client: send LDAP credentials only over HTTPS 2014-10-28 14:06:49 -07:00
util.cpp lib: Mac: replace all deprecated Mac APIs as of OS 10.9 2017-02-28 05:17:29 -08:00
util.h Fix issue #1128 2015-09-28 20:36:18 +03: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 LIB: Remove string type conversion naming conflict with the ATL framework. 2014-11-18 16:35:47 -05:00
x_util.cpp