Developer documentation: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
== Code documentation ==
* [[Software architecture]]
* [[Software architecture]]
* [[Secure API]]
* [[Secure API]]
Line 9: Line 12:
* [[Driver-Taper protocol]]
* [[Driver-Taper protocol]]
* [[Reading amanda configuration]]
* [[Reading amanda configuration]]
== Developer tools ==
* Lint : ''lint'' makefile target is available for Amanda source tree. Run "make lint" to do static analysis of Amanda source code.
* Valgrind: Memory allocation/free checker. See [[Using Valgrind]] section for details on how to use it with Amanda.

Revision as of 20:48, 20 June 2006

Code documentation

Developer tools

  • Lint : lint makefile target is available for Amanda source tree. Run "make lint" to do static analysis of Amanda source code.
  • Valgrind: Memory allocation/free checker. See Using Valgrind section for details on how to use it with Amanda.