- 23 Dec, 2014 1 commit
-
-
Rom Walton authored
VBOX: Introducing a basic graphics application for vboxwrapper based on HTML rendering. Basic plumbing is done. TODO: * Add vbox job elements to point to various URLs for various states. (running/suspended/not running) * Add window timer to poll for shared memory changes * Exit if running in screen saver mode and keyboard/mouse activity is detected.
-
- 22 Dec, 2014 1 commit
-
-
Rom Walton authored
VBOX: Juha pointed out that I took one line of code out to many on a code cleanup pass. I'm adding it back in.
-
- 21 Dec, 2014 1 commit
-
-
David Anderson authored
My 18 Oct 2013 commit caused the client to clear PROJECT::min_rpc_time on startup. This causes project-requested RPC delays to be ignored if the client is restarted. This is probably undesirable, so I unded that change. Note: min_rpc_time is used for both a) project-requested RPC delay b) exponential backoff due to server down, not work, etc. To me it makes sense to clear b) on restart, but not a). Maybe at some point we should separate these.
-
- 19 Dec, 2014 2 commits
-
-
Rom Walton authored
LIB: Fix potential parser problem with applications compiled against really old BOINC API code (pre-2012).
-
Rom Walton authored
-
- 18 Dec, 2014 2 commits
-
-
David Anderson authored
-
David Anderson authored
-
- 17 Dec, 2014 6 commits
-
-
Rom Walton authored
-
Rom Walton authored
This reverts commit 3d01d36a.
-
Rom Walton authored
-
David Anderson authored
A while back I changed the job sched and work fetch policies to use REC-based project priority. The work fetch logic sorts the project list (in CLIENT_STATE::projects) by descending priority. This causes two problems: - If you have a lot of projects, it's hard to find a particular one in the event log, e.g. in work_fetch_debug output. - In the manager's Statistics tab, the selected project can change unexpectedly since we identify it by array index, and the array order may change. Solution: sort CLIENT_STATE::projects alphabetically (case insensitive). In WORK_FETCH, copy this array to a separate array, that is then sorted by decreasing priority.
-
-
Charlie Fenton authored
Mac installer: fix typos in script which builds BOINC+VBox installer, update VirtualBox version number in script.
-
- 16 Dec, 2014 4 commits
-
-
Charlie Fenton authored
Mac installer: name install folders with "x86_64+ instead of "i686" to show that they require a 64-bit capable Mac. Also code sign the installer package so a lock icon appears in the installer window.
-
Charlie Fenton authored
-
-
Charlie Fenton authored
-
- 15 Dec, 2014 18 commits
-
-
David Anderson authored
-
David Anderson authored
-
David Anderson authored
-
admin authored
-
admin authored
-
-
admin authored
-
admin authored
-
admin authored
-
admin authored
-
admin authored
-
admin authored
-
admin authored
-
admin authored
-
admin authored
-
admin authored
-
Charlie Fenton authored
-
Charlie Fenton authored
-
- 13 Dec, 2014 1 commit
-
-
David Anderson authored
See http://boinc.berkeley.edu/trac/wiki/PrefsUnification Discrepancies: - "Consider the computer in use" pref isn't disabled when the two "suspend X when computer is in use" prefs are unset. Doing this would have greatly complicated things. - day-of-week prefs aren't implemented No tooltips yet.
-
- 12 Dec, 2014 4 commits
-
-
-
David Anderson authored
-
-
Rom Walton authored
-