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