Frank Thomas
3bfc78b511
Updated the postal address of the Free Software Foundation in all license headers. See http://lists.ssl.berkeley.edu/pipermail/boinc_dev/2007-October/008939.html for reference.
...
svn path=/trunk/boinc/; revision=13804
2007-10-09 11:35:47 +00:00
David Anderson
45f04aa04b
- back end: make it possible to run multiple instances of make_work,
...
for WUs of different applications
(need to count unsent results separately by app)
- feeder: major code cleanup
- application interleaving (for -allapps) is now done
by building a static slot-to-app array "app_indices".
Fractional weights now work correctly.
- enum sizes (for -allapps) are now precomputed
in an array "enum_sizes"
- rename "found" (confusing!!) to "collision"
- swapped the names of mod_select_clause and select_clause,
to reflect what they actually are
- file deleter: in finding oldest WU, order by id instead of create_time
(there's no index on create_time)
- user web: show "merge by name" only to host owner
- add cpu_scheduler_period() member to GLOBAL_PREFS
(so you don't have to multiply by 60 everywhere)
- infinite() fix for HPUX
client/
cpu_sched.C
cs_cmdline.C
cs_scheduler.C
rrsim_test.C
sim.C
work_fetch.C
html/user/
hosts_user.php
lib/
parse.h
prefs.h
sched/
feeder.C
file_deleter.C
make_work.C
sample_work_generator.C
sched_util.C,h
tools/
updater.C
svn path=/trunk/boinc/; revision=12968
2007-06-20 16:27:27 +00:00
David Anderson
3431d99471
svn path=/trunk/boinc/; revision=12414
2007-04-18 20:49:58 +00:00
David Anderson
d22c55147b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11501
2006-11-09 00:20:14 +00:00
David Anderson
fb338265a0
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10304
2006-06-10 21:29:51 +00:00
David Anderson
b2e6bd1b10
make_work
...
svn path=/trunk/boinc/; revision=10272
2006-06-08 05:54:40 +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
Jeff Cobb
5218ad9bdf
Jeff - pull out old hier dir/url hash function
...
svn path=/trunk/boinc/; revision=8163
2005-09-23 21:09:00 +00:00
David Anderson
c1a29fe26a
show app versions as single ints
...
svn path=/trunk/boinc/; revision=7734
2005-09-02 20:37:26 +00:00
David Anderson
c487a35959
fix compile warnings
...
svn path=/trunk/boinc/; revision=7266
2005-08-11 17:41:08 +00:00
David Anderson
a400b6df5b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=6656
2005-07-17 19:52:44 +00:00
David Anderson
29e77cf1f0
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5506
2005-02-23 19:44:59 +00:00
David Anderson
09d0878732
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5244
2005-01-29 23:29:54 +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
David Anderson
66950e2822
replace bad filename hashing function
...
svn path=/trunk/boinc/; revision=4975
2005-01-02 07:44:40 +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
David Anderson
161fb2868f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4189
2004-09-13 18:05:54 +00:00
David Anderson
156930d204
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4003
2004-08-06 11:42:41 +00:00
Karl Chen
afd778de8a
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3863
2004-07-13 13:54:09 +00:00
David Anderson
d2f8addc5a
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3377
2004-05-13 18:18:22 +00:00
David Anderson
000b18f565
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3314
2004-05-03 19:30:01 +00:00
David Anderson
d6a1db1b01
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3257
2004-04-13 21:31:55 +00:00
David Anderson
dd51f9ea18
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3232
2004-04-08 08:15:23 +00:00
Karl Chen
7519dc516c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2889
2004-01-15 23:53:13 +00:00
David Anderson
f4d30aa220
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2840
2003-12-31 23:09:21 +00:00
David Anderson
7542bd66c9
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2780
2003-12-11 19:05:52 +00:00
David Anderson
8bb76936a1
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2753
2003-12-07 18:58:08 +00:00
David Anderson
5ed5725dc3
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2751
2003-12-06 01:49:30 +00:00
David Anderson
0fe6167a0b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2646
2003-11-08 00:23:06 +00:00
David Anderson
0819db8266
generalize DB interface
...
svn path=/trunk/boinc/; revision=2267
2003-09-05 21:26:21 +00:00
David Anderson
f1eceb8605
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2220
2003-09-02 21:16:55 +00:00
Karl Chen
5b190eeb3b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2138
2003-08-18 22:34:53 +00:00
Karl Chen
76d0c08ce0
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2136
2003-08-18 19:07:02 +00:00
Karl Chen
333868a3d3
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2130
2003-08-16 01:02:49 +00:00
David Anderson
5db7ea9e53
make_work
...
svn path=/trunk/boinc/; revision=2127
2003-08-15 23:54:50 +00:00
David Anderson
c9b46365e7
create results only in transitioner
...
svn path=/trunk/boinc/; revision=2126
2003-08-15 23:44:28 +00:00
Karl Chen
bf69d83376
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2123
2003-08-15 22:39:56 +00:00
Karl Chen
b79c9e8170
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2104
2003-08-15 00:45:25 +00:00
Karl Chen
6c09b8b02c
start/stop program and scheduler modifications
...
svn path=/trunk/boinc/; revision=1652
2003-07-08 21:30:47 +00:00
Karl Chen
3d07d0bd22
*** empty log message ***
...
svn path=/trunk/boinc/; revision=1646
2003-07-03 16:35:20 +00:00
Karl Chen
c276b739f2
more logging
...
svn path=/trunk/boinc/; revision=1638
2003-07-02 20:57:59 +00:00
Karl Chen
7881eb5cbf
rewrote logging facilities
...
svn path=/trunk/boinc/; revision=1634
2003-07-02 02:02:18 +00:00
David Anderson
636bb2ce04
license change
...
svn path=/trunk/boinc/; revision=1629
2003-07-01 20:37:09 +00:00
Karl Chen
1a2a84cdf7
*** empty log message ***
...
svn path=/trunk/boinc/; revision=1620
2003-07-01 00:39:54 +00:00
Karl Chen
a2fc72deb1
improved scheduler logging ; use a library
...
svn path=/trunk/boinc/; revision=1619
2003-07-01 00:20:22 +00:00
Karl Chen
dfa0325c19
write pid to pidfile ; trap sigints and exit on check_stop_trigger() ; stop servers by killing them
...
svn path=/trunk/boinc/; revision=1556
2003-06-20 01:31:03 +00:00