- Jul 25, 2019
-
-
David Goulet authored
-
Nick Mathewson authored
-
- Jul 24, 2019
-
-
Nick Mathewson authored
-
George Kadianakis authored
-
- Jul 23, 2019
-
-
David Goulet authored
-
- Jul 19, 2019
-
-
Nick Mathewson authored
This way, both err and log may depend on it.
-
Nick Mathewson authored
-
Nick Mathewson authored
There is other code that uses this value, and some of it is apparently reachable from inside router_dir_info_changed(), which routerlist_free() apparently calls. (ouch!) This is a minimal fix to try to resolve the issue without causing other problems. Fixes bug 31003. I'm calling this a bugfix on 0.1.2.2-alpha, where the call to router_dir_info_changed() was added to routerlist_free().
-
- Jul 08, 2019
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
When we added LD_MESG, we created a conflict with the LD_NO_MOCK flag. We now need 64 bits for log domains in order to fix this issue. Fixes bug 31080; bugfix on 0.4.1.1-alpha.
-
Nick Mathewson authored
-
- Jul 01, 2019
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
teor authored
-
teor authored
This merge removes an incorrect comment about the stem version and commit script.
-
teor authored
And add some comments about stem Part of 29280.
-
teor authored
-
teor authored
Linux is the first item in the os matrix, so we don't need to specify it under matrix: include: . Part of 29280.
-
teor authored
Part of 29280.
-
teor authored
Part of 29280.
-
- Jun 28, 2019
-
-
teor authored
Replace the 157 fallbacks originally introduced in Tor 0.3.5.6-rc in December 2018 (of which ~122 were still functional), with a list of 148 fallbacks (70 new, 78 existing, 79 removed) generated in June 2019. Closes ticket 28795. Note that we created extra lists from DE and US, but they didn't add any more fallbacks when we tried to merge them.
-
teor authored
Update the fallback directory mirrors by merging the current list with: fallback_dirs_2019-06-28-08-58-39_AU_f0437a39ddbc8459.inc Part of 28795, see that ticket for logs.
-
teor authored
Update the fallback directory mirrors by replacing the old list with: fallback_dirs_2019-06-25-11-49-10_AU_a37adb956fbb5cd2.inc Part of 28795, see that ticket for logs.
-
- Jun 26, 2019
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
George Kadianakis authored
-
- Jun 25, 2019
-
-
Nick Mathewson authored
-
- Jun 24, 2019
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
teor authored
Always publish bridge pluggable transport information in the extra info descriptor, even if ExtraInfoStatistics is 0. This information is needed by BridgeDB. Fixes bug 30956; bugfix on 0.4.1.1-alpha.
-
- Jun 19, 2019
-
-
Nick Mathewson authored
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
When we consider all circuits in "waiting for guard" state to be promoted to an "open" state, we were considering all circuits, even the one marked for close. This ultiamtely triggers a "circuit_has_opened()" called on the circuit that is marked for close which then leads to possible undesirable behaviors within a subsystem. For instance, the HS subsystem would be unable to find the authentication key of the introduction point circuit leading to a BUG() warning and a duplicate mark for close on the circuit. This commit also adds a unit test to make sure we never select marked for close circuits when upgrading its guard state from waiting for guard to open. Fixes #30871 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- Jun 15, 2019
-
-
Nick Mathewson authored
Fixes bug 30894; bugfix on 0.3.4.1-alpha
-
- Jun 12, 2019
-
-
Nick Mathewson authored
-
Nick Mathewson authored
Previously we had "make check" launched whenever DISTCHECK was false. Now we'd like to turn it off in a few other circumstances, like running chutney. Maybe stem too?
-
- Jun 11, 2019
-
-
David Goulet authored
-
-