Rom Walton
e7416159d6
Quick Updates
...
svn path=/trunk/boinc/; revision=25310
2012-02-22 17:23:23 +00:00
Rom Walton
594ab7a80d
- Vbox: Include date component in log messages to ease debugging long
...
running VM tasks.
samples/vboxwrapper/
vbox.cpp
vboxwrapper.cpp, .h
svn path=/trunk/boinc/; revision=25308
2012-02-21 22:31:50 +00:00
David Anderson
d03f697456
- storage stuff
...
svn path=/trunk/boinc/; revision=25307
2012-02-21 20:55:09 +00:00
Charlie Fenton
f5a7d78e85
Mac installer: Update copyright notice from 2009 to 2012
...
svn path=/trunk/boinc/; revision=25306
2012-02-21 01:22:59 +00:00
Charlie Fenton
89778d8751
Tag for 7.0.18 release, all platforms
...
svn path=/trunk/boinc/; revision=25303
2012-02-21 00:43:05 +00:00
Charlie Fenton
ef811a917b
client: Fix OpenCL NVIDIA GPU enumeration bug I introduced with last checkin
...
svn path=/trunk/boinc/; revision=25301
2012-02-21 00:17:42 +00:00
David Anderson
015a70e757
- client: define a "arrived-first" order on results
...
in which the tiebreaker is MD5 of name.
That way the order is stable
(it doesn't change from one run of the client to the next)
and it doesn't grep results with similar names
(and hence for the same app).
This ordering is used for
1) the order of display in the manager
2) the job scheduler's notion of FIFO
svn path=/trunk/boinc/; revision=25300
2012-02-20 22:31:40 +00:00
David Anderson
f3df549482
- scheduler: fix a couple of assigned-job bugs
...
(need "where" at start of enumerate() clause!)
svn path=/trunk/boinc/; revision=25299
2012-02-20 21:54:31 +00:00
David Anderson
05c82a1405
- Manager: compile fix
...
svn path=/trunk/boinc/; revision=25298
2012-02-20 21:43:56 +00:00
David Anderson
721493bf29
- Manager/Client: fix bugs in GUI RPC that prevented
...
updates to proxy info from being saved by client
svn path=/trunk/boinc/; revision=25297
2012-02-20 21:32:26 +00:00
David Anderson
fa11d48f1d
- client: message tweaks
...
- scheduler: fix crash when use <enable_assignment>
svn path=/trunk/boinc/; revision=25296
2012-02-20 19:59:36 +00:00
Rom Walton
3d0f96ac77
- Tag for 7.0.17 release, all platforms
...
boinc_core_release_7_0_17
/
configure.ac
version.h
svn path=/trunk/boinc/; revision=25294
2012-02-20 16:03:52 +00:00
Rom Walton
9c73830103
Update Translations
...
svn path=/trunk/boinc/; revision=25293
2012-02-20 15:55:39 +00:00
David Anderson
995047c74f
- client: fix bug in notices where, after a notice is deleted,
...
the notices tab refreshes once/second forever after
svn path=/trunk/boinc/; revision=25292
2012-02-20 06:29:46 +00:00
David Anderson
a6bf5aecf3
- client: tweak to work-fetch policy:
...
if we're making a scheduler RPC to a project for reasons
other than work fetch,
and we're deciding whether to ask for work, ignore hysteresis;
i.e. ask for work even if we're above the min buffer
(idea from John McLeod).
svn path=/trunk/boinc/; revision=25291
2012-02-18 23:19:06 +00:00
Charlie Fenton
f164369b7e
client: Fix OpenCL NVIDIA GPU detection when CUDA is not present
...
svn path=/trunk/boinc/; revision=25290
2012-02-18 12:29:54 +00:00
Charlie Fenton
71e75ee57e
client: Fix OpenCL NVIDIA GPU detection when CUDA is not present
...
svn path=/trunk/boinc/; revision=25289
2012-02-18 11:41:08 +00:00
Charlie Fenton
db928a240b
Mac: Fix back trace to work under OS > 10.5
...
svn path=/trunk/boinc/; revision=25287
2012-02-18 00:51:35 +00:00
Charlie Fenton
d2c2252479
Mac: Fix back trace to work under OS > 10.5
...
svn path=/trunk/boinc/; revision=25286
2012-02-18 00:46:42 +00:00
David Anderson
61e169f270
- server: add volunteer data archival to the build system
...
svn path=/trunk/boinc/; revision=25285
2012-02-17 19:16:49 +00:00
David Anderson
24d386e511
- db_purge: when deleting a workunit record,
...
delete any assignments that refer to it
svn path=/trunk/boinc/; revision=25284
2012-02-17 18:26:36 +00:00
Rom Walton
3431257465
- Tag for 7.0.16 release, all platforms
...
boinc_core_release_7_0_16
/
configure.ac
version.h
svn path=/trunk/boinc/; revision=25282
2012-02-17 17:41:57 +00:00
Charlie Fenton
d8bff2cb64
MGR: Fix a Mac-only bug which showed Event Log if About BOINC is selected from task bar menu when BOINC is hidden
...
svn path=/trunk/boinc/; revision=25281
2012-02-17 13:59:57 +00:00
Charlie Fenton
be8e6ca82c
client: Prevent an unlikely but possible crash
...
svn path=/trunk/boinc/; revision=25280
2012-02-17 09:53:27 +00:00
David Anderson
43278d0f41
- client: fix bug where WCG downloads were getting wrong size errors.
...
To be honest, I don't know that the problem was or why my change fixed it.
svn path=/trunk/boinc/; revision=25279
2012-02-17 08:55:45 +00:00
Charlie Fenton
ebdcf623d4
Add comment
...
svn path=/trunk/boinc/; revision=25278
2012-02-17 02:02:27 +00:00
Charlie Fenton
6fe8d68ac3
client: Always use GPU model name from OpenCL if available for ATI / AMD GPUs
...
svn path=/trunk/boinc/; revision=25277
2012-02-17 00:31:57 +00:00
Charlie Fenton
aed729dbcd
client: Always use GPU model name from OpenCL if available for ATI / AMD GPUs
...
svn path=/trunk/boinc/; revision=25276
2012-02-17 00:31:14 +00:00
Charlie Fenton
7ee9f28e54
client: Always use GPU model name from OpenCL if available for ATI / AMD GPUs
...
svn path=/trunk/boinc/; revision=25275
2012-02-17 00:10:36 +00:00
David Anderson
1b8d6b098d
- storage stuff (work in progress)
...
- small code shuffle
svn path=/trunk/boinc/; revision=25274
2012-02-16 23:59:26 +00:00
Charlie Fenton
a3569f47e1
client: Remove some temporary debugging code
...
svn path=/trunk/boinc/; revision=25273
2012-02-16 23:23:32 +00:00
David Anderson
14199c7b97
- web: change wording of buffer-size prefs
...
svn path=/trunk/boinc/; revision=25272
2012-02-16 16:52:07 +00:00
David Anderson
6d8bdd777b
- client: fetch work from backup (zero resource share) projects
...
only if a device instance is idle
svn path=/trunk/boinc/; revision=25271
2012-02-16 04:54:09 +00:00
David Anderson
c5ac569868
- remove lib/mac_address.cpp,h from project
...
svn path=/trunk/boinc/; revision=25270
2012-02-16 00:11:07 +00:00
David Anderson
caf56b8b6b
- lib: change get_mac_address() to avoid sprintf(buf, "%s...", buf);
...
use strcat instead
- client: don't use get_mac_address() to create host CPIDs
(we have plenty of other info to make them unique)
- storage stuff
svn path=/trunk/boinc/; revision=25269
2012-02-16 00:08:40 +00:00
David Anderson
c1137166af
- client: msg tweak
...
svn path=/trunk/boinc/; revision=25268
2012-02-15 19:56:02 +00:00
David Anderson
58e26b9b4b
- web: in user search, show most recent rather than oldest users
...
- web: don't show URL in account page if expavg_credit < 1.
This discourages a type of spam.
svn path=/trunk/boinc/; revision=25267
2012-02-15 19:25:41 +00:00
David Anderson
4435172b42
svn path=/trunk/boinc/; revision=25266
2012-02-15 07:11:19 +00:00
David Anderson
68ac56c716
- client: more tweaks to work-fetch messages
...
svn path=/trunk/boinc/; revision=25265
2012-02-15 06:59:35 +00:00
David Anderson
bcc3ad6add
- client: instead of saying "comm deferred",
...
say "project backoff XXX.XX".
svn path=/trunk/boinc/; revision=25264
2012-02-15 05:49:12 +00:00
David Anderson
b55bbbb237
- storage stuff
...
svn path=/trunk/boinc/; revision=25263
2012-02-15 04:40:50 +00:00
Charlie Fenton
9cebe4bb35
API: Remove apparently unnecessary include of carbon.h
...
svn path=/trunk/boinc/; revision=25262
2012-02-15 01:33:51 +00:00
Charlie Fenton
a2c94a7b83
Mac sandbox: Don't check permissions of project-created subdirectories under project or slot directories
...
svn path=/trunk/boinc/; revision=25261
2012-02-15 00:00:06 +00:00
David Anderson
ff7fcb293a
- admin web: fix error when showing unsent results
...
svn path=/trunk/boinc/; revision=25260
2012-02-14 21:12:57 +00:00
David Anderson
cf932e622d
- assimilator: when enumerating results for a WU, check retval.
...
Otherwise we might get a partial list,
which screws up assimilation logic.
svn path=/trunk/boinc/; revision=25259
2012-02-14 18:50:47 +00:00
David Anderson
ba04760fee
- scheduler: fix bug that broke broadcast jobs (from Kevin)
...
svn path=/trunk/boinc/; revision=25258
2012-02-14 16:58:18 +00:00
Rom Walton
66c904ad59
Update Translations
...
svn path=/trunk/boinc/; revision=25257
2012-02-14 16:27:28 +00:00
Charlie Fenton
505fdf703a
Mac sandbox: Don't check permissions of project-created subdirectories under project or slot directories
...
svn path=/trunk/boinc/; revision=25254
2012-02-14 05:56:09 +00:00
Charlie Fenton
2e820426ca
MGR: Update <organization_*> tags in 3 branded skins (GR, PtP, CE) to new values from Matt Blumberg
...
svn path=/trunk/boinc/; revision=25252
2012-02-14 00:38:04 +00:00
Charlie Fenton
5d135a877b
MGR: Update <organization_*> tags in 3 branded skins (GR, PtP, CE) to new values from Matt Blumberg
...
svn path=/trunk/boinc/; revision=25251
2012-02-14 00:31:13 +00:00