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
2a337abeb0
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4976
2005-01-02 08:01:27 +00:00
David Anderson
66950e2822
replace bad filename hashing function
...
svn path=/trunk/boinc/; revision=4975
2005-01-02 07:44:40 +00:00
Bruce Allen
5ce5d79c0f
Some improvements on the md5-info caching. If the 'data' file is
...
more recent than the 'md5info', then ignore md5info. If md5info
has *exactly* the right format (no extra or missing characters) then
remove it in this case (only). Don't write an md5info file if
another file is found with the same name. Thus if someone has two
data files called X and X.md5, unless X.md5 has the exact correct
syntax for an md5-info cache file, it won't be removed or used.
Still disabled by default. Use -DBOINC_CACHE_MD5 to enable it.
svn path=/trunk/boinc/; revision=4973
2004-12-31 15:39:05 +00:00
Bruce Allen
e009537167
When creating large numbers of WU which have large input files,
...
the cost of computing the md5 sums becomes expensive. Inserted
a simple caching mechanism into the utility function
process_wu_template(). For a given filename FILENAME, this looks
for a file called FILENAME.md5, which contains the md5sum and
length. If the file exists, these values are used. If not, such
a file is created. Since (I think) David is planning to have a
database for files, this mechanism will eventually be obsolete.
Right now it disabled by default. Use -DBOINC_CACHE_MD5 to
enable it.
svn path=/trunk/boinc/; revision=4965
2004-12-30 04:16:00 +00:00
David Anderson
6f66c759c8
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4947
2004-12-27 22:49:25 +00:00
David Anderson
072d84e238
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4937
2004-12-26 02:55:31 +00:00
David Anderson
164c643695
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4788
2004-12-08 07:03:43 +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
20eb2f30b2
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4785
2004-12-08 00:14:52 +00:00
David Anderson
2c5f1d1a5b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4772
2004-12-06 22:41:19 +00:00
David Anderson
9492a0106f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4685
2004-11-30 07:17:05 +00:00
David Anderson
d3ea793175
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4648
2004-11-24 19:17:50 +00:00
David Anderson
f246536c6b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4645
2004-11-24 07:17:46 +00:00
David Anderson
319328e169
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4620
2004-11-22 19:17:13 +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
Bruce Allen
7c5faae35b
Cleaned up .cvsignore files
...
svn path=/trunk/boinc/; revision=4608
2004-11-19 16:27:06 +00:00
Karl Chen
501c05623b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4478
2004-11-02 22:33:41 +00:00
David Anderson
e4215d8f72
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4458
2004-10-29 18:18:53 +00:00
Eric J. Korpela
483ceaca0b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4456
2004-10-29 04:42:37 +00:00
David Anderson
57be0ccde2
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4339
2004-10-18 01:54:28 +00:00
David Anderson
22f1a1093a
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4285
2004-10-01 23:46:22 +00:00
David Anderson
41a92be355
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4271
2004-09-30 20:32:16 +00:00
David Anderson
6e94de0a6c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4240
2004-09-24 21:28:12 +00:00
Lana Alber
154b132c24
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4211
2004-09-20 23:03:47 +00:00
David Anderson
f7c026df21
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4201
2004-09-14 22:24:58 +00:00
David Anderson
e3f186a330
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4164
2004-09-07 20:56:08 +00:00
David Anderson
036cfa8a1d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4120
2004-08-27 22:31:02 +00:00
Lana Alber
94942e8110
Task# 1071. installation script - better default daemons. My first completed TASK
...
svn path=/trunk/boinc/; revision=4119
2004-08-26 18:02:37 +00:00
Lana Alber
35958d6c8f
Changed windows_intelx86 to windows-intelx86. My first check IN.
...
svn path=/trunk/boinc/; revision=4096
2004-08-23 22:44:18 +00:00
Karl Chen
89a7ffe43f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4075
2004-08-18 21:53:19 +00:00
David Anderson
6cc2defa20
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4072
2004-08-17 10:46:37 +00:00
David Anderson
6a92c0ea93
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4056
2004-08-12 15:06:35 +00:00
Karl Chen
9a1f870da7
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4037
2004-08-11 08:12:52 +00:00
Daniel Hsu
86780fbd7d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4013
2004-08-06 19:50:39 +00:00
Daniel Hsu
726918c79b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4012
2004-08-06 18:58:50 +00:00
David Anderson
156930d204
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4003
2004-08-06 11:42:41 +00:00
David Anderson
240dcb0dfc
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3985
2004-08-05 11:35:09 +00:00
Karl Chen
0423d6c4d3
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3947
2004-07-23 20:48:49 +00:00
David Anderson
11fda1b929
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3923
2004-07-21 21:50:25 +00:00
Karl Chen
9b33d15117
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3918
2004-07-21 20:42:48 +00:00
David Anderson
9134c0df11
version change
...
svn path=/trunk/boinc/; revision=3915
2004-07-21 06:47:55 +00:00
David Anderson
b937c3a84b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3902
2004-07-19 23:05:44 +00:00
David Anderson
9135393541
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3868
2004-07-13 18:35:47 +00:00
Karl Chen
afd778de8a
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3863
2004-07-13 13:54:09 +00:00
Karl Chen
bc8fce1808
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3856
2004-07-13 10:36:18 +00:00
David Anderson
e4357486f6
version 4.00
...
svn path=/trunk/boinc/; revision=3849
2004-07-12 16:40:22 +00:00
David Anderson
9a7d418eb7
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3845
2004-07-10 07:27:00 +00:00
Jeff Cobb
07870d11d5
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3838
2004-07-10 00:12:06 +00:00
Karl Chen
3dd2f3390c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3821
2004-07-09 14:11:17 +00:00