aboutsummaryrefslogtreecommitdiff
path: root/ui-snapshot.c
AgeCommit message (Expand)Author
2017-08-10git: update to v2.14Gravatar Jeff Smith
2016-11-30git: update to v2.11.0Gravatar Christian Hesse
2016-10-04ui-snapshot: replace 'unsigned char sha1[20]' with 'struct object_id oid'Gravatar Christian Hesse
2015-08-14snapshot: don't reimplement cgit_print_error_page()Gravatar John Keeping
2015-08-14snapshot: use cgit_print_error_page() for HTTP status codesGravatar John Keeping
2015-08-14snapshot: use cgit_print_error_page() instead of html_status()Gravatar John Keeping
2015-01-28Add Etags for snapshotsGravatar Janus
2014-06-28git: update for git 2.0Gravatar Christian Hesse
2014-02-21Remove unused parameter from cgit_print_snapshot()Gravatar Lukas Fleischer
2014-01-17Switch to exclusively using global ctxGravatar Lukas Fleischer
2014-01-14filter: add interface layerGravatar John Keeping
2014-01-12ui-snapshot: set unused cgit_filter fields to zeroGravatar John Keeping
2014-01-10ui-snapshot.c: Do not reinvent suffixcmp()Gravatar Lukas Fleischer
2014-01-08Update copyright informationGravatar Lukas Fleischer
2013-05-25cgit.c: Do not reset HOME after unsetting it.Gravatar Jason A. Donenfeld
2013-04-30ui-snapshot: do not access $HOMEGravatar Jason A. Donenfeld
2013-04-10ui-snapshot.c: Prepend "V" when guessing ref namesGravatar Lukas Fleischer
2013-04-08use struct strbuf instead of static buffersGravatar John Keeping
2013-04-08Convert cgit_print_error to a variadic functionGravatar John Keeping
2013-04-08Always #include corresponding .h in .c filesGravatar John Keeping
2013-03-04Mark several functions/variables staticGravatar Lukas Fleischer
2013-03-04ui-snapshot.c: Fill argv[0] with dummy.Gravatar Jason A. Donenfeld
2013-03-04White space around control verbs.Gravatar Jason A. Donenfeld
2013-03-02Update git to v1.7.7.7Gravatar John Keeping
2012-09-27ui-snapshot: pass -n to gzip, to suppress timestampGravatar Jason A. Donenfeld
2011-06-13cgit.c: always setup cgit repo environment variablesGravatar Lars Hjemli
2011-06-02Merge branch 'stable'Gravatar Lars Hjemli
2011-06-02ui-snapshot.c: remove debug cruftGravatar Lars Hjemli
2011-03-26cgit_open_filter: also take the repo as a parameterGravatar Ferry Huberts
2010-09-01Merge branch 'stable'Gravatar Lars Hjemli
2010-09-01ui-snapshot: actually compress zip archivesGravatar Lars Hjemli
2009-12-08Add .tar.xz-snapshot supportGravatar Andreas Wiese
2009-07-31ui-snapshot: use cgit_{open|close}_filter() to execute compressorsGravatar Lars Hjemli
2009-03-15ui-snapshot: avoid segfault when no filename is specifiedGravatar Lars Hjemli
2009-01-11Merge branch 'snapshot-fixes'Gravatar Lars Hjemli
2008-12-28return 404 if snapshot is not foundGravatar Natanael Copa
2008-12-26ui-snapshot.c: change mime-type for tar.gz and tar.bz2Gravatar Lars Hjemli
2008-12-01ui-snapshot: improve extraction of revision from snapshot nameGravatar Lars Hjemli
2008-11-30Set prefix in snapshots when using dwimmeryGravatar Natanael Copa
2008-10-11ui-snapshot: add dwimmeryGravatar Lars Hjemli
2008-10-05ui-snapshot.c: specify archiver_args.baselenGravatar Lars Hjemli
2008-03-24Add ui-shared.hGravatar Lars Hjemli
2008-03-24Refactor snapshot supportGravatar Lars Hjemli
2008-03-24Remove obsolete cacheitem parameter to ui-functionsGravatar Lars Hjemli
2008-03-24Add struct cgit_page to cgit_contextGravatar Lars Hjemli
2008-03-18Introduce html.hGravatar Lars Hjemli
2007-12-03Compare string lengths when parsing the snapshot maskGravatar Lars Hjemli
2007-11-11Set commit date on snapshot contentsGravatar Lars Hjemli
2007-07-23ui-snapshot: whitespace/formatting cleanupGravatar Lars Hjemli
2007-07-23cgit_print_snapshot_links: use url to specify snapshot nameGravatar Lars Hjemli