telodendria/tools/bin
Jordan Bancino e13442c122 Fix strange behavior in TlsLibreSSL.
tls_read() and tls_write() may return TLS_WANT_POLLIN or TLS_WANT_POLLOUT
if data isn't ready to be read or written yet. We have to account for this
by converting it to EAGAIN, which is how a typical read() or write()
function should behave.

Also installed a SIGPIPE handler; we do not want to be terminated by
SIGPIPE, and it's safe to ignore this signal because it should be
handled thoroughly in the code.
2023-03-23 16:39:15 +00:00
..
man-table Fix a few things that were bothering me. 2023-02-15 21:53:39 +00:00
new-man This is unnecessary. 2023-03-06 23:54:55 +00:00
send-patch Apply #63, make some general bug fixes. 2023-03-10 03:24:04 +00:00
td Fix strange behavior in TlsLibreSSL. 2023-03-23 16:39:15 +00:00
tp Switch tp from using jq to json; format td 2023-03-08 22:47:40 +00:00
tt Convert all code to new Stream API. 2023-03-18 14:32:09 +00:00