Commit Graph

104 Commits

Author SHA1 Message Date
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 f28da20820 *** empty log message ***
svn path=/trunk/boinc/; revision=4878
2004-12-17 19:15:22 +00:00
David Anderson a3368bbf65 *** empty log message ***
svn path=/trunk/boinc/; revision=4867
2004-12-16 21:58:10 +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
Bruce Allen 76b14d416b Remove incorrect comment
svn path=/trunk/boinc/; revision=4771
2004-12-06 22:29:05 +00:00
Bruce Allen 3983504893 Redid 'fix' to scheduler bug from 3 December 2004. In fact the
fix was incomplete. In order for it to work as intended, I would
have also had to modify SCHED_RESULT_ITEM::parse to copy the
additional needed fields into the in-memory structure.  But this
is fragile.  The next time some additional fields are added to the
result table, they would have to be incorporated here as well, to
ensure that SET followed by UPDATE is the identity operation.  So
I did a more graceful and robust fix.  Simply set result.id=0 for
those results that have already been received or which for other
reasons should not be modified in the database, then skip these
when updating.

svn path=/trunk/boinc/; revision=4763
2004-12-05 21:53:32 +00:00
Bruce Allen f85b7d8da3 - Fixed a nasty bug in the scheduler. Under a number of possible
error conditions, handle_request.C would read only some fields of
      and existing request into memory, and then write more of those fields,
      some of which were null, back into memory.  This had the effect of nulling
      out outcome, client_state, exit_status, cpu_time, xml_doc_out, stderr_out,
      validate_state, claimed_credit and client_version.  The point is that
      DB_SCHED_RESULT_ITEM_SET::enumerate() followed by
      DB_SCHED_RESULT_ITEM_SET::update_result
      did not preserve an 'existing result'.  It wiped out the fields above.

svn path=/trunk/boinc/; revision=4724
2004-12-03 14:50:12 +00:00
David Anderson c9089ef197 *** empty log message ***
svn path=/trunk/boinc/; revision=4691
2004-12-01 05:46:04 +00:00
David Anderson 5132e09199 *** empty log message ***
svn path=/trunk/boinc/; revision=4690
2004-12-01 05:03:53 +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
Jeff Cobb a695532b47 *** empty log message ***
svn path=/trunk/boinc/; revision=4400
2004-10-22 22:43:29 +00:00
Jeff Cobb 8c357f3b2f *** empty log message ***
svn path=/trunk/boinc/; revision=4396
2004-10-22 18:48:26 +00:00
David Anderson 5bd6449277 *** empty log message ***
svn path=/trunk/boinc/; revision=4357
2004-10-19 23:18:54 +00:00
David Anderson 01786cde87 *** empty log message ***
svn path=/trunk/boinc/; revision=4312
2004-10-10 03:16:30 +00:00
Lana Alber b7694f1377 *** empty log message ***
svn path=/trunk/boinc/; revision=4309
2004-10-08 23:59:44 +00:00
David Anderson b84fd8bbef *** empty log message ***
svn path=/trunk/boinc/; revision=4308
2004-10-08 23:07:59 +00:00
Lana Alber 764c08e5ff *** empty log message ***
svn path=/trunk/boinc/; revision=4307
2004-10-08 22:41:33 +00:00
David Anderson 4fc2e50397 *** empty log message ***
svn path=/trunk/boinc/; revision=4289
2004-10-04 23:23:57 +00:00
David Anderson 5b51f17d3b *** empty log message ***
svn path=/trunk/boinc/; revision=4288
2004-10-04 22:37:08 +00:00
David Anderson 4fd244d5d8 *** empty log message ***
svn path=/trunk/boinc/; revision=4249
2004-09-27 04:26:51 +00:00
David Anderson 0d93ecd171 *** empty log message ***
svn path=/trunk/boinc/; revision=4077
2004-08-20 18:29:08 +00:00
David Anderson 89b723e2d1 *** empty log message ***
svn path=/trunk/boinc/; revision=4067
2004-08-16 11:31:59 +00:00
David Anderson dbbbbd76f6 *** empty log message ***
svn path=/trunk/boinc/; revision=4046
2004-08-11 14:47:35 +00:00
Rom Walton 468961fea5 *** empty log message ***
svn path=/trunk/boinc/; revision=4028
2004-08-07 01:36:14 +00:00
Rom Walton f613681863 *** empty log message ***
svn path=/trunk/boinc/; revision=3955
2004-07-27 23:29:27 +00:00
Rom Walton 355f3c203d *** empty log message ***
svn path=/trunk/boinc/; revision=3953
2004-07-27 22:42:06 +00:00
Jeff Cobb 2e120bb4a8 *** empty log message ***
svn path=/trunk/boinc/; revision=3945
2004-07-23 01:07:19 +00:00
Rom Walton 6d1da4a7f1 tag for new release
svn path=/trunk/boinc/; revision=3938
2004-07-22 17:54:48 +00:00
Rom Walton 5842a9912f tag for new release
svn path=/trunk/boinc/; revision=3937
2004-07-22 17:43:11 +00:00
David Anderson 6fffce8978 *** empty log message ***
svn path=/trunk/boinc/; revision=3936
2004-07-22 15:32:30 +00:00
David Anderson 3f67f12a25 *** empty log message ***
svn path=/trunk/boinc/; revision=3933
2004-07-21 23:48:56 +00:00
David Anderson 11fda1b929 *** empty log message ***
svn path=/trunk/boinc/; revision=3923
2004-07-21 21:50:25 +00:00
Karl Chen afd778de8a *** empty log message ***
svn path=/trunk/boinc/; revision=3863
2004-07-13 13:54:09 +00:00
David Anderson bcded77fcb *** empty log message ***
svn path=/trunk/boinc/; revision=3815
2004-07-08 19:20:19 +00:00
Rom Walton 25f2ff7a16 Performance Improvements
svn path=/trunk/boinc/; revision=3798
2004-07-06 19:06:07 +00:00
Rom Walton 5999f4dac1 Performance Improvements
svn path=/trunk/boinc/; revision=3797
2004-07-06 19:04:37 +00:00
Rom Walton 15e85ada7f Performance Improvements
svn path=/trunk/boinc/; revision=3796
2004-07-06 18:46:29 +00:00
Rom Walton e3705cae85 Performance Improvements
svn path=/trunk/boinc/; revision=3795
2004-07-06 18:43:46 +00:00
Rom Walton 41e9bad3ed Performance Improvements
svn path=/trunk/boinc/; revision=3791
2004-07-06 18:30:22 +00:00
David Anderson ce6210cff4 *** empty log message ***
svn path=/trunk/boinc/; revision=3784
2004-07-06 04:10:51 +00:00
Rom Walton b36a009e89 Client spamming server hotfix
svn path=/trunk/boinc/; revision=3781
2004-07-04 01:01:56 +00:00
Rom Walton 35303cae47 Client spamming server hotfix
svn path=/trunk/boinc/; revision=3777
2004-07-03 23:01:29 +00:00
Rom Walton 6f9d4cd485 Client spamming server hotfix
svn path=/trunk/boinc/; revision=3775
2004-07-03 22:31:38 +00:00
Matt Lebofsky 419da959c6 added fcgi_stdio.h
svn path=/trunk/boinc/; revision=3771
2004-07-03 21:38:08 +00:00
David Anderson a8676cad0c *** empty log message ***
svn path=/trunk/boinc/; revision=3769
2004-07-03 19:42:59 +00:00
David Anderson 767dccd055 *** empty log message ***
svn path=/trunk/boinc/; revision=3767
2004-07-03 17:57:32 +00:00
David Anderson 83ef8624af *** empty log message ***
svn path=/trunk/boinc/; revision=3766
2004-07-03 16:57:28 +00:00
David Anderson 47ceb7ead4 *** empty log message ***
svn path=/trunk/boinc/; revision=3765
2004-07-03 03:39:11 +00:00
David Anderson 3a85d20931 *** empty log message ***
svn path=/trunk/boinc/; revision=3763
2004-07-02 23:24:36 +00:00