summaryrefslogtreecommitdiffstatshomepage
path: root/cache.c
Commit message (Expand)AuthorAgeFilesLines
* cache_safe_filename() needs more buffersGravatar Lars Hjemli2007-05-181-4/+9
* Enable url=value querystring parameterGravatar Lars Hjemli2007-05-181-3/+6
* Remove troublesome chars from cachefile namesGravatar Lars Hjemli2007-01-121-0/+16
* Move cache_prepare() to cgitGravatar Lars Hjemli2007-01-121-22/+0
* Allow relative paths for cgit_cache_rootGravatar Lars Hjemli2006-12-161-0/+4
* cache_lock: do xstrdup/free on lockfileGravatar Lars Hjemli2006-12-121-1/+2
* Don't truncate valid cachefilesGravatar Lars Hjemli2006-12-111-0/+5
* Avoid infinite loops in caching layerGravatar Lars Hjemli2006-12-111-13/+22
* Fix cache algorithm loopholeGravatar Lars Hjemli2006-12-111-1/+5
* Add license file and copyright noticesGravatar Lars Hjemli2006-12-101-0/+8
* Add caching infrastructureGravatar Lars Hjemli2006-12-101-0/+86