- Aug 25, 2013
-
-
Nick Mathewson authored
-
-
-
Nick Mathewson authored
-
Nick Mathewson authored
(Using "ours" strategy to avoid taking 9546 fix in 0.2.3; we just merged our own into 0.2.4)
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Aug 24, 2013
-
-
Roger Dingledine authored
-
- Aug 23, 2013
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Aug 22, 2013
-
-
Nick Mathewson authored
-
Nick Mathewson authored
There were only two functions outside of circuitstats that actually wanted to know what was inside this. Making the structure itself hidden should help isolation and prevent us from spaghettifying the thing more.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
(These have proved invaluable for other global accessors.)
-
Nick Mathewson authored
-
Change the global circ_times to a static variable and use accessor functions throughout the code, instead of accessing it directly.
-
Nick Mathewson authored
Fix for bug 9564; bugfix on 0.2.3.14-alpha.
-
- Aug 21, 2013
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Implements ticket 5526.
-
Nick Mathewson authored
Fix for bug 9543.
-
Nick Mathewson authored
The spec requires them to do so, and not doing so creates a situation where they can't send-test because relays won't extend to them because of the other part of bug 9546. Fixes bug 9546; bugfix on 0.2.3.6-alpha.
-
Nick Mathewson authored
The spec requires them to do so, and not doing so creates a situation where they can't send-test because relays won't extend to them because of the other part of bug 9546. Fixes bug 9546; bugfix on 0.2.3.6-alpha.
-
Nick Mathewson authored
(Backport to Tor 0.2.3) Relays previously, when initiating a connection, would only send a NETINFO after sending an AUTHENTICATE. But bridges, when receiving a connection, would never send AUTH_CHALLENGE. So relays wouldn't AUTHENTICATE, and wouldn't NETINFO, and then bridges would be surprised to be receiving CREATE cells on a non-open circuit. Fixes bug 9546.
-
- Aug 20, 2013
-
-
Nick Mathewson authored
Relays previously, when initiating a connection, would only send a NETINFO after sending an AUTHENTICATE. But bridges, when receiving a connection, would never send AUTH_CHALLENGE. So relays wouldn't AUTHENTICATE, and wouldn't NETINFO, and then bridges would be surprised to be receiving CREATE cells on a non-open circuit. Fixes bug 9546.
-
- Aug 17, 2013
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Aug 15, 2013
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Conflicts: src/or/circuitlist.h
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
-
-
- Set conn->address when we receive a USERADDR command. - Set conn->state to a sane value when we transition from Extended ORPort to ORPort.
-