bugfix: don't ask for ->next of an expired circuit
commitf0cccc567ecfd318305c4b6bab05091a50532e2a
authorRoger Dingledine <arma@torproject.org>
Tue, 18 Nov 2003 09:53:03 +0000 (18 09:53 +0000)
committerRoger Dingledine <arma@torproject.org>
Tue, 18 Nov 2003 09:53:03 +0000 (18 09:53 +0000)
tree8665d2934579eca13cb6510c3e25bd8024dd6f67
parentac56486bf64df4eb3264e87538ac415ce42eefd9
bugfix: don't ask for ->next of an expired circuit
bugfix: keep going when a circ fails in circuit_n_conn_open
        (make circuit_enumerate_by_naddr_nport obsolete)
bugfix: make circuit_n_conn_open only look at circ's that start at us
bugfix: only try circuit_n_conn_open if we're an OP. Otherwise we
        expect connections to always already be up.
bugfix: when choosing path length, pay attention to whether the directory
        says a router is down.
bugfix: when picking good exit, skip routers which are known to be down
        (more work needs to be done on this one)

svn:r838
src/or/circuit.c
src/or/connection_or.c
src/or/main.c
src/or/onion.c
src/or/or.h