Commit Graph

17325 Commits

Author SHA1 Message Date
David Anderson 3d02f9f361 - admin web: add page for showing app and app version details
svn path=/trunk/boinc/; revision=23835
2011-07-12 05:19:15 +00:00
David Anderson b17f6aa861 - manager: fix messed up logic that caused projects to show
"platform not support" incorrectly.
        Note: the code in this entire area seems way too complex
    - manager: tweak project desc font size

svn path=/trunk/boinc/; revision=23834
2011-07-12 00:07:34 +00:00
Rom Walton ae2d0837f2 Handle string conversion at compile time instead of run time.
svn path=/trunk/boinc/; revision=23833
2011-07-11 18:24:25 +00:00
David Anderson 62efafbb26 - manager: do the above font change only on Win
svn path=/trunk/boinc/; revision=23832
2011-07-11 17:58:19 +00:00
David Anderson c0417a8aaa - client: fix scheduler bug that treated all CPU jobs
as non-high-priority
	- client: don't print spurious "domino prevention"
		and "thrashing prevention" msgs
	- manager: show project descriptions in same size font
		as the rest of the dialog

svn path=/trunk/boinc/; revision=23831
2011-07-11 05:34:09 +00:00
David Anderson b8ba609604 - Manager and GUI RPC:
Remove debt fields from PROJECT: not used anymore
    Add sched_priority field


svn path=/trunk/boinc/; revision=23830
2011-07-11 04:57:56 +00:00
David Anderson 946a8228b4 - client: clear have_nvidia/ati flags in CC_STATE
so you don't show garbage in project properties

svn path=/trunk/boinc/; revision=23829
2011-07-10 17:04:40 +00:00
David Anderson 62074bd4fa - client emulator web interface: make cc_config.xml an attribute
of the simulation, not the scenario.
    If you want to run a simulation w/ different log flags,
    you shouldn't have to create a new scenario.
- client emulator: add --config_prefix cmdline arg
- validator: prevent infinite loop when app_version.pfc_avg
    is wonky (like 1e-300).
    Next step: figure out how it got that way.


svn path=/trunk/boinc/; revision=23828
2011-07-10 07:05:07 +00:00
Charlie Fenton 4ee89eba26 Fix typo
svn path=/trunk/boinc/; revision=23826
2011-07-08 23:04:56 +00:00
David Anderson 13cfc73b3c - client: fix bug related to deselecting resource types in project prefs.
Some logic was missing.

svn path=/trunk/boinc/; revision=23825
2011-07-08 19:22:22 +00:00
Rom Walton 18f8847adb Quick Updates
svn path=/trunk/boinc/; revision=23821
2011-07-08 14:19:59 +00:00
Charlie Fenton 3e0055cbe0 Mac: Refine big fix for menubar icon menu not working after changing skin
svn path=/trunk/boinc/; revision=23819
2011-07-08 08:26:11 +00:00
David Anderson f60700cff4 - client: possibly fix bug that caused no-GPU prefs to be ignored
svn path=/trunk/boinc/; revision=23817
2011-07-08 07:17:25 +00:00
David Anderson a21abed078 - client: fix typo that caused a lot of spurious
"project has XXXXXX deadline misses" messages
- fix compile warnings


svn path=/trunk/boinc/; revision=23816
2011-07-07 23:58:23 +00:00
David Anderson 5b419c266e - client: fix bug introduced in [23765] that produced garbage
in <coproc> elements in sched req msgs and elsewhere.
         peak_flops is a double.
         If you print it using %d, everything from that point forward
         is messed up.

svn path=/trunk/boinc/; revision=23815
2011-07-07 22:21:56 +00:00
David Anderson f526fb0980 - client: write log msgs saying whether GPUs are OpenCL-capable
svn path=/trunk/boinc/; revision=23814
2011-07-07 22:01:39 +00:00
Rom Walton 87d20586c4 Quick Updates
svn path=/trunk/boinc/; revision=23813
2011-07-07 14:57:40 +00:00
Rom Walton d7dd68dc75 Quick Updates
svn path=/trunk/boinc/; revision=23811
2011-07-07 14:53:23 +00:00
Rom Walton d3cde89d7b - WINSCR: Remove diagnostics screensaver dialog when the screensaver fails to
be able open up the log files.

    clientscr/
        screensaver_win.cpp

svn path=/trunk/boinc/; revision=23810
2011-07-07 14:37:18 +00:00
Charlie Fenton f9ea013a65 Mac: Fix bug where menubar icon menu did not work after changing skin
svn path=/trunk/boinc/; revision=23808
2011-07-07 13:28:50 +00:00
Charlie Fenton 74f910302f Mac: Fix bad paths to MacBitMapComboBox.cpp, .h in XCode project
svn path=/trunk/boinc/; revision=23806
2011-07-07 01:51:11 +00:00
Rom Walton 2b75b4a75b Quick Updates
svn path=/trunk/boinc/; revision=23803
2011-07-06 17:20:31 +00:00
Rom Walton 310fa744ce Quick Updates
svn path=/trunk/boinc/; revision=23802
2011-07-06 16:29:10 +00:00
Rom Walton bd1d54d1bb - Tag for 6.13.0 release, all platforms
boinc_core_release_6_13_0

    /
        configure.ac
        version.h

svn path=/trunk/boinc/; revision=23800
2011-07-06 15:50:24 +00:00
Charlie Fenton 7522d192b8 Mac: Update to libcurl 7.21.7 and c-ares 1.7.4
svn path=/trunk/boinc/; revision=23798
2011-07-06 11:02:50 +00:00
Rom Walton 5a69b27afc Fix build break
svn path=/trunk/boinc/; revision=23796
2011-07-05 19:42:04 +00:00
David Anderson cc0ab61b96 - update_versions: fix typo that produced bad XML
svn path=/trunk/boinc/; revision=23793
2011-07-05 17:45:24 +00:00
Rom Walton ca2435b592 Quick Updates
svn path=/trunk/boinc/; revision=23791
2011-07-05 15:29:25 +00:00
David Anderson bfc04f03eb - back end: fix bugs in [23648] which caused create_work
to mess up input templates containing
    <copy_file/> or other attribute tags.
    XML_PARSER now contains a member element() for when
    you want to copy an element without knowing its structure.


svn path=/trunk/boinc/; revision=23790
2011-07-04 23:51:00 +00:00
David Anderson 3b73c8dc0a - db_purge: make zip compression work (from Teemu Mannermaa)
- get rid of a few compile warnings


svn path=/trunk/boinc/; revision=23789
2011-07-01 02:12:11 +00:00
David Anderson a221c99c9d svn path=/trunk/boinc/; revision=23787 2011-07-01 01:30:28 +00:00
David Anderson ce215299e6 - client (Win) add some bulletproofing in case Windows sends us a
"suspending" event but not a resume event.


svn path=/trunk/boinc/; revision=23786
2011-07-01 00:25:11 +00:00
David Anderson 2177a6bd95 - server: restore fpops/intops_cumulative to RESULT
(structure, not table) for AQUA
- client, Windows: when wake up from hibernation,
    get the time before printing log msg


svn path=/trunk/boinc/; revision=23784
2011-06-29 23:00:39 +00:00
David Anderson da74e5caf2 - back end: strip <output_template> tags from output templates
- web: main RSS feed should include all news items, even non-notices


svn path=/trunk/boinc/; revision=23783
2011-06-29 22:26:45 +00:00
David Anderson 69cbabe798 - fix compile warnings
svn path=/trunk/boinc/; revision=23780
2011-06-26 00:10:19 +00:00
David Anderson c230bff830 - client simulator: compile fix
svn path=/trunk/boinc/; revision=23779
2011-06-25 17:58:37 +00:00
David Anderson 047fba0e7c - client: add optional <app> elements to <exclude_gpu> config option,
to allow app-level exclusions


svn path=/trunk/boinc/; revision=23778
2011-06-25 17:32:26 +00:00
David Anderson 4403df42d8 - client: add <type> element to <exclude_gpu> config option,
in case of multiple GPU types


svn path=/trunk/boinc/; revision=23777
2011-06-25 05:13:56 +00:00
Charlie Fenton 51867b9e5c SCR: Add url.cpp to Mac screensaver in XCode project to fix link error
svn path=/trunk/boinc/; revision=23776
2011-06-24 10:20:41 +00:00
David Anderson 02f03f0790 - client: replace <ignore_cuda_dev> with <ignore_nvidia_dev>
in cc_config.xml (but keep old one for compat)


svn path=/trunk/boinc/; revision=23775
2011-06-24 03:58:52 +00:00
David Anderson c177d990ea - client: add per-project GPU exclusion.
If you put an element of the form
        <exclude_gpu>
            <url>http://project_url.com/</url>
            <device_num>1</device_num>
        </exclude_gpu>
    in your cc_config.xml, that GPU won't be used for that project


svn path=/trunk/boinc/; revision=23774
2011-06-24 03:33:22 +00:00
David Anderson 322617d616 - lib: fix compile warning
svn path=/trunk/boinc/; revision=23773
2011-06-23 20:44:25 +00:00
Charlie Fenton 22c1ff5cd9 -MGR: eliminate unnecessary get_host_info RPCs.
svn path=/trunk/boinc/; revision=23772
2011-06-23 09:15:40 +00:00
Rom Walton 5fd6ca42cc Quick Updates
svn path=/trunk/boinc/; revision=23768
2011-06-22 16:16:08 +00:00
Charlie Fenton 546e5f02b5 - MGR: Wizard ProjectInfo page tests values appropriate for connected client version
svn path=/trunk/boinc/; revision=23766
2011-06-22 11:38:12 +00:00
Charlie Fenton 163978a369 lib: fill in missing entries in COPROCS GUI RPCs, ensure that old data is reset when connecting to a different host (not yet complete)
svn path=/trunk/boinc/; revision=23765
2011-06-22 11:25:06 +00:00
Charlie Fenton a9b7f9e02a MGR: Rename CC_STATE::have_cuda to CC_STATE::have_nvidia; ProjectInfo page tests values appropriate for connected client version
svn path=/trunk/boinc/; revision=23764
2011-06-22 11:24:23 +00:00
Charlie Fenton 136336f0e8 MGR: Revert Rom's manager changes of 20 June related to GUI RPC changes, for compatibility with older Clients
svn path=/trunk/boinc/; revision=23763
2011-06-21 23:31:15 +00:00
David Anderson 8a9605e48c - web: add a web-service interface for remotely submitting, querying
and controlling batches of jobs
- web: add an administrative interface for controlling
    user permissions for submitting jobs
- web: add an interface where users can view and control
    their submitted jobs
See: http://boinc.berkeley.edu/trac/wiki/RemoteJobs
This is at a functional but rough stage.


svn path=/trunk/boinc/; revision=23762
2011-06-21 22:56:15 +00:00
David Anderson 4a7d109a4b svn path=/trunk/boinc/; revision=23759 2011-06-21 20:38:00 +00:00