- 05 Apr, 2019 3 commits
-
-
Cancel the padding timer by changing order of sent vs recv (sent cancels).
-
Nick Mathewson authored
-
Fixes bug 29959; bugfix on 0.4.0.2-alpha.
-
- 03 Apr, 2019 6 commits
-
-
George Kadianakis authored
-
George Kadianakis authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Karsten Loesing authored
-
- 02 Apr, 2019 3 commits
- 29 Mar, 2019 3 commits
-
-
teor authored
Implements ticket 29897.
-
- 27 Mar, 2019 4 commits
- 26 Mar, 2019 17 commits
- 25 Mar, 2019 2 commits
-
-
Previously, or_connection_t did not record whether or not the connection uses a pluggable transport. Instead, it stored the underlying proxy protocol of the pluggable transport in proxy_type. This made bootstrap reporting treat pluggable transport connections as plain proxy connections. Store a separate bit indicating whether a pluggable transport is in use, and decode this during bootstrap reporting. Fixes bug 28925; bugfix on 0.4.0.1-alpha.
-
Alexander Færøy authored
When NULL is given to lpApplicationName we enable Windows' "magical" path interpretation logic, which makes Tor 0.4.x behave in the same way as previous Tor versions did when it comes to executing binaries in different system paths. For more information about this have a look at the CreateProcessA() documentation on MSDN -- especially the string interpretation example is useful to understand this issue. This bug was introduced in commit bfb94dd2. See: https://bugs.torproject.org/29874
-
- 23 Mar, 2019 1 commit
-
-
Nick Mathewson authored
-
- 22 Mar, 2019 1 commit
-
-
Nick Mathewson authored
-