aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-31ui-tree: add support for source-filter optionLars Hjemli1-0/+2
2009-07-31Add generic filter/plugin infrastructureLars Hjemli1-0/+15
2009-07-25Merge branch 'lh/embedded'Lars Hjemli1-0/+4
2009-07-25Add support for 'noheader' optionLars Hjemli1-0/+2
2009-07-25Merge branch 'ml/head-include'Lars Hjemli1-0/+2
2009-07-25Merge branch 'plain-etag'Lars Hjemli1-0/+4
2009-06-07Return http statuscode 404 on unknown branchLars Hjemli1-0/+2
2009-06-07Add head-include configuration option.Mark Lodato1-0/+2
2009-02-19Add support for HEAD requestsLars Hjemli1-0/+3
2009-02-19Add support for ETag in 'plain' viewLars Hjemli1-0/+1
2009-02-02Add support for an 'embedded' option in cgitrcLars Hjemli1-0/+2
2009-01-29Add support for a custom headerLars Hjemli1-0/+2
2009-01-27Merge branch 'lh/stats'Lars Hjemli1-0/+8
2009-01-11Merge branch 'stable'Lars Hjemli1-1/+0
2009-01-11Avoid SEGFAULT on invalid requestsLars Hjemli1-1/+0
2008-12-26Untie logic for SCRIPT_NAME and PATH_INFOLars Hjemli1-20/+21
2008-12-07ui-stats: replace 'enable-stats' setting with 'max-stats'Lars Hjemli1-4/+6
2008-12-06Add a 'stats' page to each repoLars Hjemli1-0/+6
2008-12-06Merge branch 'full-log'Lars Hjemli1-0/+2
2008-11-29ui-log: add support for showing the full commit messageLars Hjemli1-0/+2
2008-11-29Add support for sorting by Age in the repolistBenjamin Close1-0/+2
2008-10-11Add cgit_query.nohead flagLars Hjemli1-0/+1
2008-09-15Add support for --scan-tree=<path> option to cgitLars Hjemli1-3/+44
2008-09-15Teach cgit how to use PATH_INFOLars Hjemli1-0/+27
2008-08-06Implement plain viewLars Hjemli1-0/+1
2008-08-01Added `local-time` option to cgitrcStefan Naewe1-0/+3
2008-07-27Modify default value for a few cgitrc optionsLars Hjemli1-2/+5
2008-07-27Be prepared for empty repositoriesLars Hjemli1-3/+7
2008-07-19Add a favicon option to cgitrcLars Hjemli1-0/+2
2008-06-26Add support for including a footer on all pagesLars Hjemli1-0/+2
2008-06-24allow specification of directly linked blobs mimetypesMichael Krelin1-0/+2
2008-05-18cache.c: do not ignore errors from print_slot()Lars Hjemli1-2/+2
2008-05-03Add a pager on the repolistLars Hjemli1-0/+3
2008-05-03Merge branch 'lh/cache'Lars Hjemli1-129/+37
2008-04-29Prepare for 'about site' page / add 'root-readme' option to cgitrcLars Hjemli1-0/+2
2008-04-29Make it possible for a single cmd to work both with and without a repoLars Hjemli1-1/+10
2008-04-29Re-enable 'index-info' and add support for 'root-desc' in cgitrcLars Hjemli1-0/+3
2008-04-28Redesign the caching layerLars Hjemli1-129/+37
2008-04-14Fix search in repo index even if caching is enabledLars Hjemli1-1/+3
2008-04-08Reset ctx.repo to NULL when the config parser is finishedLars Hjemli1-0/+1
2008-04-08Move cgit_parse_query() from parsing.c to html.c as http_parse_querystring()Lars Hjemli1-1/+2
2008-03-28Move function for configfile parsing into configfile.[ch]Lars Hjemli1-2/+3
2008-03-27Add cache.hLars Hjemli1-0/+1
2008-03-25Remove global and obsolete cgit_cmdLars Hjemli1-1/+1
2008-03-24Move cgit_version from shared.c to cgit.cLars Hjemli1-0/+2
2008-03-24Move non-generic functions from shared.c to cgit.cLars Hjemli1-3/+153
2008-03-24Add ui-shared.hLars Hjemli1-0/+1
2008-03-24Add command dispatcherLars Hjemli1-80/+50
2008-03-24Remove obsolete cacheitem parameter to ui-functionsLars Hjemli1-6/+6
2008-03-24Add struct cgit_page to cgit_contextLars Hjemli1-17/+33