about summary refs log tree commit diff
path: root/m4
ModeNameSize
-rw-r--r--ax_add_fortify_source.m42663log plain blame
-rw-r--r--ax_check_compile_flag.m42104log plain blame
-rw-r--r--ax_check_openssl.m44197log plain blame
-rw-r--r--check-hardening-options.m43020log plain blame
-rw-r--r--check-libc.m44903log plain blame
-rw-r--r--check-os-options.m44935log plain blame
-rw-r--r--disable-compiler-warnings.m4880log plain blame
=1'>Add 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