Commit Graph

19965 Commits

Author SHA1 Message Date
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
Rom Walton 9253d7dd6d WINSETUP: Change description text for service installs 2013-03-05 14:17:54 +01:00
Rom Walton 0bc567d8c3 lib: Remove duplicate GPU text in the OpenCL description 2013-03-05 14:17:54 +01:00
Rom Walton c448732249 lib: Only process FormatMessage output if the function succeeds. The CC calls windows_format_error_string() for all non-zero returns. 2013-03-05 14:17:54 +01:00
Eric J Korpela 4a4678aeb9 - Added boinc version checking to plan_class_spec. New plan_class_spec.xml tags
are   <max_core_client_version> and <min_core_client_version> which are
  integer values major*10000+minor*100+release
2013-03-05 14:17:54 +01:00
Eric J Korpela 9b191c409a - Modifications to autoconf scripts for non-standard openssl installs 2013-03-05 14:17:54 +01:00
Rom Walton c4d840f70b boinc_zip: Add NO_LCHMOD for Android and Linux. Comment out duplicate definitions of gmtime() and localtime(). 2013-03-05 14:17:54 +01:00
Rom Walton 46d8f78a20 boinc_zip: most of the zip code is C code. 2013-03-05 14:17:54 +01:00
Rom Walton ea9bf2a0a5 android/boinc_zip: Linux throws a warning about lchmod and on android it doesn't exist at all. Add -DNO_LCHOWN to Makefile.am so it applies to both environments 2013-03-05 14:17:54 +01:00
Rom Walton 715796ba6f android: Add the NO_LCHOWN symbol to the list of symbols used to build boinc, boinc_zip, etc. Android doesn't support the lchown API. 2013-03-05 14:17:54 +01:00
Rom Walton 0efd0b2738 wrapper: remove unneeded debug code from the wrapper 2013-03-05 14:17:54 +01:00
David Anderson 98fbd13a9e - Wrapper: CPU time account was broken on Windows 2013-03-05 14:17:54 +01:00
Rom Walton 32f8e130a9 android: Add environment variables for CC and CFLAGS. The regex stuff in the wrapper was using the Linux(x86) compiler instead of the Android (ARM) cross-compiler. 2013-03-05 14:17:54 +01:00
Oliver Bock f728f4e9d4 Merge branch 'master' of ssh://boinc.berkeley.edu/boinc 2013-03-05 14:05:27 +01:00
Joachim Fritzsch f9d022788d - android: kill client process on startup to allow update
- android: bugfix in preferences tab
- android: rename of preferences
- android: deletion of unused components
2013-03-05 14:05:04 +01:00
Joachim Fritzsch ad05a8b0b9 - client: (android) add wifi location of Android 4 devices to detect wifi state properly. 2013-03-05 14:05:04 +01:00
David Anderson 3321837b01 - wrapper: fix CPU time accounting on Unix 2013-03-05 14:05:04 +01:00
David Anderson 427176174b - user web: remove dead stats site links 2013-03-05 14:05:04 +01:00
David Anderson c17d20ccd9 - client: show sysmon messages correctly.
This was supposed to be in my 507cd79 commit, but it got botched somehow.
- client: the <task> debug flag enables suspend/resume messages
    for both CPU and GPU.
    Previously CPU messages were always shown,
    and GPU messages were shown if <cpu_sched_debug> was set.
- client: fix bug where reschedule wasn't being done on GPU suspend or resume.
2013-03-05 14:05:04 +01:00
David Anderson 986ea8707c - client: if app does temporary exit, don't print premature exit warning 2013-03-05 14:05:04 +01:00
David Anderson 6108deb7b0 - wrapper: use waitpid() instead of wait4(), which is missing on Android. 2013-03-05 14:05:04 +01:00