[tor-commits] [tor/master] Also skip dir/purpose_needs_anonymity_returns_true_by_default when ALL_BUGS_ARE_FATAL

2020-03-17 Thread teor
commit 0732513f160a9e599424ddfdcef9f753524f6330 Author: rl1987 Date: Fri Mar 6 18:51:23 2020 +0200 Also skip dir/purpose_needs_anonymity_returns_true_by_default when ALL_BUGS_ARE_FATAL --- src/test/test_dir.c | 4 1 file changed, 4 insertions(+) diff --git a/src/test/test_dir.c b/sr

[tor-commits] [tor/master] Try running some CI jobs with ALL_BUGS_ARE_FATAL

2020-03-17 Thread teor
commit 33f2de45e70aea9fab7974e17231f14f72774bcd Author: rl1987 Date: Fri Mar 6 18:14:41 2020 +0200 Try running some CI jobs with ALL_BUGS_ARE_FATAL Build Tor with ALL_BUGS_ARE_FATAL macro and run: * make check * make test-stem * make test-network These jobs are

[tor-commits] [tor/master] Skip test_new_route_len_unhandled_exit() when ALL_BUGS_ARE_FATAL

2020-03-17 Thread teor
commit 3db65bc21893bf1d3e1edf5610419f9ec4304c33 Author: rl1987 Date: Fri Mar 6 17:55:21 2020 +0200 Skip test_new_route_len_unhandled_exit() when ALL_BUGS_ARE_FATAL --- src/test/test_circuitbuild.c | 4 1 file changed, 4 insertions(+) diff --git a/src/test/test_circuitbuild.c b/src/te

[tor-commits] [tor/master] Conditionally disable part of dir/param_voting_lookup that expects soft asserts to happen

2020-03-17 Thread teor
commit 4ab20b4f63daa021df7575d6251eaca61301850b Author: rl1987 Date: Sat Mar 14 18:51:01 2020 +0200 Conditionally disable part of dir/param_voting_lookup that expects soft asserts to happen --- src/test/test_dir.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/test_dir.c b

[tor-commits] [tor/master] Don't create new CI jobs; use --enable-all-bugs-are-fatal with some of the existing jobs

2020-03-17 Thread teor
commit 39f77a5b1f5ed687e9ca4d8900b0f41e4334dcb6 Author: rl1987 Date: Sat Mar 14 16:11:00 2020 +0200 Don't create new CI jobs; use --enable-all-bugs-are-fatal with some of the existing jobs --- .travis.yml | 18 ++ 1 file changed, 6 insertions(+), 12 deletions(-) diff --gi

[tor-commits] [tor/master] Documentation fixups

2020-03-17 Thread teor
commit b0cb3f54583d1aa5b5adb25636c079d5cfccbf19 Author: rl1987 Date: Sat Mar 14 16:25:59 2020 +0200 Documentation fixups --- .travis.yml | 2 +- changes/ticket32143 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fe6ce973f..0

[tor-commits] [tor/master] Disable parts of test_protover_all_supported() that cause fatal exceptions when ALL_BUGS_ARE_FATAL

2020-03-17 Thread teor
commit dcb75f00e1425bb7fa447fad79a8b7a429445614 Author: rl1987 Date: Fri Mar 6 19:09:50 2020 +0200 Disable parts of test_protover_all_supported() that cause fatal exceptions when ALL_BUGS_ARE_FATAL --- src/test/test_protover.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) d

[tor-commits] [tor/master] Add changes file

2020-03-17 Thread teor
commit 159009ae476d8832eb7ec548efe012e804b0a202 Author: rl1987 Date: Fri Mar 6 18:32:49 2020 +0200 Add changes file --- changes/ticket32143 | 4 1 file changed, 4 insertions(+) diff --git a/changes/ticket32143 b/changes/ticket32143 new file mode 100644 index 0..6100e4bf8 ---

[tor-commits] [tor/master] Add --enable-all-bugs-are-fatal option to configure

2020-03-17 Thread teor
commit 5591f424753c1f732e4c9d58b31070b878f18484 Author: rl1987 Date: Fri Mar 13 20:24:54 2020 +0200 Add --enable-all-bugs-are-fatal option to configure This option enables the ALL_BUGS_ARE_FATAL macro. And use --enable-all-bugs-are-fatal in the Travis configuration. --- .

[tor-commits] [tor/master] Conditionally disable part of hs_intropoint/introduce1_validation

2020-03-17 Thread teor
commit 5675cbd4c756283419fb0ed3b2d524b2b3cb101b Author: rl1987 Date: Sat Mar 14 19:00:54 2020 +0200 Conditionally disable part of hs_intropoint/introduce1_validation This makes it not fail when ALL_BUGS_ARE_FATAL is enabled. Fixes bug 33546. --- src/test/test_hs_intropoint.c | 3 +

[tor-commits] [tor/master] Try fixing Windows build to work with ALL_BUGS_ARE_FATAL

2020-03-17 Thread teor
commit 752122b2e9647b82fbb7f6eac120d57b913761f9 Author: rl1987 Date: Sat Mar 14 16:43:08 2020 +0200 Try fixing Windows build to work with ALL_BUGS_ARE_FATAL --- src/feature/dircache/conscache.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/src/feature/dircache/consca

[tor-commits] [tor/master] Merge branch 'pr1777_squashed'

2020-03-17 Thread teor
commit 0fa1d8ef92a2911fcf660bc57637d525988d63b6 Merge: 9c73f5adc 5675cbd4c Author: teor Date: Tue Mar 17 21:08:45 2020 +1000 Merge branch 'pr1777_squashed' .appveyor.yml| 4 ++-- .travis.yml | 13 +++-- changes/t

[tor-commits] [tor/master] Run "make autostyle"

2020-03-17 Thread teor
commit 9c73f5adc4e766b6c5875deeb365f4e40a6caebc Author: teor Date: Tue Mar 17 18:19:04 2020 +1000 Run "make autostyle" --- src/lib/osinfo/uname.c | 2 +- src/test/test_util.c | 2 +- src/test/test_util_process.c | 2 +- 3 files changed, 3 insertions(+), 3 deletion

[tor-commits] [tor/release-0.4.3] Merge branch 'maint-0.4.1' into maint-0.4.2

2020-03-16 Thread teor
commit 9ef8f5d1b8c646d1383327a3d45cddf27ab4b886 Merge: 2f4fa423c c22696e36 Author: teor Date: Mon Mar 16 20:54:27 2020 +1000 Merge branch 'maint-0.4.1' into maint-0.4.2 .travis.yml | 2 +- changes/ticket32792 | 3 +++ 2 files changed, 4 insertions(+),

[tor-commits] [tor/release-0.4.3] Merge branch 'maint-0.3.5' into maint-0.4.1

2020-03-16 Thread teor
commit c22696e3606f9873ddbf02b11dc91214853b8317 Merge: 7a9e2a261 1c688ba92 Author: teor Date: Mon Mar 16 20:54:20 2020 +1000 Merge branch 'maint-0.3.5' into maint-0.4.1 .travis.yml | 2 +- changes/ticket32792 | 3 +++ 2 files changed, 4 insertions(+),

[tor-commits] [tor/release-0.4.2] Travis: Produce detailed chutney diagnostics

2020-03-16 Thread teor
commit 1c688ba925e17967fa7b2abe2a41327914421fb3 Author: teor Date: Mon Feb 17 17:21:13 2020 +1000 Travis: Produce detailed chutney diagnostics When a Travis chutney job fails, use chutney's new "diagnostics.sh" tool to produce detailed diagnostic output.

[tor-commits] [tor/release-0.4.3] Merge branch 'maint-0.4.2' into maint-0.4.3

2020-03-16 Thread teor
commit 93d12baf89c2a55b8a3e40a026b3990dd671a1f7 Merge: a255ca9b1 9ef8f5d1b Author: teor Date: Mon Mar 16 20:54:34 2020 +1000 Merge branch 'maint-0.4.2' into maint-0.4.3 .travis.yml | 2 +- changes/ticket32792 | 3 +++ 2 files changed, 4 insertions(+),

[tor-commits] [tor/release-0.4.3] Merge branch 'maint-0.4.3' into release-0.4.3

2020-03-16 Thread teor
commit a9d66d37d3ce7cf6bdf532272bcb7b51ae213912 Merge: 1df4221ee 93d12baf8 Author: teor Date: Mon Mar 16 20:54:38 2020 +1000 Merge branch 'maint-0.4.3' into release-0.4.3 .travis.yml | 2 +- changes/ticket32792 | 3 +++ 2 files changed, 4 insertions(+),

[tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.3.5' into maint-0.4.1

2020-03-16 Thread teor
commit c22696e3606f9873ddbf02b11dc91214853b8317 Merge: 7a9e2a261 1c688ba92 Author: teor Date: Mon Mar 16 20:54:20 2020 +1000 Merge branch 'maint-0.3.5' into maint-0.4.1 .travis.yml | 2 +- changes/ticket32792 | 3 +++ 2 files changed, 4 insertions(+),

[tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.4.1' into maint-0.4.2

2020-03-16 Thread teor
commit 9ef8f5d1b8c646d1383327a3d45cddf27ab4b886 Merge: 2f4fa423c c22696e36 Author: teor Date: Mon Mar 16 20:54:27 2020 +1000 Merge branch 'maint-0.4.1' into maint-0.4.2 .travis.yml | 2 +- changes/ticket32792 | 3 +++ 2 files changed, 4 insertions(+),

[tor-commits] [tor/release-0.3.5] Merge branch 'maint-0.3.5' into release-0.3.5

2020-03-16 Thread teor
commit 75873c1a302c62f8d0510d69530ed3408a2d245a Merge: 36ae644fc 1c688ba92 Author: teor Date: Mon Mar 16 20:54:16 2020 +1000 Merge branch 'maint-0.3.5' into release-0.3.5 .travis.yml | 2 +- changes/ticket32792 | 3 +++ 2 files changed, 4 insertions(+),

[tor-commits] [tor/maint-0.4.3] Merge branch 'maint-0.4.1' into maint-0.4.2

2020-03-16 Thread teor
commit 9ef8f5d1b8c646d1383327a3d45cddf27ab4b886 Merge: 2f4fa423c c22696e36 Author: teor Date: Mon Mar 16 20:54:27 2020 +1000 Merge branch 'maint-0.4.1' into maint-0.4.2 .travis.yml | 2 +- changes/ticket32792 | 3 +++ 2 files changed, 4 insertions(+),

[tor-commits] [tor/maint-0.4.3] Merge branch 'maint-0.4.2' into maint-0.4.3

2020-03-16 Thread teor
commit 93d12baf89c2a55b8a3e40a026b3990dd671a1f7 Merge: a255ca9b1 9ef8f5d1b Author: teor Date: Mon Mar 16 20:54:34 2020 +1000 Merge branch 'maint-0.4.2' into maint-0.4.3 .travis.yml | 2 +- changes/ticket32792 | 3 +++ 2 files changed, 4 insertions(+),

[tor-commits] [tor/maint-0.4.3] Travis: Produce detailed chutney diagnostics

2020-03-16 Thread teor
commit 1c688ba925e17967fa7b2abe2a41327914421fb3 Author: teor Date: Mon Feb 17 17:21:13 2020 +1000 Travis: Produce detailed chutney diagnostics When a Travis chutney job fails, use chutney's new "diagnostics.sh" tool to produce detailed diagnostic output.

[tor-commits] [tor/release-0.4.3] Travis: Produce detailed chutney diagnostics

2020-03-16 Thread teor
commit 1c688ba925e17967fa7b2abe2a41327914421fb3 Author: teor Date: Mon Feb 17 17:21:13 2020 +1000 Travis: Produce detailed chutney diagnostics When a Travis chutney job fails, use chutney's new "diagnostics.sh" tool to produce detailed diagnostic output.

[tor-commits] [tor/release-0.4.1] Merge branch 'maint-0.4.1' into release-0.4.1

2020-03-16 Thread teor
commit 4f2257477c2b35a25577b7b4fd50461811204a7d Merge: 65187d9de c22696e36 Author: teor Date: Mon Mar 16 20:54:24 2020 +1000 Merge branch 'maint-0.4.1' into release-0.4.1 .travis.yml | 2 +- changes/ticket32792 | 3 +++ 2 files changed, 4 insertions(+),

[tor-commits] [tor/release-0.4.1] Travis: Produce detailed chutney diagnostics

2020-03-16 Thread teor
commit 1c688ba925e17967fa7b2abe2a41327914421fb3 Author: teor Date: Mon Feb 17 17:21:13 2020 +1000 Travis: Produce detailed chutney diagnostics When a Travis chutney job fails, use chutney's new "diagnostics.sh" tool to produce detailed diagnostic output.

[tor-commits] [tor/maint-0.4.3] Merge branch 'maint-0.3.5' into maint-0.4.1

2020-03-16 Thread teor
commit c22696e3606f9873ddbf02b11dc91214853b8317 Merge: 7a9e2a261 1c688ba92 Author: teor Date: Mon Mar 16 20:54:20 2020 +1000 Merge branch 'maint-0.3.5' into maint-0.4.1 .travis.yml | 2 +- changes/ticket32792 | 3 +++ 2 files changed, 4 insertions(+),

[tor-commits] [tor/release-0.3.5] Travis: Produce detailed chutney diagnostics

2020-03-16 Thread teor
commit 1c688ba925e17967fa7b2abe2a41327914421fb3 Author: teor Date: Mon Feb 17 17:21:13 2020 +1000 Travis: Produce detailed chutney diagnostics When a Travis chutney job fails, use chutney's new "diagnostics.sh" tool to produce detailed diagnostic output.

[tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.4.2' into release-0.4.2

2020-03-16 Thread teor
commit 015d5152fa78c5f1dda3953214d56893e8a3d111 Merge: 58378c27e 9ef8f5d1b Author: teor Date: Mon Mar 16 20:54:30 2020 +1000 Merge branch 'maint-0.4.2' into release-0.4.2 .travis.yml | 2 +- changes/ticket32792 | 3 +++ 2 files changed, 4 insertions(+),

[tor-commits] [tor/release-0.4.1] Merge branch 'maint-0.3.5' into maint-0.4.1

2020-03-16 Thread teor
commit c22696e3606f9873ddbf02b11dc91214853b8317 Merge: 7a9e2a261 1c688ba92 Author: teor Date: Mon Mar 16 20:54:20 2020 +1000 Merge branch 'maint-0.3.5' into maint-0.4.1 .travis.yml | 2 +- changes/ticket32792 | 3 +++ 2 files changed, 4 insertions(+),

[tor-commits] [tor/maint-0.4.2] Merge branch 'maint-0.4.1' into maint-0.4.2

2020-03-16 Thread teor
commit 9ef8f5d1b8c646d1383327a3d45cddf27ab4b886 Merge: 2f4fa423c c22696e36 Author: teor Date: Mon Mar 16 20:54:27 2020 +1000 Merge branch 'maint-0.4.1' into maint-0.4.2 .travis.yml | 2 +- changes/ticket32792 | 3 +++ 2 files changed, 4 insertions(+),

[tor-commits] [tor/maint-0.3.5] Travis: Produce detailed chutney diagnostics

2020-03-16 Thread teor
commit 1c688ba925e17967fa7b2abe2a41327914421fb3 Author: teor Date: Mon Feb 17 17:21:13 2020 +1000 Travis: Produce detailed chutney diagnostics When a Travis chutney job fails, use chutney's new "diagnostics.sh" tool to produce detailed diagnostic output.

[tor-commits] [tor/maint-0.4.1] Merge branch 'maint-0.3.5' into maint-0.4.1

2020-03-16 Thread teor
commit c22696e3606f9873ddbf02b11dc91214853b8317 Merge: 7a9e2a261 1c688ba92 Author: teor Date: Mon Mar 16 20:54:20 2020 +1000 Merge branch 'maint-0.3.5' into maint-0.4.1 .travis.yml | 2 +- changes/ticket32792 | 3 +++ 2 files changed, 4 insertions(+),

[tor-commits] [tor/maint-0.4.2] Travis: Produce detailed chutney diagnostics

2020-03-16 Thread teor
commit 1c688ba925e17967fa7b2abe2a41327914421fb3 Author: teor Date: Mon Feb 17 17:21:13 2020 +1000 Travis: Produce detailed chutney diagnostics When a Travis chutney job fails, use chutney's new "diagnostics.sh" tool to produce detailed diagnostic output.

[tor-commits] [tor/maint-0.4.2] Merge branch 'maint-0.3.5' into maint-0.4.1

2020-03-16 Thread teor
commit c22696e3606f9873ddbf02b11dc91214853b8317 Merge: 7a9e2a261 1c688ba92 Author: teor Date: Mon Mar 16 20:54:20 2020 +1000 Merge branch 'maint-0.3.5' into maint-0.4.1 .travis.yml | 2 +- changes/ticket32792 | 3 +++ 2 files changed, 4 insertions(+),

[tor-commits] [tor/master] Merge branch 'maint-0.4.2' into maint-0.4.3

2020-03-16 Thread teor
commit 93d12baf89c2a55b8a3e40a026b3990dd671a1f7 Merge: a255ca9b1 9ef8f5d1b Author: teor Date: Mon Mar 16 20:54:34 2020 +1000 Merge branch 'maint-0.4.2' into maint-0.4.3 .travis.yml | 2 +- changes/ticket32792 | 3 +++ 2 files changed, 4 insertions(+),

[tor-commits] [tor/master] Travis: Produce detailed chutney diagnostics

2020-03-16 Thread teor
commit 1c688ba925e17967fa7b2abe2a41327914421fb3 Author: teor Date: Mon Feb 17 17:21:13 2020 +1000 Travis: Produce detailed chutney diagnostics When a Travis chutney job fails, use chutney's new "diagnostics.sh" tool to produce detailed diagnostic output.

[tor-commits] [tor/master] Merge branch 'maint-0.3.5' into maint-0.4.1

2020-03-16 Thread teor
commit c22696e3606f9873ddbf02b11dc91214853b8317 Merge: 7a9e2a261 1c688ba92 Author: teor Date: Mon Mar 16 20:54:20 2020 +1000 Merge branch 'maint-0.3.5' into maint-0.4.1 .travis.yml | 2 +- changes/ticket32792 | 3 +++ 2 files changed, 4 insertions(+),

[tor-commits] [tor/master] Merge branch 'maint-0.4.1' into maint-0.4.2

2020-03-16 Thread teor
commit 9ef8f5d1b8c646d1383327a3d45cddf27ab4b886 Merge: 2f4fa423c c22696e36 Author: teor Date: Mon Mar 16 20:54:27 2020 +1000 Merge branch 'maint-0.4.1' into maint-0.4.2 .travis.yml | 2 +- changes/ticket32792 | 3 +++ 2 files changed, 4 insertions(+),

[tor-commits] [tor/maint-0.4.1] Travis: Produce detailed chutney diagnostics

2020-03-16 Thread teor
commit 1c688ba925e17967fa7b2abe2a41327914421fb3 Author: teor Date: Mon Feb 17 17:21:13 2020 +1000 Travis: Produce detailed chutney diagnostics When a Travis chutney job fails, use chutney's new "diagnostics.sh" tool to produce detailed diagnostic output.

[tor-commits] [tor/master] Merge branch 'maint-0.4.3'

2020-03-16 Thread teor
commit af713ddb4bf58f1549aed174dbbe0ae780169125 Merge: afbf854ee 93d12baf8 Author: teor Date: Mon Mar 16 20:54:42 2020 +1000 Merge branch 'maint-0.4.3' ___ tor-commits mailing list tor-commits@lists.torproject.org https://lists.torp

[tor-commits] [chutney/master] TorNet: Fail bootstrap if times are incorrect

2020-03-16 Thread teor
commit 0fe4010bc3c3851239c3dec2800e0ce0899dcdc0 Author: teor Date: Mon Mar 16 15:51:16 2020 +1000 TorNet: Fail bootstrap if times are incorrect If there is a time calculation bug, or a large clock skew, fail bootstrap. Diagnostics for macOS Travis hangs. --- lib

[tor-commits] [chutney/master] TorNet: Wrap a long line

2020-03-16 Thread teor
commit 9ffa2857fb4c6e75156159233263ac5898fc410c Author: teor Date: Mon Mar 16 15:58:24 2020 +1000 TorNet: Wrap a long line --- lib/chutney/TorNet.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/chutney/TorNet.py b/lib/chutney/TorNet.py index efea40e..ff20726

[tor-commits] [chutney/master] TorNet: Fix display of dir info node lists

2020-03-16 Thread teor
commit 1eb79d4b837b72eeb8b280a3384a62eca77df8ce Author: teor Date: Mon Mar 16 15:47:58 2020 +1000 TorNet: Fix display of dir info node lists chutney was displaying any node set without directory authorities as "caches and clients". Now, chutney only displa

[tor-commits] [chutney/master] TorNet: Recalculate elapsed time as needed

2020-03-16 Thread teor
commit d0ac1c6f1a5346dd6aecca053fba1920632ef4dd Author: teor Date: Mon Mar 16 15:50:14 2020 +1000 TorNet: Recalculate elapsed time as needed chutney was calculating some elapsed times incorrectly, leading to longer wait times for network bootstrap. Bugfix on 33615

[tor-commits] [chutney/master] TorNet: Actually wait longer for 0.3.5

2020-03-14 Thread teor
commit 64a9aa6fbe0272ffdd6d91a724f7ed9a985630ad Author: teor Date: Sat Mar 14 21:23:18 2020 +1000 TorNet: Actually wait longer for 0.3.5 Bugfix on 33615. --- lib/chutney/TorNet.py | 20 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/lib

[tor-commits] [chutney/master] lib/chutney: Improve help for the chutney module

2020-03-14 Thread teor
commit ea4644fb0aceca05c8e92383a2f8aa559f74a8a8 Author: teor Date: Sat Mar 14 19:31:36 2020 +1000 lib/chutney: Improve help for the chutney module --- lib/chutney/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/chutney/__init__.py b/lib/chutney/__init__.py index

[tor-commits] [chutney/master] TorNet: Add a min start time for 0.3.5 and earlier

2020-03-14 Thread teor
commit 9ab583bb6e373a9f4a3ee386ae9d30b0527f6dcd Author: teor Date: Sat Mar 14 19:25:26 2020 +1000 TorNet: Add a min start time for 0.3.5 and earlier Some legacy Tor versions (0.3.5 and earlier) have microdescriptor download bugs. Chutney triggers those bugs by verfying early

[tor-commits] [chutney/master] README: document dir info implementation

2020-03-14 Thread teor
commit 138da54787eff0221a16f1a65f7a03c8f5d9a5dd Author: teor Date: Sat Mar 14 17:27:57 2020 +1000 README: document dir info implementation Documentation for 33379. --- README | 65 - 1 file changed, 48 insertions

[tor-commits] [chutney/master] TorNet: Move V3_AUTH_VOTING_INTERVAL to module level

2020-03-14 Thread teor
commit 2f11775d716168f9d82370a14cf21cd1b919bcc0 Author: teor Date: Sat Mar 14 19:23:35 2020 +1000 TorNet: Move V3_AUTH_VOTING_INTERVAL to module level Preparation for 33615. --- lib/chutney/TorNet.py | 6 +++--- scripts/chutney_tests/verify.py | 10 +++--- 2 files

[tor-commits] [tor/master] config: Improve some comments

2020-03-13 Thread teor
commit 9cf7839df7478d74d6c14d56c884b8d9e2aad4f3 Author: teor Date: Fri Mar 13 18:53:48 2020 +1000 config: Improve some comments Document the namelen argument to port_cfg_new(). Fix a typo in a comment in port_cfg_line_extract_addrport(). Comment-only changes

[tor-commits] [chutney/master] warnings: Ignore new ContactInfo warning

2020-03-12 Thread teor
commit 0e73c446b5b1fb1589a44ca8deec917795752dd1 Author: teor Date: Fri Mar 13 13:21:02 2020 +1000 warnings: Ignore new ContactInfo warning Cleanup after 33361. --- tools/ignore.warnings | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ignore.warnings b/tools

[tor-commits] [chutney/master] Travis: Actually allow 2 failures per test

2020-03-12 Thread teor
commit 7c945cc2bcaaec2a04e8cc561c6f460cfa44d633 Author: teor Date: Fri Mar 13 13:12:00 2020 +1000 Travis: Actually allow 2 failures per test Previously, the script reset the number of failures to 1. Fix on 33583. --- .travis.yml | 8 1 file changed, 4 insertions

[tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.4.2' into release-0.4.2

2020-03-12 Thread teor
commit 5cafb3364f739ceafcd5abeac93c38763b76d6ec Merge: 557bc747f f021389e9 Author: teor Date: Fri Mar 13 13:01:22 2020 +1000 Merge branch 'maint-0.4.2' into release-0.4.2 .travis.yml | 57 - changes/ticket

[tor-commits] [tor/release-0.4.2] Travis: Require the macOS IPv6 chutney job

2020-03-12 Thread teor
commit 03650e0f60ec37c758f90f3e02bf2ace05959a7e Author: teor Date: Thu Feb 13 13:13:40 2020 +1000 Travis: Require the macOS IPv6 chutney job The job was previously set to fast_finish / allow_failure, to speed up the build. Closes ticket 33195. --- .travis.yml

[tor-commits] [tor/release-0.4.2] Merge branch 'bug33195_035' into bug33195_041

2020-03-12 Thread teor
commit c96cf1494357af5a2fd0309ef3d26aba52105edb Merge: 5298113da add387c50 Author: teor Date: Thu Feb 13 13:55:55 2020 +1000 Merge branch 'bug33195_035' into bug33195_041 Conflicts: * Keep TOR_TEST_RNG_SEED from maint-0.4.1 * Keep the ordering from bu

[tor-commits] [tor/release-0.4.2] Merge branch 'bug33195_041' into bug33195_042

2020-03-12 Thread teor
commit f021389e92753e1c6bd76c1525e276e174bd897c Merge: ff5220536 c96cf1494 Author: teor Date: Thu Feb 13 13:58:13 2020 +1000 Merge branch 'bug33195_041' into bug33195_042 Conflicts: * Keep RUST_VERSION from maint-0.4.2 * Keep the commented-out allow_failure en

[tor-commits] [tor/release-0.4.3] Travis: Sort jobs in order of speed

2020-03-12 Thread teor
commit add387c5071a1ee7889e3789e7b4143bb8856d0a Author: teor Date: Thu Feb 13 13:37:02 2020 +1000 Travis: Sort jobs in order of speed Putting the slowest jobs first takes full advantage of Travis concurrency. Closes 33194. --- .travis.yml | 47

[tor-commits] [tor/release-0.4.3] Travis: Require the macOS IPv6 chutney job

2020-03-12 Thread teor
commit 03650e0f60ec37c758f90f3e02bf2ace05959a7e Author: teor Date: Thu Feb 13 13:13:40 2020 +1000 Travis: Require the macOS IPv6 chutney job The job was previously set to fast_finish / allow_failure, to speed up the build. Closes ticket 33195. --- .travis.yml

[tor-commits] [tor/release-0.4.3] Merge branch 'bug33195_042' into bug33195_043

2020-03-12 Thread teor
commit 3e8e4af1ac09486789f4e094a9bc527cfd41a35d Merge: d0c335021 f021389e9 Author: teor Date: Thu Feb 13 14:01:54 2020 +1000 Merge branch 'bug33195_042' into bug33195_043 Conflicts: * Keep disable module relay from maint-0.4.3 * Keep doxygen from maint-0.4.3

[tor-commits] [tor/release-0.4.3] Merge branch 'bug33195_035' into bug33195_041

2020-03-12 Thread teor
commit c96cf1494357af5a2fd0309ef3d26aba52105edb Merge: 5298113da add387c50 Author: teor Date: Thu Feb 13 13:55:55 2020 +1000 Merge branch 'bug33195_035' into bug33195_041 Conflicts: * Keep TOR_TEST_RNG_SEED from maint-0.4.1 * Keep the ordering from bu

[tor-commits] [tor/release-0.4.1] Travis: Sort jobs in order of speed

2020-03-12 Thread teor
commit add387c5071a1ee7889e3789e7b4143bb8856d0a Author: teor Date: Thu Feb 13 13:37:02 2020 +1000 Travis: Sort jobs in order of speed Putting the slowest jobs first takes full advantage of Travis concurrency. Closes 33194. --- .travis.yml | 47

[tor-commits] [tor/release-0.4.2] Travis: Sort jobs in order of speed

2020-03-12 Thread teor
commit add387c5071a1ee7889e3789e7b4143bb8856d0a Author: teor Date: Thu Feb 13 13:37:02 2020 +1000 Travis: Sort jobs in order of speed Putting the slowest jobs first takes full advantage of Travis concurrency. Closes 33194. --- .travis.yml | 47

[tor-commits] [tor/release-0.4.2] Travis: Remove a redundant distcheck job

2020-03-12 Thread teor
commit fc3555100f26201213f4da19d2d2904edc76a229 Author: teor Date: Thu Feb 13 13:22:19 2020 +1000 Travis: Remove a redundant distcheck job Part of 33194. --- .travis.yml | 4 changes/ticket33194 | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a

[tor-commits] [tor/release-0.4.1] Merge branch 'bug33195_035' into bug33195_041

2020-03-12 Thread teor
commit c96cf1494357af5a2fd0309ef3d26aba52105edb Merge: 5298113da add387c50 Author: teor Date: Thu Feb 13 13:55:55 2020 +1000 Merge branch 'bug33195_035' into bug33195_041 Conflicts: * Keep TOR_TEST_RNG_SEED from maint-0.4.1 * Keep the ordering from bu

[tor-commits] [tor/release-0.4.3] Merge branch 'maint-0.4.3' into release-0.4.3

2020-03-12 Thread teor
commit 110b7a676291ffa1abd924164932c95a0bc536b7 Merge: 13210e93f dbadfe75e Author: teor Date: Fri Mar 13 13:01:27 2020 +1000 Merge branch 'maint-0.4.3' into release-0.4.3 .travis.yml | 64 +++-- changes/ticket

[tor-commits] [tor/release-0.4.3] Travis: Remove a redundant distcheck job

2020-03-12 Thread teor
commit fc3555100f26201213f4da19d2d2904edc76a229 Author: teor Date: Thu Feb 13 13:22:19 2020 +1000 Travis: Remove a redundant distcheck job Part of 33194. --- .travis.yml | 4 changes/ticket33194 | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a

[tor-commits] [tor/release-0.4.3] Merge remote-tracking branch 'tor-github/pr/1735' into maint-0.4.3

2020-03-12 Thread teor
commit dbadfe75e60b9ad6ddfbb2907de97486534aa8c2 Merge: 3e42004e5 3e8e4af1a Author: teor Date: Fri Mar 13 13:00:58 2020 +1000 Merge remote-tracking branch 'tor-github/pr/1735' into maint-0.4.3 .travis.yml | 64 +++-

[tor-commits] [tor/release-0.4.3] Merge branch 'bug33195_041' into bug33195_042

2020-03-12 Thread teor
commit f021389e92753e1c6bd76c1525e276e174bd897c Merge: ff5220536 c96cf1494 Author: teor Date: Thu Feb 13 13:58:13 2020 +1000 Merge branch 'bug33195_041' into bug33195_042 Conflicts: * Keep RUST_VERSION from maint-0.4.2 * Keep the commented-out allow_failure en

[tor-commits] [tor/maint-0.4.3] Travis: Remove a redundant distcheck job

2020-03-12 Thread teor
commit fc3555100f26201213f4da19d2d2904edc76a229 Author: teor Date: Thu Feb 13 13:22:19 2020 +1000 Travis: Remove a redundant distcheck job Part of 33194. --- .travis.yml | 4 changes/ticket33194 | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a

[tor-commits] [tor/release-0.3.5] Travis: Remove a redundant distcheck job

2020-03-12 Thread teor
commit fc3555100f26201213f4da19d2d2904edc76a229 Author: teor Date: Thu Feb 13 13:22:19 2020 +1000 Travis: Remove a redundant distcheck job Part of 33194. --- .travis.yml | 4 changes/ticket33194 | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a

[tor-commits] [tor/release-0.4.1] Travis: Require the macOS IPv6 chutney job

2020-03-12 Thread teor
commit 03650e0f60ec37c758f90f3e02bf2ace05959a7e Author: teor Date: Thu Feb 13 13:13:40 2020 +1000 Travis: Require the macOS IPv6 chutney job The job was previously set to fast_finish / allow_failure, to speed up the build. Closes ticket 33195. --- .travis.yml

[tor-commits] [tor/release-0.3.5] Travis: Sort jobs in order of speed

2020-03-12 Thread teor
commit add387c5071a1ee7889e3789e7b4143bb8856d0a Author: teor Date: Thu Feb 13 13:37:02 2020 +1000 Travis: Sort jobs in order of speed Putting the slowest jobs first takes full advantage of Travis concurrency. Closes 33194. --- .travis.yml | 47

[tor-commits] [tor/release-0.4.1] Travis: Remove a redundant distcheck job

2020-03-12 Thread teor
commit fc3555100f26201213f4da19d2d2904edc76a229 Author: teor Date: Thu Feb 13 13:22:19 2020 +1000 Travis: Remove a redundant distcheck job Part of 33194. --- .travis.yml | 4 changes/ticket33194 | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a

[tor-commits] [tor/release-0.4.1] Merge branch 'maint-0.4.1' into release-0.4.1

2020-03-12 Thread teor
commit f141b861a891f7c1ee70e4e53f8b44a060161810 Merge: 5c68a74ed c96cf1494 Author: teor Date: Fri Mar 13 13:01:19 2020 +1000 Merge branch 'maint-0.4.1' into release-0.4.1 .travis.yml | 57 - changes/ticket

[tor-commits] [tor/maint-0.4.3] Merge branch 'bug33195_041' into bug33195_042

2020-03-12 Thread teor
commit f021389e92753e1c6bd76c1525e276e174bd897c Merge: ff5220536 c96cf1494 Author: teor Date: Thu Feb 13 13:58:13 2020 +1000 Merge branch 'bug33195_041' into bug33195_042 Conflicts: * Keep RUST_VERSION from maint-0.4.2 * Keep the commented-out allow_failure en

[tor-commits] [tor/maint-0.4.3] Travis: Sort jobs in order of speed

2020-03-12 Thread teor
commit add387c5071a1ee7889e3789e7b4143bb8856d0a Author: teor Date: Thu Feb 13 13:37:02 2020 +1000 Travis: Sort jobs in order of speed Putting the slowest jobs first takes full advantage of Travis concurrency. Closes 33194. --- .travis.yml | 47

[tor-commits] [tor/maint-0.4.3] Travis: Require the macOS IPv6 chutney job

2020-03-12 Thread teor
commit 03650e0f60ec37c758f90f3e02bf2ace05959a7e Author: teor Date: Thu Feb 13 13:13:40 2020 +1000 Travis: Require the macOS IPv6 chutney job The job was previously set to fast_finish / allow_failure, to speed up the build. Closes ticket 33195. --- .travis.yml

[tor-commits] [tor/release-0.3.5] Travis: Require the macOS IPv6 chutney job

2020-03-12 Thread teor
commit 03650e0f60ec37c758f90f3e02bf2ace05959a7e Author: teor Date: Thu Feb 13 13:13:40 2020 +1000 Travis: Require the macOS IPv6 chutney job The job was previously set to fast_finish / allow_failure, to speed up the build. Closes ticket 33195. --- .travis.yml

[tor-commits] [tor/maint-0.4.3] Merge branch 'bug33195_035' into bug33195_041

2020-03-12 Thread teor
commit c96cf1494357af5a2fd0309ef3d26aba52105edb Merge: 5298113da add387c50 Author: teor Date: Thu Feb 13 13:55:55 2020 +1000 Merge branch 'bug33195_035' into bug33195_041 Conflicts: * Keep TOR_TEST_RNG_SEED from maint-0.4.1 * Keep the ordering from bu

[tor-commits] [tor/maint-0.4.2] Merge branch 'bug33195_035' into bug33195_041

2020-03-12 Thread teor
commit c96cf1494357af5a2fd0309ef3d26aba52105edb Merge: 5298113da add387c50 Author: teor Date: Thu Feb 13 13:55:55 2020 +1000 Merge branch 'bug33195_035' into bug33195_041 Conflicts: * Keep TOR_TEST_RNG_SEED from maint-0.4.1 * Keep the ordering from bu

[tor-commits] [tor/maint-0.4.3] Merge branch 'bug33195_042' into bug33195_043

2020-03-12 Thread teor
commit 3e8e4af1ac09486789f4e094a9bc527cfd41a35d Merge: d0c335021 f021389e9 Author: teor Date: Thu Feb 13 14:01:54 2020 +1000 Merge branch 'bug33195_042' into bug33195_043 Conflicts: * Keep disable module relay from maint-0.4.3 * Keep doxygen from maint-0.4.3

[tor-commits] [tor/release-0.3.5] Merge branch 'maint-0.3.5' into release-0.3.5

2020-03-12 Thread teor
commit 47e0ac3561aad79f1647d9d926277300ee78434f Merge: d8cef680f add387c50 Author: teor Date: Fri Mar 13 13:01:14 2020 +1000 Merge branch 'maint-0.3.5' into release-0.3.5 .travis.yml | 57 - changes/ticket

[tor-commits] [tor/maint-0.4.3] Merge remote-tracking branch 'tor-github/pr/1735' into maint-0.4.3

2020-03-12 Thread teor
commit dbadfe75e60b9ad6ddfbb2907de97486534aa8c2 Merge: 3e42004e5 3e8e4af1a Author: teor Date: Fri Mar 13 13:00:58 2020 +1000 Merge remote-tracking branch 'tor-github/pr/1735' into maint-0.4.3 .travis.yml | 64 +++-

[tor-commits] [tor/maint-0.4.2] Travis: Sort jobs in order of speed

2020-03-12 Thread teor
commit add387c5071a1ee7889e3789e7b4143bb8856d0a Author: teor Date: Thu Feb 13 13:37:02 2020 +1000 Travis: Sort jobs in order of speed Putting the slowest jobs first takes full advantage of Travis concurrency. Closes 33194. --- .travis.yml | 47

[tor-commits] [tor/maint-0.4.2] Merge branch 'bug33195_041' into bug33195_042

2020-03-12 Thread teor
commit f021389e92753e1c6bd76c1525e276e174bd897c Merge: ff5220536 c96cf1494 Author: teor Date: Thu Feb 13 13:58:13 2020 +1000 Merge branch 'bug33195_041' into bug33195_042 Conflicts: * Keep RUST_VERSION from maint-0.4.2 * Keep the commented-out allow_failure en

[tor-commits] [tor/maint-0.3.5] Travis: Remove a redundant distcheck job

2020-03-12 Thread teor
commit fc3555100f26201213f4da19d2d2904edc76a229 Author: teor Date: Thu Feb 13 13:22:19 2020 +1000 Travis: Remove a redundant distcheck job Part of 33194. --- .travis.yml | 4 changes/ticket33194 | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a

[tor-commits] [tor/maint-0.4.1] Travis: Require the macOS IPv6 chutney job

2020-03-12 Thread teor
commit 03650e0f60ec37c758f90f3e02bf2ace05959a7e Author: teor Date: Thu Feb 13 13:13:40 2020 +1000 Travis: Require the macOS IPv6 chutney job The job was previously set to fast_finish / allow_failure, to speed up the build. Closes ticket 33195. --- .travis.yml

[tor-commits] [tor/maint-0.4.2] Travis: Remove a redundant distcheck job

2020-03-12 Thread teor
commit fc3555100f26201213f4da19d2d2904edc76a229 Author: teor Date: Thu Feb 13 13:22:19 2020 +1000 Travis: Remove a redundant distcheck job Part of 33194. --- .travis.yml | 4 changes/ticket33194 | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a

[tor-commits] [tor/maint-0.3.5] Travis: Require the macOS IPv6 chutney job

2020-03-12 Thread teor
commit 03650e0f60ec37c758f90f3e02bf2ace05959a7e Author: teor Date: Thu Feb 13 13:13:40 2020 +1000 Travis: Require the macOS IPv6 chutney job The job was previously set to fast_finish / allow_failure, to speed up the build. Closes ticket 33195. --- .travis.yml

[tor-commits] [tor/maint-0.3.5] Travis: Sort jobs in order of speed

2020-03-12 Thread teor
commit add387c5071a1ee7889e3789e7b4143bb8856d0a Author: teor Date: Thu Feb 13 13:37:02 2020 +1000 Travis: Sort jobs in order of speed Putting the slowest jobs first takes full advantage of Travis concurrency. Closes 33194. --- .travis.yml | 47

[tor-commits] [tor/maint-0.4.1] Travis: Remove a redundant distcheck job

2020-03-12 Thread teor
commit fc3555100f26201213f4da19d2d2904edc76a229 Author: teor Date: Thu Feb 13 13:22:19 2020 +1000 Travis: Remove a redundant distcheck job Part of 33194. --- .travis.yml | 4 changes/ticket33194 | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a

[tor-commits] [tor/maint-0.4.1] Travis: Sort jobs in order of speed

2020-03-12 Thread teor
commit add387c5071a1ee7889e3789e7b4143bb8856d0a Author: teor Date: Thu Feb 13 13:37:02 2020 +1000 Travis: Sort jobs in order of speed Putting the slowest jobs first takes full advantage of Travis concurrency. Closes 33194. --- .travis.yml | 47

[tor-commits] [tor/maint-0.4.1] Merge branch 'bug33195_035' into bug33195_041

2020-03-12 Thread teor
commit c96cf1494357af5a2fd0309ef3d26aba52105edb Merge: 5298113da add387c50 Author: teor Date: Thu Feb 13 13:55:55 2020 +1000 Merge branch 'bug33195_035' into bug33195_041 Conflicts: * Keep TOR_TEST_RNG_SEED from maint-0.4.1 * Keep the ordering from bu

[tor-commits] [tor/maint-0.4.2] Travis: Require the macOS IPv6 chutney job

2020-03-12 Thread teor
commit 03650e0f60ec37c758f90f3e02bf2ace05959a7e Author: teor Date: Thu Feb 13 13:13:40 2020 +1000 Travis: Require the macOS IPv6 chutney job The job was previously set to fast_finish / allow_failure, to speed up the build. Closes ticket 33195. --- .travis.yml

[tor-commits] [tor/master] Merge branch 'maint-0.4.3'

2020-03-12 Thread teor
commit 3b4303e7f6d92fdc36632f1dd98b4557cffa089e Merge: 1d17541cf dbadfe75e Author: teor Date: Fri Mar 13 13:01:31 2020 +1000 Merge branch 'maint-0.4.3' ___ tor-commits mailing list tor-commits@lists.torproject.org https://lists.torp

[tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/1735' into maint-0.4.3

2020-03-12 Thread teor
commit dbadfe75e60b9ad6ddfbb2907de97486534aa8c2 Merge: 3e42004e5 3e8e4af1a Author: teor Date: Fri Mar 13 13:00:58 2020 +1000 Merge remote-tracking branch 'tor-github/pr/1735' into maint-0.4.3 .travis.yml | 64 +++-

[tor-commits] [torspec/master] dir-list: Fix a version typo

2020-03-12 Thread teor
commit f81b1e6cc53b91abb3ae206807bc371fac1b7cbf Author: teor Date: Fri Mar 13 11:21:31 2020 +1000 dir-list: Fix a version typo --- dir-list-spec.txt | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/dir-list-spec.txt b/dir-list-spec.txt index f0dccbb..3557721

[tor-commits] [tor/master] Add a script to install the scripts in scripts/git appropriately.

2020-03-12 Thread teor
commit 78c9ff70529421de2301e4186a0912859548c552 Author: Nick Mathewson Date: Tue Feb 25 14:59:41 2020 -0500 Add a script to install the scripts in scripts/git appropriately. To run this, say something like TOR_DEVTOOL_DIR=~/bin scripts/git/git-install-tools.sh all

<    1   2   3   4   5   6   7   8   9   10   >