- 06 May, 2007 5 commits
-
-
David Anderson authored
if get an app_version with unknown platform name, ignore it. This means that, e.g. if someone moves a BOINC directory from Intel to PowerPC Mac, things will still work right. client/ client_state.C,h cs_platforms.C cs_scheduler.C cs_statefile.C svn path=/trunk/boinc/; revision=12579
-
David Anderson authored
client/ client_types.C svn path=/trunk/boinc/; revision=12578
-
Rytis Slatkevičius authored
svn path=/trunk/boinc/; revision=12577
-
Charlie Fenton authored
svn path=/trunk/boinc/; revision=12576
-
Charlie Fenton authored
svn path=/trunk/boinc/; revision=12574
-
- 05 May, 2007 8 commits
-
-
Rom Walton authored
svn path=/trunk/boinc/; revision=12573
-
Charlie Fenton authored
boinc_core_release_5_9_8 svn path=/trunk/boinc/; revision=12571
-
Charlie Fenton authored
svn path=/trunk/boinc/; revision=12570
-
David Anderson authored
on FC6; needed to trim white space from pid - Server status page: show server software SVN revision svn path=/trunk/boinc/; revision=12569
-
Charlie Fenton authored
svn path=/trunk/boinc/; revision=12568
-
Charlie Fenton authored
svn path=/trunk/boinc/; revision=12567
-
Charlie Fenton authored
svn path=/trunk/boinc/; revision=12565
-
David Anderson authored
client/ cs_scheduler.C svn path=/trunk/boinc/; revision=12564
-
- 04 May, 2007 11 commits
-
-
David Anderson authored
svn path=/trunk/boinc/; revision=12563
-
David Anderson authored
(from Rosetta@home) api/ graphics_impl.C svn path=/trunk/boinc/; revision=12562
-
Rom Walton authored
svn path=/trunk/boinc/; revision=12559
-
David Anderson authored
the enumeration ending versus it failing. This fixes a bug where lots of results would be incorrectly aborted if there's a database problem. This fix only matters if you use the <send_result_abort> config flag. (from Kevin Reed) - validator: add -credit_from_wu option. This gets credit from the workunit XML (which must have a <credit> flag). This lets you use credit-from-WU with the standard validators (sample_bitwise and sample_trivial) sched/ handle_request.C validator.C validate_util.h svn path=/trunk/boinc/; revision=12558
-
Rom Walton authored
boinc_core_release_5_9_7 svn path=/trunk/boinc/; revision=12556
-
Rom Walton authored
svn path=/trunk/boinc/; revision=12555
-
Rom Walton authored
( From Frank Weiler ) - Win: Introduce a custom action to delete any lingering binaries from the installation directory before MSI determines what needs to be copied. - Win: Introduce a custom action that will migrate C:\Program Files (x86)\BOINC to C:\Program Files\BOINC for the x64 upgrade scenario. clientgui/ BOINCGridCtrl.cpp win_build/installerv2/redist/Windows/src/boinccas/ boinccas.rc boinccas95.def boinccas95.vcproj CACleanupOldBinaries.cpp, .h (Added) CAMigratex86x64.cpp, .h (Added) win_build/installerv2/redist/Windows/Win32/ boinccas.dll boinccas95.dll win_build/installerv2/redist/Windows/x64/ boinccas.dll boinccas95.dll svn path=/trunk/boinc/; revision=12554
-
Jens Seidler authored
svn path=/trunk/boinc/; revision=12550
-
Charlie Fenton authored
svn path=/trunk/boinc/; revision=12549
-
Charlie Fenton authored
Mac: Update license agreement, modify build scripts to include license agreement with bare-client releases, not only wih Manager. svn path=/trunk/boinc/; revision=12548
-
Charlie Fenton authored
Mac: Update license agreement, modify build scripts to include license agreement with bare-client releases, not only wih Manager. svn path=/trunk/boinc/; revision=12547
-
- 03 May, 2007 5 commits
-
-
David Anderson authored
- change > to >= for check for running beyond sched period - adjust debts before calculating anticipated debt client/ client_types.h cpu_sched.C sim.C svn path=/trunk/boinc/; revision=12546
-
Rom Walton authored
svn path=/trunk/boinc/; revision=12543
-
David Anderson authored
Remove the tacet assumption that a host can handle applications for a single platform. With the Apr 30 scheduler changes, a project may (at different times) send app versions for the same app and version number, but different platforms. Before we would have ignored all but the first; now we handle them correctly. Implementation notes: - Add APP_VERSION.platform, RESULT.platform, and RESULT.version_num. If these are missing from an XML doc (e.g. an existing state file or a scheduler reply from a project not running current server) then set to the primary platform. - Continue to write workunit.version_num and active_task.version_num to state file, even though these are no longer part of the struct. This allows users to revert to an older version. client/ app.C check_state.C client_state.C,h client_types.C,h cs_apps.C cs_scheduler.C cs_statefile.C sim.C svn path=/trunk/boinc/; revision=12542
-
Rom Walton authored
name, so people can see if they need to upgrade a remote client. - fixes #149: Change the parsing function for the CBOINCGridCellProgressRenderer so that we don't have to update the docs or screenshots. Display the progress bar as a resource share fraction. clientgui/ AdvancedFrame.cpp BOINCGridCtrl.cpp MainDocument.cpp, .h ViewProjectsGrid.cpp svn path=/trunk/boinc/; revision=12541
-
Charlie Fenton authored
svn path=/trunk/boinc/; revision=12538
-
- 02 May, 2007 11 commits
-
-
Charlie Fenton authored
svn path=/trunk/boinc/; revision=12537
-
Matt Lebofsky authored
svn path=/trunk/boinc/; revision=12536
-
David Anderson authored
and add <platform> and <version_num> elements to <result> (server half of multi-version changes) - scheduler: make ssp a global; could eliminate from args everywhere db/ boinc_db.h sched/ feeder.C main.C,h sched_send.C sched_shmem.C,h server_types.C svn path=/trunk/boinc/; revision=12535
-
Walt Gribben authored
client/ Makefile.am svn path=/trunk/boinc/; revision=12534
-
Matt Lebofsky authored
svn path=/trunk/boinc/; revision=12532
-
Rom Walton authored
* refactored the alternate platform mechinism so that we can support multiple alternate platforms. * moved everything to cs_platforms.C since we expect the kind of sprawl that is in host_info.C on the *nix environments. - Clean up some warnings client/ acct_setup.C client_state.C, .h client_types.h cs_platforms.C (Added) cs_scheduler.C cs_statefile.C http_curl.C lib/ str_util.h svn path=/trunk/boinc/; revision=12531
-
Charlie Fenton authored
svn path=/trunk/boinc/; revision=12530
-
Charlie Fenton authored
svn path=/trunk/boinc/; revision=12529
-
Charlie Fenton authored
svn path=/trunk/boinc/; revision=12528
-
Rom Walton authored
boinc_core_release_5_9_6 svn path=/trunk/boinc/; revision=12525
-
Jens Seidler authored
svn path=/trunk/boinc/; revision=12524
-