Commit Graph

12885 Commits

Author SHA1 Message Date
Janus B. Kristensen 0da4c42976 Having variables called 1, 2, 3... etc is really bad coding style and causes buckloads of issues in associative arrays.
Instead call them stuff like "role1", "role2" and so on.

svn path=/trunk/boinc/; revision=16132
2008-10-05 12:45:33 +00:00
Janus B. Kristensen 73b874ad26 Fixed quote-typo in sorting url
svn path=/trunk/boinc/; revision=16131
2008-10-05 12:35:44 +00:00
David Anderson f17c0879de - changed some comments for Doxygen
svn path=/trunk/boinc/; revision=16130
2008-10-04 23:44:24 +00:00
David Anderson 5a1e97c349 - Unix build system: build samples/example_app/,
and change the samples/ makefiles so that they automatically
    create the symbolic link to libstdc++.a
    Fixes #725

svn path=/trunk/boinc/; revision=16129
2008-10-04 18:51:38 +00:00
David Anderson 0cf82b2746 - client: it a file upload fails for a job that's in progress,
abort the task.  Otherwise we end up reporting the job
    while the app is still running.

svn path=/trunk/boinc/; revision=16128
2008-10-04 16:00:28 +00:00
Janus B. Kristensen 932eabba94 Allow projects to define their own overrides for the login forms - this helps enable CMS systems like Drupal to handle the logins for BOINC
svn path=/trunk/boinc/; revision=16127
2008-10-04 14:24:56 +00:00
Kevin Reed 3cb57a1306 Add CACCConfigMd5sum
svn path=/trunk/boinc/; revision=16126
2008-10-04 01:42:51 +00:00
Charlie Fenton bc7d3be218 MGR: On Windows, adjust progress bar color, return to using wxAND
svn path=/trunk/boinc/; revision=16125
2008-10-04 00:45:56 +00:00
Charlie Fenton f5ecc3eded MGR: On Windows, draw progress bars using wxAND_INVERT transfer mode
svn path=/trunk/boinc/; revision=16124
2008-10-03 23:59:59 +00:00
Kevin Reed 5152c2a74b Functions to check the md5sum for the an existing cc_config.xml file to determine if it can be replaced or if a previous version has been customized by the user
svn path=/trunk/boinc/; revision=16123
2008-10-03 21:57:02 +00:00
David Anderson 6070af4fea - client: fix bugs in coprocessor scheduling;
add new <coproc_debug> log flag

svn path=/trunk/boinc/; revision=16122
2008-10-03 21:55:34 +00:00
David Anderson a31c5d9e98 - Manager: show resource requirements of all jobs, running or not
- Back-end programs: start adding --help option to all of them

svn path=/trunk/boinc/; revision=16121
2008-10-03 19:31:56 +00:00
Charlie Fenton d8dab5eee1 Mac: Fix XCode project to use c-ares 1.5.3
svn path=/trunk/boinc/; revision=16120
2008-10-03 11:18:22 +00:00
Charlie Fenton b9bbd5fae7 MGR: Fix position of progress bars when scrolled horizontally; eliminate unnecessary clearing of web site selection buttons in Projects tab
svn path=/trunk/boinc/; revision=16119
2008-10-03 06:42:10 +00:00
David Anderson 7019bb3192 - Makefile fix
- client: remove extraneous message
- wrapper: open stderr/stdout in append mode, not write

svn path=/trunk/boinc/; revision=16118
2008-10-03 05:13:25 +00:00
David Anderson d127c3fe46 - tweaks
svn path=/trunk/boinc/; revision=16117
2008-10-02 21:25:40 +00:00
Rom Walton 71c6477811 - Tag for 6.3.13 release, all platforms
boinc_core_release_6_3_13

    /
        configure.ac
        version.h

svn path=/trunk/boinc/; revision=16114
2008-10-02 19:37:22 +00:00
David Anderson 49bb779fb0 - scheduler: add a \n after projects_files.xml, in case it doesn't have one
svn path=/trunk/boinc/; revision=16113
2008-10-02 19:16:09 +00:00
David Anderson 59184caaa9 - scheduler: FCGI: use mysql_ping() to check that DB connection
is still alive before handling a request.  If not, try to reconnect.
    This will hopefully make things work better if MySQL goes down and up
    when using FCGI.

svn path=/trunk/boinc/; revision=16112
2008-10-02 19:03:52 +00:00
Rom Walton 466bb2a0e8 - Win: Update to cURL 7.19.0
cURL/
        <Various Files>

svn path=/trunk/boinc/; revision=16111
2008-10-02 18:32:54 +00:00
Rom Walton 66b1b42cb5 - Win: Update to OpenSSL 0.9.8i
OpenSSL/
        <Various Files>

svn path=/trunk/boinc/; revision=16108
2008-10-01 22:21:22 +00:00
David Anderson d973bcac15 - scheduler: move core_client_version from WORK_REQ to SCHEDULER_REQUEST;
WORK_REQ doesn't get initialized in all cases.

svn path=/trunk/boinc/; revision=16107
2008-10-01 22:07:35 +00:00
David Anderson 632587c3b4 - scheduler: enforce max_wus_to_end, daily_result_quota,
and max_wus_in_progress when using score-based scheduling

svn path=/trunk/boinc/; revision=16106
2008-10-01 20:58:28 +00:00
David Anderson bb9d546a02 - scheduler: add <no_vista_sandbox> option.
If set, don't send work to sandboxed Vista clients
    (e.g., because of CUDA issue)

svn path=/trunk/boinc/; revision=16105
2008-10-01 19:48:52 +00:00
Charlie Fenton 5a2a48caa9 Remove obsolete documentation
svn path=/trunk/boinc/; revision=16101
2008-10-01 06:53:27 +00:00
Charlie Fenton e722b83667 client: Update Mac cURL build script for cURL-7.19.0
svn path=/trunk/boinc/; revision=16100
2008-10-01 06:46:07 +00:00
Charlie Fenton 300bbe2484 client: Update Mac XCode project, build scripts and documentation for c-ares 1.5.3 and cURL-7.19.0
svn path=/trunk/boinc/; revision=16099
2008-10-01 06:30:34 +00:00
David Anderson ce7951942e - client: make statefile parsing a bit more efficient
- GUI RPC and app_init file: add source project to global prefs

svn path=/trunk/boinc/; revision=16098
2008-09-30 18:51:18 +00:00
David Anderson 57b92fb40a - scheduler: #ifdef'd tweaks for server simulator
svn path=/trunk/boinc/; revision=16097
2008-09-30 18:21:41 +00:00
David Anderson 823df337a4 - add an interface for parsing XML attributes
svn path=/trunk/boinc/; revision=16096
2008-09-30 16:57:07 +00:00
Charlie Fenton 8cdf5b6c32 lib: eliminate 2 obsolete RPC calls.
svn path=/trunk/boinc/; revision=16095
2008-09-30 10:34:56 +00:00
Charlie Fenton d7c9746f5c MGR: async GUI RPCs: eliminate redundant RPC calls in SimpleGUI.
svn path=/trunk/boinc/; revision=16094
2008-09-30 09:36:07 +00:00
Charlie Fenton 23a6e439b6 Mgr: Fix 2 async GUI RPCs, also hoping to fix memory leak.
svn path=/trunk/boinc/; revision=16093
2008-09-30 02:44:24 +00:00
Charlie Fenton 83cb293fa5 Mgr: Fix 2 async GUI RPCs, also hoping to fix memory leak.
svn path=/trunk/boinc/; revision=16092
2008-09-30 01:16:31 +00:00
Charlie Fenton 7a9468edbb Mgr: Fix 2 async GUI RPCs, also hoping to fix memory leak.
svn path=/trunk/boinc/; revision=16091
2008-09-30 01:12:49 +00:00
David Anderson 30aecfc6f8 - debug "exclusive app" feature
svn path=/trunk/boinc/; revision=16090
2008-09-29 18:51:46 +00:00
Rom Walton b595d7af76 build break fixes and some cleanup
svn path=/trunk/boinc/; revision=16088
2008-09-29 17:29:03 +00:00
David Anderson f0e0e8f977 - client: add "exclusive app" feature. If you put
<exclusive_app>foo.exe</exclusive_app>
    in your cc_config.xml, BOINC will suspend computing
    whenever foo.exe is running (e.g., a game).

    Eventually we might want to put the interface in preferences
    instead of cc_config.xml

svn path=/trunk/boinc/; revision=16087
2008-09-29 16:47:10 +00:00
Charlie Fenton 7d5f2eee63 Mgr: Fix XCode project for all .C files renamed to .cpp; lib: Fix error in prooxy changes of 9/25/08.
svn path=/trunk/boinc/; revision=16086
2008-09-29 09:26:01 +00:00
David Anderson 0b6197dc7d svn path=/trunk/boinc/; revision=16085 2008-09-29 03:04:39 +00:00
David Anderson ab57184a3a - prepare for "don't run while playing game" feature
svn path=/trunk/boinc/; revision=16084
2008-09-29 01:55:58 +00:00
David Anderson 47703bb36c another .cpp
svn path=/trunk/boinc/; revision=16083
2008-09-28 14:44:10 +00:00
David Anderson 85d33cb974 fixed XML error
svn path=/trunk/boinc/; revision=16082
2008-09-27 16:12:47 +00:00
Janus B. Kristensen ed032e15c1 Fixes Ticket #662 - list items are now kept open to allow more than one line of content
svn path=/trunk/boinc/; revision=16081
2008-09-27 11:52:19 +00:00
Janus B. Kristensen fc0ddc1d0d Fixes Ticket #662 - list items are now kept open to allow more than one line of content
svn path=/trunk/boinc/; revision=16080
2008-09-27 11:49:32 +00:00
Janus B. Kristensen c593b76967 Mark all threads as read button should be on its own line
svn path=/trunk/boinc/; revision=16079
2008-09-27 10:33:43 +00:00
Janus B. Kristensen 5949689542 Removed some old leftover layout code from the HTML, this should now be controlled from CSS.
svn path=/trunk/boinc/; revision=16078
2008-09-27 10:08:16 +00:00
Janus B. Kristensen 5aa7779aaf Part 2 of 2 for the fix of Ticket #740.
svn path=/trunk/boinc/; revision=16077
2008-09-27 09:52:28 +00:00
Janus B. Kristensen 527cb2d6d4 Introducing the notion of "action lists" - list of actions.
This is part 1 of 2 for the fix of Ticket #740.

svn path=/trunk/boinc/; revision=16076
2008-09-27 09:51:29 +00:00
Janus B. Kristensen 5b01e52e02 "Mark forum read"-button should be on its own line.
svn path=/trunk/boinc/; revision=16075
2008-09-27 08:19:30 +00:00