aboutsummaryrefslogtreecommitdiffstats
path: root/ui-snapshot.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-19git: update to v2.29.0Christian Hesse1-12/+12
2020-03-13ui-snapshot: add support for zstd compressionChristian Hesse1-0/+7
2020-02-26ui-snapshot: add support for lzip compressionHanspeter Portner1-0/+7
2018-12-09git: update to v2.20.0Christian Hesse1-0/+1
2018-10-12git: update to v2.19.1Christian Hesse1-2/+2
2018-07-03snapshot: support tar signature for compressed tarChristian Hesse1-1/+2
2018-06-27git: update to v2.18.0Christian Hesse1-1/+1
2018-06-27snapshot: strip bit from struct cgit_snapshot_formatChristian Hesse1-6/+11
2018-06-27snapshot: support archive signaturesJohn Keeping1-1/+75
2018-06-27ui-snapshot: filter permitted snapshot requestsJohn Keeping1-1/+1
2018-06-27Add "snapshot-prefix" repo configurationJohn Keeping1-2/+2
2018-06-27ui-snapshot: pass repo into get_ref_from_filename()John Keeping1-3/+4
2017-08-10git: update to v2.14Jeff Smith1-1/+1
2016-11-30git: update to v2.11.0Christian Hesse1-1/+1
2016-10-04ui-snapshot: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse1-9/+9
2015-08-14snapshot: don't reimplement cgit_print_error_page()John Keeping1-17/+4
2015-08-14snapshot: use cgit_print_error_page() for HTTP status codesJohn Keeping1-2/+4
2015-08-14snapshot: use cgit_print_error_page() instead of html_status()John Keeping1-1/+1
2015-01-28Add Etags for snapshotsJanus1-0/+1
2014-06-28git: update for git 2.0Christian Hesse1-2/+2
2014-02-21Remove unused parameter from cgit_print_snapshot()Lukas Fleischer1-1/+1
2014-01-17Switch to exclusively using global ctxLukas Fleischer1-4/+4
2014-01-14filter: add interface layerJohn Keeping1-6/+5
2014-01-12ui-snapshot: set unused cgit_filter fields to zeroJohn Keeping1-4/+4
2014-01-10ui-snapshot.c: Do not reinvent suffixcmp()Lukas Fleischer1-6/+1
2014-01-08Update copyright informationLukas Fleischer1-2/+1
2013-05-25cgit.c: Do not reset HOME after unsetting it.Jason A. Donenfeld1-9/+0
2013-04-30ui-snapshot: do not access $HOMEJason A. Donenfeld1-0/+9
2013-04-10ui-snapshot.c: Prepend "V" when guessing ref namesLukas Fleischer1-2/+6
2013-04-08use struct strbuf instead of static buffersJohn Keeping1-17/+43
2013-04-08Convert cgit_print_error to a variadic functionJohn Keeping1-6/+10
2013-04-08Always #include corresponding .h in .c filesJohn Keeping1-0/+1
2013-03-05Mark several functions/variables staticLukas Fleischer1-1/+1
2013-03-04ui-snapshot.c: Fill argv[0] with dummy.Jason A. Donenfeld1-0/+1
2013-03-04White space around control verbs.Jason A. Donenfeld1-2/+2
2013-03-02Update git to v1.7.7.7John Keeping1-25/+35
2012-09-27ui-snapshot: pass -n to gzip, to suppress timestampJason A. Donenfeld1-8/+10
2011-06-14cgit.c: always setup cgit repo environment variablesLars Hjemli1-1/+1
2011-06-02Merge branch 'stable'Lars Hjemli1-2/+0
2011-06-02ui-snapshot.c: remove debug cruftLars Hjemli1-2/+0
2011-03-26cgit_open_filter: also take the repo as a parameterFerry Huberts1-1/+1
2010-09-01Merge branch 'stable'Lars Hjemli1-0/+1
2010-09-01ui-snapshot: actually compress zip archivesLars Hjemli1-0/+1
2009-12-08Add .tar.xz-snapshot supportAndreas Wiese1-4/+10
2009-07-31ui-snapshot: use cgit_{open|close}_filter() to execute compressorsLars Hjemli1-28/+7
2009-03-15ui-snapshot: avoid segfault when no filename is specifiedLars Hjemli1-6/+17
2009-01-11Merge branch 'snapshot-fixes'Lars Hjemli1-3/+5
2008-12-28return 404 if snapshot is not foundNatanael Copa1-3/+5
2008-12-26ui-snapshot.c: change mime-type for tar.gz and tar.bz2Lars Hjemli1-2/+2
2008-12-01ui-snapshot: improve extraction of revision from snapshot nameLars Hjemli1-43/+37