DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
We are also looking to cleanup filenames, directory structure and other global style issues. See this page for additional details.
Header files
In most subsystems, header files are named with a P_ or I_ prefix. P_ files should contain any types and definitions that are private to the subsystem, while the public interface should be contained in a I_-prefixed header.
Sample Code
This document relies on code samples which are below to demonstrate most of the rules used on the Apache Traffic Server project.
...