summaryrefslogtreecommitdiff
path: root/ui-snapshot.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'snapshot-fixes'Lars Hjemli2009-01-111-3/+5
|\
| * return 404 if snapshot is not foundNatanael Copa2008-12-281-3/+5
* | ui-snapshot.c: change mime-type for tar.gz and tar.bz2Lars Hjemli2008-12-261-2/+2
|/
* ui-snapshot: improve extraction of revision from snapshot nameLars Hjemli2008-12-011-43/+37
* Set prefix in snapshots when using dwimmeryNatanael Copa2008-11-301-2/+12
* ui-snapshot: add dwimmeryLars Hjemli2008-10-111-13/+81
* ui-snapshot.c: specify archiver_args.baselenLars Hjemli2008-10-051-1/+7
* Add ui-shared.hLars Hjemli2008-03-241-0/+1
* Refactor snapshot supportLars Hjemli2008-03-241-85/+39
* Remove obsolete cacheitem parameter to ui-functionsLars Hjemli2008-03-241-2/+1
* Add struct cgit_page to cgit_contextLars Hjemli2008-03-241-1/+3
* Introduce html.hLars Hjemli2008-03-181-0/+1
* Compare string lengths when parsing the snapshot maskLars Hjemli2007-12-031-3/+4
* Set commit date on snapshot contentsLars Hjemli2007-11-111-0/+1
* ui-snapshot: whitespace/formatting cleanupLars Hjemli2007-07-231-24/+24
* cgit_print_snapshot_links: use url to specify snapshot nameLars Hjemli2007-07-231-14/+24
* allow selective enabling of snapshotsMichael Krelin2007-07-211-7/+36
* shorten snapshot names to repo basenameMichael Krelin2007-07-211-1/+1
* added snapshot filename to the linkMichael Krelin2007-07-211-1/+1
* add plain uncompressed tar snapshort formatMichael Krelin2007-07-211-1/+2
* introduced .tar.bz2 snapshotsMichael Krelin2007-07-211-31/+42
* compress .tar.gz using gzip as a filterMichael Krelin2007-07-201-1/+37
* add support for snapshot tarballsMichael Krelin2007-07-181-28/+49
* Add support for snapshotsLars Hjemli2007-02-081-0/+47
href='/others/cgit.git/commit/ui-shared.c?h=v0.9.0.2&id=694dd43886f23723f415aed3afb62131cdbcaa51&follow=1'>use cgit_httpscheme() for atom feedDiego Ongaro2-3/+6 2009-06-11add cgit_httpscheme() -> http:// or https://Diego Ongaro2-0/+12 2009-06-07Return http statuscode 404 on unknown branchLars Hjemli3-0/+6 2009-06-07Add head-include configuration option.Mark Lodato3-1/+6 2009-03-15CGIT 0.8.2.1v0.8.2.1Lars Hjemli1-1/+1 2009-03-15Fix doc-related glitches in Makefile and .gitignoreLars Hjemli2-1/+6 2009-03-15ui-snapshot: avoid segfault when no filename is specifiedLars Hjemli1-6/+17 2009-03-15fix segfault when displaying empty blobsEric Wong1-5/+8 2009-02-19Add support for HEAD requestsLars Hjemli2-0/+7 2009-02-19Add support for ETag in 'plain' viewLars Hjemli4-0/+5 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli1-4/+9 2009-02-12Makefile: add doc-related targetsLars Hjemli1-2/+17