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
Rom Walton
b6b528f690
Quick Updates
...
svn path=/trunk/boinc/; revision=20783
2010-03-03 22:15:46 +00:00
Rom Walton
c97d777998
- client: more Windows SKU detection changes
...
(from: [P3D] Crashtest)
client/
hostinfo_win.cpp
svn path=/trunk/boinc/; revision=20782
2010-03-03 22:06:03 +00:00
David Anderson
12a85e5ced
- scheduler: code cleanup: goto considered harmful
...
- scheduler: when calculate scheduler runtime,
don't include the part reading request msg from client.
That can be misleadingly long
svn path=/trunk/boinc/; revision=20781
2010-03-03 19:29:23 +00:00
Rom Walton
84554063f1
- MGR: Use theme colors when setting up the color scheme for list items.
...
The previous use of gray just happened to be the same color as the
deselected but highlighted list item which caused the 'gray'
backgrounded items to display a white background after Windows
inverted the color for highlighting. By using theme colors we avoid
having to worry about such things.
clientgui/
BOINCBaseView.cpp
DlgEventLog.cpp
svn path=/trunk/boinc/; revision=20780
2010-03-03 18:46:21 +00:00
Charlie Fenton
f912708105
MGR: Save & restore separate size info for project, task property dialogs; save positions on Mac
...
svn path=/trunk/boinc/; revision=20777
2010-03-03 01:53:02 +00:00
Charlie Fenton
7ba5ea88b2
MGR: Save & restore separate size info for project, task property dialogs; save positions on Mac
...
svn path=/trunk/boinc/; revision=20775
2010-03-03 01:47:41 +00:00
David Anderson
87a8fb1aee
- client: generalize the GUI RPC mechanism to access via HTTP.
...
The handler checks for POST headers,
and if present adds a reply header.
Also: remove the restriction that request messages
must be read in their entirety on the first recv().
I'm testing this using javascript's XMLHttpRequest.
It's not completely working;
the browser sends an OPTIONS request, then sends a POST.
The BOINC client parses and replies to these,
but for some reason the browser doesn't seem to be
parsing the POST reply.
svn path=/trunk/boinc/; revision=20774
2010-03-02 22:52:22 +00:00
David Anderson
fe67e7c4e9
- add remote job submission system (from Toni Giorgino)
...
svn path=/trunk/boinc/; revision=20773
2010-03-02 19:39:40 +00:00
David Anderson
e8f8c7bde2
- API: Win: resume other threads before exiting from timer thread.
...
Attempt to fix E@h bug.
- client: fix messages: asking for X instances doesn't mean
that X instances are idle
svn path=/trunk/boinc/; revision=20772
2010-03-02 18:58:34 +00:00
Rom Walton
4f2c78d4e9
- client: Add missing European SKUs to the host detection code.
...
(from: Robert Kreß)
client/
hostinfo_win.cpp
svn path=/trunk/boinc/; revision=20771
2010-03-02 18:04:27 +00:00
Charlie Fenton
f2f7983200
Fix typo in checkin notes
...
svn path=/trunk/boinc/; revision=20770
2010-03-02 13:25:23 +00:00
Charlie Fenton
4a2bc02de8
Fix typo in checkin notes
...
svn path=/trunk/boinc/; revision=20769
2010-03-02 13:25:02 +00:00
Charlie Fenton
0d7783178f
MGR: Keep getting messages even if the Event Log is not open fo prevent loss of data
...
svn path=/trunk/boinc/; revision=20768
2010-03-02 13:24:22 +00:00
Charlie Fenton
bf7b3e552b
MGR: Fix more Event Log bugs
...
svn path=/trunk/boinc/; revision=20767
2010-03-02 13:09:06 +00:00
Charlie Fenton
7c4d87d486
Release Mac BOINC 6.10.36 to alpha test
...
svn path=/trunk/boinc/; revision=20766
2010-03-02 02:22:12 +00:00
David Anderson
2a12a8fb8b
- client: if suspending apps because of CPU benchmarks,
...
leave them in memory
svn path=/trunk/boinc/; revision=20765
2010-03-02 01:24:03 +00:00
Rom Walton
2a5248cf39
- client: Improve error checking with CPU detection features.
...
- lib: cleanup some warnings.
client/
hostinfo_win.cpp
lib/
str_util.h
svn path=/trunk/boinc/; revision=20764
2010-03-02 00:21:40 +00:00