summary refs log tree commit diff
path: root/home/.local/bin/open
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2024-06-09 18:57:02 -0400
committerJune McEnroe <june@causal.agency>2024-06-09 18:57:02 -0400
commit6f35229b87e64472805ba83e70bac5d8f90cb3e0 (patch)
tree4a7272acb60de480c31cda6be3f631bad2e07278 /home/.local/bin/open
parentPut lens and (future) film at the tops of photo pages (diff)
downloadsrc-6f35229b87e64472805ba83e70bac5d8f90cb3e0.tar.gz
src-6f35229b87e64472805ba83e70bac5d8f90cb3e0.zip
Use monospace on photo pages
Diffstat (limited to 'home/.local/bin/open')
0 files changed, 0 insertions, 0 deletions
r class='nohover-highlight'> 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