Commit Graph

10424 Commits

Author SHA1 Message Date
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
Charlie Fenton 71def00ef7 "Fixed" one too many compares -- revert one incorrect change.
svn path=/trunk/boinc/; revision=13030
2007-06-26 04:15:21 +00:00
David Anderson 709f5747c5 svn path=/trunk/boinc/; revision=13029 2007-06-26 03:48:50 +00:00
Charlie Fenton 0b81d6654b More scheduler tweaks for shared memory
svn path=/trunk/boinc/; revision=13028
2007-06-26 03:43:06 +00:00
Charlie Fenton fa6bb28f68 Fix bug: reversed comparison of retry_shmem_time
svn path=/trunk/boinc/; revision=13027
2007-06-26 03:42:49 +00:00
Charlie Fenton 8c4b7e6bc6 clear retry_shmem_time when releasing shared memory
svn path=/trunk/boinc/; revision=13026
2007-06-26 03:42:23 +00:00
Charlie Fenton cf0ea58edc value of stress_shmem_debug log flag sets number of shared memory segments to make unavailable
svn path=/trunk/boinc/; revision=13025
2007-06-26 03:41:32 +00:00
Charlie Fenton 9eca89dbb3 CC: value of stress_shmem_debug log flag sets number of shared memory segments to make unavailable.
svn path=/trunk/boinc/; revision=13024
2007-06-26 03:36:49 +00:00
David Anderson fdbe1dbd2d - added hr_info.*
svn path=/trunk/boinc/; revision=13023
2007-06-25 23:56:03 +00:00
Matt Lebofsky fc34e4398b svn path=/trunk/boinc/; revision=13022 2007-06-25 22:46:22 +00:00
David Anderson cdc65cd283 - Manager: if a job is running EDF, show "high priority" in status
- compile fixes for Charlie's next-to-last checkin
    
    client/
        client_state.h
        cpu_sched.C
        sim.h
        sim_util.C
    clientgui/
        ViewWork.cpp
        ViewWorkGrid.cpp

svn path=/trunk/boinc/; revision=13021
2007-06-25 19:05:29 +00:00
Charlie Fenton 7f3d1004dd Fix build break for Windows & OS2
svn path=/trunk/boinc/; revision=13020
2007-06-25 14:26:47 +00:00
Charlie Fenton 2924232b50 Mac: Fix bugs in XCode script phases which create visible copyright and version strings in installer and uninstaller.
svn path=/trunk/boinc/; revision=13018
2007-06-25 13:50:04 +00:00
Charlie Fenton b5a1463ed4 Add one more check when shared memory is full.
svn path=/trunk/boinc/; revision=13017
2007-06-25 13:33:53 +00:00
Charlie Fenton 34a9090705 Rerun scheduler once when we find we are out of shared memory to find best task already attached to shared memory
svn path=/trunk/boinc/; revision=13016
2007-06-25 12:47:42 +00:00
Charlie Fenton 7bb1b1a0d4 CC: Add logic to scheduler, etc. for systems which limit the number of shared memory segments per process and / or system-wide.
svn path=/trunk/boinc/; revision=13015
2007-06-25 11:46:15 +00:00
Rom Walton 8a0d5fa6c6 Quick Updates
svn path=/trunk/boinc/; revision=13010
2007-06-24 22:00:59 +00:00
Charlie Fenton 47d6fe23f3 Mac: Fix bugs when user chooses Quit from menubar icon menu and then cancels in confirmation dialog; Modify XCode project not to copy header files into Manager bundle
svn path=/trunk/boinc/; revision=13009
2007-06-24 10:56:50 +00:00
Charlie Fenton 53696115f6 Mac: Modify XCode project not to copy header files into Manager bundle
svn path=/trunk/boinc/; revision=13008
2007-06-24 10:56:28 +00:00
Charlie Fenton ad9df1c691 Mac: Fix bugs when user chooses Quit from menubar icon menu and then cancels in confirmation dialog
svn path=/trunk/boinc/; revision=13007
2007-06-24 10:56:11 +00:00
Charlie Fenton dbfb00570e Mac: Fix bugs when user chooses Quit from menubar icon menu and then cancels in confirmation dialog.
svn path=/trunk/boinc/; revision=13001
2007-06-24 09:24:52 +00:00
Charlie Fenton b77756c7c0 Release Mac BOINC 5.10.8 (retry)
svn path=/trunk/boinc/; revision=12999
2007-06-24 01:10:39 +00:00