mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=7222
This commit is contained in:
parent
483912960e
commit
8aa310ac45
|
@ -10212,3 +10212,8 @@ David 9 August 2005
|
|||
win_build/
|
||||
boinc_cli_curl.vcproj (new)
|
||||
boincmgr_curl.vcproj (new)
|
||||
|
||||
David 9 Aug 2005
|
||||
- removed curl-7.14.0/ from CVS repository.
|
||||
No real need for it since libcurl.a is present on most Linux.
|
||||
We'll put a Windows compiled version in win_build.
|
||||
|
|
|
@ -34,18 +34,31 @@ or some other open-source HTTP library,
|
|||
replacing the HTTP_OP and PROXY classes.
|
||||
This would let the core client use HTTPS.
|
||||
(Carl C. is working on this).
|
||||
|
||||
<li> BOINC Manager:
|
||||
Change the Statistics tab to use a single graph
|
||||
with different colors for different projects.
|
||||
|
||||
<li> BOINC Manager:
|
||||
add progress bars for file transfers and in-progress results.
|
||||
|
||||
<li> BOINC Manager:
|
||||
add pie charts for disk usage
|
||||
|
||||
<li> Disk space management: prevent disk space usage from
|
||||
exceeding user preferences,
|
||||
and enforce resource shares,
|
||||
with file deletion according to project policy,
|
||||
|
||||
<li> Core client: use select() instead of polling
|
||||
|
||||
<li> Use database IDs instead of names to identify
|
||||
results and WUs in the core client
|
||||
(to increase efficiency in the server,
|
||||
since indices on integers are apparently more efficient
|
||||
than indices on text fields).
|
||||
This involves minor but pervasive changes.
|
||||
|
||||
for I/O (RPCs, file transfers, GUI RPCs).
|
||||
</ul>
|
||||
Please check with davea at ssl.berkeley.edu
|
||||
|
|
|
@ -52,6 +52,7 @@ show_name("Tim Brown");
|
|||
show_name("Karl Chen");
|
||||
show_name("Pietro Cicotti");
|
||||
show_name("Seth Cooper");
|
||||
show_name("Carl Christensen");
|
||||
show_name("Markku Degerholm");
|
||||
show_name("Glenn Dill");
|
||||
show_name("James Drews");
|
||||
|
|
|
@ -99,8 +99,9 @@ computer resources
|
|||
<ul>
|
||||
<li> <a href=http://boinc-doc.net/boinc-wiki/>The Unofficial BOINC Wiki</a> (in English)
|
||||
<li> <a href=http://faq.boinc.de/>Deutsche BOINC FAQ</a> (in German)
|
||||
<li> <a href=http://www.boincfrance.org/wakka.php?wiki=BienVenue>BOINCFrance.org</a> (in French)
|
||||
</ul>
|
||||
<li> <a href=links.php>Web sites</a> for BOINC participants
|
||||
<li> Other <a href=links.php>web sites</a> for BOINC participants
|
||||
<li> <a href=community.php#email_lists>Email lists</a>
|
||||
<li> An <a href=intro.php>overview</a> of BOINC, and links to papers
|
||||
<li>
|
||||
|
|
Loading…
Reference in New Issue