- 13 Aug, 2013 6 commits
-
-
Rom Walton authored
-
Joachim Fritzsch authored
-
Joachim Fritzsch authored
android: bug fix for OutOfMemeoryError while loading slideshow, handle exception. reported in PlayStore.
-
-
Joachim Fritzsch authored
-
Rom Walton authored
VBOX: When running a 32-bit vboxwrapper on a 64-bit Windows machine, exit with a temporary error suggesting that the volunteer upgrade to a 64-bit BOINC client. 32-bit vboxwrapper cannot detect VirtualBox on a 64-bit system.
-
- 11 Aug, 2013 2 commits
-
-
David Anderson authored
client and manager: the set_cc_config and get_cc_config GUI RPCs had nonstandard replies, which weren't parsed correctly by the calling code. The reply from a GUI RPC that don't return info is one of: <success/> <error>error message</error> <status>N</status>
-
David Anderson authored
Wrapper (Android): don't get the CPU time of tasks. The function sometimes crashes (under investigation), and the GUI doesn't show CPU time anyway.
-
- 10 Aug, 2013 2 commits
-
-
David Anderson authored
-
David Anderson authored
-
- 09 Aug, 2013 5 commits
-
-
David Anderson authored
-
David Anderson authored
-
David Anderson authored
-
David Anderson authored
-
David Anderson authored
-
- 08 Aug, 2013 5 commits
-
-
David Anderson authored
-
-
Eric J Korpela authored
scales that cause it to fail. That prevents host_app_version PFCs not to be updated for perfectly reasonable credit claims. Since there is a max credit granted this mechanism is unneccesary, anyway.
-
David Anderson authored
scheduler: sample code for the SSE3 plan class must check for "pni" rather than "sse3"; clients report "pni"
-
David Anderson authored
-
- 07 Aug, 2013 4 commits
-
-
Rom Walton authored
-
Rom Walton authored
-
David Anderson authored
-
Charlie Fenton authored
-
- 04 Aug, 2013 4 commits
-
-
David Anderson authored
Many Android users had existing preferences with settings like "don't compute when idle" that make sense for PCs but not mobile devices. When this pref is enforced on Android, no computing happens and user confusion results. We're addressing this by using only local prefs on Android. We considered other approaches - e.g. having a "mobile" venue - but they're too complex.
-
David Anderson authored
-
David Anderson authored
client (Android): allow GUI to pass MAC address to client via set_host_info(). If domain name is "localhost" and MAC address is nonempty, use MAC address instead of domain name when showing host on project web page.
-
David Anderson authored
-
- 03 Aug, 2013 3 commits
-
-
Charlie Fenton authored
-
David Anderson authored
-
David Anderson authored
-
- 02 Aug, 2013 4 commits
-
-
David Anderson authored
-
David Anderson authored
-
David Anderson authored
-
Rom Walton authored
WINBUILD: Re-enable the custom actions which modify the VirtualBox.VirtualBox permissions so that boinc_project can launch VMs.
-
- 01 Aug, 2013 1 commit
-
-
Charlie Fenton authored
MGR: On Linux, initialize exclusive apps dialog to start from directory "/usr/bin/" instead of from "/" (from Toralf Förster)
-
- 31 Jul, 2013 1 commit
-
-
Charlie Fenton authored
-
- 30 Jul, 2013 3 commits
-
-
David Anderson authored
-
David Anderson authored
Trying to fix bug where timer thread stops doing anything after first suspend on Android (old, 1-core devices). I suspect that the sleep() in the worker thread's signal handle is sleeping the entire process. Insert a sched_yield() before the sleep so that the time thread will run.
-
David Anderson authored
-