Difference between revisions of "Developer documentation"

From The Open Source Backup Wiki (Amanda, MySQL Backup, BackupPC)
Jump to navigationJump to search
(link)
m (fix case)
Line 7: Line 7:
 
* [[How To Help]] - How can you get involved?
 
* [[How To Help]] - How can you get involved?
 
** [[Tasks|Development Tasks]] - Stuff that needs doing.
 
** [[Tasks|Development Tasks]] - Stuff that needs doing.
** [[Fork Amanda on Github]] - easiest way to start hacking
+
** [[Fork Amanda on Github]] - Easiest way to start hacking
 
* [[Coding Guidelines]] - Things every developer should know
 
* [[Coding Guidelines]] - Things every developer should know
 
* [[Software architecture]] - How Amanda fits together
 
* [[Software architecture]] - How Amanda fits together

Revision as of 18:05, 20 December 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. The Amanda hackers are thankful to these companies for making these tools available and in general, helping to improve quality of open source projects.

  • In collaboration with Stanford University, Coverity is establishing a new baseline for software quality and security in open source. Under a contract with the Department of Homeland Security, Coverity applies the latest innovations in automated defect detection to uncover some of the most critical types of bugs found in software.
  • Amanda has been analyzed with Klocwork source code analysis, the most accurate and comprehensive tool for finding critical programming errors and security vulnerabilities.