Commit Graph

77 Commits

Author SHA1 Message Date
David Anderson 618a5c1651 - assimilator: there was a bug in the situation where:
1) a WU is marked as ready for assimilation and has no errors;
    2) it has no canonical result
    In this case, the assimilate handler gets called anyway,
    typically with the canonical result of the previous WU as arg.
    Note: this situation doesn't arise normally;
    it might happen if some results are deleted accidentally.
    The fix: 
    - identify this situation, and set the WU.error_mask to a new code
        (WU_ERROR_NO_CANONICAL_RESULT)
    - zero out the "canonical_result" variable passed to the handler,
        so even if the handler fails to check wu.error_mask,
        at least it won't assimilate the same result twice.
    Thanks to Hendrik Verhoek for finding this bug.
- DB schema: team table type is MyISAM, not InnoDB

svn path=/trunk/boinc/; revision=13938
2007-10-23 17:11:56 +00:00
Frank Thomas 3bfc78b511 Updated the postal address of the Free Software Foundation in all license headers. See http://lists.ssl.berkeley.edu/pipermail/boinc_dev/2007-October/008939.html for reference.
svn path=/trunk/boinc/; revision=13804
2007-10-09 11:35:47 +00:00
David Anderson 505d04969a - file upload handler: fix major bug (introducted 12 Sept)
that caused it to report "volume full" erroneously
- added --help option to some backend programs;
    gives general info and directs to web page
    file_upload_handler.C

svn path=/trunk/boinc/; revision=13685
2007-09-27 15:08:40 +00:00
David Anderson 0daa5a8802 - translation.inc: backed out change of 7 May;
we need to use " to expand $PROJECT var
- scheduler:
    take work_buf_min into account in deciding whether
    a result will be reported by its deadline.
- all back end programs:
    better error message if can't parse config file

html/inc/
    translation.inc
sched/
    *.C

svn path=/trunk/boinc/; revision=12652
2007-05-11 16:30:13 +00:00
David Anderson 3431d99471 svn path=/trunk/boinc/; revision=12414 2007-04-18 20:49:58 +00:00
David Anderson c98a2415af *** empty log message ***
svn path=/trunk/boinc/; revision=11336
2006-10-22 00:42:44 +00:00
Eric J. Korpela d9ee426071 Added explicit includes of "config.h" in many files to enable use of compilers
without a -include command line option.

svn path=/trunk/boinc/; revision=8896
2005-11-21 18:34:44 +00:00
David Anderson 941d7e21d8 fix DEBUG symbol collision
svn path=/trunk/boinc/; revision=8189
2005-09-26 23:28:48 +00:00
David Anderson c1a29fe26a show app versions as single ints
svn path=/trunk/boinc/; revision=7734
2005-09-02 20:37:26 +00:00
Jeff Cobb e98554319c *** empty log message ***
svn path=/trunk/boinc/; revision=6822
2005-07-26 22:14:55 +00:00
David Anderson a400b6df5b *** empty log message ***
svn path=/trunk/boinc/; revision=6656
2005-07-17 19:52:44 +00:00
David Anderson 99ef0b7b37 *** empty log message ***
svn path=/trunk/boinc/; revision=5738
2005-03-30 06:36:11 +00:00
David Anderson cfa55b2724 *** empty log message ***
svn path=/trunk/boinc/; revision=5736
2005-03-30 05:15:54 +00:00
David Anderson 435f8edd47 *** empty log message ***
svn path=/trunk/boinc/; revision=5161
2005-01-20 23:22:22 +00:00
Bruce Allen 07f776dd63 Added a command line option to make single pass with a small number of WU
for testing purposes.

svn path=/trunk/boinc/; revision=4986
2005-01-03 17:18:32 +00:00
Bruce Allen f31b244f90 Modified CVS id strings. After some fussing with different versions
of gcc to try and force them to not complain with -Wall but to always
include this, I decided to take a simpler approach.  All these strings
now have global linkage.  To prevent namespace conflicts they all
have different names.  For the record, the variable extension is a hash made of the first ten characters of the md5sum of the file path, eg:
    md5hash=`boinc/api/x_opengl.C | md5sum | cut -c 1-10`

svn path=/trunk/boinc/; revision=4979
2005-01-02 18:29:53 +00:00
David Anderson 70472e1617 *** empty log message ***
svn path=/trunk/boinc/; revision=4908
2004-12-20 20:47:25 +00:00
David Anderson c0c47595ac *** empty log message ***
svn path=/trunk/boinc/; revision=4840
2004-12-14 00:57:03 +00:00
Bruce Allen a24afe2b67 Moved RCSID strings to the end of all .c, .C and .cpp files as per
David's request.

svn path=/trunk/boinc/; revision=4787
2004-12-08 00:40:19 +00:00
David Anderson 2c5f1d1a5b *** empty log message ***
svn path=/trunk/boinc/; revision=4772
2004-12-06 22:41:19 +00:00
Jeff Cobb a3e584c717 *** empty log message ***
svn path=/trunk/boinc/; revision=4684
2004-11-30 00:50:46 +00:00
Jeff Cobb 8a7deacd34 *** empty log message ***
svn path=/trunk/boinc/; revision=4683
2004-11-30 00:28:19 +00:00
Jeff Cobb 9d9cc9669c *** empty log message ***
svn path=/trunk/boinc/; revision=4682
2004-11-30 00:08:11 +00:00
David Anderson 92e9c8a6b6 *** empty log message ***
svn path=/trunk/boinc/; revision=4681
2004-11-29 22:26:34 +00:00
Bruce Allen 9a8151dd63 - Added a -dont_update_db command-line option to assimilator.C which prevents it from updating
the database, and so is useful for testing.

svn path=/trunk/boinc/; revision=4668
2004-11-26 23:33:11 +00:00
Bruce Allen 45525eade1 - Added static volatile const char *BOINCrcsid="$Id$"; string to
the top of all .C files.  This means that 'string' or 'ident'
run on an executable will tell you the exact file versions used
in building it, since CVS replaces $Id$ with a complete version ID
string.  Declaration is volatile so that the compiler won't remove
it even under agressive optimizations.

svn path=/trunk/boinc/; revision=4610
2004-11-20 07:32:32 +00:00
David Anderson e99bb9deea *** empty log message ***
svn path=/trunk/boinc/; revision=4569
2004-11-15 23:46:50 +00:00
David Anderson 01786cde87 *** empty log message ***
svn path=/trunk/boinc/; revision=4312
2004-10-10 03:16:30 +00:00
Lana Alber 92db7284e4 *** empty log message ***
svn path=/trunk/boinc/; revision=4290
2004-10-04 23:59:51 +00:00
David Anderson 46385bdae7 *** empty log message ***
svn path=/trunk/boinc/; revision=4175
2004-09-09 23:45:45 +00:00
Jeff Cobb 8f82cea5fd *** empty log message ***
svn path=/trunk/boinc/; revision=4132
2004-08-31 23:45:07 +00:00
Karl Chen afd778de8a *** empty log message ***
svn path=/trunk/boinc/; revision=3863
2004-07-13 13:54:09 +00:00
Eric J. Korpela 7cd5c7911a *** empty log message ***
svn path=/trunk/boinc/; revision=3725
2004-06-30 18:17:21 +00:00
David Anderson 290f54e6eb server_types.C
svn path=/trunk/boinc/; revision=3698
2004-06-24 21:00:13 +00:00
David Anderson 57f2aec66d *** empty log message ***
svn path=/trunk/boinc/; revision=3688
2004-06-22 22:56:50 +00:00
David Anderson cb3fbf95ee *** empty log message ***
svn path=/trunk/boinc/; revision=3687
2004-06-21 23:37:06 +00:00
David Anderson 9361e2fb27 *** empty log message ***
svn path=/trunk/boinc/; revision=3686
2004-06-21 21:20:10 +00:00
David Anderson ba11fd1219 *** empty log message ***
svn path=/trunk/boinc/; revision=3684
2004-06-21 05:03:56 +00:00
David Anderson 1c20c0505d *** empty log message ***
svn path=/trunk/boinc/; revision=3443
2004-05-25 19:20:45 +00:00
David Anderson d2f8addc5a *** empty log message ***
svn path=/trunk/boinc/; revision=3377
2004-05-13 18:18:22 +00:00
David Anderson 000b18f565 *** empty log message ***
svn path=/trunk/boinc/; revision=3314
2004-05-03 19:30:01 +00:00
David Anderson dd51f9ea18 *** empty log message ***
svn path=/trunk/boinc/; revision=3232
2004-04-08 08:15:23 +00:00
Karl Chen 7519dc516c *** empty log message ***
svn path=/trunk/boinc/; revision=2889
2004-01-15 23:53:13 +00:00
David Anderson f4d30aa220 *** empty log message ***
svn path=/trunk/boinc/; revision=2840
2003-12-31 23:09:21 +00:00
David Anderson 7542bd66c9 *** empty log message ***
svn path=/trunk/boinc/; revision=2780
2003-12-11 19:05:52 +00:00
David Anderson 8bb76936a1 *** empty log message ***
svn path=/trunk/boinc/; revision=2753
2003-12-07 18:58:08 +00:00
David Anderson 0819db8266 generalize DB interface
svn path=/trunk/boinc/; revision=2267
2003-09-05 21:26:21 +00:00
David Anderson f1eceb8605 *** empty log message ***
svn path=/trunk/boinc/; revision=2220
2003-09-02 21:16:55 +00:00
David Anderson 71e6a7e681 *** empty log message ***
svn path=/trunk/boinc/; revision=2129
2003-08-16 00:49:23 +00:00
David Anderson 7edf91f52a backend logic
svn path=/trunk/boinc/; revision=2115
2003-08-15 20:35:44 +00:00