Blob


1 * lstun 0.5; 2022-12-31
3 - listen on localhost only by default
4 - bind(2) after setsockopt(2)
5 - catch listen(2) failures too
7 * lstun 0.4; 2022-07-26
9 - use (a modified version of) kristaps' oconfigure
10 - implement socket splicing on OpenBSD
12 * lstun 0.3; 2022-07-06
14 - don't die if fork(2) or accept(2) fail
15 - plug memory leak in try_to_connect
16 - fix accounting of inflight connections and timeouts
17 - fix -B error reporting
18 - unveil only ssh(1)
21 * lstun 0.2; 2022-07-05
23 - bump retries to 16
24 - clarify the manpage
25 - cast argument to ctype' is*() to unsigned char
26 - allow unlimited number of incoming connections
27 - don't die for OOM
28 - bind sockets early
29 - log when the connection succeeds
30 - log before quitting