Commit Graph

11512 Commits

Author SHA1 Message Date
Rom Walton 63a15edd06 - Tag for 6.1.9 release, all platforms
boinc_core_release_6_1_9

svn path=/trunk/boinc/; revision=14815
2008-02-28 15:57:42 +00:00
Charlie Fenton fd1f602ad5 MGR: When connected host has changed, clear all cached messages and resume auto-scrolling messages
svn path=/trunk/boinc/; revision=14814
2008-02-28 10:07:00 +00:00
Rom Walton 756293008b - MGR/SCR: run_program should explicitly set the desktop
and window station to whichever desktop and window station
        the app launching it belongs. If access is denied then
        change the ACLs on the current desktop and window station
        then attempt to relaunch the application.
        
    lib/
        util.C

svn path=/trunk/boinc/; revision=14812
2008-02-28 05:01:52 +00:00
David Anderson c8384113e4 - changes to many files to fix gcc4.3 compile
svn path=/trunk/boinc/; revision=14811
2008-02-27 23:26:38 +00:00
David Anderson 86857a5452 - Scheduler: fix bugs in work assignment feature
svn path=/trunk/boinc/; revision=14810
2008-02-27 22:26:37 +00:00
Charlie Fenton 5e3bd26d85 Mac: In build scripts: fix bug, add checks for needed SDKs; update build documentation (from Bernd Machenschalk.)
svn path=/trunk/boinc/; revision=14809
2008-02-27 12:02:05 +00:00
Charlie Fenton 1609e03832 Mac: In build scripts: fix bug, add checks for needed SDKs; update build documentation (from Bernd Machenschalk.)
svn path=/trunk/boinc/; revision=14808
2008-02-27 12:01:55 +00:00
Charlie Fenton be54651952 Mac SCR: Add a test to directly determine when a graphics application window obscures our moving logo animation; if so, stop showing moving logo to avoid wasting CPU cycles.
svn path=/trunk/boinc/; revision=14807
2008-02-27 07:51:16 +00:00
Charlie Fenton e447bb17df Mac SCR: Add a test to directly determine when a graphics application window obscures our moving logo animation; if so, stop showing moving logo to avoid wasting CPU cycles.
svn path=/trunk/boinc/; revision=14806
2008-02-27 07:50:58 +00:00
Charlie Fenton db06f506dd Mac SCR: Add a test to directly determine when a graphics application window obscures our moving logo animation; if so, stop showing moving logo to avoid wasting CPU cycles.
svn path=/trunk/boinc/; revision=14805
2008-02-27 03:23:10 +00:00
Charlie Fenton ec5ff1be99 Mac SCR: Add a test to directly determine when a graphics application window obscures our moving logo animation; if so, stop showing moving logo to avoid wasting CPU cycles.
svn path=/trunk/boinc/; revision=14804
2008-02-27 03:21:46 +00:00
Charlie Fenton 19bc857b0a Mac sandbox: set ownership and permissions for gfx_switcher in screensaver if it exists
svn path=/trunk/boinc/; revision=14803
2008-02-27 02:12:09 +00:00
Charlie Fenton 848499ecef Release BOINC Mac 5.10.43
svn path=/trunk/boinc/; revision=14802
2008-02-27 01:28:08 +00:00
David Anderson ea6b4f1d3a - web site
svn path=/trunk/boinc/; revision=14801
2008-02-26 22:44:33 +00:00
Rom Walton be87183755 Quick Updates
svn path=/trunk/boinc/; revision=14800
2008-02-26 22:14:25 +00:00
Rom Walton 20b72b4ee8 Quick Updates
svn path=/trunk/boinc/; revision=14799
2008-02-26 19:27:56 +00:00
David Anderson b6cc885abf - server: make the special substring for assigned WUs
into a #define's symbol (ASSIGNED_WU_STR)
- scheduler: when send client command to abort a WU,
    include a reason code in the scheduler log

svn path=/trunk/boinc/; revision=14798
2008-02-26 17:24:29 +00:00
Charlie Fenton e53d0a480b Mac SCR: Display "Starting screensaver graphics. Please wait ..." for 45 seconds each time we start graphics from a different application
svn path=/trunk/boinc/; revision=14793
2008-02-26 01:53:36 +00:00
Charlie Fenton dc514b556a MGR: When connecting to a different host, delete all old messages in message pane (from previously connected client) before getting new messages
svn path=/trunk/boinc/; revision=14791
2008-02-25 23:56:51 +00:00
Rom Walton 4937c0dcf1 - MGR: Fix the crash on linux when BOINC Manager is shut down.
(Patch from Michael Roberts)
        
    clientgui/
        AdvancedFrame.cpp

svn path=/trunk/boinc/; revision=14789
2008-02-25 21:01:16 +00:00
David Anderson e59586a93a - Manager: compile fix for Linux
svn path=/trunk/boinc/; revision=14787
2008-02-25 20:41:31 +00:00
Rom Walton ff926c77e6 Per Nicolas Alvarez, those lines should not be flagged as printf strings.
svn path=/trunk/boinc/; revision=14786
2008-02-25 20:11:30 +00:00
Rom Walton 92ea7f19e9 - Update release libcurl to include the c-ares library on Windows
(debug)
    
    curl/
        <Various Files>

svn path=/trunk/boinc/; revision=14785
2008-02-25 18:23:10 +00:00
David Anderson a09e19b8dc - scheduler: add a general method for excluding hosts from job distribution.
config.xml has optional <ban_os> and <ban_cpu> elements,
    which contain regular expressions matched against
    os_name\tos_version and p_vendor\tp_model.
    If a host matches either one, it's not sent jobs.
- scheduler: fix bug in job assignment
- scheduler: initial (incompleted, commented-out) code for
    matchmaker scheduling
- server programs: declare "SCHED_CONFIG config" in sched_config.C;
    remove declarations of it from all other .C files
    (because I added a vector to it, I can no longer use memset
    to initialize it to zero; instead, it must be a global variable,
    not an automatic)

svn path=/trunk/boinc/; revision=14783
2008-02-25 18:05:04 +00:00
David Anderson 53274d8b24 - client: fix crashing bug in SCHEDULER_OP::backoff().
Was using cur_proj (which is potentially NULL) instead of p

svn path=/trunk/boinc/; revision=14782
2008-02-23 22:57:26 +00:00
David Anderson e5f1f2f9cb - scheduler: code cleanup: use global var for SCHED_SHMEM
instead of passing it around as argument
    (should do same for request and reply at some point)

svn path=/trunk/boinc/; revision=14781
2008-02-22 22:21:00 +00:00
Rom Walton cdb7f2375f Quick Updates
svn path=/trunk/boinc/; revision=14780
2008-02-22 21:53:57 +00:00
David Anderson d77e8a093c - Bolt maps
svn path=/trunk/boinc/; revision=14778
2008-02-22 20:09:23 +00:00
Charlie Fenton 31e2c35943 Adjust frame rate, max logo slew rate when not displaying application graphics
svn path=/trunk/boinc/; revision=14777
2008-02-22 08:58:07 +00:00
Charlie Fenton 9265e2be20 Mac SCR: Horizontaly center the text under the logo in screensaver
svn path=/trunk/boinc/; revision=14776
2008-02-22 07:32:26 +00:00
Charlie Fenton c77183e2dc Mac: Update GridRepublic branding scripts for new screensaver and to fix bugs
svn path=/trunk/boinc/; revision=14775
2008-02-22 04:59:05 +00:00
David Anderson 42d2abfa34 - scheduler: code cleanup, remove "SCHED_MSG_LOG::" from a zillion places
svn path=/trunk/boinc/; revision=14774
2008-02-21 21:00:58 +00:00
David Anderson b7ee06ce3b - remove debugging printfs
svn path=/trunk/boinc/; revision=14773
2008-02-21 20:11:18 +00:00
David Anderson 79f6720547 - scheduler: add <max_ncpus> config option.
Use this with N=1 if your application primarily uses a coprocessor

svn path=/trunk/boinc/; revision=14772
2008-02-21 20:10:10 +00:00
Rom Walton 3ce02d1a2b - Update release libcurl to include the c-ares library on Windows
curl/
        <Various Files>

svn path=/trunk/boinc/; revision=14771
2008-02-21 17:26:57 +00:00
David Anderson 5a5e2f41f1 - web: fix message
svn path=/trunk/boinc/; revision=14770
2008-02-21 16:51:54 +00:00
Charlie Fenton 3a19ffb623 Fixes for V6 graphics.
svn path=/trunk/boinc/; revision=14768
2008-02-21 10:50:59 +00:00
David Anderson 54519a4ee1 - Server: add "job assignment" feature.
Lets you assign a WU to a particular host,
    to one or all hosts belonging to a user or team, or to all hosts.
    See http://boinc.berkeley.edu/trac/wiki/AssignedWork
    Disabled unless you include <enable_assignment> in config.xml
    Uses a new DB table.
    Tested but only a little.
- Server: code cleanup; moved result-handling to a new file,
    and removed the PLATFORM_LIST arg to everything
    (put it in SCHEDULER_REQUEST instead)

svn path=/trunk/boinc/; revision=14767
2008-02-21 00:47:50 +00:00
Charlie Fenton fb46f06881 - Mac client: Fix bug which erroneously set powerpc_emulated_on_i386 true for X86_64 native applications.
svn path=/trunk/boinc/; revision=14766
2008-02-20 12:04:56 +00:00
Jens Seidler f968a70186 Localization: BOINC Manager files updated: Russian(ru), Polish(pl)
svn path=/trunk/boinc/; revision=14764
2008-02-20 06:19:34 +00:00
David Anderson c98a8c6665 - web: typo in bbcode.php
svn path=/trunk/boinc/; revision=14762
2008-02-19 16:42:31 +00:00
Charlie Fenton fbf1f5693c Fix typo
svn path=/trunk/boinc/; revision=14761
2008-02-19 13:28:25 +00:00
Charlie Fenton c347df8021 SCR: Further changes and cleanup of new Mac screensaver; Fix bug in Windows screensaver
svn path=/trunk/boinc/; revision=14760
2008-02-19 13:27:11 +00:00
Charlie Fenton 7f10249377 MAC SCR: Further changes and cleanup of new Mac screensaver
svn path=/trunk/boinc/; revision=14759
2008-02-19 13:26:26 +00:00
David Anderson 2e4c7ee41a - web: fix in XML RPC to get pending credit
fixes #558


svn path=/trunk/boinc/; revision=14758
2008-02-18 23:48:07 +00:00
David Anderson 8ab95a6db9 - scheduler: fix earlier fix to HR race condition.
I was doing "careful update" but not checking
    that the # of affected rows is 1

svn path=/trunk/boinc/; revision=14757
2008-02-18 04:57:27 +00:00
Jens Seidler 36225f7200 Localization: BOINC Manager files updated: Dutch(nl), Spanish(es)
svn path=/trunk/boinc/; revision=14756
2008-02-17 21:54:35 +00:00
David Anderson 4ea0acb65e - web: single quotes in team name HTML didn't work
because of magic quotes (need stripslashes()).

svn path=/trunk/boinc/; revision=14754
2008-02-17 16:12:03 +00:00
Rom Walton 8c187004f4 Quick Updates
svn path=/trunk/boinc/; revision=14753
2008-02-16 17:07:16 +00:00
Rom Walton d97dbe8209 Quick Updates
svn path=/trunk/boinc/; revision=14752
2008-02-16 17:05:42 +00:00