BOINC Translator
9ed5f132ec
Update Translations
...
svn path=/trunk/boinc/; revision=20197
2010-01-19 16:00:03 +00:00
BOINC Translator
b2eed277a7
Update Translations
...
svn path=/trunk/boinc/; revision=20196
2010-01-19 15:00:01 +00:00
BOINC Translator
e97c9c0378
Update Translations
...
svn path=/trunk/boinc/; revision=20195
2010-01-19 04:00:02 +00:00
David Anderson
9e3c729394
svn path=/trunk/boinc/; revision=20194
2010-01-19 00:57:25 +00:00
David Anderson
e2d3f75eef
- client and user web: finish the above.
...
Should add the Adv Prefs dialog as well.
svn path=/trunk/boinc/; revision=20193
2010-01-19 00:38:31 +00:00
David Anderson
20d6b06f5f
- client: initial checkin for "don't compute if CPU usage above X"
...
svn path=/trunk/boinc/; revision=20192
2010-01-19 00:03:38 +00:00
David Anderson
3db80eb5c1
- API: fix crashing bug. Don't memset(0) APP_INIT_DATA;
...
it contains HOST_INFO, which now contains COPROCS,
which has a vector.
Define a clear() for APP_INIT_DATA.
svn path=/trunk/boinc/; revision=20191
2010-01-18 23:01:43 +00:00
David Anderson
956c955639
- scheduler: use COPROC_REQ instead of COPROC when parsing
...
anonymous-platform app versions.
Otherwise fractional GPU requirements get truncated to zero.
Thanks to Crunch3r for identifying the problem.
svn path=/trunk/boinc/; revision=20189
2010-01-18 19:22:03 +00:00
Rytis Slatkevičius
d6d8037f5d
user web: do SQL escaping before storing prefs in the database as some projects store user-editable strings in the preferences.
...
svn path=/trunk/boinc/; revision=20188
2010-01-18 15:19:23 +00:00
David Anderson
0c1a1421f8
- scheduler/feeder: if any client version number field
...
(min_core_version etc.) is < 10000,
multiply it by 100 and print a warning.
svn path=/trunk/boinc/; revision=20187
2010-01-18 04:52:58 +00:00
Charlie Fenton
c19625db3a
Mac Installer: fix bug launching client when configured as a service
...
svn path=/trunk/boinc/; revision=20185
2010-01-17 00:44:01 +00:00
David Anderson
f48de8625a
svn path=/trunk/boinc/; revision=20184
2010-01-16 23:52:05 +00:00
BOINC Translator
d3fae5ebb0
Update Translations
...
svn path=/trunk/boinc/; revision=20183
2010-01-16 16:00:03 +00:00
BOINC Translator
af73ce835f
Update Translations
...
svn path=/trunk/boinc/; revision=20181
2010-01-16 15:00:02 +00:00
David Anderson
4ab335eb49
- user web: make a bunch of strings translatable (from Nicolas)
...
svn path=/trunk/boinc/; revision=20180
2010-01-16 06:19:19 +00:00
David Anderson
e84d691136
- update BOINC project translation template
...
svn path=/trunk/boinc/; revision=20179
2010-01-15 23:25:46 +00:00
David Anderson
e7dcff182f
- web DB code: fix PHP warning when enumeration returns nothing.
...
From Nicolas. fixes #974
- client: tiny code shuffle
svn path=/trunk/boinc/; revision=20178
2010-01-15 23:08:55 +00:00
Rom Walton
76d3d51331
Quick Updates
...
svn path=/trunk/boinc/; revision=20176
2010-01-15 18:52:58 +00:00
Rom Walton
efd60237f4
- MGR: Use an event handler, the function overload is deprecated.
...
clientgui/
ViewNotices.cpp,h
svn path=/trunk/boinc/; revision=20152
2010-01-14 17:48:39 +00:00
David Anderson
dba395d5ce
- manager: in Notices tab, direct links to default web browser
...
svn path=/trunk/boinc/; revision=20151
2010-01-13 19:03:54 +00:00
David Anderson
bbe7c2ea08
- scheduler: close DB connection on SIGTERM (from Bernd M.)
...
svn path=/trunk/boinc/; revision=20150
2010-01-13 18:40:43 +00:00
David Anderson
737952dbb5
- server: client version numbers are represented as
...
10000*major + 100*minor + release,
rather than 100*major + minor.
Sometimes you need release-level resolution.
This affects:
- app_version.min_core_version
- config: min_core_client_version_announced
- config: min_core_client_version
Projects using these must multiply them by 100.
svn path=/trunk/boinc/; revision=20149
2010-01-13 17:28:59 +00:00
Charlie Fenton
505d099812
MGR: Fix tools menu when using account manager and switching Simple to Advanced View; update XCode project for ViewNotifications* -> ViewNotices*
...
svn path=/trunk/boinc/; revision=20147
2010-01-13 09:30:21 +00:00
David Anderson
564cd7cece
- Notices: put message bodies inside CDATA
...
- XML_PARSER: handle CDATA
svn path=/trunk/boinc/; revision=20146
2010-01-13 05:32:11 +00:00
David Anderson
ee343cea02
- client: small tweak to work fetch:
...
if project has crazy DCF, don't automatically request 1 sec;
only request work if there's a shortfall.
- intermediate checkin for notices stuff
svn path=/trunk/boinc/; revision=20145
2010-01-12 21:53:40 +00:00
BOINC Translator
4642a65f39
Commit from BOINC Translation Services by user ChristianB. 370 of 389 messages translated (18 fuzzy).
...
svn path=/trunk/boinc/; revision=20144
2010-01-12 19:53:33 +00:00
David Anderson
899b7d363d
svn path=/trunk/boinc/; revision=20143
2010-01-12 19:02:56 +00:00
David Anderson
92fe442f51
- manager: "Notifications" => "Notices". Consistent terminology.
...
svn path=/trunk/boinc/; revision=20142
2010-01-12 18:57:38 +00:00
David Anderson
f10384af43
- client: add <stderr_head> config option;
...
sends the first rather than last 64KB of stderr to server.
This doesn't belong here; this choice should come from the server.
I may take this out later.
- user web: when add a private message, always add a notification
svn path=/trunk/boinc/; revision=20141
2010-01-12 18:39:59 +00:00
Bernd Machenschalk
b207fe88fc
- Limit the number of files to be deleted in one 'antique
...
deletion' pass to 50000 (can be changed with -delete_antiques_limit).
Previously large number of antiques led to not deleting any at all.
- Allow to change the interval between passes with -delete_antiques_interval.
svn path=/trunk/boinc/; revision=20138
2010-01-12 12:31:23 +00:00
Charlie Fenton
2fafa1c767
Release Mac BOINC 6.10.28 to alpha test
...
svn path=/trunk/boinc/; revision=20137
2010-01-12 12:19:28 +00:00
Charlie Fenton
28c3b28fd8
Fix typo in checkin notes
...
svn path=/trunk/boinc/; revision=20133
2010-01-12 11:37:58 +00:00
Charlie Fenton
66a91b7a5f
client sandbox: set LD_LIBRARY_PATH and DYLD_LIBRARY_PATH in switcher
...
svn path=/trunk/boinc/; revision=20132
2010-01-12 11:36:18 +00:00
Charlie Fenton
fcf85c9c83
client sandbox: set LD_LIBRARY_PATH and DYLD_LIBRARY_PATH in switcher
...
svn path=/trunk/boinc/; revision=20131
2010-01-12 11:34:15 +00:00
BOINC Translator
bb62deb9d9
Update Translations
...
svn path=/trunk/boinc/; revision=20130
2010-01-12 09:00:05 +00:00
BOINC Translator
5fddda4c97
Commit from BOINC Translation Services by user treppolse. 56 of 56 messages translated (0 fuzzy).
...
svn path=/trunk/boinc/; revision=20129
2010-01-11 23:16:51 +00:00
David Anderson
0255297345
- API: if app can't acquire lock file, tell the client not
...
to restart app for 10 minutes.
Hopefully what will happen is:
- another instance of app is running in slot dir
(shouldn't happen, but sometimes does)
- that app will eventually finish, and will write
a checkpoint file saying so.
It will call boinc_finish(0), but the client won't notice
that it has exited.
- the next time the client starts the app,
it will acquire lock, see that it's done,
and call boinc_finish(0).
This time the client will notice,
and the job will be reported as correct.
The downside to all this is that the client won't know
that the CPU is in use, and will schedule NCPUS jobs.
svn path=/trunk/boinc/; revision=20128
2010-01-11 20:52:55 +00:00
BOINC Translator
98f04138df
Commit from BOINC Translation Services by user ChristianB. 139 of 139 messages translated (0 fuzzy).
...
svn path=/trunk/boinc/; revision=20126
2010-01-11 18:29:48 +00:00
BOINC Translator
c3938bafec
Update Translations
...
svn path=/trunk/boinc/; revision=20125
2010-01-11 18:00:02 +00:00
BOINC Translator
f314a310d7
Update Translations and update script
...
svn path=/trunk/boinc/; revision=20123
2010-01-11 17:51:08 +00:00
David Anderson
c27f2486e7
- fix python deprecation warning (from Jeremy Cowles)
...
svn path=/trunk/boinc/; revision=20122
2010-01-11 06:10:17 +00:00
David Anderson
b5b6b1e794
svn path=/trunk/boinc/; revision=20121
2010-01-10 22:51:53 +00:00
David Anderson
10f5d255ab
- compile warnings
...
svn path=/trunk/boinc/; revision=20120
2010-01-10 22:18:42 +00:00
David Anderson
da6b6b33fe
- client: fix notification display logic
...
svn path=/trunk/boinc/; revision=20119
2010-01-10 21:57:15 +00:00
David Anderson
335f5506a9
- user web: make user search translatable
...
svn path=/trunk/boinc/; revision=20118
2010-01-10 04:28:54 +00:00
David Anderson
d6b6f8d5db
- client (Mac): append /usr/local/cuda/lib to LD_LIBRARY_PATH
...
and DYLD_LIBRARY_PATH
- client simulator: compile fixes
svn path=/trunk/boinc/; revision=20117
2010-01-09 16:41:17 +00:00
Charlie Fenton
39b576f7e3
MGR: When Event Log is open, do get_messages RPC once per second but do view-specific periodic RPCs at their normal View refresh rate
...
svn path=/trunk/boinc/; revision=20116
2010-01-09 08:06:58 +00:00
Charlie Fenton
d04d50861f
Release Mac BOINC 6.10.27 to alpha test
...
svn path=/trunk/boinc/; revision=20115
2010-01-09 07:54:59 +00:00
Charlie Fenton
08fe0f9736
MGR: When Event Log is open, do get_messages RPC once per second but do view-specific periodic RPCs at their normal View refresh rate
...
svn path=/trunk/boinc/; revision=20112
2010-01-09 07:03:47 +00:00
Charlie Fenton
8b3e60d8e6
MGR: When Event Log is open, do get_messages RPC once per second but do view-specific periodic RPCs at their normal View refresh rate
...
svn path=/trunk/boinc/; revision=20111
2010-01-09 02:52:48 +00:00