Difference between revisions of "Developer documentation"

From The Open Source Backup Wiki (Amanda, MySQL Backup, BackupPC)
Jump to navigationJump to search
(add presentations)
(add link to log files)
Line 11: Line 11:
 
* [[Testing]] - How we keep Amanda functioning correctly.
 
* [[Testing]] - How we keep Amanda functioning correctly.
 
* [[Minimum Versions]] - The tools you'll need to develop.
 
* [[Minimum Versions]] - The tools you'll need to develop.
== APIs ==
+
== APIs, Protocols, Formats ==
 
* [[Device API]]
 
* [[Device API]]
 
* [[Application API]] (under development)
 
* [[Application API]] (under development)
Line 24: Line 24:
 
* [[amindexd protocol]]
 
* [[amindexd protocol]]
 
* [[Changers|Changer API]]
 
* [[Changers|Changer API]]
 +
* [[Log Files]]
 
</td>
 
</td>
 
<td valign="top" style="width: 45%; border: thin solid gray; padding-left:1em; font-size: 90%">
 
<td valign="top" style="width: 45%; border: thin solid gray; padding-left:1em; font-size: 90%">

Revision as of 17:52, 3 February 2008

Introduction

APIs, Protocols, Formats

Developer Resources

Community

Tools

Presentations

Static source code analysis

Coverity and Klocwork have been running their static analysis tools on the latest Amanda source code and making the results available for the Amanda developers to analyse and fix the defects. Currently (July 7, 2006), we have zero defects found by these tools. We are thankful to these companies for making these tools available and in general, helping to improve quality of open source projects.