summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-10 21:24:30 -0500
committerJune McEnroe <june@causal.agency>2020-02-10 21:24:30 -0500
commit90eff04eda86e0a75b0e81960e2166193c366be7 (patch)
treeb35bfb3fb04aaacea8c897a36f9a0d8e3a48dfce /configure
parentManually raise SIGINT from C-c (diff)
downloadcatgirl-90eff04eda86e0a75b0e81960e2166193c366be7.tar.gz
catgirl-90eff04eda86e0a75b0e81960e2166193c366be7.zip
Only write out title on uiDraw
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions
c56822ed1713f51dddc520&follow=1'>Add 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