aboutsummaryrefslogtreecommitdiffstats
path: root/cache.c
Commit message (Expand)AuthorAgeLines
* Add cache.hGravatar Lars Hjemli2008-03-27-0/+1
* Move cgit_repo into cgit_contextGravatar Lars Hjemli2008-02-16-3/+3
* Add all config variables into struct cgit_contextGravatar Lars Hjemli2008-02-16-5/+5
* Introduce struct cgit_contextGravatar Lars Hjemli2008-02-16-2/+2
* cache_safe_filename() needs more buffersGravatar Lars Hjemli2007-05-19-4/+9
* Enable url=value querystring parameterGravatar Lars Hjemli2007-05-19-3/+6
* Remove troublesome chars from cachefile namesGravatar Lars Hjemli2007-01-12-0/+16
* Move cache_prepare() to cgitGravatar Lars Hjemli2007-01-12-22/+0
* Allow relative paths for cgit_cache_rootGravatar Lars Hjemli2006-12-16-0/+4
* cache_lock: do xstrdup/free on lockfileGravatar Lars Hjemli2006-12-12-1/+2
* Don't truncate valid cachefilesGravatar Lars Hjemli2006-12-12-0/+5
* Avoid infinite loops in caching layerGravatar Lars Hjemli2006-12-11-13/+22
* Fix cache algorithm loopholeGravatar Lars Hjemli2006-12-11-1/+5
* Add license file and copyright noticesGravatar Lars Hjemli2006-12-11-0/+8
* Add caching infrastructureGravatar Lars Hjemli2006-12-11-0/+86