- Jul 09, 2020
-
-
Nick Mathewson authored
The osx version of this tool doesn't have --backup
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Analogously to tor-github, we now make a tor-gitlab repository. It is set up to disable push direct attempts, and to fetch merge requests into appropriate branches. git-pull-all.sh knows how to fetch this repository.
-
David Goulet authored
Unclear but that somehow failed on Windows once (?) according to ticket #33768 but we are not seeing that failure. Nevertheless, add a simple unit test. Closes #33768 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
This will make sure that we always properly initialize the cache by the exact size all the time. Related to #40022 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
Nick Mathewson authored
`-s ours` to avoid version bump.
-
Nick Mathewson authored
-
Nick Mathewson authored
`-s ours` to avoid version bump.
-
Nick Mathewson authored
-
Nick Mathewson authored
`-s ours` to avoid version bump.
-
Nick Mathewson authored
-
Nick Mathewson authored
`-s ours` to avoid version bump.
-
Nick Mathewson authored
-
Nick Mathewson authored
`-s ours` to avoid version bump
-
Nick Mathewson authored
-
Nick Mathewson authored
`-s ours` to avoid version bump.
-
Nick Mathewson authored
-
Nick Mathewson authored
`-s ours` to avoid version bump.
-
Nick Mathewson authored
-
Nick Mathewson authored
`-s ours` to avoid version bump.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
George Kadianakis authored
-
George Kadianakis authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
David Goulet authored
When receiving an introduction NACK, the client either decides to close or re-extend the circuit to another intro point. In order to do this, the service descriptor needs to exists but it is possible that it gets removed from the cache between the establishement of the introduction circuit and the reception of the (N)ACK. For that reason, the BUG(desc == NULL) is removed because it is a possible normal use case. Tor recovers gracefully already. Fixes #34087 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
-
David Goulet authored
-
David Goulet authored
-
George Kadianakis authored
It now uses the 'goto err' pattern, instead of the fatal_unreached() pattern. The latter pattern is usually used when there is a loop, but there is no loop in this function so it can be simplified easily.
-
George Kadianakis authored
-
- Jul 08, 2020
-
-
This commit modifies the behavior of `parse_extended_address` in such a way that if it fails, it will always return a `BAD_HOSTNAME` value, which is then used to return the 0xF6 extended error code. This way, in any case that is not a valid v2 address, we return the 0xF6 error code, which is the expected behavior. Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Related to #40022 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-