David Anderson
66071c9de1
svn path=/trunk/boinc/; revision=12373
2007-04-16 22:22:15 +00:00
David Anderson
e6f9499b02
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12361
2007-04-13 04:22:20 +00:00
David Anderson
75a2b2c55b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12322
2007-04-05 17:02:01 +00:00
David Anderson
b89e5c3827
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12275
2007-03-27 21:39:40 +00:00
Jeff Cobb
2ff43c743a
jeffc - added #defines for FCGI_feof and FCGI_ferror at the bottom of this file
...
svn path=/trunk/boinc/; revision=12260
2007-03-21 19:56:45 +00:00
David Anderson
cf4ed3d546
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12242
2007-03-19 00:10:36 +00:00
Josh Von Korff
3d52ecd4a8
Multiple inclusion protection.
...
svn path=/trunk/boinc/; revision=12226
2007-03-14 22:59:26 +00:00
David Anderson
138f17af40
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12216
2007-03-13 19:33:27 +00:00
David Anderson
5cb43bbcf5
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12210
2007-03-11 03:15:17 +00:00
David Anderson
071467d702
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12209
2007-03-11 01:16:37 +00:00
David Anderson
74c120f8b3
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12189
2007-03-05 18:34:30 +00:00
Bruce Allen
2ce4a496dc
Scheduler: stop complaining about some unrecognized tags
...
svn path=/trunk/boinc/; revision=12166
2007-02-27 14:40:22 +00:00
Bruce Allen
ae3fa03555
Scheduler: stop complaining about some unrecognized tags
...
svn path=/trunk/boinc/; revision=12165
2007-02-27 13:20:51 +00:00
Bruce Allen
f6b68e7068
- scheduler: stop logging error messages about unrecognized
...
<no_forum_rating> tag.
- locality scheduler: when getting a working set file name
using glob(3), do not glob multiple times, possibly getting
back the same file name again. Instead glob once and then
randomly choose file names, crossing items off the list one
at a time. Note: I wrote this code using STL vectors and
strings, but now regret this: the necessary vector insertions
are potentially inefficient.. Sometime next week I will
recode this using a C-style pointer arrays with guaranteed O(1)
efficiency. But I want to get this into CVS while it's
working.
- locality scheduler: fix is_host_slow() function following
David's Jan 12 checkins to use claimed_credit_per_cpu_sec.
svn path=/trunk/boinc/; revision=12156
2007-02-25 05:29:31 +00:00
David Anderson
6b4803d969
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12146
2007-02-23 20:24:52 +00:00
David Anderson
4d76b40d04
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12144
2007-02-23 17:29:19 +00:00
David Anderson
81effa6a7b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12127
2007-02-21 16:26:51 +00:00
David Anderson
e980ba94af
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12096
2007-02-15 21:11:05 +00:00
David Anderson
f7d648e350
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12075
2007-02-13 21:41:07 +00:00
David Anderson
77e757c6f9
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12043
2007-02-06 21:50:48 +00:00
David Anderson
ff91c8450f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12004
2007-01-30 18:19:30 +00:00
David Anderson
47f8a509fe
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11981
2007-01-26 18:38:17 +00:00
David Anderson
b0ce2533c6
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11945
2007-01-23 21:37:27 +00:00
David Anderson
cc9ab449e0
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11872
2007-01-15 22:53:41 +00:00
Reinhard Prix
cc071a0653
mini-fix in helpstring
...
svn path=/trunk/boinc/; revision=11859
2007-01-15 00:23:37 +00:00
Reinhard Prix
428ac91a61
add usage/help output to validator.C
...
svn path=/trunk/boinc/; revision=11858
2007-01-15 00:19:37 +00:00
Reinhard Prix
240d733a41
install validate_util.h for external building of validators
...
svn path=/trunk/boinc/; revision=11856
2007-01-14 22:43:10 +00:00
David Anderson
3967a1f924
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11850
2007-01-12 17:42:29 +00:00
David Anderson
3433f87bcf
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11747
2006-12-30 18:11:25 +00:00
David Anderson
2732dd5f0b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11742
2006-12-29 22:16:08 +00:00
David Anderson
c6ee2edf87
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11738
2006-12-29 19:01:03 +00:00
David Anderson
a1da0712e8
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11725
2006-12-27 20:04:50 +00:00
David Anderson
d34f09ef18
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11614
2006-12-04 19:00:37 +00:00
David Anderson
20211fd17e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11613
2006-12-04 17:10:39 +00:00
Bruce Allen
121ad788d0
If browser contacts scheduler CGI, redirect to project home page
...
svn path=/trunk/boinc/; revision=11612
2006-12-04 11:25:48 +00:00
David Anderson
76cc3ab30d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11597
2006-11-28 03:27:13 +00:00
David Anderson
d4fbc3b52d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11592
2006-11-27 01:07:00 +00:00
David Anderson
6fe4e20b6b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11590
2006-11-26 03:17:44 +00:00
Bruce Allen
4d8cc8367e
server: file_deleter would turn off -delete_antiques if it encountered a
...
stale .nfs* lockfile which was more than 60 days older than the oldest WU.
This should not happen! After these modifications, antique deletion
will not be turned off, but a CRITICAL error message will be logged.
svn path=/trunk/boinc/; revision=11548
2006-11-19 11:39:01 +00:00
David Anderson
6e3925cefc
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11524
2006-11-14 17:30:59 +00:00
David Anderson
d22c55147b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11501
2006-11-09 00:20:14 +00:00
David Anderson
7767ca1eb8
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11492
2006-11-07 17:40:55 +00:00
David Anderson
9f43f77628
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11488
2006-11-07 04:05:05 +00:00
David Anderson
60e224aa18
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11472
2006-11-05 00:15:10 +00:00
David Anderson
0cb8434d75
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11466
2006-11-03 21:42:49 +00:00
David Anderson
71fbfb9fa8
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11416
2006-10-31 17:14:03 +00:00
David Anderson
d9465a8138
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11387
2006-10-28 18:25:35 +00:00
David Anderson
7918111de2
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11356
2006-10-25 21:15:08 +00:00
David Anderson
e12f6efa55
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11340
2006-10-23 14:08:20 +00:00
David Anderson
190f7d177a
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11337
2006-10-22 01:46:33 +00:00