summary refs log tree commit diff
path: root/bin/1sh/tests
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2024-05-03 17:58:55 -0400
committerJune McEnroe <june@causal.agency>2024-05-03 17:58:55 -0400
commit69ee46ae445c3d37ea5d0e2d8621bf7dc562219b (patch)
treed90139afbeafd99df67337f605e88a02128a950d /bin/1sh/tests
parentAdd April 20 photos (diff)
downloadsrc-69ee46ae445c3d37ea5d0e2d8621bf7dc562219b.tar.gz
src-69ee46ae445c3d37ea5d0e2d8621bf7dc562219b.zip
Add April 30 photo
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
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