aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
Commit message (Expand)AuthorAgeLines
* Add generic support for search box in page headerGravatar Lars Hjemli2006-12-28-1/+3
* Only show first 80 characters of commit subject in log and summaryGravatar Lars Hjemli2006-12-22-0/+1
* Add basic diff viewGravatar Lars Hjemli2006-12-21-0/+2
* Show list of modified files in ui-commit.cGravatar Lars Hjemli2006-12-18-0/+1
* Add cgit_free_commitinfo() and use where neededGravatar Lars Hjemli2006-12-16-0/+2
* Teach commit parser about author/committer email + timestampGravatar Lars Hjemli2006-12-16-0/+4
* Add argument parsing + switch for uncached operationGravatar Lars Hjemli2006-12-16-0/+1
* Move cgit_print_date into ui-shared, reuse in ui-summaryGravatar Lars Hjemli2006-12-16-0/+1
* Add ui-commit.c + misc ui cleanupsGravatar Lars Hjemli2006-12-16-2/+3
* Add a common commit parserGravatar Lars Hjemli2006-12-16-0/+9
* Add simple pager to log pageGravatar Lars Hjemli2006-12-14-0/+1
* Add display of tree content w/ui-tree.cGravatar Lars Hjemli2006-12-13-0/+1
* Don't truncate valid cachefilesGravatar Lars Hjemli2006-12-12-0/+1
* Move global variables + callback functions into shared.cGravatar Lars Hjemli2006-12-12-3/+4
* Move functions for generic object output into ui-view.cGravatar Lars Hjemli2006-12-12-0/+1
* Move log-functions into ui-log.cGravatar Lars Hjemli2006-12-12-3/+2
* Move repo summary functions into ui-summary.cGravatar Lars Hjemli2006-12-12-0/+3
* Move functions for repolist output into ui-repolist.cGravatar Lars Hjemli2006-12-12-0/+8
* Move common output-functions into ui-shared.cGravatar Lars Hjemli2006-12-12-1/+8
* Rename config.c to parsing.c + move cgit_parse_query from cgit.c to parsing.cGravatar Lars Hjemli2006-12-12-0/+1
* Avoid infinite loops in caching layerGravatar Lars Hjemli2006-12-11-0/+1
* Fix cache algorithm loopholeGravatar Lars Hjemli2006-12-11-1/+2
* Add caching infrastructureGravatar Lars Hjemli2006-12-11-2/+45
* Import cgit prototype from git treeGravatar Lars Hjemli2006-12-09-0/+21