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