Blob


1 * lstun 0.4; 2022-07-26
3 - use (a modified version of) kristaps' oconfigure
4 - implement socket splicing on OpenBSD
6 * lstun 0.3; 2022-07-06
8 - don't die if fork(2) or accept(2) fail
9 - plug memory leak in try_to_connect
10 - fix accounting of inflight connections and timeouts
11 - fix -B error reporting
12 - unveil only ssh(1)
15 * lstun 0.2; 2022-07-05
17 - bump retries to 16
18 - clarify the manpage
19 - cast argument to ctype' is*() to unsigned char
20 - allow unlimited number of incoming connections
21 - don't die for OOM
22 - bind sockets early
23 - log when the connection succeeds
24 - log before quitting