David Anderson
a1da0712e8
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11725
2006-12-27 20:04:50 +00:00
David Anderson
34d94f9ecf
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11332
2006-10-21 01:44:32 +00:00
David Anderson
adf4a44b55
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11246
2006-10-04 21:08:37 +00:00
Bruce Allen
2c45c1708f
For computing and tracking a host's average credit/cpu_time I
...
have inserted a new averaging function
update_credit_per_cpu_sec() into lib/util.C. This function
should be called from validator.C, and then the value of
credit_per_cpu_sec should be exported by db_dump.C in the
host_id.gz stats file.
David, Eric, if you could check the code and logic here I would
be grateful. This is currently disabled in validator.C with
a #ifdef macro. I won't enable it until we've agreed on this.
svn path=/trunk/boinc/; revision=11136
2006-09-11 11:41:54 +00:00
David Anderson
9929015c1e
xml_escape bug
...
svn path=/trunk/boinc/; revision=10238
2006-06-01 19:59:57 +00:00
David Anderson
6dfea20db2
url_escape speedup
...
svn path=/trunk/boinc/; revision=9938
2006-04-17 22:41:29 +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
e3e70b9eb4
quorum size doesn't depend on nresults
...
svn path=/trunk/boinc/; revision=7710
2005-09-01 17:28:29 +00:00
David Anderson
d16fccdf1e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=6694
2005-07-19 19:33:22 +00:00
David Anderson
0ac17c0a7f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=6331
2005-06-12 20:43:59 +00:00
David Anderson
e76d620053
*** empty log message ***
...
svn path=/trunk/boinc/; revision=6133
2005-05-12 21:33:18 +00:00
David Anderson
709ef2675c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5911
2005-04-21 05:48:00 +00:00
David Anderson
71c9615182
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5657
2005-03-14 07:04:06 +00:00
David Anderson
e18a297017
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5625
2005-03-10 22:05:42 +00:00
David Anderson
7300ca2b0d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5612
2005-03-09 20:40:57 +00:00
David Anderson
3b3cd0f240
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5577
2005-03-07 23:15:53 +00:00
David Anderson
8d0ab453b3
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5443
2005-02-16 23:17:43 +00:00
David Anderson
08b22711f2
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5230
2005-01-28 00:48:05 +00:00
David Anderson
435f8edd47
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5161
2005-01-20 23:22:22 +00:00
David Anderson
b7a7cd825f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5151
2005-01-20 18:50:49 +00:00
David Anderson
367a4426ca
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5147
2005-01-20 06:11:03 +00:00
David Anderson
cc9c0a6341
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5135
2005-01-18 19:56:18 +00:00
David Anderson
335af90e5f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5122
2005-01-14 21:21:04 +00:00
David Anderson
aa1fceb978
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5120
2005-01-14 03:32:16 +00:00
David Anderson
86c3728abe
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5020
2005-01-07 19:45:46 +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
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
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
Eric Heien
931d54044e
compile fix
...
svn path=/trunk/boinc/; revision=4320
2004-10-13 00:21:50 +00:00
David Anderson
22f1a1093a
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4285
2004-10-01 23:46:22 +00:00
David Anderson
3f057eb903
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4269
2004-09-30 17:41:02 +00:00
David Anderson
4fd244d5d8
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4249
2004-09-27 04:26:51 +00:00
David Anderson
45b76a2180
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4238
2004-09-24 20:48:07 +00:00
David Anderson
2ae09fc7dd
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4099
2004-08-24 00:15:14 +00:00
David Anderson
6a92c0ea93
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4056
2004-08-12 15:06:35 +00:00
David Anderson
df63facd48
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4053
2004-08-12 13:02:25 +00:00
David Anderson
05c23f787c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3894
2004-07-16 17:47:34 +00:00
David Anderson
ecf08e05cd
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3880
2004-07-15 18:54:17 +00:00
Karl Chen
afd778de8a
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3863
2004-07-13 13:54:09 +00:00
David Anderson
cd3884593b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3727
2004-06-30 18:53:35 +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
cb3fbf95ee
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3687
2004-06-21 23:37:06 +00:00
David Anderson
ba11fd1219
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3684
2004-06-21 05:03:56 +00:00
David Anderson
56c08a7f95
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3538
2004-06-11 18:50:15 +00:00
David Anderson
c46546288e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3508
2004-06-07 03:34:07 +00:00
David Anderson
22e72bc2e0
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3423
2004-05-24 03:40:38 +00:00
David Anderson
274215c722
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3338
2004-05-05 00:50:33 +00:00
David Anderson
000b18f565
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3314
2004-05-03 19:30:01 +00:00