Charlie Fenton
568c525072
MGR: Fix to my previous checkin: RefreshRPCs() shouldn't change zero time stamp
...
svn path=/trunk/boinc/; revision=20862
2010-03-12 00:35:38 +00:00
Rom Walton
3dc04f98fb
Quick Updates
...
svn path=/trunk/boinc/; revision=20861
2010-03-12 00:26:42 +00:00
Rom Walton
03e9106162
Quick Updates
...
svn path=/trunk/boinc/; revision=20860
2010-03-12 00:23:38 +00:00
Rom Walton
278c916d91
Quick Updates
...
svn path=/trunk/boinc/; revision=20851
2010-03-11 21:19:40 +00:00
David Anderson
43f0c70458
- credit test program:
...
It's working pretty well; for S@h, new credit is 56% of old credit,
whether or not we include small-credit jobs.
- improve AVERAGE class (from John McLeod)
svn path=/trunk/boinc/; revision=20845
2010-03-11 17:49:19 +00:00
Rom Walton
0e65b2d41a
- MGR: Prevent flicker and lack of display by using the regular tooltip
...
for the Project List control on Windows.
clientgui/
ProjectListCtrl.cpp, .h
svn path=/trunk/boinc/; revision=20844
2010-03-11 16:19:33 +00:00
BOINC Translator
5c55a4c732
Update Translations
...
svn path=/trunk/boinc/; revision=20843
2010-03-11 16:00:02 +00:00
Charlie Fenton
30f93a42b4
svn path=/trunk/boinc/; revision=20841
2010-03-11 11:30:15 +00:00
David Anderson
08af46829a
- credit test program: create a data file separately so you
...
don't have to do a big DB query each time
svn path=/trunk/boinc/; revision=20837
2010-03-11 04:19:07 +00:00
David Anderson
10507c3d9f
svn path=/trunk/boinc/; revision=20835
2010-03-11 02:11:40 +00:00
BOINC Translator
2326314209
Update Translations
...
svn path=/trunk/boinc/; revision=20834
2010-03-11 02:00:02 +00:00
David Anderson
4054775f35
svn path=/trunk/boinc/; revision=20833
2010-03-11 01:39:14 +00:00
Charlie Fenton
00d0a6ccc7
MGR: Improve performance when reducing number of rows in lists (as when selecting "Show active tasks")
...
svn path=/trunk/boinc/; revision=20832
2010-03-11 01:14:07 +00:00
BOINC Translator
159915a177
Update Translations
...
svn path=/trunk/boinc/; revision=20830
2010-03-11 01:00:02 +00:00
BOINC Translator
003adaf462
Update Translations
...
svn path=/trunk/boinc/; revision=20829
2010-03-11 00:00:03 +00:00
BOINC Translator
b8540c62f9
Update Translations
...
svn path=/trunk/boinc/; revision=20828
2010-03-10 23:00:02 +00:00
BOINC Translator
5a4d8be34a
Update Translations
...
svn path=/trunk/boinc/; revision=20827
2010-03-10 22:00:02 +00:00
BOINC Translator
5d4d99146e
Update Translations
...
svn path=/trunk/boinc/; revision=20826
2010-03-10 20:00:02 +00:00
David Anderson
8f3d111f5c
- client: don't suspend non-CPU-intensive jobs because of CPU load
...
svn path=/trunk/boinc/; revision=20825
2010-03-10 18:59:40 +00:00
BOINC Translator
88b344efb2
Update Translations
...
svn path=/trunk/boinc/; revision=20823
2010-03-10 17:51:39 +00:00
Rom Walton
1ddded7080
Quick Updates
...
svn path=/trunk/boinc/; revision=20822
2010-03-10 17:16:28 +00:00
Rom Walton
9f091ff005
Disable compiler specific warnings (4127;4702;4244)
...
svn path=/trunk/boinc/; revision=20820
2010-03-10 16:52:53 +00:00
David Anderson
4f77556c74
- client: if a GPU job is blocked on available mem,
...
don't fetch more jobs for that resource type
svn path=/trunk/boinc/; revision=20817
2010-03-10 06:00:37 +00:00
David Anderson
0ad0886df3
- server credit stuff.
...
New policy: anon platform and old platform jobs
get average credit, possibly scaled by elapsed time.
We no longer attempt to guess what app version produced them.
svn path=/trunk/boinc/; revision=20816
2010-03-10 00:33:31 +00:00
BOINC Translator
8aa1678762
Commit from BOINC Translation Services by user LocutusOfBorg. 59 of 59 messages translated (0 fuzzy).
...
svn path=/trunk/boinc/; revision=20813
2010-03-09 20:57:32 +00:00
BOINC Translator
a34eb9c246
Commit from BOINC Translation Services by user LocutusOfBorg. 59 of 59 messages translated (0 fuzzy).
...
svn path=/trunk/boinc/; revision=20811
2010-03-09 20:34:43 +00:00
David Anderson
8062f21d59
- server credit stuff (partial checkin)
...
svn path=/trunk/boinc/; revision=20810
2010-03-09 04:15:10 +00:00
Rom Walton
690a24ea36
Quick Updates
...
svn path=/trunk/boinc/; revision=20809
2010-03-08 20:20:10 +00:00
David Anderson
7e34f25942
- web RPC: generalize team lookup so that you can look up multiple
...
teams in one RPC. From Willy de Zutter.
svn path=/trunk/boinc/; revision=20808
2010-03-06 20:25:58 +00:00
David Anderson
295d4b54ea
- server: major improvements to locality scheduling from Einstein@home.
...
Triggering the work generator is now done via the DB
instead of flat files.
Since only E@h uses locality scheduling,
I kept the DB changes in a separate file (db/schema_locality.sql).
There's a new field in the workunit table,
and that's a required update (in db_update.php)
- manager: compile fix
svn path=/trunk/boinc/; revision=20807
2010-03-05 22:55:16 +00:00
David Anderson
de2fac548c
svn path=/trunk/boinc/; revision=20806
2010-03-05 22:05:42 +00:00
David Anderson
b415b07785
- client: revisit the domino-effect preemption problem.
...
Removed my changes of 19 Jan 2010, which didn't work.
Added new mechanism: keep track of whether a job J has ever run in EDF.
If so, and if another job of the same project and resource type as J
is marked as deadline miss, then mark J as deadline miss,
so that it won't get preempted.
- web: change "result" to "task" in server status page
- admin web: show server stable SVN revision, not trunk
svn path=/trunk/boinc/; revision=20805
2010-03-05 21:13:53 +00:00
Rom Walton
8d80ded6ac
Quick Updates
...
svn path=/trunk/boinc/; revision=20804
2010-03-05 19:15:17 +00:00
Rom Walton
20f6d7cfd4
Quick Updates
...
svn path=/trunk/boinc/; revision=20803
2010-03-05 18:38:49 +00:00
Bernd Machenschalk
99d7de0508
fix to compile boinc_api.cpp on Windows
...
looks like copy/paste error, retval is not defined there
David, please review & change if necessary
svn path=/trunk/boinc/; revision=20802
2010-03-05 14:14:36 +00:00
Bernd Machenschalk
b60fe84bc4
for now maintain (install, uninstall) header files in both BOINC/ and boinc/
...
svn path=/trunk/boinc/; revision=20801
2010-03-05 12:51:22 +00:00
Bernd Machenschalk
325fc46261
include sys/types.h for gid_t
...
svn path=/trunk/boinc/; revision=20800
2010-03-05 12:43:52 +00:00
Charlie Fenton
5a08d16602
MGR: Allow compile-time choice of either rules or alternating gray and white background stripes in lists
...
svn path=/trunk/boinc/; revision=20799
2010-03-05 07:04:58 +00:00
David Anderson
3b1cc344f4
- client: don't start new network activity if CPU benchmarks in progress
...
svn path=/trunk/boinc/; revision=20798
2010-03-04 22:51:03 +00:00
David Anderson
4f067e2a44
svn path=/trunk/boinc/; revision=20797
2010-03-04 21:23:30 +00:00
Rom Walton
bbf6742ff4
Quick Updates
...
svn path=/trunk/boinc/; revision=20796
2010-03-04 19:40:01 +00:00
Rom Walton
6258c89a1c
- MGR: Restore wxGTK hacks, bug is still alive and well.
...
clientgui/
AdvancedFrame.cpp
Events.h
svn path=/trunk/boinc/; revision=20794
2010-03-04 19:35:16 +00:00
Rom Walton
70316084ab
- MGR: Remove some hacks to deal with early wxGTK bugs which have since
...
been fixed.
clientgui/
AdvancedFrame.cpp
Events.h
svn path=/trunk/boinc/; revision=20792
2010-03-04 18:57:53 +00:00
Rom Walton
cdf46f31bc
Quick Updates
...
svn path=/trunk/boinc/; revision=20791
2010-03-04 15:48:18 +00:00
Rom Walton
1e75c93b19
Quick Updates
...
svn path=/trunk/boinc/; revision=20790
2010-03-04 15:46:37 +00:00
Charlie Fenton
5f62c184c0
MGR: in Event Log: enable, disable buttons immediately when selecting or deselecting items; fix Mac-only drawing bug when window is inactive.
...
svn path=/trunk/boinc/; revision=20789
2010-03-04 12:06:18 +00:00
Charlie Fenton
46e2905e95
MGR:Don't alternate gray and white backgrounds in lists; use wxLC_HRULES flag instead.
...
svn path=/trunk/boinc/; revision=20787
2010-03-04 10:35:02 +00:00
David Anderson
5b7f8b8348
- web: fix bug that caused "send email" and "show hosts"
...
in project prefs to always select "no"
svn path=/trunk/boinc/; revision=20786
2010-03-04 04:16:00 +00:00
David Anderson
c0ad0f3745
- update_versions: if file is already in download dir,
...
and is the same, don't copy (it might not be writeable)
- client: change "result" to "task" in user-visible messages
svn path=/trunk/boinc/; revision=20785
2010-03-03 23:52:20 +00:00
David Anderson
a8ed958cd6
- scheduler: cuda_fermi class needs CUDA version 3.0+
...
- boinccmd: "result" -> "task"
svn path=/trunk/boinc/; revision=20784
2010-03-03 22:36:36 +00:00