David Anderson
78cd631687
- server: fix messed-up app version stats export
...
svn path=/trunk/boinc/; revision=21105
2010-04-05 20:57:28 +00:00
David Anderson
2536797068
- validator: remove update_credit_per_cpu_sec(). Irrelevant.
...
TODO: remove related code
- validator: update wu.canonical_credit correctly.
However, this field should be deprecated.
- validator: check for error return from assign_credit_set().
svn path=/trunk/boinc/; revision=21096
2010-04-05 20:03:54 +00:00
David Anderson
a2a661993b
- validator: -d 4 means -d 3 plus print all DB queries
...
(todo: do this for all daemons)
- validator: change cmdline args from -foo to --foo
(todo: do this for all daemons)
- validator: pass max_granted_credit to assign_credit_set()
svn path=/trunk/boinc/; revision=21093
2010-04-05 18:59:16 +00:00
Rom Walton
312fdcfcd0
Quick Updates
...
svn path=/trunk/boinc/; revision=21092
2010-04-05 18:27:29 +00:00
BOINC Translator
4c35533fa2
Update Translations
...
svn path=/trunk/boinc/; revision=21090
2010-04-05 15:00:02 +00:00
Charlie Fenton
28b3e82cc0
MGR: If user is not active, delay notification until he is active (Mac only)
...
svn path=/trunk/boinc/; revision=21089
2010-04-05 10:03:39 +00:00
Charlie Fenton
47c81f9e34
MGR: If user is not active, delay notification until he is active (Mac only)
...
svn path=/trunk/boinc/; revision=21088
2010-04-05 10:00:57 +00:00
Charlie Fenton
9cedab85e3
MGR: If user is not active, delay notification until he is active (Mac only)
...
svn path=/trunk/boinc/; revision=21087
2010-04-05 08:49:43 +00:00
David Anderson
0841eb222c
- client: clean out project dir on reset. fixes #978
...
svn path=/trunk/boinc/; revision=21086
2010-04-05 03:25:58 +00:00
David Anderson
3925d39870
- Client: fix bug that caused wrong jobs to be run EDF
...
(needed to initialize a var inside loop, not outside)
svn path=/trunk/boinc/; revision=21085
2010-04-05 02:23:01 +00:00
David Anderson
ad91353f93
svn path=/trunk/boinc/; revision=21084
2010-04-04 23:37:03 +00:00
BOINC Translator
7a7c7b17f0
Update Translations
...
svn path=/trunk/boinc/; revision=21082
2010-04-04 13:00:04 +00:00
BOINC Translator
4b639941cf
Update Translations
...
svn path=/trunk/boinc/; revision=21080
2010-04-04 12:00:08 +00:00
Charlie Fenton
3ce8ac0b9e
Mac: Build with c-ares 1.6.0 instead of c-ares 1.7.0
...
svn path=/trunk/boinc/; revision=21079
2010-04-04 01:09:14 +00:00
BOINC Translator
3dd23eea8d
Update Translations
...
svn path=/trunk/boinc/; revision=21074
2010-04-03 22:00:03 +00:00
Charlie Fenton
f51359e2ac
Mac: Update build instructions to replace dead link for downloading JPEG 6b sources
...
svn path=/trunk/boinc/; revision=21067
2010-04-03 00:15:12 +00:00
David Anderson
a5c2f98481
- backend: make "print queries" a runtime instead of compile-time
...
decision (bool g_print_queries)
svn path=/trunk/boinc/; revision=21065
2010-04-03 00:02:38 +00:00
David Anderson
54dce55e98
- backend: fix scaling problem that was producing xe15 size credits.
...
This had messed up the beta DB, which I had to clean up.
Added a cap (1e5) to prevent this in the future.
svn path=/trunk/boinc/; revision=21064
2010-04-02 23:18:47 +00:00
David Anderson
78d11a263b
- backend: improved messages for app version credit updates
...
svn path=/trunk/boinc/; revision=21063
2010-04-02 21:45:43 +00:00
David Anderson
5c1440ae22
svn path=/trunk/boinc/; revision=21058
2010-04-02 20:19:25 +00:00
David Anderson
19f7d66b53
- backend programs: change the way PFC and elapsed-time statistics
...
are written to the DB.
The incremental approach was bogus.
New approach:
host_app_version: write directly; R/W interval is tiny
app_version: maintain an explicit list of update samples
for both PFC and credit.
When the validator flushes its app_version cache,
do careful updates.
Note: when using double fields in careful updates,
you can't test for equality. Use abs(new-old) < 1e-N
svn path=/trunk/boinc/; revision=21057
2010-04-02 19:10:37 +00:00
David Anderson
62a400d5c0
svn path=/trunk/boinc/; revision=21056
2010-04-02 19:04:22 +00:00
BOINC Translator
97769409c5
Update Translations
...
svn path=/trunk/boinc/; revision=21055
2010-04-02 18:00:02 +00:00
David Anderson
aa153d995b
- manager: change text for notice-frequency slider
...
svn path=/trunk/boinc/; revision=21054
2010-04-01 23:24:10 +00:00
David Anderson
38bd1c8def
- validator: improved log messages
...
- fix some compiler warnings
svn path=/trunk/boinc/; revision=21053
2010-04-01 22:51:19 +00:00
David Anderson
ad3ed99b96
- scheduler: choose cuda_fermi over other cuda plan classes
...
svn path=/trunk/boinc/; revision=21052
2010-04-01 21:18:16 +00:00
David Anderson
d810f104f3
- manager: fixed one last (hopefully) instance of == applied to
...
a char[] formerly std::string
svn path=/trunk/boinc/; revision=21051
2010-04-01 20:29:36 +00:00
Rom Walton
6afe0f1200
- MGR: Only execute a set mode when the menu item has been checked.
...
On Linux the act of checking and unchecking menu items
programatically causes events to be fired and processed just
like user input. This causes the menu items to flip flop
back and forth between different modes.
clientgui/
AdvancedFrame.cpp
svn path=/trunk/boinc/; revision=21050
2010-04-01 18:39:56 +00:00
David Anderson
f1bbf5c339
- web: show anon platform correctly in task list
...
svn path=/trunk/boinc/; revision=21048
2010-04-01 16:32:16 +00:00
BOINC Translator
0719a401b6
Update Translations
...
svn path=/trunk/boinc/; revision=21045
2010-04-01 12:00:07 +00:00
BOINC Translator
389051b6e8
Commit from BOINC Translation Services by user DavidM. 775 of 775 messages translated (0 fuzzy).
...
svn path=/trunk/boinc/; revision=21044
2010-04-01 11:53:30 +00:00
Charlie Fenton
66321c15e7
Fix typo in comment
...
svn path=/trunk/boinc/; revision=21043
2010-04-01 11:16:10 +00:00
Charlie Fenton
f811b9bccd
MGR: Show # unread notices in Notices tab title, improve notification for unread notices, link to reminder frequency slider
...
svn path=/trunk/boinc/; revision=21042
2010-04-01 11:09:33 +00:00
David Anderson
b0cb81159f
- client: when looking for new file xfers to start,
...
favor those that are partially done
- client: fix crashing bug if a project is detached
while an RSS feed fetch for it is in progress
- code cleanup: switch from /// back to // for comments
(so much for doxygen)
svn path=/trunk/boinc/; revision=21041
2010-04-01 05:54:29 +00:00
David Anderson
12869ae674
- client: give dynamic estimate (based on fraction done)
...
a greater weight in time-to-completion estimate
svn path=/trunk/boinc/; revision=21040
2010-04-01 03:32:14 +00:00
Rom Walton
c914aebe0e
- MGR: Fix double inclusion problem with change in header layouts
...
on Linux.
clientgui/gtk/
taskbarex.cpp
svn path=/trunk/boinc/; revision=21037
2010-03-31 19:30:53 +00:00
David Anderson
9a06c4164f
- client: Fermi compute capability is 2, not 3
...
svn path=/trunk/boinc/; revision=21036
2010-03-31 18:31:56 +00:00
David Anderson
ca342e9b69
- client: delete project_init.xml if attached to any project.
...
- manager: avoid divide by zero if the only project
has zero resource share
svn path=/trunk/boinc/; revision=21035
2010-03-31 18:31:04 +00:00
David Anderson
ad9e5bd833
- client: NVIDIA peak FLOPS estimate was wrong for Fermi
...
(32 cores, not 8)
svn path=/trunk/boinc/; revision=21034
2010-03-31 05:29:37 +00:00
David Anderson
1d6fccfbe8
- finish up the auto-team feature
...
svn path=/trunk/boinc/; revision=21033
2010-03-30 20:58:39 +00:00
Rom Walton
826e3e56de
- MGR: Bad things happen when you don't initialize default values
...
for variables under wxWidgets.
clientgui/
TermsOfUsePage.cpp
svn path=/trunk/boinc/; revision=21032
2010-03-30 20:44:13 +00:00
David Anderson
0cf09e579e
svn path=/trunk/boinc/; revision=21031
2010-03-30 20:19:50 +00:00
David Anderson
0fa5b4e129
- client/manager/GUI RPC: project_info.xml file can contain <team_name>.
...
If present, and a new user account is created,
it will be made a member of that team if it exists.
svn path=/trunk/boinc/; revision=21030
2010-03-30 17:46:09 +00:00
Charlie Fenton
df0dbd3f40
MGR: Allow updates to continue behind the notification alert
...
svn path=/trunk/boinc/; revision=21029
2010-03-30 13:00:11 +00:00
Charlie Fenton
ff154f035f
MGR: Allow updates to continue behind the notification alert
...
svn path=/trunk/boinc/; revision=21028
2010-03-30 12:59:23 +00:00
Charlie Fenton
fd0b7a7ce2
MGR: If there are new notices on Mac: Request user attention if Manager is hidden, and display an alert if Manager is open to a tab other than Notices
...
svn path=/trunk/boinc/; revision=21027
2010-03-30 11:39:41 +00:00
Charlie Fenton
d39137da1a
Remove unused taskbar icon tooltip code on Mac
...
svn path=/trunk/boinc/; revision=21026
2010-03-30 01:40:04 +00:00
Charlie Fenton
32127642b2
MGR: Mac fixes for recent task bar cleanup work
...
svn path=/trunk/boinc/; revision=21025
2010-03-30 01:15:30 +00:00
Charlie Fenton
e82d761e23
MGR: Call get_notices RPC once per minute when Notices tab is not open so we can notify the user when new notices become available
...
svn path=/trunk/boinc/; revision=21024
2010-03-30 00:06:43 +00:00
David Anderson
582dcb2912
- client/manager: prefix anonymous platform apps with "Local: "
...
svn path=/trunk/boinc/; revision=21023
2010-03-29 22:33:08 +00:00