Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.zx2c4.com/cgit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-19cache: tolerate short writes in print_slotHristo Venev
2020-12-29git: update to v2.30.0Christian Hesse
2018-06-27cache: close race window when unlocking slotsJohn Keeping
2017-10-15global: spelling fixesVille Skyttä
2017-10-03cache: flush stdio before restoring FDsJohn Keeping
2016-01-17cache: don't check for match with no keyJohn Keeping
2016-01-17cache: use size_t for string lengthsJohn Keeping
2015-10-10cache: fix resource leak: close file handle before returnChristian Hesse
2015-08-13cache.c: fix header orderJohn Keeping
2015-03-09cache: don't use an integer as a NULL pointerJohn Keeping
2015-03-04cache: use F_SETLK to avoid stale lock filesJohn Keeping
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-17Switch 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-02cache.c: use %zd for off_t argumentLars Hjemli
2008-05-20cache.c: fix error checking in print_slot()Lars Hjemli
2008-05-19cache.c: do not ignore errors from print_slot()Lars Hjemli
2008-05-19cache.c: use xread()/xwrite() from libgitLars Hjemli
2008-05-19cache.c: make all io-related functions return errno on errorLars Hjemli
2008-05-19cache.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-19cache_safe_filename() needs more buffersLars Hjemli
2007-05-19Enable url=value querystring parameterLars Hjemli
2007-01-12Remove troublesome chars from cachefile namesLars Hjemli
2007-01-12Move 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-12Don't truncate valid cachefilesLars Hjemli
2006-12-11Avoid infinite loops in caching layerLars Hjemli
2006-12-11Fix cache algorithm loopholeLars Hjemli
2006-12-11Add license file and copyright noticesLars Hjemli
2006-12-11Add caching infrastructureLars Hjemli