boinc-upstream:jm7/1

Last commit made on 2007-07-08
Get this branch:
git clone -b jm7/1 https://git.launchpad.net/boinc-upstream

Branch merges

Branch information

Name:
jm7/1
Repository:
lp:boinc-upstream

Recent commits

423c28d... by John McLeod VII <email address hidden>

Missed one place that should have had a return code of 0 (instead of no return at all? how did the compiler miss this one?).

svn path=/workspaces/jm7/; revision=13117

ca6d667... by John McLeod VII <email address hidden>

A fix for some windows clients taking a long time for some operations. Anytime a directory scan was asked for, every file in the directory scan was opened in order to get the file length. The file length is available in the structure that windows uses for directory scans. There was also an O(n^2) problem - every file had to scan all of the previous files to find the next file in the sequence. This is a windows only fix, I did not attempt a fix for any other platform.

svn path=/workspaces/jm7/; revision=13116

77d011d... by John McLeod VII <email address hidden>

svn path=/workspaces/jm7/; revision=12626

c46b786... by John McLeod VII <email address hidden>

I believe that this is an update to a merge with what is in the trunk.

svn path=/workspaces/jm7/; revision=12616

c08eddf... by David Anderson <email address hidden>

    - GUI RPC: add new element d_boinc to DISK_USAGE;
        tells how much disk space BOINC is using
        (not including projects).
    - added project.max_infeasible_count to client simulator

    client/
        gui_rpc_server_ops.C
        sim.C,h
        sim_util.C
    clientgui/
        ViewResources.cpp
    lib/
        filesys.C
        bui_rpc_client.h
        bui_rpc_client_ops.C

svn path=/trunk/boinc/; revision=12615

44a7509... by David Anderson <email address hidden>

 - core client: improve error message when can't link app version

 client/
  client_state.C
  cs_statefile.C

svn path=/trunk/boinc/; revision=12614

0214502... by Rom Walton <email address hidden>

svn path=/trunk/boinc/; revision=12613

769828b... by "Janus B. Kristensen" <email address hidden>

Initial checkin of a tiny part of the BT code

svn path=/trunk/boinc/; revision=12612

d0f4a86... by "Janus B. Kristensen" <email address hidden>

Property change

svn path=/trunk/boinc/; revision=12611

aaab395... by "Janus B. Kristensen" <email address hidden>

A BEncoding container for BEncoding dictionaries in dictionaries in lists in...etc. etc.

svn path=/trunk/boinc/; revision=12610