- Sep 17, 2019
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
George Kadianakis authored
-
- Sep 16, 2019
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
George Kadianakis authored
-
George Kadianakis authored
-
George Kadianakis authored
-
Nick Mathewson authored
There seems to be some unreliability issue with this test on appveyor. Addresses ticket 31757; This isn't a final fix for this issue, but it should make CI pass.
-
Nick Mathewson authored
Fixes by seborn.
-
Nick Mathewson authored
I wonder why this didn't show up before.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
This commit sorts the changes files using sortChanges, and inserts them into a changelog entry.
-
George Kadianakis authored
-
George Kadianakis authored
-
George Kadianakis authored
-
George Kadianakis authored
-
- Sep 14, 2019
-
-
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.
-
- Sep 13, 2019
-
-
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.
-
- Sep 12, 2019
-
-
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
tor_isinf() was new in 0.4.0, and also needs to look at the same rules as clamp_double_to_i64()
-
Nick Mathewson authored
-
Nick Mathewson authored
-