aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cache_lock: do xstrdup/free on lockfileLars Hjemli2006-12-121-1/+2
* Don't truncate valid cachefilesLars Hjemli2006-12-113-4/+16
* Move global variables + callback functions into shared.cLars Hjemli2006-12-114-82/+86
* Move functions for generic object output into ui-view.cLars Hjemli2006-12-114-34/+43
* Move log-functions into ui-log.cLars Hjemli2006-12-115-111/+121
* Move repo summary functions into ui-summary.cLars Hjemli2006-12-114-47/+59
* Move functions for repolist output into ui-repolist.cLars Hjemli2006-12-115-70/+90
* Move common output-functions into ui-shared.cLars Hjemli2006-12-114-82/+99
* Rename config.c to parsing.c + move cgit_parse_query from cgit.c to parsing.cLars Hjemli2006-12-114-28/+29
* Avoid infinite loops in caching layerLars Hjemli2006-12-113-14/+31
* Let 'make install' clear all cachefilesLars Hjemli2006-12-111-0/+2
* Fix cache algorithm loopholeLars Hjemli2006-12-113-11/+16
* Add version identifier in generated filesLars Hjemli2006-12-102-9/+14
* Add license file and copyright noticesLars Hjemli2006-12-105-0/+372
* Add caching infrastructureLars Hjemli2006-12-109-28/+353
* Add .gitignoreLars Hjemli2006-12-091-0/+3
* Replace useless make rules with generic $(OBJECTS) dependencyLars Hjemli2006-12-091-5/+1
* Import cgit prototype from git treeLars Hjemli2006-12-097-0/+1090