aboutsummaryrefslogtreecommitdiffstats
path: root/cache.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cache: tolerate short writes in print_slotHristo Venev2022-12-191-20/+25
* git: update to v2.30.0Christian Hesse2020-12-291-3/+3
* cache: close race window when unlocking slotsJohn Keeping2018-06-271-23/+14
* global: spelling fixesVille Skyttä2017-10-151-1/+1
* cache: flush stdio before restoring FDsJohn Keeping2017-10-031-0/+6
* cache: don't check for match with no keyJohn Keeping2016-01-171-2/+3
* cache: use size_t for string lengthsJohn Keeping2016-01-171-2/+2
* cache: fix resource leak: close file handle before returnChristian Hesse2015-10-101-3/+9
* cache.c: fix header orderJohn Keeping2015-08-131-3/+3
* cache: don't use an integer as a NULL pointerJohn Keeping2015-03-091-1/+1
* cache: use F_SETLK to avoid stale lock filesJohn Keeping2015-03-031-1/+14
* Skip cache slot when time-to-live is zeroLukas Fleischer2014-02-211-1/+1
* cache: use sendfile() instead of a pair of read() + write()Sebastian Andrzej Siewior2014-01-191-1/+25
* Switch to exclusively using global ctxLukas Fleischer2014-01-171-8/+6
* cache: don't leave cache_slot fields uninitializedJohn Keeping2014-01-121-1/+1
* Update copyright informationLukas Fleischer2014-01-081-1/+1
* cache.c: cache ls_cache output properlyJohn Keeping2013-05-221-6/+7
* cache.c: fix cache_lsJohn Keeping2013-05-181-4/+10
* use struct strbuf instead of static buffersJohn Keeping2013-04-081-37/+20
* Mark several functions/variables staticLukas Fleischer2013-03-041-1/+1
* White space around control verbs.Jason A. Donenfeld2013-03-041-3/+3
* Fix several whitespace errorsLukas Fleischer2013-03-041-3/+3
* Fix some warnings to allow -WerrorRamsay Jones2008-11-061-2/+2
* cache.c: use %zd for off_t argumentLars Hjemli2008-09-011-1/+1
* cache.c: fix error checking in print_slot()Lars Hjemli2008-05-201-4/+7
* cache.c: do not ignore errors from print_slot()Lars Hjemli2008-05-181-3/+13
* cache.c: use xread()/xwrite() from libgitLars Hjemli2008-05-181-6/+6
* cache.c: make all io-related functions return errno on errorLars Hjemli2008-05-181-9/+24
* cache.c: read(2) returns -1 on error, not 0Lars Hjemli2008-05-181-1/+1
* Add page 'ls_cache'Lars Hjemli2008-04-281-0/+68
* Redesign the caching layerLars Hjemli2008-04-281-68/+291
* Add cache.hLars Hjemli2008-03-271-0/+1
* Move cgit_repo into cgit_contextLars Hjemli2008-02-161-3/+3
* Add all config variables into struct cgit_contextLars Hjemli2008-02-161-5/+5
* Introduce struct cgit_contextLars Hjemli2008-02-161-2/+2
* cache_safe_filename() needs more buffersLars Hjemli2007-05-181-4/+9
* Enable url=value querystring parameterLars Hjemli2007-05-181-3/+6
* Remove troublesome chars from cachefile namesLars Hjemli2007-01-121-0/+16
* Move cache_prepare() to cgitLars Hjemli2007-01-121-22/+0
* Allow relative paths for cgit_cache_rootLars Hjemli2006-12-161-0/+4
* cache_lock: do xstrdup/free on lockfileLars Hjemli2006-12-121-1/+2
* Don't truncate valid cachefilesLars Hjemli2006-12-111-0/+5
* Avoid infinite loops in caching layerLars Hjemli2006-12-111-13/+22
* Fix cache algorithm loopholeLars Hjemli2006-12-111-1/+5
* Add license file and copyright noticesLars Hjemli2006-12-101-0/+8
* Add caching infrastructureLars Hjemli2006-12-101-0/+86