summary refs log tree commit diff
path: root/bin/klon.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-02-04 14:52:06 -0500
committerJune McEnroe <june@causal.agency>2018-02-04 14:52:06 -0500
commit39728e69862df5476a65319034d5a180c83f7c25 (patch)
treea5dd7d632dbc3013bd9aecbca0d0c1fd1ae933ec /bin/klon.c
parentAdd palette sampling to gfxx (diff)
downloadsrc-39728e69862df5476a65319034d5a180c83f7c25.tar.gz
src-39728e69862df5476a65319034d5a180c83f7c25.zip
Color MatchParen DarkYellow
White is not obvious enough.
Diffstat (limited to 'bin/klon.c')
0 files changed, 0 insertions, 0 deletions
ghlight'> Add a global variable, cgit_max_lock_attemps, to avoid the possibility of infinite loops when failing to acquire a lockfile. This could happen on broken setups or under crazy server load. Incidentally, this also fixes a lurking bug in cache_lock() where an uninitialized returnvalue was used. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2006-12-11Let 'make install' clear all cachefilesLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2006-12-11Fix cache algorithm loopholeLars Hjemli This closes the door for unneccessary calls to cgit_fill_cache(). Noticed by Linus. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2006-12-10Add version identifier in generated filesLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2006-12-10Add license file and copyright noticesLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2006-12-10Add caching infrastructureLars Hjemli