Open-source software for volunteer computing and grid computing.
Go to file
David Anderson 436415cfe1 - scheduler, back end: add "homogeneous app version" feature.
Lets you specify, on a per-app basis,
    that all instances should be done using the same app version.
    This is for validation in the presence of GPUs.
- scheduler: code cleanup
    - Instead of adding a bunch of non-DB fields to RESULT,
        used a derived class SCHED_DB_RESULT.
    - Instead of storing a pointer to BEST_APP_VERSION in RESULT,
        store the structure itself.
        This simplifies the memory allocation situation.
- client: condition "Got server request to delete file" messages
    on <file_xfer_debug>


svn path=/trunk/boinc/; revision=23636
2011-06-06 03:40:42 +00:00
api - client: XML-escape the contents of stderr files; 2011-05-17 00:31:41 +00:00
apps - API and sample apps: pass buf length arg to boinc_msg_prefix() 2010-09-15 23:03:30 +00:00
client - scheduler, back end: add "homogeneous app version" feature. 2011-06-06 03:40:42 +00:00
clientctrl Update copyright information 2009-12-16 21:08:17 +00:00
clientgui MGR: Convert Google Chrome browser time to UNIX time 2011-06-04 02:03:02 +00:00
clientscr SCR: Fix Mac crash bug when user clicks SS Test button in system preferences 2011-05-23 02:07:02 +00:00
clienttray - win_tray: Add logging support to trap crashes. 2010-11-18 15:35:43 +00:00
coprocs/NVIDIA Quick Updates 2011-04-01 20:10:45 +00:00
curl These trees have been moved. 2009-04-16 18:33:44 +00:00
db - scheduler, back end: add "homogeneous app version" feature. 2011-06-06 03:40:42 +00:00
doc - scheduler, back end: add "homogeneous app version" feature. 2011-06-06 03:40:42 +00:00
html - scheduler, back end: add "homogeneous app version" feature. 2011-06-06 03:40:42 +00:00
lib Fixes for MinGW build with GCC 4.5 and 3.X 2011-06-02 16:25:30 +00:00
locale Update Translations 2011-04-20 17:49:48 +00:00
m4 - transitioner: the format string for a DB query had %.15d instead of %.15e. 2010-06-25 18:54:37 +00:00
mac_build MGR: Add SQLite3 v3.7.6.3 source code to Mac XCode project (modified slightly to suppress compiler warnings) 2011-06-02 09:57:11 +00:00
mac_installer Mac: Update link to NVIA CUDA Mac driver download page 2011-02-19 02:28:31 +00:00
packages Quick Updates 2010-07-13 20:38:20 +00:00
py - Change the way update_versions works, and reimplement it in PHP. 2011-05-12 04:11:40 +00:00
rboinc added text module for rboinc monitoring 2011-02-22 21:30:15 +00:00
samples Empty error buffers in Windows pause the wrapper. 2011-05-13 10:01:31 +00:00
sched - scheduler, back end: add "homogeneous app version" feature. 2011-06-06 03:40:42 +00:00
stripchart - stripchart: use /usr/bin/env perl in script headers 2009-12-12 05:19:31 +00:00
test - make_project and upgrade: add --srcdir option so you 2009-06-10 22:38:33 +00:00
tools - update_versions: flag main program as executable, 2011-05-24 19:16:54 +00:00
win_build Win: add missing procinfo.cpp to Windows libboinc project 2011-05-07 09:22:35 +00:00
.vimrc *** empty log message *** 2004-12-08 20:55:53 +00:00
COPYING - web: added copyright and license info to PHP files 2008-08-05 22:43:14 +00:00
COPYING.LESSER - web: added copyright and license info to PHP files 2008-08-05 22:43:14 +00:00
COPYRIGHT - Add ICU to the BOINC depends list. It is needed for 2009-04-15 21:48:59 +00:00
INSTALL - updated INSTALL 2008-01-14 19:08:52 +00:00
Makefile.am Quick Updates 2010-08-18 17:49:13 +00:00
Makefile.incl - scheduler: don't send unboundedly many assigned jobs 2011-04-04 11:45:44 +00:00
TODO_OLD
_autosetup - Unix builds: make sure we have libtoolize 2009-09-23 17:16:24 +00:00
bolt_checkin_notes.txt - Filter questions 2008-11-03 03:06:29 +00:00
checkin_notes - scheduler, back end: add "homogeneous app version" feature. 2011-06-06 03:40:42 +00:00
checkin_notes_2002 - client: use [wfd] consistently 2009-11-27 21:21:39 +00:00
checkin_notes_2003 *** empty log message *** 2005-04-28 23:40:40 +00:00
checkin_notes_2004 *** empty log message *** 2005-04-28 23:40:40 +00:00
checkin_notes_2005 - client: timezone reflects daylight savings time (Win) 2007-08-10 16:02:09 +00:00
checkin_notes_2006 - Removed the svn:executable property from files that should not be executable, 2007-10-10 09:25:40 +00:00
checkin_notes_2007 - fixed bug in upgrade 2008-01-01 18:07:13 +00:00
checkin_notes_2008 - client/scheduler: standardize the FLOPS estimate between NVIDIA and ATI. 2009-10-16 00:13:01 +00:00
checkin_notes_2009 - client: tweak translatable msg 2010-08-05 19:11:01 +00:00
checkin_notes_2010 - fix some bad file permissions 2011-01-02 03:07:14 +00:00
checkin_notes_samples Mac Samples: adjust XCode project for current source file names (*.cpp instead of *.C) 2009-02-11 10:15:13 +00:00
configure.ac - client, linux: use X server for idle detection if available 2011-02-14 23:29:03 +00:00
find-working-cvs
generate_svn_version.sh - unix build system: generate_svn_version 2011-03-10 14:47:01 +00:00
notes
set-version
testbase
todo - Removed the svn:executable property from files that should not be executable, 2007-10-10 09:25:40 +00:00
version.h - Increment version to 6.13.0. 2010-10-07 15:34:07 +00:00
version.h.in - MGR: Make help system work again 2008-04-17 16:18:16 +00:00
version.log - WINBUILD: Introduce the beginning of an automated build system for 2009-11-23 16:40:07 +00:00