summaryrefslogtreecommitdiff
path: root/cache.c
AgeCommit message (Expand)Author
2014-02-21Skip cache slot when time-to-live is zeroLukas Fleischer
2014-01-19cache: use sendfile() instead of a pair of read() + write()Sebastian Andrzej Siewior
2014-01-16Switch to exclusively using global ctxLukas Fleischer
2014-01-12cache: don't leave cache_slot fields uninitializedJohn Keeping
2014-01-08Update copyright informationLukas Fleischer
2013-05-22cache.c: cache ls_cache output properlyJohn Keeping
2013-05-18cache.c: fix cache_lsJohn Keeping
2013-04-08use struct strbuf instead of static buffersJohn Keeping
2013-03-05Mark several functions/variables staticLukas Fleischer
2013-03-04White space around control verbs.Jason A. Donenfeld
2013-03-04Fix several whitespace errorsLukas Fleischer
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