summaryrefslogtreecommitdiff
path: root/ui-plain.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for mime type registration and lookupLars Hjemli2009-07-251-5/+15
* Merge branch 'plain-etag'Lars Hjemli2009-07-251-0/+1
|\
| * Add support for ETag in 'plain' viewLars Hjemli2009-02-191-0/+1
* | ui-plain: Return 'application/octet-stream' for binary files.Remko Tronçon2009-07-251-1/+4
|/
* Fix some warnings to allow -WerrorRamsay Jones2008-11-061-1/+1
* ui-plain: handle subdirectoriesLars Hjemli2008-09-021-4/+1
* Supply status description to html_status()Lars Hjemli2008-08-061-5/+5
* Implement plain viewLars Hjemli2008-08-061-0/+82
thers/cgit.git/commit/ui-view.c?h=v0.8.3&id=df63119302910587e280d91dce67f6537a671f74&follow=1'>Move functions for generic object output into ui-view.cLars Hjemli4-34/+43 2006-12-11Move log-functions into ui-log.cLars Hjemli5-111/+121 2006-12-11Move repo summary functions into ui-summary.cLars Hjemli4-47/+59 2006-12-11Move functions for repolist output into ui-repolist.cLars Hjemli5-70/+90 2006-12-11Move common output-functions into ui-shared.cLars Hjemli4-82/+99 2006-12-11Rename config.c to parsing.c + move cgit_parse_query from cgit.c to parsing.cLars Hjemli4-28/+29 2006-12-11Avoid infinite loops in caching layerLars Hjemli3-14/+31 2006-12-11Let 'make install' clear all cachefilesLars Hjemli1-0/+2 2006-12-11Fix cache algorithm loopholeLars Hjemli3-11/+16 2006-12-10Add version identifier in generated filesLars Hjemli2-9/+14 2006-12-10Add license file and copyright noticesLars Hjemli5-0/+372 2006-12-10Add caching infrastructureLars Hjemli9-28/+353