- Apr 05, 2019
-
-
Fixes bug 29959; bugfix on 0.4.0.2-alpha.
-
- Mar 27, 2019
- Mar 26, 2019
- Mar 25, 2019
-
-
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 Hansen 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
-
- Mar 23, 2019
-
-
Nick Mathewson authored
-
- Mar 22, 2019
-
-
Nick Mathewson authored
-
-
- Mar 21, 2019
-
-
Nick Mathewson authored
-
teor authored
Part of 29806.
-
teor authored
Copy and paste the vote=0 code from the old src/or/dirserv.c to the new src/feature/dirauth/bwauth.c.
-
- Mar 19, 2019
- Mar 18, 2019
-
-
teor authored
Comment merge.
-