summaryrefslogtreecommitdiffstatshomepage
path: root/cache.c (follow)
Commit message (Expand)AuthorAgeLines
* Fix some warnings to allow -WerrorRamsay Jones2008-11-06-2/+2
* cache.c: use %zd for off_t argumentLars Hjemli2008-09-01-1/+1
* cache.c: fix error checking in print_slot()Lars Hjemli2008-05-20-4/+7
* cache.c: do not ignore errors from print_slot()Lars Hjemli2008-05-18-3/+13
* cache.c: use xread()/xwrite() from libgitLars Hjemli2008-05-18-6/+6
* cache.c: make all io-related functions return errno on errorLars Hjemli2008-05-18-9/+24
* cache.c: read(2) returns -1 on error, not 0Lars Hjemli2008-05-18-1/+1
* Add page 'ls_cache'Lars Hjemli2008-04-28-0/+68
* Redesign the caching layerLars Hjemli2008-04-28-68/+291
* Add cache.hLars Hjemli2008-03-27-0/+1
* Move cgit_repo into cgit_contextLars Hjemli2008-02-16-3/+3
* Add all config variables into struct cgit_contextLars Hjemli2008-02-16-5/+5
* Introduce struct cgit_contextLars Hjemli2008-02-16-2/+2
* cache_safe_filename() needs more buffersLars Hjemli2007-05-18-4/+9
* Enable url=value querystring parameterLars Hjemli2007-05-18-3/+6
* Remove troublesome chars from cachefile namesLars Hjemli2007-01-12-0/+16
* Move cache_prepare() to cgitLars Hjemli2007-01-12-22/+0
* Allow relative paths for cgit_cache_rootLars Hjemli2006-12-16-0/+4
* cache_lock: do xstrdup/free on lockfileLars Hjemli2006-12-12-1/+2
* Don't truncate valid cachefilesLars Hjemli2006-12-11-0/+5
* Avoid infinite loops in caching layerLars Hjemli2006-12-11-13/+22
* Fix cache algorithm loopholeLars Hjemli2006-12-11-1/+5
* Add license file and copyright noticesLars Hjemli2006-12-10-0/+8
* Add caching infrastructureLars Hjemli2006-12-10-0/+86