summaryrefslogtreecommitdiff
path: root/cache.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
lass='deletions'>-9/+20 2013-03-20Makefile: remove CGIT-CFLAGS files in clean stageJason A. Donenfeld1-1/+1 2013-03-20ui-summary.c: Move urls variable into print_urls()Lukas Fleischer1-6/+14 2013-03-20Fix colspan valuesLukas Fleischer3-14/+28 2013-03-20html: check return value of writeJason A. Donenfeld1-2/+3 2013-03-20ui-shared: squelch compiler warning.Jason A. Donenfeld1-0/+1 2013-03-20cgit.mk: Use SHELL_PATH_SQ to run gen-version.shJohn Keeping1-1/+1 2013-03-20cgit.mk: don't rebuild everything if CGIT_VERSION changesJohn Keeping1-1/+8 2013-03-20ui-patch: use cgit_version not CGIT_VERSIONJohn Keeping1-1/+1 2013-03-20Makefile: re-use Git's Makefile where possibleJohn Keeping3-119/+80