summaryrefslogtreecommitdiffstatshomepage
path: root/cgit.c (unfollow)
Commit message (Expand)AuthorLines
2007-05-15Don't hardcode urls when SCRIPT_NAME is availableLars Hjemli-0/+2
2007-05-14Let makefile override the configfile locationLars Hjemli-1/+1
2007-05-14cgit.c: fix whitespace breakageLars Hjemli-7/+7
2007-05-14Add log filtering by path and link to it from tree viewLars Hjemli-2/+3
2007-05-13Add commitdiff between commit and each of it's parentLars Hjemli-1/+1
2007-05-13Add max-commit-count parameter to cgitrcLars Hjemli-2/+2
2007-05-09Add support for downloading single blobsLars Hjemli-2/+7
2007-05-08ui-view: show pathname if specified in querystringLars Hjemli-1/+1
2007-02-21Layout updateLars Hjemli-2/+11
2007-02-08Make snapshot feature configurableLars Hjemli-1/+2
2007-02-08Add support for snapshotsLars Hjemli-7/+32
2007-02-04Read repo-info from /etc/cgitrcLars Hjemli-15/+49
2007-01-12WIP: add paths/backlinks to tree/blobviewLars Hjemli-1/+1
2007-01-12Remove troublesome chars from cachefile namesLars Hjemli-1/+1
2007-01-12Move cache_prepare() to cgitLars Hjemli-2/+23
2007-01-05Use TTL-settings even in nocache modeLars Hjemli-0/+1
2006-12-28Add basic log filteringLars Hjemli-2/+5
2006-12-28Add generic support for search box in page headerLars Hjemli-2/+2
2006-12-20Add basic diff viewLars Hjemli-0/+2
2006-12-16Allow relative paths for cgit_cache_rootLars Hjemli-0/+4
2006-12-16Add argument parsing + switch for uncached operationLars Hjemli-3/+47
2006-12-16Add ui-commit.c + misc ui cleanupsLars Hjemli-0/+2
2006-12-14Add simple pager to log pageLars Hjemli-1/+1
2006-12-13Add display of tree content w/ui-tree.cLars Hjemli-2/+4
2006-12-11Don't truncate valid cachefilesLars Hjemli-4/+10
2006-12-11Move global variables + callback functions into shared.cLars Hjemli-77/+6
2006-12-11Move functions for generic object output into ui-view.cLars Hjemli-33/+1
2006-12-11Move log-functions into ui-log.cLars Hjemli-106/+1
2006-12-11Move repo summary functions into ui-summary.cLars Hjemli-46/+0
2006-12-11Move functions for repolist output into ui-repolist.cLars Hjemli-69/+0
2006-12-11Move common output-functions into ui-shared.cLars Hjemli-80/+14
2006-12-11Rename config.c to parsing.c + move cgit_parse_query from cgit.c to parsing.cLars Hjemli-26/+0
2006-12-11Avoid infinite loops in caching layerLars Hjemli-1/+8
2006-12-11Fix cache algorithm loopholeLars Hjemli-9/+9
2006-12-10Add version identifier in generated filesLars Hjemli-3/+6
2006-12-10Add license file and copyright noticesLars Hjemli-0/+8
2006-12-10Add caching infrastructureLars Hjemli-15/+102