aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add generic support for search box in page headerLars Hjemli2006-12-281-1/+3
* Only show first 80 characters of commit subject in log and summaryLars Hjemli2006-12-221-0/+1
* Add basic diff viewLars Hjemli2006-12-201-0/+2
* Show list of modified files in ui-commit.cLars Hjemli2006-12-171-0/+1
* Add cgit_free_commitinfo() and use where neededLars Hjemli2006-12-161-0/+2
* Teach commit parser about author/committer email + timestampLars Hjemli2006-12-161-0/+4
* Add argument parsing + switch for uncached operationLars Hjemli2006-12-161-0/+1
* Move cgit_print_date into ui-shared, reuse in ui-summaryLars Hjemli2006-12-161-0/+1
* Add ui-commit.c + misc ui cleanupsLars Hjemli2006-12-161-2/+3
* Add a common commit parserLars Hjemli2006-12-151-0/+9
* Add simple pager to log pageLars Hjemli2006-12-141-0/+1
* Add display of tree content w/ui-tree.cLars Hjemli2006-12-131-0/+1
* Don't truncate valid cachefilesLars Hjemli2006-12-111-0/+1
* Move global variables + callback functions into shared.cLars Hjemli2006-12-111-3/+4
* Move functions for generic object output into ui-view.cLars Hjemli2006-12-111-0/+1
* Move log-functions into ui-log.cLars Hjemli2006-12-111-3/+2
* Move repo summary functions into ui-summary.cLars Hjemli2006-12-111-0/+3
* Move functions for repolist output into ui-repolist.cLars Hjemli2006-12-111-0/+8
* Move common output-functions into ui-shared.cLars Hjemli2006-12-111-1/+8
* Rename config.c to parsing.c + move cgit_parse_query from cgit.c to parsing.cLars Hjemli2006-12-111-0/+1
* Avoid infinite loops in caching layerLars Hjemli2006-12-111-0/+1
* Fix cache algorithm loopholeLars Hjemli2006-12-111-1/+2
* Add caching infrastructureLars Hjemli2006-12-101-2/+45
* Import cgit prototype from git treeLars Hjemli2006-12-091-0/+21