Joachim Fritzsch
d47d4954ff
android: show first decimal place of completed fraction in Tasks tab.
2013-07-09 10:46:37 +02:00
Joachim Fritzsch
38258cf9ca
android: bugfix, prevent NPE in AttachProjectListActivity.java, as reported through PlayStore.
2013-07-09 09:54:12 +02:00
Joachim Fritzsch
bee48df53e
android: make suspended status text clickable to resume computation.
2013-07-09 09:40:15 +02:00
Joachim Fritzsch
0a0b809055
android: bugfix, parsing of soft link file of slideshow.
...
previous implementation tried to parse image files as soft link if they had the same prefix.
2013-07-09 09:32:54 +02:00
Joachim Fritzsch
b123f2962f
Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2
2013-07-09 09:07:32 +02:00
Rom Walton
54bbd98b02
VBOX: Add an additional error check to determine if a stale VM needs to be unregistered.
2013-07-08 20:42:03 -04:00
Rom Walton
a2fea9433b
- Tag for 7.2.1 release, all platforms
...
client_release/7.2/7.2.1
2013-07-08 10:52:10 -04:00
David Anderson
d461ec37b1
API: compile fix for newer gcc on Unix
2013-07-07 16:35:46 -07:00
David Anderson
4d47e2f170
client: don't request work from a project w/ > 1000 runnable jobs
...
Because of O(N^2) algorithms, the client becomes CPU-intensive
when there are lots of jobs.
This limit could be somewhat lower.
2013-07-07 13:13:57 -07:00
David Anderson
4cb34a123a
client: don't apply CPU throttling to apps that use < .5 CPUs (like GPU, NCI)
2013-07-05 20:48:35 -07:00
David Anderson
417b26c7b4
compile fix in apps/upper_case.cpp
2013-07-05 20:45:33 -07:00
David Anderson
93c970f87c
client: compile fix for Win
2013-07-05 14:18:45 -07:00
David Anderson
519a0bcbef
API: add test harness for the runtime system
...
- If you run the client with --run_test_app,
runs "test_app" in the current directory and interacts with it
(and does nothing else).
It can suspend/resume it with arbitrary timing;
this is controlled in run_test_app() (app_start.cpp).
- example app: add --critical_section option.
This lets you test the runtime system for apps that do
most of their work in a critical section (like GPU apps).
- Add some logging messages (conditioned by DEBUG_BOINC_API)
to the runtime system.
- boinc_finish() waits for the timer thread to write final messages;
make sure it doesn't do anything else
(like suspend the worker thread) during this period
2013-07-04 16:00:10 -07:00
Joachim Fritzsch
9e209231ba
android: add warning string to battery temperature preference.
2013-07-04 12:28:18 +02:00
Hugo Puhlmann
18b6f26adb
android: add feature to re-start application after PlayStore update. Enhancement #1303
2013-07-04 12:12:02 +02:00
Joachim Fritzsch
b59da8aa4b
android: reduction of targetSDK to 9, menu button was not shown on some devices.
2013-07-04 10:53:13 +02:00
Joachim Fritzsch
45e8e5b6b3
Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2
2013-07-04 10:50:39 +02:00
David Anderson
ed03f500b2
API: fix synchronization problem that could make apps nonresponsive
2013-07-03 18:08:09 -07:00
David Anderson
46733f2747
Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2
2013-07-03 11:13:54 -07:00
Charlie Fenton
4b82bac42b
client: fix compiler warning.
2013-07-03 02:34:43 -07:00
David Anderson
39af029598
client: mostly revert dddf586
, which could lead to way overcommitted CPU
2013-07-03 00:56:01 -07:00
Charlie Fenton
21b1af954e
client: fix display of CUDA version.
2013-07-02 21:57:15 -07:00
David Anderson
9978c40bcb
client: fix bug where <no_project_notices> from account manager didn't work
2013-07-02 20:53:50 -07:00
David Anderson
7a281665c0
Admin web: change App and App Version admin pages to limit POST size
...
On projects with lots of app versions and small POST size limits
(PHP or Apache config?) limit could be exceeded,
causing incorrect DB updates.
Fix this by having one Update button per app version.
Similar for apps.
2013-07-02 14:51:19 -07:00
Eric J Korpela
4195aa9ff6
Updated to latest version of the GNU autoconf pthread detection macro.
2013-07-02 13:10:30 -07:00
Charlie Fenton
532f9f53d8
Mac installer: fix crash bug, improve translations.
2013-07-02 03:53:02 -07:00
Charlie Fenton
dd8b87c734
Mac installer: fix crash bug, improve translations.
2013-07-02 02:08:21 -07:00
Rom Walton
42720dab7c
client: Add the various OS compatibility shreds to the assembly manifest so we can properly detect Windows 8.1 or better.
2013-07-01 19:01:04 -04:00
Rom Walton
3dbdf00fef
WINBUILD: Set the default skin to Progress Thru Processors on installation
2013-07-01 17:04:39 -04:00
Rom Walton
0be4f0e46f
WINBUILD: Set the default skin to Charity Engine on installation
2013-07-01 16:59:17 -04:00
Rom Walton
ceacb2c20a
WINBUILD: Updates for PTP's default screensaver
2013-07-01 16:40:31 -04:00
Rom Walton
f7c433a19e
WINBUILD: Update Progress Thru Processor's installer files
2013-07-01 16:19:23 -04:00
Rom Walton
d87639785e
WINBUILD: Fix out of place reference to boincmgr.exe in Charity Engine installer
2013-07-01 16:18:17 -04:00
Rom Walton
bfbb0942ae
WINBUILD: Fix the shortcut to launch Charity Engine
2013-07-01 16:14:48 -04:00
Rom Walton
6db1712a51
Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2
2013-07-01 14:53:01 -04:00
Rom Walton
408f799b32
WINBUILD: Update Charity Engine Installer
2013-07-01 14:52:39 -04:00
Joachim Fritzsch
1280b93721
android: acquire strongest wake lock during start up routine, to enforce all cpu cores are on, related issue #1300
2013-07-01 13:34:01 +02:00
Joachim Fritzsch
3ecb6ba811
android: remove of verbose debug messages.
2013-07-01 12:46:08 +02:00
Joachim Fritzsch
ec03edc9e8
android: migration to system AsyncTask, ThreadPoolLimit not an issue anymore, because client status update in TimerTask.
2013-07-01 12:44:36 +02:00
Joachim Fritzsch
3245cca27c
android: revert time interval configuration change of previous commit.
2013-07-01 12:03:22 +02:00
Joachim Fritzsch
eb4cc15ad4
android: use Timer class instead of Thread.sleep, for reliable interval. Avoids unwanted delay in device status report when CPU throttled. enhancement #1304 .
2013-07-01 11:58:12 +02:00
Keith Uplinger
0140523f37
Changes in the code to prevent and AppDOS from lines being too long for readLine.
2013-07-01 09:18:09 +02:00
Keith Uplinger
09c3319364
Removed references to print the password length to the log file.
2013-07-01 09:16:27 +02:00
Joachim Fritzsch
801cf62985
android: usage of log level variables instead of integers at various places.
2013-07-01 09:15:04 +02:00
Joachim Fritzsch
ecfaf42267
android: bug fix, status tab resume button did not resume network activity.
2013-07-01 09:06:24 +02:00
Joachim Fritzsch
3510ec00e9
android: bug fix for NPE reported in PlayStore system
2013-07-01 09:03:33 +02:00
Charlie Fenton
e8d09695a5
client: minor housekeeping cleanup when correlating CUDA GPU reporting order with apple's OpenCL.
2013-06-30 03:02:45 -07:00
Charlie Fenton
2d1a3f8589
client: use a child process for detecting GPUs on all platforms, not just on Macs.
2013-06-29 03:30:13 -07:00
Rom Walton
7f27f2c4a2
Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2
2013-06-28 13:01:57 -04:00
Rom Walton
d574235ee4
WINBUILD: Remove outdated installer files.
2013-06-28 13:01:40 -04:00