- 07 May, 2021 15 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
As of GCC 11.1.1, the compiler warns us about code like this: if (a) b; c; and that's a good thing: we wouldn't want to "goto fail". But we had an instance if this in circuituse.c, which was making our compilation sad. Fixes bug 40380; bugfix on 0.3.0.1-alpha.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
"ours" to avoid version bump.
-
Nick Mathewson authored
-
David Goulet authored
-
David Goulet authored
-
-
-
- 05 May, 2021 1 commit
-
-
George Kadianakis authored
Welcome back ONION_V2_HOSTNAME! :)
-
- 04 May, 2021 1 commit
-
-
David Goulet authored
Turns out that passing client authorization keys to ADD_ONION for v3 was not working because we were not setting the "is_client_auth_enabled" flag to true once the clients were configured. This lead to the descriptor being encoded without the clients. This patch removes that flag and instead adds an inline function that can be used to check if a given service has client authorization enabled. This will be much less error prone of needing to keep in sync the client list and a flag instead. Fixes #40378 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- 23 Apr, 2021 1 commit
-
-
George Kadianakis authored
-
- 21 Apr, 2021 5 commits
-
-
David Goulet authored
Fixes #40356 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
George Kadianakis authored
-
- 19 Apr, 2021 7 commits
-
-
Nick Mathewson authored
-
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Using a custom ar at $AR may be necessary for cross-compilation. Closes #40369 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
George Kadianakis authored
-
George Kadianakis authored
-
- 15 Apr, 2021 1 commit
-
-
Nick Mathewson authored
-
- 14 Apr, 2021 9 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
The --include-asn option includes AS numbers in the geoip mapping. The --output-asn option makes the program generate a number-to-name mapping file. Additionally, the script now outputs ?? CC entries for networks that are listed but which have no country known.
-
David Goulet authored
-
David Goulet authored
-
David Goulet authored
-