- 15 Dec, 2019 2 commits
- 06 Dec, 2019 2 commits
-
-
Karsten Loesing authored
-
teor authored
-
- 03 Dec, 2019 1 commit
-
-
teor authored
Require C99 standards-conforming code in Travis CI, but allow GNU gcc extensions. Also activates clang's -Wtypedef-redefinition warnings. Builds some jobs with -std=gnu99, and some jobs without. Closes ticket 32500.
-
- 28 Nov, 2019 1 commit
-
- 09 Nov, 2019 1 commit
-
-
Karsten Loesing authored
-
- 06 Nov, 2019 2 commits
- 28 Oct, 2019 1 commit
-
-
teor authored
-
- 24 Oct, 2019 3 commits
- 22 Oct, 2019 3 commits
- 17 Oct, 2019 1 commit
-
-
teor authored
-
- 02 Oct, 2019 1 commit
-
-
Karsten Loesing authored
-
- 30 Sep, 2019 2 commits
-
-
teor authored
Since Travis macOS has IPv6 support (and Travis Linux does not), chutney will now run its IPv6 networks as part of Travis CI. But since chutney is slow, don't wait for the macOS chutney to finish. (Travis have fixed the duplicate notification bug in fast_finish. So we can use fast_finish and allow_failure to finish early. Unfortunately, allow_failure also means we ignore failures in macOS chutney.) Also make sure that we have: * a compile on each platform, with each compiler, * a check on each platform, and * a check on each compiler. Finally, sort builds: allow fail last, macOS first, slowest first. Closes ticket 30860. Closes ticket 31859 for 0.2.9.
-
teor authored
Part of 31859.
-
- 26 Sep, 2019 1 commit
-
-
teor authored
The jobs should be the same, but Travis may display them differently. Part of 31859.
-
- 23 Sep, 2019 1 commit
-
-
Nick Mathewson authored
Frequently, when a patch fails, it has failures in several files. Using the "-k" flag will let us learn all the compilation errors, not just the first one that the compiler hits. Based on a patch by rl1987.
-
- 18 Sep, 2019 2 commits
-
-
Nick Mathewson authored
This warning would previously be given every time we tried to open a connection to a foo.exit address, which could potentially be used to flood the logs. Now, we don't allow this warning to appear more than once every 15 minutes. Fixes bug 31466; bugfix on 0.2.2.1-alpha, when .exit was first deprecated.
-
Nick Mathewson authored
-
- 17 Sep, 2019 1 commit
-
-
Nick Mathewson authored
We previously used tor_fragile_assert() to declare that this case could not happen: VERSIONS cells are always supposed to be variable-sized, right? This is incorrect, though. On a v1 link protocol connection, all cells are fixed-sized. There aren't supposed to be any VERSIONS cells with this version of the protocol, but apparently, somebody was messing up. (The v1 link protocol is obsolete, so probably the implementer responsible didn't mean to be using it.) Fixes bug 31107. Bugfix on 0.2.4.4-alpha, when we introduced a tor_fragile_assert() for this case.
-
- 09 Sep, 2019 1 commit
-
-
David Goulet authored
Closes #31673
-
- 15 Aug, 2019 1 commit
-
-
David Goulet authored
New IP address from 194.109.206.212 to 45.66.33.45. Signed request from Alex de Joode, operator of dizum: https://trac.torproject.org/projects/tor/ticket/31406 Published descriptor by dizum on August 12th, 2019: -- r dizum fqbq1v2DCDxTj0QDi7+gd1h911U GZmZtCLaPDQNxkhIFj8UcgTRAuA 2019-08-12 15:28:40 45.66.33.45 443 80 s Authority Fast Running Stable V2Dir Valid v Tor 0.4.0.5 pr Cons=1-2 Desc=1-2 DirCache=1-2 HSDir=1-2 HSIntro=3-4 HSRend=1-2 Link=1-5 LinkAuth=1,3 Microdesc=1-2 Relay=1-2 Padding=1 w Bandwidth=20 Unmeasured=1 p reject 1-65535 -- Finally, confirmed by DNS: $ dig +short tor.dizum.com 45.66.33.45 Closes #31406 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- 09 Aug, 2019 7 commits
- 08 Aug, 2019 6 commits
-
-
teor authored
-
teor authored
-
Nick Mathewson authored
Fixes bug 31374; bugfix on 0.2.9.1-alpha.
-
Nick Mathewson authored
-
Nick Mathewson authored
My previous fix removed a comparison, which would have caused us to warn about every skew instead of skews of over an hour.
-