tor/src
Nick Mathewson 6a5b94de6c Look at the right errno when sending reason for connect() failure
In afe414 (tor-0.1.0.1-rc~173), when we moved to
connection_edge_end_errno(), we used it in handling errors from
connection_connect().  That's not so good, since by the time
connection_connect() returns, the socket is no longer set, and we're
supposed to be looking at the socket_errno return value from
connection_connect() instead.  So do what we should've done, and
look at the socket_errno value that we get from connection_connect().
2011-03-25 18:32:28 -04:00
..
common Triage the XXX022 and XXX021 comments remaining in the code 2011-03-25 18:32:27 -04:00
config Merge branch 'maint-0.2.1' into maint-0.2.2 2011-03-08 18:16:06 -05:00
or Look at the right errno when sending reason for connect() failure 2011-03-25 18:32:28 -04:00
test Clean up whitespace 2011-03-16 17:11:30 -04:00
tools Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2 2011-01-03 11:51:17 -05:00
win32 bump to 0.2.2.19-alpha 2010-11-21 18:00:12 -05:00
Makefile.am Move testing code into new src/test directory. 2009-09-23 00:24:43 -04:00