about summary refs log tree commit diff homepage
ModeNameSize
-rw-r--r--.gitignore91log plain blame
-rw-r--r--LICENSE34520log plain blame
-rw-r--r--Makefile1197log plain blame
-rw-r--r--README594log plain blame
-rw-r--r--client.c13236log plain blame
-rw-r--r--help.c4542log plain blame
-rw-r--r--index.html237log plain blame
-rw-r--r--merge.c2855log plain blame
-rw-r--r--meta.c1272log plain blame
-rw-r--r--server.c10667log plain blame
-rwxr-xr-xsnapshot.sh177log plain blame
-rw-r--r--sshd_config245log plain blame
-rw-r--r--termcap.diff618log plain blame
-rw-r--r--torus.h3354log plain blame
60d9cb&follow=1'>Avoid infinite loops in caching layerLars Hjemli 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