summary refs log tree commit diff
ModeNameSize
-rw-r--r--.gitignore304log plain blame
-rw-r--r--LIBTLS_VERSION7log plain blame
-rw-r--r--Makefile.am3775log plain blame
-rw-r--r--Makefile.am.common162log plain blame
-rw-r--r--README.72963log plain blame
-rw-r--r--VERSION9log plain blame
d---------compat1648log plain
-rw-r--r--configure.ac1858log plain blame
-rw-r--r--import.sh2296log plain blame
d---------include105log plain
-rw-r--r--libtls.pc.in373log plain blame
d---------m4349log plain
d---------man605log plain
d---------scripts56log plain
-rw-r--r--tls.c20384log plain blame
-rw-r--r--tls.sym2080log plain blame
-rw-r--r--tls_bio_cb.c3566log plain blame
-rw-r--r--tls_client.c10480log plain blame
-rw-r--r--tls_config.c20748log plain blame
-rw-r--r--tls_conninfo.c8371log plain blame
-rw-r--r--tls_internal.h8408log plain blame
-rw-r--r--tls_keypair.c4179log plain blame
-rw-r--r--tls_ocsp.c11336log plain blame
-rw-r--r--tls_peer.c2316log plain blame
-rw-r--r--tls_server.c10839log plain blame
-rw-r--r--tls_util.c4620log plain blame
-rw-r--r--tls_verify.c6756log plain blame
2-21 23:17:40 -0500'>2019-02-21Replace "view" with "window"June McEnroe I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe