aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
AgeCommit message (Expand)AuthorFilesLines
2006-12-20Add basic diff viewLars Hjemli1-0/+2
2006-12-17Show list of modified files in ui-commit.cLars Hjemli1-0/+1
2006-12-16Add cgit_free_commitinfo() and use where neededLars Hjemli1-0/+2
2006-12-16Teach commit parser about author/committer email + timestampLars Hjemli1-0/+4
2006-12-16Add argument parsing + switch for uncached operationLars Hjemli1-0/+1
2006-12-16Move cgit_print_date into ui-shared, reuse in ui-summaryLars Hjemli1-0/+1
2006-12-16Add ui-commit.c + misc ui cleanupsLars Hjemli1-2/+3
2006-12-15Add a common commit parserLars Hjemli1-0/+9
2006-12-14Add simple pager to log pageLars Hjemli1-0/+1
2006-12-13Add display of tree content w/ui-tree.cLars Hjemli1-0/+1
2006-12-11Don't truncate valid cachefilesLars Hjemli1-0/+1
2006-12-11Move global variables + callback functions into shared.cLars Hjemli1-3/+4
2006-12-11Move functions for generic object output into ui-view.cLars Hjemli1-0/+1
2006-12-11Move log-functions into ui-log.cLars Hjemli1-3/+2
2006-12-11Move repo summary functions into ui-summary.cLars Hjemli1-0/+3
2006-12-11Move functions for repolist output into ui-repolist.cLars Hjemli1-0/+8
2006-12-11Move common output-functions into ui-shared.cLars Hjemli1-1/+8
2006-12-11Rename config.c to parsing.c + move cgit_parse_query from cgit.c to parsing.cLars Hjemli1-0/+1
2006-12-11Avoid infinite loops in caching layerLars Hjemli1-0/+1
2006-12-11Fix cache algorithm loopholeLars Hjemli1-1/+2
2006-12-10Add caching infrastructureLars Hjemli1-2/+45
2006-12-09Import cgit prototype from git treeLars Hjemli1-0/+21