aboutsummaryrefslogtreecommitdiffstats
path: root/cache.c
Commit message (Expand)AuthorAgeLines
* Skip cache slot when time-to-live is zeroGravatar Lukas Fleischer2014-02-21-1/+1
* cache: use sendfile() instead of a pair of read() + write()Gravatar Sebastian Andrzej Siewior2014-01-19-1/+25
* Switch to exclusively using global ctxGravatar Lukas Fleischer2014-01-17-8/+6
* cache: don't leave cache_slot fields uninitializedGravatar John Keeping2014-01-13-1/+1
* Update copyright informationGravatar Lukas Fleischer2014-01-08-1/+1
* cache.c: cache ls_cache output properlyGravatar John Keeping2013-05-22-6/+7
* cache.c: fix cache_lsGravatar John Keeping2013-05-19-4/+10
* use struct strbuf instead of static buffersGravatar John Keeping2013-04-08-37/+20
* Mark several functions/variables staticGravatar Lukas Fleischer2013-03-05-1/+1
* White space around control verbs.Gravatar Jason A. Donenfeld2013-03-04-3/+3
* Fix several whitespace errorsGravatar Lukas Fleischer2013-03-04-3/+3
* Fix some warnings to allow -WerrorGravatar Ramsay Jones2008-11-07-2/+2
* cache.c: use %zd for off_t argumentGravatar Lars Hjemli2008-09-02-1/+1
* cache.c: fix error checking in print_slot()Gravatar Lars Hjemli2008-05-21-4/+7
* cache.c: do not ignore errors from print_slot()Gravatar Lars Hjemli2008-05-19-3/+13
* cache.c: use xread()/xwrite() from libgitGravatar Lars Hjemli2008-05-19-6/+6
* cache.c: make all io-related functions return errno on errorGravatar Lars Hjemli2008-05-19-9/+24
* cache.c: read(2) returns -1 on error, not 0Gravatar Lars Hjemli2008-05-19-1/+1
* Add page 'ls_cache'Gravatar Lars Hjemli2008-04-28-0/+68
* Redesign the caching layerGravatar Lars Hjemli2008-04-28-68/+291
* 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