diff --git a/checkin_notes b/checkin_notes index dd73448560..eb9c4b1af6 100755 --- a/checkin_notes +++ b/checkin_notes @@ -8263,3 +8263,10 @@ Charlie 2 Sep 2007 MacSysMenu.cpp mac_build/ Make_BOINC_Service.sh + +David 2 Sept 2007 + - client: zero out xfer_speed in HTTP_OP constructor + (may fix problem w/ #INF bandwidth display) + + client/ + http_curl.C diff --git a/client/http_curl.C b/client/http_curl.C index 0e3665094e..f2652c1644 100644 --- a/client/http_curl.C +++ b/client/http_curl.C @@ -162,6 +162,7 @@ HTTP_OP::HTTP_OP() { lSeek = 0; auth_flag = false; auth_type = 0; + xfer_speed = 0; reset(); } diff --git a/doc/index.php b/doc/index.php index f94866834d..2b545911b5 100644 --- a/doc/index.php +++ b/doc/index.php @@ -59,7 +59,7 @@ function show_participate() { ".sprintf(tr(HOME_P1), "
  1. ", "", "
  2. ", "", "
  3. ", "")."

- ".sprintf(tr(HOME_P2), "", "", "", "", "", "")." + ".sprintf(tr(HOME_P2), "", "", "", "", "", "")."

".sprintf(tr(HOME_P3), "", "")." @@ -106,7 +106,7 @@ function show_other() {

  • BOINC message boards
  • Papers and talks on BOINC
  • Logos and graphics -
  • Events (Note: the 3rd Pan-Galactic +
  • Events (Note: the 3rd Pan-Galactic BOINC Workshop will be held 5-6 September 2007 in Geneva, Switzerland.)
    diff --git a/doc/links.php b/doc/links.php index 892910c8b8..88756b55f9 100644 --- a/doc/links.php +++ b/doc/links.php @@ -282,6 +282,7 @@ language("Slovak", array( site("http://www.boinc.sk/", "www.boinc.sk") )); language("Spanish", array( + site("http://elmajo.blogspot.com", "Computación Distribuida"), site("http://efren-canarias.blogcindario.com/", "El Pais De La Computacion"), site("http://www.canalboinc.org/modules/news/", "Canal BOINC"), site("http://www.boinc-ecuador.com/", "BOINC - Ecuador"),