| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2009-07-25 | cgitrc.5.txt: document 'head-include' | Lars Hjemli | |
| Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
| 2009-07-25 | ui-blob: return 'application/octet-stream' for binary blobs | Lars Hjemli | |
| Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
| 2009-07-25 | ui-plain: Return 'application/octet-stream' for binary files. | Remko Tronçon | |
| Signed-off-by: Remko Tronçon <git@el-tramo.be> Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
| 2009-06-11 | use cgit_httpscheme() for atom feed | Diego Ongaro | |
| 2009-06-11 | add cgit_httpscheme() -> http:// or https:// | Diego Ongaro | |
| 2009-06-07 | Return http statuscode 404 on unknown branch | Lars Hjemli | |
| Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
| 2009-06-07 | Add head-include configuration option. | Mark Lodato | |
| This patch adds an option to the configuration file, "head-include", which works just like "header" or "footer", except the content is put into the HTML's <head> tag. | |||
| 2009-03-15 | CGIT 0.8.2.1 | Lars Hjemli | |
| Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
| 2009-03-15 | Fix doc-related glitches in Makefile and .gitignore | Lars Hjemli | |
| Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
| 2009-03-15 | ui-snapshot: avoid segfault when no filename is specified | Lars Hjemli | |
| Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
| 2009-03-15 | fix segfault when displaying empty blobs | Eric Wong | |
| When size is zero, subtracting one from it turns it into ULONG_MAX which causes an out-of-bounds access on buf. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
| 2009-02-19 | Add support for HEAD requests | ||