project creation

svn path=/trunk/boinc/; revision=894
This commit is contained in:
David Anderson 2003-02-12 18:59:20 +00:00
parent 96e33e729b
commit c43404f833
1 changed files with 29 additions and 0 deletions

View File

@ -3150,3 +3150,32 @@ David Feb 10 2003
test_file_xfer.C
lib/
parse.C,h
David Feb 12 2003
- Added mechanism for starting or restarting all back-end processes
for a project. A list of the programs are now in config.xml.
All programs now use lock files to prevent duplicate execution.
A new program "start_servers" reads config.xml and starts servers.
- Added "user-friendly name" field to platform, so that users
see e.g. "Windows 95/98/XP" instead of "windows_intelx86"
NOTE: this requires patching existing databases
db/
db.h
db_mysql.C
schema.sql
html_ops/
db.inc
html_user/
download.inc
download.php
index.php
sched/
Makefile.in
config.C,h
start_servers.C
test/
make_project.php
test.inc
tools/
add.C