Commit Graph

10311 Commits

Author SHA1 Message Date
Janus B. Kristensen 0f1b2f0504 A test HTML-interface giving clues about potential misconfigurations in the BT serverside setup.
svn path=/trunk/boinc/; revision=12914
2007-06-13 07:59:58 +00:00
Jens Seidler 28f2d09847 Localization: BOINC website and BOINC Manager language files updated: Polish(po), German(de), Czech(cs)
svn path=/trunk/boinc/; revision=12913
2007-06-13 05:36:08 +00:00
David Anderson df5909d473 - scheduler: add no_darwin_6 option
(don't send work to Mac OS X 10.2 or earlier).
    This used to be #ifdef in by Einstein@home.
- scheduler: add no_amd_k6 option
    (don't send work to AMD K6 CPUs)

sched/
    handle_request.C
    sched_config.C,h

svn path=/trunk/boinc/; revision=12912
2007-06-12 21:40:32 +00:00
Rom Walton 239406c6fa - MGR: Only detect if the host name is local once per connection.
clientgui/
        MainDocument.cpp, .h

svn path=/trunk/boinc/; revision=12911
2007-06-12 20:29:58 +00:00
Rom Walton ff999f983d - MGR: If the screen resolution is too small for the Simple GUI
switch to the Advanced GUI automatically.
    - MGR: If a screen reader is detected, switch to the Advanced
        GUI list view automatically.
        
    clientgui/
        AdvancedFrame.cpp
        BOINCGUIApp.cpp

svn path=/trunk/boinc/; revision=12910
2007-06-12 18:28:53 +00:00
David Anderson be9c1ec9b4 - API: initialize all fields on BOINC_OPTIONS.
Fixes a bug that caused crash on 64bit Linux
    (from M.F. Somers)

api/
    boinc_api.h

svn path=/trunk/boinc/; revision=12909
2007-06-12 18:01:27 +00:00
David Anderson 3bbb17f117 - client: when I changed the length of benchmark intervals
from 20 to 10 seconds, this broke things on ultra-slow CPUs.
		I think this is because a single loop of the FP
		benchmark took so long that the end time of the int
		benchmark had already come and gone.
		Fixed this (I hope) by reducing the loop length
		by a factor of 10.

	client/
		cs_benchmark.C
		dhrystone.C
		whetstone.C

svn path=/trunk/boinc/; revision=12908
2007-06-12 17:28:08 +00:00
David Anderson f8af50e685 - client: fetch all-projects list at startup if it doesn't exist
- client: if result in statefile is labeled with unsupported platform,
    set its platform to primary
    (this completes the fix of 11 June, hopefully fixes #262)

client/
    client_state.C
    cs_statefile.C

svn path=/trunk/boinc/; revision=12907
2007-06-12 16:15:53 +00:00
Eric J. Korpela 8df44a7e30 Fixed top hosts query to use index on sorting column.
svn path=/trunk/boinc/; revision=12906
2007-06-12 16:04:19 +00:00
Reinhard Prix 9cecd6905c added lib/Mac global includes-patch
svn path=/trunk/boinc/; revision=12905
2007-06-12 13:23:31 +00:00
Charlie Fenton cf34759dd6 Mac: Installer writes all_projects_list.xml file to BOINC Data directory unless it already contains one.
svn path=/trunk/boinc/; revision=12904
2007-06-12 10:25:48 +00:00
Charlie Fenton 45d69751f1 Release Mac BOINC 5.10.5
svn path=/trunk/boinc/; revision=12903
2007-06-12 10:25:35 +00:00
Rom Walton 17d8136e5c Quick Updates
svn path=/trunk/boinc/; revision=12900
2007-06-12 03:47:08 +00:00
Rom Walton 286de0195a - Tag for 5.10.5 release, all platforms
boinc_core_release_5_10_5
    
    client/
        configure.ac
        version.h

svn path=/trunk/boinc/; revision=12898
2007-06-12 02:51:46 +00:00
David Anderson dd6ec58155 - Project initialization: create project home page
and schedulers.txt file in a way that will work
    with UMTS ISPs (which strip out comments)

html/user/
    sample_index.php
py/Boinc/
    setup_project.py

svn path=/trunk/boinc/; revision=12896
2007-06-11 22:19:02 +00:00
David Anderson e8d8a28e63 - client: enforce_schedule(): if try to preempt a
process that's not running, at least mark it as preempted.
    (this should never happen in principle)
- API: compile fix for Mac

api/
    graphics2_unix.C
client/
    cpu_sched.C

svn path=/trunk/boinc/; revision=12895
2007-06-11 21:56:56 +00:00
David Anderson 52c2fe8b33 - change new XML parser to handle XML comments (<!-- ... -->)
client/
		log_flags.C
	lib/
		parse.C,h

svn path=/trunk/boinc/; revision=12894
2007-06-11 21:30:26 +00:00
David Anderson 49d435913e - client: if statefile has an app version an unknown platform,
change it to the primary platform.
    The probably cause of this is that the user switched to
    a 64-bit client, then back to the 32-bit client.
    If we reject the app version, it would e.g. cause CPDN
    WUs to get aborted in the middle.
    
client/
    cs_statefile.C

svn path=/trunk/boinc/; revision=12893
2007-06-11 18:52:51 +00:00
Janus B. Kristensen 002454ac04 Added checks.php containing common code between the Bittorrent tracker and the scraping mechanism.
svn path=/trunk/boinc/; revision=12892
2007-06-11 18:43:25 +00:00
David Anderson b864f21274 - manager: fix bug in parsing of all-projects list
(caused Wizard list to be empty)
	- manager: change (web) to WWW

	client/
		acct_mgr.C
		cs_statefile.C
	clientgui/
		ProjectListCtrl.cpp
	lib/
		gui_rpc_client_ops.C

svn path=/trunk/boinc/; revision=12891
2007-06-11 18:34:26 +00:00
Janus B. Kristensen 78e3c55f9c Id property
svn path=/trunk/boinc/; revision=12890
2007-06-11 18:30:19 +00:00
Janus B. Kristensen d046a24720 Id property
svn path=/trunk/boinc/; revision=12889
2007-06-11 18:29:57 +00:00
Janus B. Kristensen c1f14e0b53 Id property
svn path=/trunk/boinc/; revision=12888
2007-06-11 18:29:40 +00:00
Janus B. Kristensen 7cb97a4c6d Id property
svn path=/trunk/boinc/; revision=12887
2007-06-11 18:29:23 +00:00
Janus B. Kristensen e17e716185 svn path=/trunk/boinc/; revision=12886 2007-06-11 18:28:57 +00:00
Janus B. Kristensen d87fa93503 Common code for checks used in both the tracker and the scrape mechanism.
svn path=/trunk/boinc/; revision=12885
2007-06-11 18:27:24 +00:00
Janus B. Kristensen 035a91efbb Property changes
svn path=/trunk/boinc/; revision=12884
2007-06-11 18:24:12 +00:00
Jens Seidler cbb9e93b76 Localization: BOINC website and BOINC Manager language files updated: Chinese simplified(zh_CN), French(fr)
svn path=/trunk/boinc/; revision=12882
2007-06-11 05:15:21 +00:00
Rom Walton 6b53451555 Quick Updates
svn path=/trunk/boinc/; revision=12881
2007-06-10 16:04:44 +00:00
Charlie Fenton bd9fe90e75 Release Mac BOINC 5.10.4
svn path=/trunk/boinc/; revision=12880
2007-06-10 09:17:59 +00:00
Rom Walton 9340500f45 Quick Updates
svn path=/trunk/boinc/; revision=12879
2007-06-09 23:55:46 +00:00
Rom Walton 772c7e94b8 - Tag for 5.10.4 release, all platforms
boinc_core_release_5_10_4
    
    client/
        configure.ac
        version.h

svn path=/trunk/boinc/; revision=12877
2007-06-09 23:05:32 +00:00
David Anderson b8f257685b - client: fixed bug in prefs parsing
lib
		prefs.C

svn path=/trunk/boinc/; revision=12873
2007-06-09 15:01:10 +00:00
Charlie Fenton 7e4240f179 Release Mac BOINC 5.10.3
svn path=/trunk/boinc/; revision=12872
2007-06-09 11:48:56 +00:00
Charlie Fenton 594d9cb71d svn path=/trunk/boinc/; revision=12871 2007-06-09 11:42:49 +00:00
Charlie Fenton 4cd343ce68 Mac: move uninstaller, COPYING and COPYRIGHT files to a subdirectory in Manager distributions.
svn path=/trunk/boinc/; revision=12870
2007-06-09 11:42:26 +00:00
Charlie Fenton 442f6c6eac Mac: Better application icons for installer, uninstaller.
svn path=/trunk/boinc/; revision=12869
2007-06-09 11:41:21 +00:00
Charlie Fenton 622ccb4169 Reduce jaggedness of artwork
svn path=/trunk/boinc/; revision=12868
2007-06-09 03:11:03 +00:00
Charlie Fenton ff2a51011e Clean up artwork a bit
svn path=/trunk/boinc/; revision=12867
2007-06-09 02:09:42 +00:00
Charlie Fenton 64c05758d4 Make icon a little less jagged
svn path=/trunk/boinc/; revision=12866
2007-06-09 02:01:18 +00:00
Charlie Fenton c7b8510e1e Make icon a little less jagged
svn path=/trunk/boinc/; revision=12865
2007-06-09 01:52:27 +00:00
Rom Walton 8e1b87f097 Quick Updates
svn path=/trunk/boinc/; revision=12863
2007-06-08 23:36:34 +00:00
David Anderson 2f2757d4e9 - sched compile fix
sched/
    server_types.C

svn path=/trunk/boinc/; revision=12862
2007-06-08 23:01:25 +00:00
Rom Walton b6ed589826 - Tag for 5.10.3 release, all platforms
boinc_core_release_5_10_3
    
    client/
        configure.ac
        version.h

svn path=/trunk/boinc/; revision=12861
2007-06-08 22:11:57 +00:00
David Anderson e04f4acb57 - fix bugs introduced by recent XML changes
lib/
		gui_rpc_client_ops.C
		parse.C
		prefs.C

svn path=/trunk/boinc/; revision=12860
2007-06-08 15:56:23 +00:00
Rom Walton 9ad6f6af79 - fixes #237 - current BM fails to build with wxWidgets
unicode variant
      (Applied Frank Thomas's patch)
    
    clientgui/
        SkinManager.cpp

svn path=/trunk/boinc/; revision=12859
2007-06-08 15:49:37 +00:00
Charlie Fenton 910436c1e7 svn path=/trunk/boinc/; revision=12858 2007-06-08 12:00:47 +00:00
Charlie Fenton 92dee4fa96 Mac: Add application icons to installer, uninstaller; add "are you sure?" dialog to uninstaller. Fix installer copyright and version strings.
svn path=/trunk/boinc/; revision=12856
2007-06-08 11:17:11 +00:00
Charlie Fenton 88ca396858 Mac: Add application icons to installer, uninstaller; add "are you sure?" dialog to uninstaller. Fix installer copyright and version strings.
svn path=/trunk/boinc/; revision=12855
2007-06-08 11:16:48 +00:00
Charlie Fenton 489d106ef2 Mac: Add application icons to installer, uninstaller; add "are you sure?" dialog to uninstaller. Fix installer copyright and version strings.
svn path=/trunk/boinc/; revision=12854
2007-06-08 11:14:50 +00:00