aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-16Add argument parsing + switch for uncached operationLars Hjemli1-3/+47
2006-12-16Add ui-commit.c + misc ui cleanupsLars Hjemli1-0/+2
2006-12-14Add simple pager to log pageLars Hjemli1-1/+1
2006-12-13Add display of tree content w/ui-tree.cLars Hjemli1-2/+4
2006-12-11Don't truncate valid cachefilesLars Hjemli1-4/+10
2006-12-11Move global variables + callback functions into shared.cLars Hjemli1-77/+6
2006-12-11Move functions for generic object output into ui-view.cLars Hjemli1-33/+1
2006-12-11Move log-functions into ui-log.cLars Hjemli1-106/+1
2006-12-11Move repo summary functions into ui-summary.cLars Hjemli1-46/+0
2006-12-11Move functions for repolist output into ui-repolist.cLars Hjemli1-69/+0
2006-12-11Move common output-functions into ui-shared.cLars Hjemli1-80/+14
2006-12-11Rename config.c to parsing.c + move cgit_parse_query from cgit.c to parsing.cLars Hjemli1-26/+0
2006-12-11Avoid infinite loops in caching layerLars Hjemli1-1/+8
2006-12-11Fix cache algorithm loopholeLars Hjemli1-9/+9
2006-12-10Add version identifier in generated filesLars Hjemli1-3/+6
2006-12-10Add license file and copyright noticesLars Hjemli1-0/+8
2006-12-10Add caching infrastructureLars Hjemli1-15/+102
2006-12-09Import cgit prototype from git treeLars Hjemli1-0/+410