Commit Graph

20590 Commits

Author SHA1 Message Date
David Anderson ac66666ed6 fix PHP warnings 2013-05-05 01:26:17 -07:00
Joachim Fritzsch d50d0f9495 Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2013-05-04 19:25:44 +02:00
Joachim Fritzsch 346a1bbcf5 android: fix graphics bug
android: fix notification bugs
2013-05-04 19:25:27 +02:00
David Anderson c93b12dd60 web: fix PHP warnings 2013-05-04 10:15:04 -07:00
Joachim Fritzsch e5c698863a android: harmonized status strings 2013-05-04 12:08:50 +02:00
Keith Uplinger 69ab6f570c Remove extra logging from getStatus 2013-05-04 10:25:14 +02:00
Keith Uplinger a597c2d24f Changes to the rpc api that gets more details for the results and applications. Used in the task pull down. 2013-05-04 10:21:34 +02:00
Keith Uplinger ddc2d02e6e Task expansion capability. 2013-05-04 10:16:33 +02:00
Keith Uplinger ef6b24fe2b Changes to show elapsed time on Android Changes to be committed:
modified:   res/layout/tasks_layout_listitem.xml
	modified:   src/edu/berkeley/boinc/adapter/TasksListAdapter.java

Signed-off-by: Keith Uplinger <uplink@us.ibm.com>
2013-05-04 10:16:33 +02:00
Keith Uplinger a5890aa1be Add notification for Android. 2013-05-04 10:16:32 +02:00
Keith Uplinger aa5776e00b Added a change to show the status of the agent in the top menu bar... 2013-05-04 10:16:32 +02:00
Keith Uplinger 20dc090739 Create an add projects button below the last active project in the projects page. 2013-05-04 10:16:32 +02:00
David Anderson 6b22ba2902 web: fix PHP warning 2013-05-04 00:01:20 -07:00
David Anderson 98751b9046 - remote job submission (i.e. Condor interface): add missing fclose() 2013-05-03 22:40:46 -07:00
David Anderson 4f7bd9e7ad web: user $x = new StdClass instead of $x = null for new objects 2013-05-03 22:12:26 -07:00
David Anderson f1dd8cec18 - comment tweaks 2013-05-03 15:14:00 -07:00
David Anderson c8c1140be2 Unix build: install locale files as regular files, not executable 2013-05-03 15:13:17 -07:00
David Anderson 55bb13a441 - minor security fix for online help page 2013-05-03 15:11:37 -07:00
David Anderson 1a1a01c103 - server: initialize result.size_class and workunit.size_class to -1 2013-05-03 15:09:45 -07:00
David Anderson 735e2ef394 - client emulator: show jobs in summary file 2013-05-03 15:08:06 -07:00
David Anderson ecfd6d8a63 - boinccmd: check RPC replies for errors; show them. 2013-05-03 15:05:30 -07:00
Rom Walton b6ab8718ee VBOX: Adjust the failsafe minimum CPU Usage value to 1. The VM should eventually boot. 2013-05-01 14:01:06 -04:00
Rom Walton b90297021c VBOX: Update project files 2013-05-01 11:38:24 -04:00
Rom Walton d291c59d6c VBOX: Fix version check so that it can work with RPM based distros of Linux.
VBOX: Adjust the set_cpu_usage() and set_network_usage() function prototypes to use ints and handle the preference conversion in the calling function.
VBOX: Set the minimum CPU usage value to 5%, if for some reason somebody chooses 0% (on purpose or bug) VirtualBox goes nuts.  This should give the VM at least enough time to render a few frames and eventually boot.
2013-05-01 11:27:04 -04:00
Eric J Korpela fd5c8c6e82 - Added scheduler config boolean option <estimate_flops_from_hav_pfc> which
allows projected_flops to be calculated from host_app_version pfc rather
  than elapsed time.  This is valuable if result elapsed times are highly
  variable and dependent on input.
2013-04-30 16:30:27 -07:00
Kevin Reed abb72ddc9e Set files to 'always overwrite' so that in the future, version downgrades will not encounter issues with some files not installling properly.
Conflicts:
	win_build/installerv2/WCG.ism
2013-04-30 10:21:08 -05:00
Charlie Fenton d171cc0e4c Mgr: clear instance pointer after delete 2013-04-30 05:55:14 -07:00
Charlie Fenton 6efb00118c Mgr: Flush Manager settings to Windows Registry or user prefs when selecting a different skin 2013-04-30 05:44:55 -07:00
Charlie Fenton 78847a0181 Mgr: fix build break 2013-04-30 05:25:54 -07:00
Charlie Fenton 66e61912c9 Mgr: Flush Manager settings to Windows Registry or user prefs when closing Options dialog 2013-04-30 05:18:19 -07:00
Charlie Fenton c5368a62d9 Mgr: Flush Manager settings to Windows Registry or user prefs when practical to do so 2013-04-30 04:35:45 -07:00
Kevin Reed 10af02e989 Minor change in application name 2013-04-29 08:46:44 -05:00
Joachim Fritzsch b047d03195 Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2013-04-27 10:06:03 +02:00
Joachim Fritzsch 1415ab7a44 -android: icluded project graphics 2013-04-27 09:59:04 +02:00
Kevin Reed 6225a3d0aa Fix issue with not uninstalling previous version of World Community Grid. Use WCG icon for add/remove programs. 2013-04-26 17:59:45 -05:00
David Anderson 4ad5cf05f6 Improve Makefiles for sample apps. From Gianfranco. 2013-04-26 13:46:28 -07:00
David Anderson e87971d758 Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2013-04-26 12:21:48 -07:00
David Anderson c00f27a5a5 client: message tweak (show "don't need" in work request msg) 2013-04-26 12:19:43 -07:00
Charlie Fenton 984883d7c5 MGR: Fix permissions in new V7 skins for GridRepublic, CharityEngine, ProgressThruProcessors 2013-04-26 03:37:00 -07:00
Charlie Fenton 217a21f79a MGR: Immediately update Simple View default project icon, window icon and window title when switching skin 2013-04-26 03:16:16 -07:00
Eric J Korpela 8998f7d21e Added missing '\n' in plan_class_spec debugging output. 2013-04-25 16:33:22 -07:00
Eric J Korpela 84fc11cb3a Updated sample plan classes to show newer features. 2013-04-25 13:43:30 -07:00
Eric J Korpela ca40cdac33 Added "<without_opencl>" boolean to plan_class_spec to make it possible to
restrict an ATI/AMD CAL app to GPUs and drivers that don't support OpenCL.
2013-04-25 13:28:41 -07:00
Eric J Korpela 24353261c4 Fixed problems with FCGI compiles introduced in recent checkins. 2013-04-25 12:46:22 -07:00
Charlie Fenton 18d943ae24 MGR: rename "Progress Thru Processors" skin to "ProgressThruProcessors" as specified by Matt Blumberg 2013-04-25 03:07:58 -07:00
Charlie Fenton 29ac628053 MGR: Update GridRepublic, CharityEngine, ProgressThruProcessors to new V7 skins 2013-04-25 02:55:12 -07:00
David Anderson 6c4b23e7d0 client: fix compile warnings
From Gianfranco Costamagna
2013-04-25 01:39:03 -07:00
David Anderson 2d8e1c39b6 Improve sample application Makefiles
Use CXXFLAGS, CPPFLAGS, LDFLAGS if they're defined in the environment.
From Guo Yixuan.
2013-04-25 01:26:24 -07:00
David Anderson c26f05a516 client: don't use FLOPS info for completion estimates of NCI jobs 2013-04-25 01:09:08 -07:00
David Anderson 0c430ce1fa Add support for multi-size apps
See http://boinc.berkeley.edu/trac/wiki/MultiSize
The components of this include:
- DB changes:
    add size_class to workunit and result
    n_size_classes to app; >1 means multi-size
- size_regulator daemon program: change results states
    from INACTIVE to UNSENT carefully
- size_census program; writes quantile info in flat files
- transitioner: when creating results for multi-size apps,
    set server state to INACTIVE
- sched shmem (feeder): read quantile info from flat files,
    store in shared memory
- scheduler (score-based scheduling): for multi-size apps,
    add component to score function for size class.
- show_shmem: show result size class
- make_work (and other callers of count_unsent_results()):
    count both INACTIVE and UNSENT
- create_work: add --size_class cmdline option

Also:
- if get MySQL errors in upgrade, don't rewrite db_version
2013-04-25 00:27:35 -07:00