David Anderson
c7a5156573
- client: work fetch: if there are idle devices, we need to ask
...
the highest-prio project for work for all of them
(don't scale by the fetchable resource share!).
This should fix some device starvation problems.
2013-03-05 16:00:35 +01:00
Rom Walton
af7948910e
client: Adjust logging on Android so that all messages that show up in the event log are also dumped to LogCat, things were originally setup with that intent but I don't think __VA_ARGS__ was having the desired effect.
2013-03-05 15:57:34 +01:00
David Anderson
3c029c7613
- client: job scheduler tweak to avoid CPU idleness in situation
...
where GPU jobs use different CPU fractions
- single-job submission: default platform is that of server
2013-03-05 15:57:34 +01:00
David Anderson
c9ce9eeccc
- single job submission: update the setup script to use the
...
current app version directory structure.
2013-03-05 15:57:34 +01:00
Oliver Bock
eb79b9e78b
Merge branch 'master' of ssh://boinc.berkeley.edu/boinc
...
Conflicts:
client/hostinfo_unix.cpp
2013-03-05 15:45:13 +01:00
Rom Walton
011441fb1f
client: Removed unused variables on Android wifi detection
2013-03-05 15:40:04 +01:00
Rom Walton
c9717d068b
client: Fix typo for Android
2013-03-05 15:40:04 +01:00
Rom Walton
7b40d2286f
client: Fix Typo for Android
2013-03-05 15:40:04 +01:00
Rom Walton
64ec0f49a3
client: Fix typos for Android
2013-03-05 15:40:04 +01:00
Rom Walton
d2df80a859
client: Fix typos for Android
2013-03-05 15:40:04 +01:00
Rom Walton
ff0ab6aca6
WINSETUP: Update the custom actions that use the ENABLEPROTECTEDAPPLICATIONEXECUTION property
2013-03-05 15:40:04 +01:00
Rom Walton
22a2762622
client: Fix build break on Android
2013-03-05 15:40:04 +01:00
David Anderson
3b18584cb3
- client (Android): change battery-status function so that it
...
keeps file descriptors open
(slight simplification and performance enhancement).
2013-03-05 15:33:54 +01:00
David Anderson
21f580d9ef
- client (Android): suspend processing if battery temperature > 45 C.
...
We can adjust this or make it configurable later.
2013-03-05 15:28:00 +01:00
Oliver Bock
58395eda60
Merge branch 'master' of ssh://boinc.berkeley.edu/boinc
2013-03-05 15:27:30 +01:00
Rom Walton
86ceabbee2
client: Fix typo
2013-03-05 15:27:26 +01:00
David Anderson
7177185585
- client: show "%" correctly in messages from scheduler
2013-03-05 15:27:09 +01:00
Oliver Bock
61a9d9f05a
Merge branch 'master' of ssh://boinc.berkeley.edu/boinc
2013-03-05 15:24:22 +01:00
David Anderson
d37feb9da9
- lib: typo fix
2013-03-05 15:24:10 +01:00
David Anderson
607060ffaa
- client (Android)
...
- Don't compute if the battery is overheated
- Don't compute until the batter is 95% charged.
Then stop computing if it falls below 90%.
(On some devices, computing causes the batter to drain
even while it's recharging).
2013-03-05 15:24:01 +01:00
Rom Walton
1941429568
zip: Reduce the number of arguments sent to the compiler, possibly fixing the build on Linux when building the wrapper
2013-03-05 15:12:52 +01:00
David Anderson
b4cfda52e5
- improvements to Makefile for lib for MinGW, from Bernd
2013-03-05 15:12:52 +01:00
Rom Walton
9ce39485b5
client: Basic detection of the battery state for a given host for Windows and Android. Useful for detecting if the battery is overheating.
2013-03-05 15:12:52 +01:00
Rom Walton
759b3b8078
client: Basic detection of how much capacity a host's battery has on Android and Windows.
2013-03-05 15:12:52 +01:00
David Anderson
3453ed7814
- manager: fix some compile warnings on Unix
2013-03-05 15:12:52 +01:00
Rom Walton
321029f32b
SETUP: Update the all projects list for Windows/Mac installs
2013-03-05 15:12:52 +01:00
Oliver Bock
d7cd55f65a
Merge branch 'master' of ssh://boinc.berkeley.edu/boinc
2013-03-05 15:07:43 +01:00
David Anderson
e1014a047d
- API: fix MinGW Makefile for boinc_zip; from Bernd M.
2013-03-05 15:07:22 +01:00
Oliver Bock
ee1aa040ec
Merge branch 'master' of ssh://boinc.berkeley.edu/boinc
2013-03-05 15:06:55 +01:00
Eric J Korpela
348c675592
Modified CHECK_SSL to check existence of -ldl and -lz before adding them to
...
SSL_LIBS on non-pkg-config systems.
2013-03-05 15:06:38 +01:00
David Anderson
3a530a4c34
- client: check return value of the function (statfs or statvfs)
...
used to find disk space and usage.
This may be failing for in-memory filesystems on Linux.
2013-03-05 15:05:29 +01:00
David Anderson
d4a40a8841
- admin web: remove outdated code that tried to show SVN version
...
in the admin main page
2013-03-05 15:05:20 +01:00
Rom Walton
85891f3614
WINSETUP: Switch ISM files to use ENABLEPROTECTEDAPPLICATIONEXECUTION3
2013-03-05 14:52:38 +01:00
Charlie Fenton
ea1123cad6
MGR: Fix assert when all_projects_list.xml file is missing
2013-03-05 14:52:38 +01:00
David Anderson
123c725cac
- user web: html/user/languages.txt was lost in translation
2013-03-05 14:52:38 +01:00
Rom Walton
64894ac782
WINSETUP: Switch to using ENABLEPROTECTEDAPPLICATIONEXECUTION3 instead of ENABLEPROTECTEDAPPLICATIONEXECUTION2.
...
WINSETUP: Explicitly use certain values for boolean flags instead of using the output of the UI controls. Avoids confusing values in the registry.
2013-03-05 14:52:38 +01:00
Charlie Fenton
20e7f9867e
MGR: Fix class name collision with MemFSHashObj in fs_mem.cpp in wxWidgets which caused Manager crashes
2013-03-05 14:52:38 +01:00
David Anderson
3977ad8845
- Condor interface: small code shuffle
2013-03-05 14:52:38 +01:00
Rom Walton
2b01999986
MGR: Add the FreeBSD icon to the Attach Wizard (From RustyBSD)
2013-03-05 14:52:38 +01:00
Rom Walton
b0706d702f
MGR: Properly handle the back button on the wizard page that asks for credentials. We'll need to revisit this issue for cookie and automatic attach situations though.
2013-03-05 14:52:38 +01:00
Joachim Fritzsch
5cf8ba3826
- android/ProjectApp/: rename of MainActivity to ProjectExampleMainActivity
...
- android/ProjectApp/: updated to latest IClientRemoteService.aidl
2013-03-05 14:52:38 +01:00
David Anderson
6f98cf9dc0
- project setup: create a default gui_urls.xml file
2013-03-05 14:52:38 +01:00
Joachim Fritzsch
2097bbdbc8
- android/BOINC/: rename of MainActivity to BOINCActivity
...
- android/BOINC/: getVersionCode added to AIDL
- android/BOINC/: reduce import warnings
2013-03-05 14:52:38 +01:00
David Anderson
4eed4c1b7d
- client: message tweak
...
- remote job submission: output file fetch now working. Woo hoo!
2013-03-05 14:52:37 +01:00
David Anderson
46f06b9350
- Remote job submission stuff for Condor.
...
Submit and Query are more or less working.
2013-03-05 14:52:37 +01:00
David Anderson
9342fe696b
- client (Win) fixes/improvements to CPU feature detection, from Robert Kreß
2013-03-05 14:52:37 +01:00
Rom Walton
8c880230c3
Update Translations
2013-03-05 14:47:37 +01:00
Oliver Bock
598ab92f62
Merge branch 'master' of ssh://boinc.berkeley.edu/boinc
2013-03-05 14:26:57 +01:00
David Anderson
d013b1f74a
- Client: message tweak for GPU suspend/resume
2013-03-05 14:26:49 +01:00
David Anderson
7f4263b079
- Condor stuff; basic function works now!
2013-03-05 14:26:40 +01:00