David Anderson
aa1fceb978
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5120
2005-01-14 03:32:16 +00:00
David Anderson
f3d6116223
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5113
2005-01-13 23:06:15 +00:00
Bruce Allen
400896a94f
comma -> semicolon typo
...
svn path=/trunk/boinc/; revision=5087
2005-01-12 21:16:45 +00:00
David Anderson
71fec1defe
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5070
2005-01-11 05:18:34 +00:00
David Anderson
504957c0bd
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5054
2005-01-10 00:00:42 +00:00
David Anderson
205d90a11d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5040
2005-01-09 08:44:41 +00:00
David Anderson
b298ed30ab
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5033
2005-01-08 19:45:26 +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
David Anderson
c417859785
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4944
2004-12-27 21:14:18 +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
David Anderson
c0c47595ac
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4840
2004-12-14 00:57:03 +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
David Anderson
02b6393a11
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4764
2004-12-05 23:52:17 +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
c2d7965c09
- Fixed autoconf/automake build process so that it works correctly
...
under Mac OSX. Also make dist now works (make distcheck still
broken). Karl, since you were the last
person to fix up this mess, how about taking a look??
svn path=/trunk/boinc/; revision=4665
2004-11-26 17:45:13 +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
David Anderson
86a8a74781
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4476
2004-11-02 20:27:08 +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
57be0ccde2
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4339
2004-10-18 01:54:28 +00:00
David Anderson
35fbdcc866
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4318
2004-10-12 18:05:38 +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
32d00f3595
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4303
2004-10-08 00:16: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
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
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
Lana Alber
760e55d907
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4187
2004-09-12 00:49:38 +00:00
David Anderson
860ef1a1e6
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4172
2004-09-09 21:52:20 +00:00
Jeff Cobb
e04ab2a482
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4169
2004-09-09 18:36:13 +00:00
David Anderson
c5282fdc72
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4158
2004-09-05 19:26:27 +00:00
David Anderson
2634204c88
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4152
2004-09-04 23:37:49 +00:00
David Anderson
7d08159c7d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4088
2004-08-21 00:40:01 +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
David Anderson
0a516adac0
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4029
2004-08-07 20:23:22 +00:00
Rom Walton
468961fea5
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4028
2004-08-07 01:36:14 +00:00
David Anderson
2294560669
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4014
2004-08-06 20:02:00 +00:00
Rom Walton
b500ccb412
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3975
2004-08-04 06:05:17 +00:00
Rom Walton
f613681863
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3955
2004-07-27 23:29:27 +00:00
Rom Walton
e5a513b087
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3954
2004-07-27 22:58:45 +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
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
ecf08e05cd
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3880
2004-07-15 18:54:17 +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
Karl Chen
3dd2f3390c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3821
2004-07-09 14:11:17 +00:00
Daniel Hsu
9783b59d91
""
...
svn path=/trunk/boinc/; revision=3816
2004-07-08 21:37:52 +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
7ecb260627
Client spamming server hotfix
...
svn path=/trunk/boinc/; revision=3776
2004-07-03 22:41:01 +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
David Anderson
d82d04506f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3761
2004-07-02 22:48:33 +00:00
David Anderson
5e95f9ad71
bug fix
...
svn path=/trunk/boinc/; revision=3760
2004-07-02 22:39:08 +00:00
David Anderson
1f85b52a12
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3754
2004-07-02 19:45:33 +00:00
David Anderson
e0ddccfb44
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3753
2004-07-02 19:17:53 +00:00
Rom Walton
9d1c3f1a55
Client spamming server hotfix
...
svn path=/trunk/boinc/; revision=3750
2004-07-02 17:53:31 +00:00
Karl Chen
1b9fd67e33
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3748
2004-07-02 10:13:36 +00:00
David Anderson
5c2c429f14
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3737
2004-07-01 20:32:18 +00:00
David Anderson
fccf8d83ab
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3736
2004-07-01 20:24:00 +00:00
Rom Walton
64c86f7cb6
Client spamming server hotfix
...
svn path=/trunk/boinc/; revision=3735
2004-07-01 19:01:37 +00:00
Rom Walton
d609e2bc48
Client spamming server hotfix
...
svn path=/trunk/boinc/; revision=3734
2004-07-01 18:43:36 +00:00