summary refs log tree commit diff homepage
path: root/.github/workflows
diff options
context:
space:
mode:
authordestruc7i0n <destruc7i0n@users.noreply.github.com>2022-01-27 19:15:26 -0500
committerdestruc7i0n <destruc7i0n@users.noreply.github.com>2022-01-27 19:15:26 -0500
commit8a4a5bf73cad90e72368f0cad5740b56301b2228 (patch)
treef92259b7dd8a344849129cdb3afd7d3fc507012a /.github/workflows
parentadded tests (diff)
downloadshulker-8a4a5bf73cad90e72368f0cad5740b56301b2228.tar.gz
shulker-8a4a5bf73cad90e72368f0cad5740b56301b2228.zip
encode unicode characters in names too
closes #81
Diffstat (limited to '.github/workflows')
0 files changed, 0 insertions, 0 deletions
767128df03b075be72ca&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