Changes between Version 3 and Version 4 of SoftwareDevelopment
- Timestamp:
- Apr 30, 2007, 9:34:06 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoftwareDevelopment
v3 v4 30 30 31 31 * [http://boinc.berkeley.edu/gui_rpc.php Client GUIs]: Applications that control a local or remote core client. 32 * [CreditStats Credit statistics web sites]: Web sites showing credit information (project totals, user/team/country leaderboards) based on daily XML feeds of statistics data from BOINC projects. The XML format is documented [ http://boinc.berkeley.edu/xml_stats.phphere].32 * [CreditStats Credit statistics web sites]: Web sites showing credit information (project totals, user/team/country leaderboards) based on daily XML feeds of statistics data from BOINC projects. The XML format is documented [XmlStats here]. 33 33 * [http://boinc.berkeley.edu/acct_mgt.php Account managers]: Web sites that let BOINC users create and manage accounts on multiple projects. 34 34 * [StatsXml Aggregate credit statistics] 35 * [ http://boinc.berkeley.edu/server_status.phpServer status web sites]: Web sites showing the server status of BOINC projects.35 * [ServerStatusRpc Server status web sites]: Web sites showing the server status of BOINC projects. 36 36 * [WebRpc Web RPCs]: These interfaces let a program or web site obtain information about users and hosts from projects. 37 37 * [ProjectConfigRpc Project configuration web RPC] … … 54 54 * [ClientStartup Client configuration files ] 55 55 * [AutoUpdate Automatic update] 56 * [ http://boinc.berkeley.edu/memory.phpMemory management]56 * [MemoryManagement Memory management] 57 57 * [ScreensaverLogic Screensaver logic] 58 58 * [http://boinc.berkeley.edu/sandbox.php Sandbox implementation] … … 64 64 * [BackendState Backend state transitions] 65 65 * [BackendLogic The logic of backend programs] 66 * [ServerDebug Debugging server components 67 * [ServerSecurity Notes on BOINC server security 66 * [ServerDebug Debugging server components] 67 * [ServerSecurity Notes on BOINC server security] 68 68 69 69 === Protocols === … … 84 84 * [TrickleImpl Trickle messages] 85 85 * [VersionDiff How to see what has changed between two versions of an executable] 86 * [RpmSpec Spec info for RPMs 86 * [RpmSpec Spec info for RPMs] 87 87 * [XmlFormat XML formats] 88 88 * [DiagnosticsApi Diagnostics API] … … 91 91 92 92 == Historical == 93 Design docs for old versions, or for ideas that never happened 93 Design docs for old versions, or for ideas that never happened. 94 94 95 95 * [http://boinc.berkeley.edu/api_v4.php Version 4 runtime system]