boinc/lib
David Anderson 3913022bd5 Unix build: fix typo in lib Makefile, from Gianfranco 2014-08-11 11:30:34 -07:00
..
mac lib, nvcuda: Fix warnings from cppcheck reported by Toralf Förster. 2014-03-20 05:20:04 -07:00
Makefile.am Unix build: fix typo in lib Makefile, from Gianfranco 2014-08-11 11:30:34 -07:00
Makefile.mingw Fix regression in c1ee472 (not fixed in d5fdf4b) 2013-11-08 15:59:47 +01:00
app_ipc.cpp Fixed avx detection on GCC windows compiles 2014-06-20 07:48:31 -07:00
app_ipc.h client: Add vm_extensions_disabled as an element to APP_INIT_DAATA. We can use the additional information to selectively enable/disable hardware acceleration in VirtualBox. 2013-10-03 23:52:05 -04:00
average.cpp
average.h
base64.cpp - lib: switch include order to the way it was (general to specific). 2012-08-11 05:47:18 +00:00
base64.h
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 Fixed avx detection on GCC windows compiles 2014-06-20 07:48:31 -07:00
cal_boinc.h
cc_config.cpp client: fix bug in set_cc_config RPC saving value of <start_delay> option. 2014-05-19 01:34:39 -07:00
cc_config.h client/lib: change CONFIG to CC_CONFIG, config to cc_config. 2014-05-08 00:51:18 -07:00
cert_sig.cpp Line ending changes 2013-03-04 17:12:12 +01:00
cert_sig.h
cl_boinc.h validator: fixes and features 2014-03-20 12:38:29 -07:00
common_defs.h client: maintain availability info, and export via GUI RPC 2014-06-03 15:59:56 -07:00
coproc.cpp client: set work requests for coprocs specified in cc_config.xml 2014-08-09 21:44:39 -07:00
coproc.h scheduler: preliminary support for generic coprocessors 2014-07-25 12:40:35 -07:00
crypt.cpp scheduler: fix bugs related to changing code signing key 2014-07-03 13:33:53 -07:00
crypt.h
crypt_prog.cpp crypt_prog: use RSA_new() instead of calloc() 2014-06-26 17:42:48 -07:00
daemonmgt.h
daemonmgt_win.cpp
diagnostics.cpp Changes for mingw32 cross compile 2014-04-29 07:50:33 -07:00
diagnostics.h MGR: Fix compiler warnings, including many caused by commit 45aaaee 2014-06-28 02:10:50 -07:00
diagnostics_win.cpp Cross compile fixes for mingw32. 2014-05-02 15:40:59 -07:00
diagnostics_win.h More fixes for diagnostics cross compile. 2014-05-03 13:09:10 -07:00
error_numbers.h vboxwrapper: compile fix, and error-check kill_program(). 2014-07-29 13:19:07 -07:00
filesys.cpp LIB: Fix build break 2014-06-10 19:15:42 -04:00
filesys.h - client (Win) preallocate large files to avoid file fragmentation 2013-03-04 15:23:37 +01:00
gui_rpc_client.cpp Compile fixes for Ubuntu 2014-02-06 12:17:28 -08:00
gui_rpc_client.h scheduler and client: fix mechanism for exposing user CPID to GUI 2014-08-08 12:58:08 -07:00
gui_rpc_client_ops.cpp scheduler and client: fix mechanism for exposing user CPID to GUI 2014-08-08 12:58:08 -07:00
gui_rpc_client_print.cpp scheduler and client: fix mechanism for exposing user CPID to GUI 2014-08-08 12:58:08 -07:00
hostinfo.cpp scheduler: parse <opencl_cpu_prop> in scheduler requests correctly 2013-11-28 14:11:42 -08:00
hostinfo.h scheduler: parse <opencl_cpu_prop> in scheduler requests correctly 2013-11-28 14:11:42 -08:00
idlemon.h
idlemon_win.cpp
md5.c
md5.h
md5_file.cpp md5_file: fclose() if error 2014-06-27 13:38:16 -07: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 - restore 2 commits erased by Charlie's Dec 10 commit 2013-03-04 17:17:10 +01:00
mfile.h
miofile.cpp Fix for fcgi compiles. 2013-10-28 16:19:48 -07:00
miofile.h - tabs -> spaces 2013-04-02 17:23:37 -07:00
msg_log.cpp - client: treat all 4xx HTTP errors as permanent 2012-08-13 18:23:20 +00: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
msg_test.cpp all components: change strcpy() to strlcpy() when possible. 2013-06-03 20:24:48 -07:00
network.cpp vboxwrapper: add a general port-forwarding mechanism 2014-08-02 23:07:22 -07:00
network.h vboxwrapper: add a general port-forwarding mechanism 2014-08-02 23:07:22 -07:00
notice.cpp Win compile fixes 2014-06-16 18:58:55 -07: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: fix Event Log descriptions of OpenCL CPUs: 2013-10-11 03:47:56 -07:00
opencl_boinc.h client: continue adding support for OpenCL devices (GPUs and accelerators) other than AMD/ATI, NVIDIA or Intel GPUs. 2014-07-23 05:18:51 -07:00
parse.cpp all components: change strcpy() to strlcpy() when possible. 2013-06-03 20:24:48 -07:00
parse.h all components: change strcpy() to strlcpy() when possible. 2013-06-03 20:24:48 -07:00
parse_test.cpp Condor interface: various fixes, mostly from Jaime Frey 2013-05-27 11:45:10 -07:00
prefs.cpp lib: make run_on_batteries false for all platforms by default. 2014-01-07 16:39:18 -05:00
prefs.h client (Android): make max battery temperature a preference 2013-06-20 21:47:34 -07:00
proc_control.cpp lib: Fix build break on Linux when building with --enable-debug 2014-06-24 04:52:49 -07:00
proc_control.h David 11 Dec 2012 2013-03-04 17:02:40 +01:00
procinfo.cpp Fix warnings of class or global variables shadowed by local variables or arguments 2013-07-29 01:31:09 -07:00
procinfo.h - tabs -> spaces 2013-04-02 17:23:37 -07:00
procinfo_mac.cpp LIB: A more efficient fix than commit 87d3cb5 to eliminate the spurious 'dyld: DYLD_ environment variables being ignored' stderr messages on Mac OS X 10.8. 2014-07-08 00:16:12 -07: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
proxy_info.cpp - tabs -> spaces 2013-04-02 17:23:37 -07:00
proxy_info.h - tabs -> spaces 2013-04-02 17:23:37 -07:00
remote_submit.cpp Remote job submission: allow efficient batch query 2014-01-16 10:24:10 -08:00
remote_submit.h Remote job submission: allow efficient batch query 2014-01-16 10:24:10 -08:00
run_app_windows.cpp MGR & Client: Massive code clean-up. Remove as much of the LoadLibrary/GetProcAddress stuff as we can under VS 2012. 2014-03-06 18:27:54 -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
shmem.cpp client: fix job scheduling bug. Sort by avg_ncpus doesn't apply to GPU jobs 2014-07-03 21:53:38 -07:00
shmem.h
shmem_test.cpp
stackwalker_imports.h
stackwalker_win.cpp client & MGR: Remove byte order markers from UTF-8 encoded files. 2014-03-17 15:44:11 -04:00
stackwalker_win.h
std_fixes.h
str_replace.h remove dependency of boinc_api.h on str_replace.h (and hence config.h) 2013-06-06 17:31:46 -07:00
str_util.cpp vboxwrapper: compile fix, and error-check kill_program(). 2014-07-29 13:19:07 -07:00
str_util.h scheduler: if gui_urls.xml or project_files.xml don't end with \n, add one 2014-02-26 16:16:51 -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 Get rid of warning in unix_util.cpp. 2013-12-03 11:25:22 -08:00
unix_util.h
url.cpp all components: change strcpy() to strlcpy() when possible. 2013-06-03 20:24:48 -07:00
url.h Mac installer: Fix build breaks due to recent changes for strcpy -> strlcpy. 2013-06-04 00:55:57 -07:00
util.cpp vboxwrapper: compile fix, and error-check kill_program(). 2014-07-29 13:19:07 -07:00
util.h vboxwrapper: compile fix, and error-check kill_program(). 2014-07-29 13:19:07 -07:00
win_util.cpp client & MGR: On Windows, handle expansion of environment variables in the registry value that stores DATADIR. 2014-05-06 11:28:47 -04:00
win_util.h MGR & Client: Massive code clean-up. Remove as much of the LoadLibrary/GetProcAddress stuff as we can under VS 2012. 2014-03-06 18:27:54 -05:00
x_util.cpp