- 16 Sep, 2019 4 commits
-
-
George Kadianakis authored
-
George Kadianakis authored
-
George Kadianakis authored
-
George Kadianakis authored
-
- 14 Sep, 2019 9 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
We need this to test includes and relative paths.
-
Nick Mathewson authored
-
Nick Mathewson authored
Here we use these directives to replace, extend, or clear values in torrc.defaults and in torrc.
-
Nick Mathewson authored
I'm not planning to use "example" as the name for all of them, but these first three _are_ simple examples.
-
Nick Mathewson authored
This script takes a set of example torrcs and command-lines from src/test/conf_examples. If a success is expected, it runs "tor --dump-config" and compares the result with the one we expect. If a failure is expected, it runs "tor --verify-config" and greps for the error we expect.
-
- 13 Sep, 2019 1 commit
-
-
Nick Mathewson authored
Any floating point value too positive or negative to distinguish from +/-Inf, or too small to distinguish from +/-0, is an over/underflow.
-
- 12 Sep, 2019 7 commits
-
-
David Goulet authored
-
David Goulet authored
-
George Kadianakis authored
-
George Kadianakis authored
-
Nick Mathewson authored
GCC complains that we are using too many variables here, probably because of the sheer number of locals used for our tinytest macros. Eventually we should fix that (see 30968), but this commit just makes the "note" go away by splitting the test function into two.
-
Nick Mathewson authored
Instead, put them in the function itself. This is an attempt to fix the gcc warning about the "variable tracking size limit exceeded".
-
Nick Mathewson authored
-
- 11 Sep, 2019 19 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
Tests should now pass again.
-
Nick Mathewson authored
This commit was automatically generated by running scripts/maint/rectify_include_paths.py .
-
Nick Mathewson authored
This commit only does code movement, and does not clean up after itself. As such, it will break compilation. I'm separating it for ease of review.
-
Nick Mathewson authored
confparse.[ch] will need these; checkIncludes confirms that we have not introduced a cycle.
-
David Goulet authored
-
See also ticket 31654.
-
-
Here we make it clear we're only looking at listable variable names, not at whether the variables themselves are gettable. Also, remove an extraneous h. (This commit is not a fixup, because of rebase conflicts.)
-
-
(This option tests our existing behavior, not necessarily the most sensible behavior.)
-
-
-
-
-
-
The old names remain as #defines that cause variables to get one or more flags. Now every flag-testing function in confparse.c tests exactly one flag.
-
Since the flags are now stored with compatible numbering, we can just OR them together and see whether the flag we want is in the result. (Net code removal!)
-
-