summary refs log tree commit diff
ModeNameSize
-rw-r--r--LIBTLS_VERSION7log plain blame
-rw-r--r--Makefile.am1145log plain blame
-rw-r--r--Makefile.am.common162log plain blame
-rw-r--r--VERSION7log plain blame
d---------compat1648log plain
-rw-r--r--configure.ac5283log plain blame
-rw-r--r--import.sh2155log plain blame
d---------include105log plain
-rw-r--r--libtls.pc.in379log plain blame
d---------m4198log plain
d---------man605log plain
-rw-r--r--tls.c16928log plain blame
-rw-r--r--tls.sym2048log plain blame
-rw-r--r--tls_bio_cb.c3206log plain blame
-rw-r--r--tls_client.c10460log plain blame
-rw-r--r--tls_config.c20522log plain blame
-rw-r--r--tls_conninfo.c7537log plain blame
-rw-r--r--tls_internal.h8428log plain blame
-rw-r--r--tls_keypair.c4172log plain blame
-rw-r--r--tls_ocsp.c11098log plain blame
-rw-r--r--tls_peer.c2316log plain blame
-rw-r--r--tls_server.c10884log plain blame
-rw-r--r--tls_util.c4600log plain blame
-rw-r--r--tls_verify.c6734log plain blame
/td> 2006-12-11Move log-functions into ui-log.cLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2006-12-11Move repo summary functions into ui-summary.cLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2006-12-11Move functions for repolist output into ui-repolist.cLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2006-12-11Move common output-functions into ui-shared.cLars Hjemli While at it, replace the cgit_[lib_]error constants with a proper function Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2006-12-11Rename config.c to parsing.c + move cgit_parse_query from cgit.c to parsing.cLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2006-12-11Avoid 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