Commit Graph

24 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 c60fb03c27 *** empty log message ***
svn path=/trunk/boinc/; revision=4946
2004-12-27 21:53:38 +00:00
David Anderson c417859785 *** empty log message ***
svn path=/trunk/boinc/; revision=4944
2004-12-27 21:14:18 +00:00
David Anderson 040d847c63 *** empty log message ***
svn path=/trunk/boinc/; revision=4943
2004-12-27 06:54:23 +00:00
Bruce Allen 10ce5e6759 Write to logs a bit less often
svn path=/trunk/boinc/; revision=4793
2004-12-08 11:59:31 +00:00
Bruce Allen 92b84e9796 Added additional normal and debug log output to db_purge
svn path=/trunk/boinc/; revision=4792
2004-12-08 11:17:41 +00:00
Bruce Allen 7e10e25e8b Checking new RCS ID tags OK
svn path=/trunk/boinc/; revision=4786
2004-12-08 00:26:12 +00:00
Bruce Allen ce142bc42d Added additional options -gzip, -zip, -max_wu_per_file to db_purge. The
compression options are 'efficient' in that they do not write an uncompressed
file then compress -- they go straight to compressed.  SIGHUP and lockfile
shutdown signals are properly caught and close compressed files and DB cleanly.

svn path=/trunk/boinc/; revision=4782
2004-12-07 22:54:54 +00:00
David Anderson 2c5f1d1a5b *** empty log message ***
svn path=/trunk/boinc/; revision=4772
2004-12-06 22:41:19 +00:00
Bruce Allen 5affc00460 - Fixed errors in db_purge. If -max argument >= 1000, then it didn't
work because purged_workunits was reset to zero in do_pass(). Also,
      max_number_workunits_to_purge was un-initialized if no -max argument
      was given.  David, please double-check these changes.

svn path=/trunk/boinc/; revision=4688
2004-11-30 15:58:34 +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
Lana Alber f00e0f87f8 *** empty log message ***
svn path=/trunk/boinc/; revision=4367
2004-10-20 22:12:30 +00:00
Lana Alber 2538b63c6f *** empty log message ***
svn path=/trunk/boinc/; revision=4362
2004-10-20 20:54:14 +00:00
Lana Alber 73eec1d3ec *** empty log message ***
svn path=/trunk/boinc/; revision=4361
2004-10-20 19:38:10 +00:00
Lana Alber 2bed716603 *** empty log message ***
svn path=/trunk/boinc/; revision=4341
2004-10-18 23:33:04 +00:00
Lana Alber 52c51fbae4 *** empty log message ***
svn path=/trunk/boinc/; revision=4333
2004-10-15 23:02:44 +00:00
Lana Alber bfb42fbaf8 *** empty log message ***
svn path=/trunk/boinc/; revision=4330
2004-10-15 06:36:45 +00:00
Lana Alber 5cb8ae36b4 *** empty log message ***
svn path=/trunk/boinc/; revision=4326
2004-10-13 23:40:06 +00:00
David Anderson 01786cde87 *** empty log message ***
svn path=/trunk/boinc/; revision=4312
2004-10-10 03:16:30 +00:00
Lana Alber 32cf5238e0 *** empty log message ***
svn path=/trunk/boinc/; revision=4208
2004-09-20 21:05:45 +00:00
David Anderson 50675cb7d9 *** empty log message ***
svn path=/trunk/boinc/; revision=4193
2004-09-13 22:00:45 +00:00
Lana Alber 7a5958c6d6 *** empty log message ***
svn path=/trunk/boinc/; revision=4192
2004-09-13 21:56:02 +00:00
David Anderson a99f70625f *** empty log message ***
svn path=/trunk/boinc/; revision=4191
2004-09-13 19:05:19 +00:00
Lana Alber 63c4f987da *** empty log message ***
svn path=/trunk/boinc/; revision=4190
2004-09-13 18:10:23 +00:00