Commit Graph

10595 Commits

Author SHA1 Message Date
Janus B. Kristensen 172d2b8a04 Added text for top host page title
svn path=/trunk/boinc/; revision=13103
2007-07-05 11:16:59 +00:00
Janus B. Kristensen 64d3460314 Added translation awareness
svn path=/trunk/boinc/; revision=13102
2007-07-05 11:14:10 +00:00
David Anderson 0bbe224c21 - scheduler: the "max_wus_in_progress" option only worked if
"resend_lost_results" option was used also
    (because the count of in-progress results was
    based from the DB query used by resend_lost_results).

    Fix: initialize the count of in-progress results to
    the list provided in the scheduler request.
- scheduler: add "--mark_jobs_done" flag; if set, all jobs
    sent are marked as done, and their WUs enabled for transition.
    This is used for simulation purposes,
    in conjunction with sched_driver.
- scheduler: if --batch option is set, don't check RPC seqnos
    (for simulation purposes)

svn path=/trunk/boinc/; revision=13101
2007-07-05 04:18:48 +00:00
Rytis Slatkevičius 3497ee974e Fix SVN properties for all translation files.
svn path=/trunk/boinc/; revision=13097
2007-07-04 15:28:28 +00:00
Rytis Slatkevičius 21af9ceb8a Attempt to make Trac display UTF-8 chars correctly.
svn path=/trunk/boinc/; revision=13096
2007-07-04 15:14:01 +00:00
Rytis Slatkevičius 71ac323e7c Convert multiple locales to use UTF-8 instead of custom character sets.
svn path=/trunk/boinc/; revision=13095
2007-07-04 11:17:34 +00:00
Jens Seidler 74cb4782fd Localization: BOINC website language files updated: Spanish(es)
svn path=/trunk/boinc/; revision=13094
2007-07-04 05:39:46 +00:00
Janus B. Kristensen ad582a2c25 Bittorrent tracker related updates
svn path=/trunk/boinc/; revision=13093
2007-07-03 23:22:30 +00:00
Janus B. Kristensen ed345a5dae File filters
svn path=/trunk/boinc/; revision=13092
2007-07-03 23:14:16 +00:00
Janus B. Kristensen f130600004 Tracker for BT
svn path=/trunk/boinc/; revision=13091
2007-07-03 23:12:25 +00:00
David Anderson ef80e8576f - Added program sched/sched_driver.C.
This generates a sequence of scheduler requests,
    with host info taken from a file,
    that you can feed into the scheduler (cgi --batch)
    to simulate things like homogeneous redundancy
- Added args to XML_PARSER::skip_unexpected() to you can say
    whether to write messages to stderr for unparsed stuff.
    This is set to true if log_flags.unparsed_xml is set (client)
    or if debug_level is 3 (server)
- removed references to $(LIBRSA) in Makefile.am's

client/
    Makefile.am
    acct_mgr.C
    gui_rpc_server_ops.C
    log_flags.C
lib/
    Makefile.am
    app_ipc.C
    gui_rpc_client_ops.C
    parse.C,h
    prefs.C
sched/
    Makefile.am
    sched_config.C
    sched_driver.C

svn path=/trunk/boinc/; revision=13090
2007-07-03 21:55:50 +00:00
Bruce Allen a5854e5485 fix typo in comment and docs
svn path=/trunk/boinc/; revision=13089
2007-07-03 21:35:59 +00:00
Bruce Allen 1e8a495b0b Should have gone with previous commit 13087
svn path=/trunk/boinc/; revision=13088
2007-07-03 20:57:57 +00:00
Bruce Allen 204a88ceda An E@H specific hack
If deleting a file with name matching pattern h1_XXXX.XX_S5R2
generate corresponding l1_h1_XXXX.XX_S5R2 pattern and delete it also

This is needed because E@H is doing file locality scheduling with
PAIRS h1_... and l1_... of files. Yuk.


svn path=/trunk/boinc/; revision=13087
2007-07-03 20:45:13 +00:00
Rytis Slatkevičius 121265db2f Updated Lithuanian translation of BOINC website a little.
svn path=/trunk/boinc/; revision=13086
2007-07-03 17:40:23 +00:00
Rytis Slatkevičius 6169525e1c Attempt to convert French translation to UTF-8
svn path=/trunk/boinc/; revision=13085
2007-07-03 15:35:05 +00:00
David Anderson 7c7fbf250d - client: add <simple_gui_only> config flag
- GUI RPC: add disallow_attach and simple_gui_only flags
    to CC_STATUS structure

client/
    gui_rpc_server_ops.C
    log_flags.C,h
html/inc/
    stats_sites.inc
lib/
    gui_rpc_client.h
    gui_rpc_client_ops.C

svn path=/trunk/boinc/; revision=13084
2007-07-02 20:55:21 +00:00
David Anderson ee8462c20f - client: fix bug that broke <os_random_only> option
- client and Manager: attempts to fix problems
		if <guirpc_debug> is set

	client/
		gui_rpc_server_ops.C
	clientgui/
		MainDocument.cpp
	lib/
		gui_rpc_client_ops.C
		md5_file.C

svn path=/trunk/boinc/; revision=13083
2007-07-02 20:45:16 +00:00
Rom Walton 99bab6362c Quick Updates
svn path=/trunk/boinc/; revision=13081
2007-07-02 19:29:16 +00:00
Rom Walton 24c3a5e7bc svn path=/trunk/boinc/; revision=13080 2007-07-02 18:12:15 +00:00
Rom Walton e92f667261 svn path=/trunk/boinc/; revision=13077 2007-07-02 17:39:55 +00:00
Rytis Slatkevičius 3259b704a2 Show a link to a specific post in user post listings (requested by John McLeod VII).
svn path=/trunk/boinc/; revision=13072
2007-07-02 14:15:28 +00:00
Rytis Slatkevičius 099db90101 Parse BBCode and get rid of slashes in the profile zone.
svn path=/trunk/boinc/; revision=13071
2007-07-02 13:57:46 +00:00
Rom Walton 582aacec2d Quick Updates
svn path=/trunk/boinc/; revision=13070
2007-07-02 13:49:16 +00:00
Rom Walton db585e88c5 - MGR: Adjust menu names.
clientgui/
        AdvancedFrame.cpp
        Events.h

svn path=/trunk/boinc/; revision=13067
2007-07-02 13:17:36 +00:00
Rytis Slatkevičius 05ac7c0903 Fix #304.
svn path=/trunk/boinc/; revision=13066
2007-07-02 11:19:29 +00:00
David Anderson 79ad608685 - GUI RPC: debug set_debts handler. Fixes #131
client/
    gui_rpc_server_ops.C

svn path=/trunk/boinc/; revision=13065
2007-06-30 18:46:07 +00:00
Charlie Fenton f7733694bc Mac: Update user-visible copyright dates from 2006 to 2007
svn path=/trunk/boinc/; revision=13064
2007-06-30 06:58:17 +00:00
Charlie Fenton 3208f0c677 Mac: Update user-visible copyright dates from 2006 to 2007
svn path=/trunk/boinc/; revision=13059
2007-06-30 06:21:20 +00:00
Charlie Fenton 271f302468 Release Mac BOINC 5.10.10
svn path=/trunk/boinc/; revision=13058
2007-06-30 06:04:57 +00:00
Rom Walton f490d71ad1 - WIN: Update 2003 project files
- WIN: Re-introduce manifests for 2003 built files.

    /
        <Numerious Files>

svn path=/trunk/boinc/; revision=13054
2007-06-30 00:12:19 +00:00
Rytis Slatkevičius 62ba94f0cf Fix #303 (was introduced in [12691])
svn path=/trunk/boinc/; revision=13052
2007-06-29 16:11:59 +00:00
David Anderson 5059102816 - client: code cleanup. Was looking for fopen()s without fclose(),
didn't find any.

client/
    cs_scheduler.C
    app_start.C
    time_stats.C

svn path=/trunk/boinc/; revision=13051
2007-06-29 15:45:15 +00:00
David Anderson 9f6fe805ad - API: set fraction_done to 1 in boinc_finish()
api/
    boinc_api.C

svn path=/trunk/boinc/; revision=13050
2007-06-28 22:51:51 +00:00
Charlie Fenton b1d0451241 Back out my changes of 6/27/07; delete orphan shared memory segments at BOINC startup
svn path=/trunk/boinc/; revision=13048
2007-06-28 11:11:10 +00:00
Charlie Fenton d97454793c Delete orphan shared memory segments at BOINC startup
svn path=/trunk/boinc/; revision=13047
2007-06-28 11:10:01 +00:00
Charlie Fenton 390633ff7e Back out my shared memory changes of 27 June because it might prevent compound applications from attaching to the shared memory as needed
svn path=/trunk/boinc/; revision=13046
2007-06-28 11:09:07 +00:00
David Anderson e8f9807a81 - user web: host merge: consider CPUs compatible if both
are vendor "AuthenticAMD".

html/inc/
    host.inc

svn path=/trunk/boinc/; revision=13045
2007-06-28 03:46:06 +00:00
Rom Walton 4da66bfaa8 - DIAG: Visual Studio 2005 enforces parameter checking, and if
a parameter is wrong it just terminates the process with
        a 0xc000000d. This is a shot in the dark but I think it
        is a good guess as to what is happening right now.
        
    lib/
        diagnostics.C, .h
        diagnostics_win.C

svn path=/trunk/boinc/; revision=13042
2007-06-27 21:12:13 +00:00
Matt Lebofsky 2d688ca625 svn path=/trunk/boinc/; revision=13041 2007-06-27 20:44:56 +00:00
Matt Lebofsky 0c43d65dd9 svn path=/trunk/boinc/; revision=13040 2007-06-27 20:44:45 +00:00
David Anderson 823df51238 - client: allow up to a day (rather than work_buf_min()) to elapsed
between completing a result and reporting it.
- back end: added <httpd_user> config option:
    Web server user name (used by file deleter)
- back end: don't report unparsed XML in config.xml as an error

client/
    app.h
    work_fetch.C
lib/
    shmem.C
sched/
    file_deleter.C
    file_upload_handler.C
    sched_config.C,h
    show_shmem.C

svn path=/trunk/boinc/; revision=13039
2007-06-27 20:09:18 +00:00
David Anderson 6f94f032a4 - user web: host merge: don't require OS names to match exactly;
OK if both contain "Windows", "Linux", "SunOS" or "Darwin".

html/inc/
    host.inc

svn path=/trunk/boinc/; revision=13038
2007-06-27 18:14:25 +00:00
Rom Walton 45639a8019 Quick Updates
svn path=/trunk/boinc/; revision=13037
2007-06-27 16:34:20 +00:00
Rom Walton 8dc3ff37dc Quick Updates
svn path=/trunk/boinc/; revision=13036
2007-06-27 16:28:35 +00:00
David Anderson c9ac734ae9 - user web: host merge: skip disjoint-time check
if one of the hosts has zero credit

html/inc/
    host.inc

svn path=/trunk/boinc/; revision=13035
2007-06-27 16:12:25 +00:00
Charlie Fenton fdf8973685 CC: Mark shmem segment for eventual destruction on first msg from task (*nix only)
svn path=/trunk/boinc/; revision=13034
2007-06-27 10:29:31 +00:00
David Anderson 7ea662932c - add new stats site
- back end: use boinc_mkdir to get permissions right

html/inc/
    stats_sites.inc
lib/
    filesys.C
sched/
    db_dump.C
    db_purge.C
    feeder.C

svn path=/trunk/boinc/; revision=13033
2007-06-26 21:14:58 +00:00
Rom Walton 04fe999ab4 Quick Updates
svn path=/trunk/boinc/; revision=13032
2007-06-26 16:12:51 +00:00
David Anderson 2c63418b25 - manager and client: fixed bug where only one day-of-week
preference would be parsed.

	lib/
		prefs.C,h

svn path=/trunk/boinc/; revision=13031
2007-06-26 16:07:17 +00:00