Commits


don't die if accept fails


plug memory leak in try_to_connect it should call conn_free to cleanup the connection struct now.


allow span_ssh to fail


bump version


CHANGES for 0.2


sync distfiles list


typo


re-add the makefile


rework .gitignore


log before quitting


rename parse_tflag -> parse_sshaddr for clarity


properly initialize c->to


log when the connection succeeds


bump copyright year


bind_socket early so that if it fails the user is promptly notified. This requires us to make sure that fds 0-2 are opened, so steal the same trick slowcgi have.