David Anderson
2da776cf20
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12283
2007-03-29 18:41:41 +00:00
David Anderson
138f17af40
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12216
2007-03-13 19:33:27 +00:00
David Anderson
74c120f8b3
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12189
2007-03-05 18:34:30 +00:00
David Anderson
a26b6a2215
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11972
2007-01-25 23:39:06 +00:00
David Anderson
0624256a11
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11893
2007-01-17 23:52:39 +00:00
David Anderson
1d3148173a
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11343
2006-10-23 21:00:36 +00:00
David Anderson
894d443614
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11240
2006-10-03 20:13:15 +00:00
David Anderson
fde92c7d86
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11225
2006-10-02 17:44:27 +00:00
David Anderson
22ed034d14
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11224
2006-10-02 16:13:08 +00:00
David Anderson
db24601537
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11123
2006-09-07 20:39:25 +00:00
David Anderson
a54b7162a0
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10747
2006-07-25 16:45:21 +00:00
David Anderson
4e7323a317
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10522
2006-06-27 17:31:43 +00:00
David Anderson
978c79f062
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10467
2006-06-22 19:40:30 +00:00
David Anderson
6fd0b64a89
Curl encoding
...
svn path=/trunk/boinc/; revision=9579
2006-02-28 23:28:07 +00:00
David Anderson
0cbe340ed8
fix partial-transfer problem
...
svn path=/trunk/boinc/; revision=9491
2006-02-16 21:35:34 +00:00
David Anderson
aeaad55cf0
download fix
...
svn path=/trunk/boinc/; revision=9271
2006-01-20 08:29:03 +00:00
David Anderson
ba9ba5ff01
proxy download bug
...
svn path=/trunk/boinc/; revision=9263
2006-01-18 22:12:55 +00:00
David Anderson
52fddc3b96
PROJECT copy function
...
svn path=/trunk/boinc/; revision=9261
2006-01-18 21:07:04 +00:00
David Anderson
45fc5016e5
terminology
...
svn path=/trunk/boinc/; revision=9258
2006-01-17 22:48:09 +00:00
David Anderson
5626aeb9d1
always get file size
...
svn path=/trunk/boinc/; revision=9215
2006-01-11 23:13:04 +00:00
David Anderson
9798e714c7
GUI RPC port specification
...
svn path=/trunk/boinc/; revision=9061
2005-12-13 08:04:57 +00:00
David Anderson
513744fc5e
fix throughput measurements
...
svn path=/trunk/boinc/; revision=8932
2005-11-25 18:17:09 +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
99c9679b63
versions are major/minor/release
...
svn path=/trunk/boinc/; revision=7614
2005-08-31 00:18:36 +00:00
David Anderson
9c07f39813
*** empty log message ***
...
svn path=/trunk/boinc/; revision=6292
2005-06-07 19:22:50 +00:00
David Anderson
34c158e142
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5618
2005-03-10 00:43:22 +00:00
David Anderson
8b5aba8b0b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5617
2005-03-09 23:47:45 +00:00
David Anderson
435f8edd47
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5161
2005-01-20 23:22:22 +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
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
37adf79297
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4328
2004-10-14 22:01:05 +00:00
Karl Chen
bc8fce1808
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3856
2004-07-13 10:36:18 +00:00
Brian Boshes
ef4bb882d2
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3787
2004-07-06 17:37:58 +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
5ceaf4c43a
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3617
2004-06-16 23:16:08 +00:00
David Anderson
0bdcfaaf07
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3424
2004-05-24 03:53:09 +00:00
David Anderson
dd51f9ea18
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3232
2004-04-08 08:15:23 +00:00
Rom Walton
200a3e2674
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3031
2004-03-05 04:37:53 +00:00
David Anderson
4a2923531e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2999
2004-02-19 16:43:28 +00:00
David Anderson
580e4a2e78
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2976
2004-02-06 23:31:27 +00:00
David Anderson
cdb773782f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2929
2004-01-30 22:19:19 +00:00
David Anderson
c236b95e8c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2913
2004-01-21 07:07:16 +00:00
David Anderson
a06fa48bf4
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2491
2003-10-16 19:03:49 +00:00
David Anderson
fa8713feb4
don't retry if file not found
...
svn path=/trunk/boinc/; revision=2380
2003-09-30 18:09:58 +00:00
David Anderson
2cd028535f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2215
2003-09-01 17:11:14 +00:00
Dan Werthimer
ff0f47bac0
*** empty log message ***
...
svn path=/trunk/boinc/; revision=1800
2003-07-25 00:17:18 +00:00
Karl Chen
cb30dcdb9d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=1780
2003-07-23 22:24:28 +00:00
David Anderson
df677a3eee
client messages
...
svn path=/trunk/boinc/; revision=1644
2003-07-03 05:01:29 +00:00
Karl Chen
c276b739f2
more logging
...
svn path=/trunk/boinc/; revision=1638
2003-07-02 20:57:59 +00:00