David Anderson
0a93a980fb
email prefs
...
svn path=/trunk/boinc/; revision=921
2003-02-14 22:59:25 +00:00
Eric Heien
0d81c285b6
test case fix
...
svn path=/trunk/boinc/; revision=911
2003-02-14 18:28:43 +00:00
David Anderson
23e408303f
account setup
...
svn path=/trunk/boinc/; revision=901
2003-02-13 22:48:15 +00:00
David Anderson
6bb44f573a
project-specific HTML
...
svn path=/trunk/boinc/; revision=898
2003-02-12 23:06:49 +00:00
David Anderson
a9dfdeeb0c
server startup
...
svn path=/trunk/boinc/; revision=897
2003-02-12 21:05:50 +00:00
David Anderson
96e33e729b
project creation
...
svn path=/trunk/boinc/; revision=893
2003-02-12 18:51:05 +00:00
David Anderson
46f84c5bbf
file deletion and state
...
svn path=/trunk/boinc/; revision=823
2003-01-23 08:07:48 +00:00
David Anderson
bdf2aec74b
work creation bugs
...
svn path=/trunk/boinc/; revision=812
2003-01-15 23:54:24 +00:00
David Anderson
dfd13b720e
stripcharts and test_loop.php
...
svn path=/trunk/boinc/; revision=808
2003-01-13 23:37:56 +00:00
David Anderson
5100dcd7e9
server logging
...
svn path=/trunk/boinc/; revision=796
2003-01-07 01:02:08 +00:00
David Anderson
7b22233809
stripcharts
...
svn path=/trunk/boinc/; revision=790
2002-12-24 03:03:45 +00:00
Hamid Aghdaee
6ffee81198
*** empty log message ***
...
svn path=/trunk/boinc/; revision=781
2002-12-20 02:12:27 +00:00
Hamid Aghdaee
c176a94462
*** empty log message ***
...
svn path=/trunk/boinc/; revision=776
2002-12-19 01:01:20 +00:00
David Anderson
8567738db7
file deleter fixes
...
svn path=/trunk/boinc/; revision=756
2002-12-18 01:34:51 +00:00
Hamid Aghdaee
452f91c6c3
*** empty log message ***
...
svn path=/trunk/boinc/; revision=755
2002-12-18 01:02:01 +00:00
David Anderson
cba3f6fd36
file deletion, assimilation
...
svn path=/trunk/boinc/; revision=752
2002-12-17 19:00:43 +00:00
Eric Heien
fb088f6034
minor fixes
...
svn path=/trunk/boinc/; revision=694
2002-12-06 08:07:20 +00:00
David Anderson
91d9370e55
abort runaway apps
...
svn path=/trunk/boinc/; revision=693
2002-12-06 07:33:45 +00:00
Hamid Aghdaee
8e153dbcb9
*** empty log message ***
...
svn path=/trunk/boinc/; revision=688
2002-12-05 21:35:51 +00:00
David Anderson
ed72992ee4
todo
...
svn path=/trunk/boinc/; revision=685
2002-12-05 19:13:06 +00:00
David Anderson
431ba7d081
add validation to standard test
...
svn path=/trunk/boinc/; revision=680
2002-12-03 18:57:40 +00:00
David Anderson
2e7f01750b
version checking
...
svn path=/trunk/boinc/; revision=673
2002-12-02 04:29:40 +00:00
Hamid Aghdaee
9e147559a6
*** empty log message ***
...
svn path=/trunk/boinc/; revision=670
2002-11-30 01:10:33 +00:00
Hamid Aghdaee
3b4fe0eff3
*** empty log message ***
...
svn path=/trunk/boinc/; revision=668
2002-11-27 21:31:17 +00:00
Hamid Aghdaee
d2772eec1e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=653
2002-11-22 23:25:19 +00:00
Hamid Aghdaee
4f587fae0b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=651
2002-11-22 22:10:13 +00:00
David Anderson
4c9bf8aacb
error checking
...
svn path=/trunk/boinc/; revision=636
2002-11-19 19:37:01 +00:00
Hamid Aghdaee
ffc115afa2
Added a few functions to test.inc. One now has the ability to remove and reinstall parts of a project. These functions can be used while running the client asynchronously and can be used to test the expononetial backoff and recovery mechanism of the client.
...
Added two files:
test_sched_failure.php which can be used to test recovery on scheduler failures
test_masterurl_failure.php which can be used to test recovery on masterurl failures
Fixed a couple of bugs in cs_scheduler.C and scheduler_op.C
svn path=/trunk/boinc/; revision=624
2002-11-16 00:35:53 +00:00
Eric Heien
8724fe6ce0
*** empty log message ***
...
svn path=/trunk/boinc/; revision=621
2002-11-15 23:38:48 +00:00
Eric Heien
7c734e5d49
*** empty log message ***
...
svn path=/trunk/boinc/; revision=610
2002-11-13 18:24:19 +00:00
Hamid Aghdaee
b8412f8254
*** empty log message ***
...
svn path=/trunk/boinc/; revision=605
2002-11-13 00:25:19 +00:00
David Anderson
4e21bcc807
docs
...
svn path=/trunk/boinc/; revision=601
2002-11-12 17:01:16 +00:00
David Anderson
f8c2293da0
core client download
...
svn path=/trunk/boinc/; revision=592
2002-11-09 20:26:50 +00:00
Hamid Aghdaee
2080130c67
Added a few functions two test.inc, host. Host has now run_asynch, which will fork off a new process that will run the client. host->kill waits for $time seconds and then kill the $pid specified. host->get_new_boincpid will block until there's a new client running different from the pid specified and then return the pid of this new process.
...
svn path=/trunk/boinc/; revision=589
2002-11-08 23:53:56 +00:00
David Anderson
783239db37
result retry
...
svn path=/trunk/boinc/; revision=584
2002-11-07 19:31:34 +00:00
Eric Heien
c20f54b7f2
*** empty log message ***
...
svn path=/trunk/boinc/; revision=578
2002-11-06 19:52:34 +00:00
Eric Heien
a83e496dd3
version number fix
...
svn path=/trunk/boinc/; revision=557
2002-11-01 01:59:35 +00:00
David Anderson
5def8d0b40
credit accounting
...
svn path=/trunk/boinc/; revision=510
2002-10-19 17:14:08 +00:00
David Anderson
6c8bd0642f
must define BOINC_SHMEM_KEY
...
svn path=/trunk/boinc/; revision=500
2002-10-15 21:55:48 +00:00
David Anderson
7f3da8dcbf
make_work
...
svn path=/trunk/boinc/; revision=496
2002-10-14 23:10:12 +00:00
Eric Heien
24b6ca5252
platform support
...
svn path=/trunk/boinc/; revision=487
2002-10-11 21:12:27 +00:00
David Anderson
4b81ac04fc
multiple platform support
...
svn path=/trunk/boinc/; revision=483
2002-10-10 21:45:08 +00:00
David Anderson
ada18d1d46
make work
...
svn path=/trunk/boinc/; revision=481
2002-10-09 04:56:41 +00:00
David Anderson
c521cc09a7
test framework
...
svn path=/trunk/boinc/; revision=473
2002-10-06 00:43:55 +00:00
David Anderson
3065871f98
bug in test.inc
...
svn path=/trunk/boinc/; revision=466
2002-10-05 20:29:31 +00:00
David Anderson
6d53f16c4d
test scripts
...
svn path=/trunk/boinc/; revision=460
2002-10-04 05:30:44 +00:00
David Anderson
92adda5440
testing code and docs
...
svn path=/trunk/boinc/; revision=459
2002-10-04 00:16:41 +00:00
David Anderson
6a5eedfcbc
test docs
...
svn path=/trunk/boinc/; revision=458
2002-10-03 20:41:23 +00:00
David Anderson
c0813dcd55
test framework
...
svn path=/trunk/boinc/; revision=457
2002-10-03 18:33:46 +00:00