boinc/lib
David Anderson ad2f3771da - client: fix bugs when writing/parsing cc_config.xml via GUI RPCs
(e.g. when editing it via the Manager).
    Include only the GPUs that were specified in the original cc_config.xml,
    not those detected by the client.
- client: fix bug that failed to require authorization for
    GUI RPCs that are supposed to be authorized
- client: report parse errors in acct_mgr_url.xml and acct_mgr_login.xml
- fix compile warnings
- user web: in sample project_specific_prefs.inc,
    get app names from the DB instead of listing them in the PHP code.


svn path=/trunk/boinc/; revision=24518
2011-11-03 19:19:36 +00:00
..
mac Mac: Update Mac build scripts, XCode project and source files to allow automated builds under OS 10.7 Lion and XCode 4.2 2011-10-18 12:42:53 +00:00
Makefile.am - lib: move XML parse test program to its own file. 2011-10-03 21:43:34 +00:00
Makefile.mingw - API: compile fixes for MinGW. From Oliver Bock. 2011-10-24 23:38:19 +00:00
app_ipc.cpp - client/API: pass bool using_sandbox in APP_INIT_DATA; 2011-10-21 06:58:35 +00:00
app_ipc.h - client/API: pass bool using_sandbox in APP_INIT_DATA; 2011-10-21 06:58:35 +00:00
average.cpp
average.h
base64.cpp
base64.h
boinc_fcgi.cpp
boinc_fcgi.h
boinc_win.cpp
boinc_win.h - API: compile fixes for MinGW. From Oliver Bock. 2011-10-24 23:38:19 +00: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 - client: fix bugs when writing/parsing cc_config.xml via GUI RPCs 2011-11-03 19:19:36 +00:00
cc_config.h - client: change the way project priorities are computed, 2011-10-19 06:37:03 +00:00
cert_sig.cpp - client: use new XML parser pretty much everywhere 2011-08-11 06:17:33 +00:00
cert_sig.h - client: use new XML parser pretty much everywhere 2011-08-11 06:17:33 +00:00
cl_boinc.h API: More fixes to boinc_get_opencl_ids() 2011-09-01 08:31:55 +00:00
common_defs.h - client/server: add a new result state RESULT_UPLOAD_FAILED 2011-10-11 17:41:10 +00:00
coproc.cpp - compile warning fix 2011-10-22 07:02:04 +00:00
coproc.h - client: fix bugs when writing/parsing cc_config.xml via GUI RPCs 2011-11-03 19:19:36 +00:00
crypt.cpp - job creation: handling of extra XML in input templates didn't work. 2011-08-27 16:52:04 +00:00
crypt.h - client: more XML parsing stuff 2011-08-11 17:41:48 +00:00
crypt_prog.cpp - crypt_prog: show cmdline options if error. Fixes #1019 2010-10-05 23:06:20 +00:00
daemonmgt.h
daemonmgt_win.cpp
diagnostics.cpp - client: Fix crashing bug in OpenCL detection on Windows. 2011-10-10 14:21:08 +00:00
diagnostics.h
diagnostics_win.cpp
diagnostics_win.h
error_numbers.h - server programs: print error message instead of numeric retval 2010-11-08 17:51:57 +00:00
filesys.cpp - client: fix a memory leak; would lose ~120 bytes each time a job is started 2011-10-05 19:20:53 +00:00
filesys.h - client: fix boinc_make_dirs() (from Josh Highley) 2011-05-25 21:16:45 +00:00
gui_rpc_client.cpp - Improve interface of XML_PARSER. 2011-08-10 17:11:08 +00:00
gui_rpc_client.h - Remove dead code related to v5 graphics applications from the 2011-10-14 19:02:43 +00:00
gui_rpc_client_ops.cpp - server: plan class names containing 'nvidia' or 'cuda' 2011-11-03 05:26:19 +00:00
gui_rpc_client_print.cpp - GUI RPC: add get_daily_xfer_history() RPC for getting 2011-10-06 17:23:16 +00:00
hostinfo.cpp - client: pass XML_PARSER& rather than MIOFILE& to parse functions. 2011-08-09 21:44:14 +00:00
hostinfo.h - Updates Linux notifications to use current libnotify. 2011-09-27 19:45:27 +00:00
idlemon.h
idlemon_win.cpp
mac_address.cpp - manager: fix build break on Linux 2011-09-28 17:33:26 +00:00
mac_address.h
md5.c
md5.h
md5_file.cpp
md5_file.h
md5_test.cpp
mem_usage.cpp - Updates Linux notifications to use current libnotify. 2011-09-27 19:45:27 +00:00
mem_usage.h
mfile.cpp - Win fixes 2011-09-18 21:28:31 +00:00
mfile.h
miofile.cpp
miofile.h - Improve interface of XML_PARSER. 2011-08-10 17:11:08 +00:00
msg_log.cpp
msg_log.h
msg_queue.cpp - Updates Linux notifications to use current libnotify. 2011-09-27 19:45:27 +00:00
msg_queue.h - Updates Linux notifications to use current libnotify. 2011-09-27 19:45:27 +00:00
msg_test.cpp
network.cpp - Updates Linux notifications to use current libnotify. 2011-09-27 19:45:27 +00:00
network.h - client: revert to old network functions (gethostbyname() etc.) on Win: 2010-09-15 20:33:44 +00:00
notice.cpp - Improve interface of XML_PARSER. 2011-08-10 17:11:08 +00:00
notice.h - client: delete a notice if it's no longer in the RSS feed. 2010-10-17 04:01:36 +00:00
parse.cpp - client simulator: bug fix 2011-10-19 17:45:10 +00:00
parse.h - API: compile fixes for MinGW. From Oliver Bock. 2011-10-24 23:38:19 +00:00
parse_test.cpp - lib: move XML parse test program to its own file. 2011-10-03 21:43:34 +00:00
prefs.cpp - scheduler RPC: add <override_file_present> element to 2011-09-06 04:34:29 +00:00
prefs.h - scheduler RPC: add <override_file_present> element to 2011-09-06 04:34:29 +00:00
proc_control.cpp - client: fix crashing bug when there's a cycle in the process graph. 2011-10-19 07:49:23 +00:00
proc_control.h - API: compile fixes for MinGW. From Oliver Bock. 2011-10-24 23:38:19 +00:00
procinfo.cpp - client: with VBox on Win, the process graph sometimes has cycles. 2011-09-16 22:22:45 +00:00
procinfo.h - client: smoothed working-set size wasn't being computed correctly. 2011-10-26 23:23:01 +00:00
procinfo_mac.cpp - client: fix crashing bug when there's a cycle in the process graph. 2011-10-19 07:49:23 +00:00
procinfo_unix.cpp - client: fix crashing bug when there's a cycle in the process graph. 2011-10-19 07:49:23 +00:00
procinfo_win.cpp - client: fix crashing bug when there's a cycle in the process graph. 2011-10-19 07:49:23 +00:00
proxy_info.cpp - client: pass XML_PARSER& rather than MIOFILE& to parse functions. 2011-08-09 21:44:14 +00:00
proxy_info.h - client: pass XML_PARSER& rather than MIOFILE& to parse functions. 2011-08-09 21:44:14 +00:00
run_app_windows.cpp - code shuffling 2011-09-02 18:04:10 +00:00
run_app_windows.h - more code shuffling: 2011-09-02 18:23:13 +00:00
shmem.cpp
shmem.h - Updates Linux notifications to use current libnotify. 2011-09-27 19:45:27 +00:00
shmem_test.cpp
stackwalker_imports.h - API: compile fixes for MinGW. Fixes #955. from Matt Arsenault 2011-03-26 02:19:21 +00:00
stackwalker_win.cpp - lib: Fix the various '????' fields in the diagnostics framework during a 2011-07-14 15:54:52 +00:00
stackwalker_win.h
std_fixes.h
str_replace.h - Updates Linux notifications to use current libnotify. 2011-09-27 19:45:27 +00:00
str_util.cpp - Updates Linux notifications to use current libnotify. 2011-09-27 19:45:27 +00:00
str_util.h - create_work and possibly other back-end programs: 2011-02-09 00:21:40 +00:00
susp.cpp
synch.cpp Remove BOINC_RCSID tags from more source files 2010-11-23 11:25:36 +00:00
synch.h
synch_test.cpp
thread.cpp svn path=/trunk/boinc/; revision=24235 2011-09-19 05:57:53 +00:00
thread.h svn path=/trunk/boinc/; revision=24235 2011-09-19 05:57:53 +00:00
unix_util.cpp - Updates Linux notifications to use current libnotify. 2011-09-27 19:45:27 +00:00
unix_util.h - Updates Linux notifications to use current libnotify. 2011-09-27 19:45:27 +00:00
url.cpp Quick Updates 2011-11-03 02:35:04 +00:00
url.h Fix build break 2011-07-05 19:42:04 +00:00
util.cpp - Updates Linux notifications to use current libnotify. 2011-09-27 19:45:27 +00:00
util.h - Updates Linux notifications to use current libnotify. 2011-09-27 19:45:27 +00:00
win_util.cpp - code shuffle 2011-09-02 18:32:32 +00:00
win_util.h - API: compile fixes for MinGW. From Oliver Bock. 2011-10-24 23:38:19 +00:00
x_util.cpp