Changes between Version 22 and Version 23 of SoftwareDevelopment


Ignore:
Timestamp:
Sep 20, 2007, 6:42:46 AM (17 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoftwareDevelopment

    v22 v23  
    4949=== Client ===
    5050
    51     * [ClientFiles File structure]
    52     * [ClientFsm FSM structure]
    53     * [ClientData Data structures]
    54     * [ClientLogic Main loop logic]
    55     * [ClientSched Client scheduling policies]
    56     * [HostMeasurement Host measurements]
    57     * [HostId Host identification]
    58     * [ClientApp Core client/application interaction (basic)]
    59     * [ClientStartup Client configuration files ]
    60     * [AutoUpdate Automatic update]
    61     * [MemoryManagement Memory management]
    62     * [ScreensaverLogic Screensaver logic]
    63     * [/sandbox.php Sandbox implementation]
    64     * [ClientSetupLogicWin Client setup logic for Windows]
    65     * [ClientSetupLogicWinSix Windows client setup logic for 6.0]
     51 * [ClientFiles File structure]
     52 * [ClientFsm FSM structure]
     53 * [ClientData Data structures]
     54 * [ClientLogic Main loop logic]
     55 * [ClientSched Client scheduling policies]
     56 * [HostMeasurement Host measurements]
     57 * [HostId Host identification]
     58 * [ClientApp Core client/application interaction (basic)]
     59 * [ClientStartup Client configuration files ]
     60 * [AutoUpdate Automatic update]
     61 * [MemoryManagement Memory management]
     62 * [ScreensaverLogic Screensaver logic]
     63 * [/sandbox.php Sandbox implementation]
     64 * [ClientSetupLogicWin Client setup logic for Windows]
     65 * [ClientSetupLogicWinSix Windows client setup logic for 6.0]
    6666
    6767=== Server programs ===
    6868
    69     * [DataBase The BOINC database]
    70     * [BackendState Backend state transitions]
    71     * [BackendLogic The logic of backend programs]
    72     * [ServerDebug Debugging server components]
    73     * [ServerSecurity Notes on BOINC server security]
     69 * [DataBase The BOINC database]
     70 * [BackendState Backend state transitions]
     71 * [BackendLogic The logic of backend programs]
     72 * [ServerDebug Debugging server components]
     73 * [ServerSecurity Notes on BOINC server security]
    7474
    7575=== Protocols ===
    7676
    77     * [CommIntro Protocol overview]
    78     * [RpcProtocol The scheduling server protocol]
    79     * [RpcPolicy Scheduling server timing and retry policies]
    80     * [FileUpload Data server protocol]
    81     * [PersFileXfer Persistent file transfers ]
     77 * [CommIntro Protocol overview]
     78 * [RpcProtocol The scheduling server protocol]
     79 * [RpcPolicy Scheduling server timing and retry policies]
     80 * [FileUpload Data server protocol]
     81 * [PersFileXfer Persistent file transfers ]
    8282
    8383
    8484=== Miscellaneous ===
    8585
    86     * [CrossProjectId Cross-project identification]
    87     * [/loc_sim/ Project simulator]
    88     * [PythonFramework Python framework]
    89     * [PrefsImpl Preferences]
    90     * [TrickleImpl Trickle messages]
    91     * [VersionDiff How to see what has changed between two versions of an executable]
    92     * [RpmSpec Spec info for RPMs]
    93     * [XmlFormat XML formats]
    94     * [DiagnosticsApi Diagnostics API]
    95     * [LowLatency Low latency computing]
    96     * [TestMatrix Alpha test matrix]
     86 * [PythonAppDev Design doc for Python-based simplified app development]
     87 * [CrossProjectId Cross-project identification]
     88 * [/loc_sim/ Project simulator]
     89 * [PrefsImpl Preferences]
     90 * [TrickleImpl Trickle messages]
     91 * [VersionDiff How to see what has changed between two versions of an executable]
     92 * [RpmSpec Spec info for RPMs]
     93 * [XmlFormat XML formats]
     94 * [DiagnosticsApi Diagnostics API]
     95 * [LowLatency Low latency computing]
     96 * [TestMatrix Alpha test matrix]
    9797
    9898== Historical ==
    9999Design docs for old versions, or for ideas that never happened.
    100100
     101 * [PythonFramework Python testing framework]
    101102 * [/api_v4.php Version 4 runtime system]
    102103 * [/mac_intel.php Mac/Intel plan]