Commit Briefs

Omar Polo

forgot tests.c in SOURCES


Omar Polo

update outdated sentence


Omar Polo

delete needless compat #ifdef



Omar Polo

require PKG_CONFIG=false to disable, not the empty string

this way we can run the auto-configuration after the args handling and provide a better output.


Omar Polo

tweak the readme

mention new instructions for building and other minor tweaks.



Omar Polo

CHANGES for 0.3 (tags/0.3)


Omar Polo

xr ssh


Omar Polo

unveil only ssh(1)


Omar Polo

fix parse_sshaddr error reporting

errno doesn't contain anything useful in this case


Omar Polo

move accounting after the connection was accepted

otherwise we may end up in a weird state where we're counting connections that we don't have or have cleared a timeout without a reason.


Omar Polo

don't die if accept fails


Omar Polo

plug memory leak in try_to_connect

it should call conn_free to cleanup the connection struct now.


Omar Polo

allow span_ssh to fail