summaryrefslogtreecommitdiff
path: root/tests
ModeNameSize
-rw-r--r--README302logplain
-rw-r--r--TODO.txt1061logplain
-rwxr-xr-xaggregate-results.sh1478logplain
-rwxr-xr-xfake-editor-change-password.sh634logplain
d---------gnupg156logplain
-rwxr-xr-xsetup.sh4293logplain
-rw-r--r--sharness.sh18507logplain
-rwxr-xr-xt0001-sanity-checks.sh342logplain
-rwxr-xr-xt0005-init-failing.sh295logplain
-rwxr-xr-xt0010-generate-tests.sh344logplain
-rwxr-xr-xt0020-show-tests.sh331logplain
-rwxr-xr-xt0050-mv-tests.sh381logplain
-rwxr-xr-xt0060-rm-tests.sh390logplain
-rwxr-xr-xt0100-insert-tests.sh302logplain
-rwxr-xr-xt0200-edit-tests.sh404logplain
ow=1'>ui-snapshot: avoid segfault when no filename is specifiedLars Hjemli1-6/+17 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15fix segfault when displaying empty blobsEric Wong1-5/+8 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 Hjemli2-0/+7 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 Hjemli4-0/+5 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 Hjemli1-4/+9 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12Makefile: add doc-related targetsLars Hjemli1-2/+17 Signed-off-by: Lars Hjemli <hjemli@gmail.com>