about summary refs log tree commit diff
BranchCommit messageAuthorAge
masterAdd NetBSD support to configurepara12 days
somasis/tokiponaRevert "handle.c: o pana e toki lon pana/weka kule lon pona/ike"Kylie McClain3 years
vimodeImplement h, lJune McEnroe3 years
enrollDo basic word-wrapping at runtimeJune McEnroe3 years
twitchUse twitch display-name tagJune McEnroe3 years
 
TagDownloadAuthorAge
2.2acatgirl-2.2a.tar.gz  catgirl-2.2a.zip  June McEnroe9 months
2.2catgirl-2.2.tar.gz  catgirl-2.2.zip  June McEnroe19 months
2.1catgirl-2.1.tar.gz  catgirl-2.1.zip  June McEnroe3 years
2.0acatgirl-2.0a.tar.gz  catgirl-2.0a.zip  June McEnroe3 years
2.0catgirl-2.0.tar.gz  catgirl-2.0.zip  June McEnroe3 years
1.9acatgirl-1.9a.tar.gz  catgirl-1.9a.zip  June McEnroe4 years
1.9catgirl-1.9.tar.gz  catgirl-1.9.zip  June McEnroe4 years
1.8catgirl-1.8.tar.gz  catgirl-1.8.zip  June McEnroe4 years
1.7catgirl-1.7.tar.gz  catgirl-1.7.zip  June McEnroe4 years
1.6catgirl-1.6.tar.gz  catgirl-1.6.zip  June McEnroe4 years
1.5catgirl-1.5.tar.gz  catgirl-1.5.zip  June McEnroe4 years
1.4catgirl-1.4.tar.gz  catgirl-1.4.zip  June McEnroe4 years
1.3catgirl-1.3.tar.gz  catgirl-1.3.zip  June McEnroe4 years
1.2catgirl-1.2.tar.gz  catgirl-1.2.zip  June McEnroe4 years
1.1p1catgirl-1.1p1.tar.gz  catgirl-1.1p1.zip  June McEnroe5 years
1.1catgirl-1.1.tar.gz  catgirl-1.1.zip  June McEnroe5 years
1.0catgirl-1.0.tar.gz  catgirl-1.0.zip  June McEnroe5 years
lass='logmsg'> Signed-off-by: Remko Tronçon <git@el-tramo.be> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-06-11use cgit_httpscheme() for atom feedDiego Ongaro 2009-06-11add cgit_httpscheme() -> http:// or https://Diego Ongaro 2009-06-07Return http statuscode 404 on unknown branchLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-06-07Add 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-15CGIT 0.8.2.1Lars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15Fix doc-related glitches in Makefile and .gitignoreLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15ui-snapshot: avoid segfault when no filename is specifiedLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15fix segfault when displaying empty blobsEric 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-19Add support for HEAD requestsLars Hjemli This is a quick 'n dirty hack which makes cgit honor HEAD requests. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for ETag in 'plain' viewLars 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-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12Makefile: add doc-related targetsLars Hjemli