summary refs log tree commit diff
path: root/scripts
ModeNameSize
-rw-r--r--.gitignore8log plain blame
-rw-r--r--chroot-man.sh75log plain blame
-rw-r--r--chroot-prompt.sh93log plain blame
-rw-r--r--notify-send.scpt192log plain blame
-rw-r--r--sandman.1486log plain blame
-rw-r--r--sandman.m2369log plain blame
-rw-r--r--sshd_config251log plain blame
/commit/ui-tree.c?id=112973615a78ce61fd6e767128df03b075be72ca&follow=1'>fix 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