about summary refs log tree commit diff
ModeNameSize
-rw-r--r--.gitignore304log plain blame
-rw-r--r--LIBTLS_VERSION7log plain blame
-rw-r--r--Makefile.am3809log plain blame
-rw-r--r--Makefile.am.common162log plain blame
-rw-r--r--README.73056log plain blame
-rw-r--r--VERSION7log plain blame
d---------compat1648log plain
-rw-r--r--configure.ac1840log plain blame
-rw-r--r--import.sh2296log plain blame
d---------include105log plain
-rw-r--r--libtls.pc.in334log plain blame
d---------m4349log plain
d---------man605log plain
d---------scripts56log plain
-rw-r--r--tls.c20939log plain blame
-rw-r--r--tls.sym2080log plain blame
-rw-r--r--tls_bio_cb.c3909log plain blame
-rw-r--r--tls_client.c10897log plain blame
-rw-r--r--tls_config.c20977log plain blame
-rw-r--r--tls_conninfo.c8371log plain blame
-rw-r--r--tls_internal.h9524log plain blame
-rw-r--r--tls_keypair.c4179log plain blame
-rw-r--r--tls_ocsp.c11229log plain blame
-rw-r--r--tls_peer.c2316log plain blame
-rw-r--r--tls_server.c11151log plain blame
-rw-r--r--tls_signer.c10453log plain blame
-rw-r--r--tls_util.c4620log plain blame
-rw-r--r--tls_verify.c6756log plain blame
an title='2014-04-17 12:55:09 +0200'>2014-04-17remove trailing whitespaces from source filesChristian Hesse 2014-04-12git: update to 1.9.2Christian Hesse Everything works just bumping the version in Makefile and commit hash in submodule. No code changes required. 2014-04-05Fix cgit_parse_url when a repo url is contained in another repo urlJulian Maurice For example, if I have two repos (remove-suffix is enabled): /foo /foo/bar http://cgit/foo/bar/ is interpreted as "repository 'foo', command 'bar'" instead of "repository 'foo/bar'" 2014-03-20Makefile: use more reliable git tarball mirrorJason A. Donenfeld 2014-03-20git: update to 1.9.1Christian Hesse