mirror of https://github.com/BOINC/boinc.git
parent
2d7a33e79f
commit
8338487ce9
|
@ -3259,6 +3259,14 @@ David Feb 17 2003
|
|||
main.C
|
||||
next_xfer.C,h
|
||||
|
||||
David Feb 18 2003
|
||||
- fixed formatting; changed vector remove to use iterator
|
||||
|
||||
client/
|
||||
app.C
|
||||
cs_files.C
|
||||
app.C
|
||||
|
||||
David Feb 18 2003
|
||||
- added "opaque" fields to result and workunit tables.
|
||||
(allows projects to cross-reference to their science DB)
|
||||
|
@ -3363,3 +3371,42 @@ David Feb 20 2003
|
|||
test/
|
||||
test.inc
|
||||
test_uc.php
|
||||
|
||||
David Feb 22
|
||||
- API now passes both host and user credit to apps
|
||||
- API now passes team name to apps (scheduler RPC now returns it)
|
||||
- don't use malloc in get_free_slot
|
||||
- added fancier project-specific prefs for astropulse
|
||||
- fixed bugs in account creation
|
||||
- imported code to remove dangerous HTML tags from user-supplied text
|
||||
|
||||
api/
|
||||
boinc_api.C,h
|
||||
client/
|
||||
app.C
|
||||
client_state.C
|
||||
client_types.C,h
|
||||
cs_scheduler.C
|
||||
hostinfo.C,h
|
||||
hostinfo_unix.C
|
||||
time_stats.C
|
||||
html_user/
|
||||
account_setup.php
|
||||
account_setup_first_action.php
|
||||
download.inc
|
||||
htmlfilter.inc
|
||||
logout.php (new)
|
||||
prefs.inc
|
||||
project.inc
|
||||
project_specific_prefs_ap.inc (new)
|
||||
sanitize_html.inc
|
||||
team.inc
|
||||
team_edit_action.php
|
||||
util.inc
|
||||
sched/
|
||||
handle_request.C
|
||||
server_types.C,h
|
||||
test/
|
||||
make_project_ap.php
|
||||
test.inc
|
||||
|
||||
|
|
|
@ -11,8 +11,7 @@
|
|||
<b>
|
||||
Berkeley Open Infrastructure for Network Computing
|
||||
(BOINC)
|
||||
is software that combines many volunteer PCs
|
||||
into a parallel supercomputer.
|
||||
combines volunteer PCs into a parallel supercomputer.
|
||||
</b>
|
||||
</font>
|
||||
</center>
|
||||
|
@ -78,8 +77,7 @@ width="210" height="62" border="0" alt="SourceForge Logo"></a>
|
|||
<br>
|
||||
A <a href=http://boinc.sf.net/boinc_ss.jpg>screenshot</a> of the
|
||||
BOINC client running AstroPulse (the first test application)
|
||||
is available. This demonstrates the 3D graphics, workunit caching
|
||||
and ability to use multiple CPUs at once.
|
||||
demonstrates 3D graphics, workunit caching, and the use of multiple CPUs.
|
||||
<br><br>
|
||||
<b>January 28, 2003</b>
|
||||
<br>
|
||||
|
|
Loading…
Reference in New Issue