- Nov 03, 2019
-
-
Nick Mathewson authored
-
- Nov 01, 2019
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Oct 31, 2019
- Oct 30, 2019
-
-
Nick Mathewson authored
-
David Goulet authored
Closes #32343 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
Nick Mathewson authored
-
teor authored
-
teor authored
Obviously correct fixes to already reviewed code. No changes file required: not in any released version of tor.
-
David Goulet authored
-
When picking an intro point from the service descriptor, the client failed to lookup the failure cache. It made an HS v2 client re-pick bad intro points for which we already know it won't work in the first place. Based on Neel Chauhan original patch. Fixes #25568 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
teor authored
-
- Oct 29, 2019
-
-
Taylor Yu authored
-
Taylor Yu authored
Reformat command line options in tor.1.txt to display as fixed-width in the HTML version. Based on a patch by Swati Thacker. Part of ticket 32277.
-
Taylor Yu authored
Reword the COMMAND-LINE OPTIONS section of tor.1.txt. Based on a patch by Swati Thacker. Part of ticket 32277.
-
Taylor Yu authored
Reword the DESCRIPTION section of tor.1.txt. Based on a patch by Swati Thacker. Part of ticket 32277.
-
Taylor Yu authored
In tor.1.txt, move the paragraphs at the end of the COMMAND-LINE OPTIONS section earlier. This text describes how the user can specify configuration options on the command line. Also clarify some wording and formatting. Based on a patch by Swati Thacker. Part of ticket 32277.
-
George Kadianakis authored
-
teor authored
The options validation is now a callback. Bugfix on 31241; not in any released version of tor.
-
- Oct 28, 2019
-
-
teor authored
-
teor authored
-
teor authored
-
teor authored
-
teor authored
-
teor authored
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
At this commit, 93.9% of line coverage and 95.5% of function coverage. Closes #32196 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Facilitate testing. Part of #32196. Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Fake circuits are created everywhere in the unit tests. This is an attempt at centralizing a "fake circuit creation" API like fakechans.c does for channel. This commit introduces fakecircs.c and changes test_relay.c and test_circpadding.c which were using roughly the same code. This will allow easier OR circuit creation for the future tests in test_circuitmux.c Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
This also rename a function to improve code clarity. Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Also remove a scheduler_init() from a test and MOCK the appropriate function so the test can pass. This is done in order to minimize initialization functions in the unit test and try to only go through the testcase setup object. Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Step needed in order to access members of the object for unit tests. Signed-off-by:
David Goulet <dgoulet@torproject.org>
-