Commit message (Collapse) | Author | |||
---|---|---|---|---|
2017-07-31 | Handle large moves | June McEnroe | ||
2017-07-30 | Optimize builds for chroot | June McEnroe | ||
2017-07-30 | Persist bright across color changes | June McEnroe | ||
2017-07-30 | Add index.html | June McEnroe | ||
2017-07-30 | Add snapshot.sh | June McEnroe | ||
2017-07-30 | Fix termcap patch for background colors | June McEnroe | ||
2017-07-30 | Update help | June McEnroe | ||
2017-07-30 | Fix help to track color | June McEnroe | ||
2017-07-30 | Support background colors | June McEnroe | ||
2017-07-30 | Track color only client-side | June McEnroe | ||
2017-07-30 | Add ostensible support for background colors | June McEnroe | ||
2017-07-30 | Add tile create and access timestamps | June McEnroe | ||
2017-07-30 | Assert stable struct Tile field offsets | June McEnroe | ||
2017-07-30 | Add chroot.sh | June McEnroe | ||
2017-07-30 | Add ` command | June McEnroe | ||
2017-07-30 | Add sshd_config | June McEnroe | ||
2017-07-30 | Add termcap patch | June McEnroetitle='2009-07-25 11:51:19 +0200'>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 | Lars Hjemli | ||
This is a quick 'n dirty hack which makes cgit honor HEAD requests. Signed-off-by: Lars Hjemli <hjemli@gmail.com> | ||||
2009-02-19 | Add support for ETag in 'plain' view | Lars Hjemli | ||
When downloading a blob identified by its path, the client might want to know if the blob has been modified since a previous download of the same path. To this end, an ETag containing the blob SHA1 seems to be ideal. Todo: add support for HEAD requests... Suggested-by: Owen Taylor <otaylor@redhat.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com> | ||||
2009-02-12 | ui-tree: escape ascii-text properly in hexdump view | Lars Hjemli | ||
Signed-off-by: Lars Hjemli <hjemli@gmail.com> | ||||
2009-02-12 | Makefile: add doc-related targets | Lars Hjemli |