summaryrefslogtreecommitdiff
path: root/ui-snapshot.c
AgeCommit message (Expand)Author
2013-05-25cgit.c: Do not reset HOME after unsetting it.Jason A. Donenfeld
2013-04-30ui-snapshot: do not access $HOMEJason A. Donenfeld
2013-04-10ui-snapshot.c: Prepend "V" when guessing ref namesLukas Fleischer
2013-04-08use struct strbuf instead of static buffersJohn Keeping
2013-04-08Convert cgit_print_error to a variadic functionJohn Keeping
2013-04-08Always #include corresponding .h in .c filesJohn Keeping
2013-03-05Mark several functions/variables staticLukas Fleischer
2013-03-04ui-snapshot.c: Fill argv[0] with dummy.Jason A. Donenfeld
2013-03-04White space around control verbs.Jason A. Donenfeld
2013-03-02Update git to v1.7.7.7John Keeping
2012-09-27ui-snapshot: pass -n to gzip, to suppress timestampJason A. Donenfeld
2011-06-13cgit.c: always setup cgit repo environment variablesLars Hjemli
2011-06-02Merge branch 'stable'Lars Hjemli
2011-06-02ui-snapshot.c: remove debug cruftLars Hjemli
2011-03-26cgit_open_filter: also take the repo as a parameterFerry Huberts
2010-09-01Merge branch 'stable'Lars Hjemli
2010-09-01ui-snapshot: actually compress zip archivesLars Hjemli
2009-12-08Add .tar.xz-snapshot supportAndreas Wiese
2009-07-31ui-snapshot: use cgit_{open|close}_filter() to execute compressorsLars Hjemli
2009-03-15ui-snapshot: avoid segfault when no filename is specifiedLars Hjemli
2009-01-11Merge branch 'snapshot-fixes'Lars Hjemli
2008-12-28return 404 if snapshot is not foundNatanael Copa
2008-12-26ui-snapshot.c: change mime-type for tar.gz and tar.bz2Lars Hjemli
2008-12-01ui-snapshot: improve extraction of revision from snapshot nameLars Hjemli
2008-11-30Set prefix in snapshots when using dwimmeryNatanael Copa
2008-10-11ui-snapshot: add dwimmeryLars Hjemli
2008-10-05ui-snapshot.c: specify archiver_args.baselenLars Hjemli
2008-03-24Add ui-shared.hLars Hjemli
2008-03-24Refactor snapshot supportLars Hjemli
2008-03-24Remove obsolete cacheitem parameter to ui-functionsLars Hjemli
2008-03-23Add struct cgit_page to cgit_contextLars Hjemli
2008-03-18Introduce html.hLars Hjemli
2007-12-02Compare string lengths when parsing the snapshot maskLars Hjemli
2007-11-11Set commit date on snapshot contentsLars Hjemli
2007-07-23ui-snapshot: whitespace/formatting cleanupLars Hjemli
2007-07-22cgit_print_snapshot_links: use url to specify snapshot nameLars Hjemli
2007-07-21allow selective enabling of snapshotsMichael Krelin
2007-07-21shorten snapshot names to repo basenameMichael Krelin
2007-07-21added snapshot filename to the linkMichael Krelin
2007-07-21add plain uncompressed tar snapshort formatMichael Krelin
2007-07-21introduced .tar.bz2 snapshotsMichael Krelin
2007-07-20compress .tar.gz using gzip as a filterMichael Krelin
2007-07-18add support for snapshot tarballsMichael Krelin
2007-02-08Add support for snapshotsLars Hjemli