aboutsummaryrefslogtreecommitdiff
path: root/cache.c
AgeCommit message (Expand)Author
2017-10-15global: spelling fixesGravatar Ville Skyttä
2017-10-03cache: flush stdio before restoring FDsGravatar John Keeping
2016-01-17cache: don't check for match with no keyGravatar John Keeping
2016-01-17cache: use size_t for string lengthsGravatar John Keeping
2015-10-10cache: fix resource leak: close file handle before returnGravatar Christian Hesse
2015-08-13cache.c: fix header orderGravatar John Keeping
2015-03-09cache: don't use an integer as a NULL pointerGravatar John Keeping
2015-03-03cache: use F_SETLK to avoid stale lock filesGravatar John Keeping
2014-02-21Skip cache slot when time-to-live is zeroGravatar Lukas Fleischer
2014-01-19cache: use sendfile() instead of a pair of read() + write()Gravatar Sebastian Andrzej Siewior
2014-01-17Switch to exclusively using global ctxGravatar Lukas Fleischer
2014-01-12cache: don't leave cache_slot fields uninitializedGravatar John Keeping
2014-01-08Update copyright informationGravatar Lukas Fleischer
2013-05-22cache.c: cache ls_cache output properlyGravatar John Keeping
2013-05-18cache.c: fix cache_lsGravatar John Keeping
2013-04-08use struct strbuf instead of static buffersGravatar John Keeping
2013-03-04Mark several functions/variables staticGravatar Lukas Fleischer
2013-03-04White space around control verbs.Gravatar Jason A. Donenfeld
2013-03-04Fix several whitespace errorsGravatar Lukas Fleischer
2008-11-06Fix some warnings to allow -WerrorGravatar Ramsay Jones
2008-09-01cache.c: use %zd for off_t argumentGravatar Lars Hjemli
2008-05-20cache.c: fix error checking in print_slot()Gravatar Lars Hjemli
2008-05-18cache.c: do not ignore errors from print_slot()Gravatar Lars Hjemli
2008-05-18cache.c: use xread()/xwrite() from libgitGravatar Lars Hjemli
2008-05-18cache.c: make all io-related functions return errno on errorGravatar Lars Hjemli
2008-05-18cache.c: read(2) returns -1 on error, not 0Gravatar Lars Hjemli
2008-04-28Add page 'ls_cache'Gravatar Lars Hjemli
2008-04-28Redesign the caching layerGravatar Lars Hjemli
2008-03-27Add cache.hGravatar Lars Hjemli
2008-02-16Move cgit_repo into cgit_contextGravatar Lars Hjemli
2008-02-16Add all config variables into struct cgit_contextGravatar Lars Hjemli
2008-02-16Introduce struct cgit_contextGravatar Lars Hjemli
2007-05-18cache_safe_filename() needs more buffersGravatar Lars Hjemli
2007-05-18Enable url=value querystring parameterGravatar Lars Hjemli
2007-01-12Remove troublesome chars from cachefile namesGravatar Lars Hjemli
2007-01-12Move cache_prepare() to cgitGravatar Lars Hjemli
2006-12-16Allow relative paths for cgit_cache_rootGravatar Lars Hjemli
2006-12-12cache_lock: do xstrdup/free on lockfileGravatar Lars Hjemli
2006-12-11Don't truncate valid cachefilesGravatar Lars Hjemli
2006-12-11Avoid infinite loops in caching layerGravatar Lars Hjemli
2006-12-11Fix cache algorithm loopholeGravatar Lars Hjemli
2006-12-10Add license file and copyright noticesGravatar Lars Hjemli
2006-12-10Add caching infrastructureGravatar Lars Hjemli