about summary refs log tree commit
path: root/ui-snapshot.c
DateCommit message (Expand)
2019-04-22use buffered stdio (lightly tested)
2018-12-09git: update to v2.20.0
2018-10-12git: update to v2.19.1
2018-07-03snapshot: support tar signature for compressed tar
2018-06-27git: update to v2.18.0
2018-06-27snapshot: strip bit from struct cgit_snapshot_format
2018-06-27snapshot: support archive signatures
2018-06-27ui-snapshot: filter permitted snapshot requests
2018-06-27Add "snapshot-prefix" repo configuration
2018-06-27ui-snapshot: pass repo into get_ref_from_filename()
2017-08-10git: update to v2.14
2016-11-30git: update to v2.11.0
2016-10-04ui-snapshot: replace 'unsigned char sha1[20]' with 'struct object_id oid'
2015-08-14snapshot: don't reimplement cgit_print_error_page()
2015-08-14snapshot: use cgit_print_error_page() for HTTP status codes
2015-08-14snapshot: use cgit_print_error_page() instead of html_status()
2015-01-28Add Etags for snapshots
2014-06-28git: update for git 2.0
2014-02-21Remove unused parameter from cgit_print_snapshot()
2014-01-17Switch to exclusively using global ctx
2014-01-14filter: add interface layer
2014-01-12ui-snapshot: set unused cgit_filter fields to zero
2014-01-10ui-snapshot.c: Do not reinvent suffixcmp()
2014-01-08Update copyright information
2013-05-25cgit.c: Do not reset HOME after unsetting it.
2013-04-30ui-snapshot: do not access $HOME
2013-04-10ui-snapshot.c: Prepend "V" when guessing ref names
2013-04-08use struct strbuf instead of static buffers
2013-04-08Convert cgit_print_error to a variadic function
2013-04-08Always #include corresponding .h in .c files
2013-03-04Mark several functions/variables static
2013-03-04ui-snapshot.c: Fill argv[0] with dummy.
2013-03-04White space around control verbs.
2013-03-02Update git to v1.7.7.7
2012-09-27ui-snapshot: pass -n to gzip, to suppress timestamp
2011-06-13cgit.c: always setup cgit repo environment variables
2011-06-02Merge branch 'stable'
2011-06-02ui-snapshot.c: remove debug cruft
2011-03-26cgit_open_filter: also take the repo as a parameter
2010-09-01Merge branch 'stable'
2010-09-01ui-snapshot: actually compress zip archives
2009-12-08Add .tar.xz-snapshot support
2009-07-31ui-snapshot: use cgit_{open|close}_filter() to execute compressors
2009-03-15ui-snapshot: avoid segfault when no filename is specified
2009-01-11Merge branch 'snapshot-fixes'
2008-12-28return 404 if snapshot is not found
2008-12-26ui-snapshot.c: change mime-type for tar.gz and tar.bz2
2008-12-01ui-snapshot: improve extraction of revision from snapshot name
2008-11-30Set prefix in snapshots when using dwimmery
2008-10-11ui-snapshot: add dwimmery