summaryrefslogtreecommitdiff
path: root/ui-snapshot.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
add 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