| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2006-12-10 | Add license file and copyright notices | Lars Hjemli | |
| Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
| 2006-12-10 | Add caching infrastructure | Lars Hjemli | |
| This enables internal caching of page output. Page requests are split into four groups: 1) repo listing (front page) 2) repo summary 3) repo pages w/symbolic references in query string 4) repo pages w/constant sha1's in query string Each group has a TTL specified in minutes. When a page is requested, a cached filename is stat(2)'ed and st_mtime | |||