[tor-commits] [tor/maint-0.4.4] Merge remote-tracking branch 'tor-gitlab/mr/104' into maint-0.4.4

2020-08-12 Thread asn
commit 8e9edb93be7771e44352c539abdf0b269ac56fab Merge: 1770d1c216 aef9c0f580 Author: George Kadianakis Date: Wed Aug 12 13:23:08 2020 +0300 Merge remote-tracking branch 'tor-gitlab/mr/104' into maint-0.4.4 changes/ticket40081| 6 ++ src/core/or/channel.c | 46

[tor-commits] [tor/master] Remove channel_is_canonical_is_reliable()

2020-08-12 Thread asn
commit 435f31aed34e9b58d1e8d9f460e6d2e3c6714fbc Author: Nick Mathewson Date: Mon Aug 3 11:25:37 2020 -0400 Remove channel_is_canonical_is_reliable() This function once served to let circuits continue to be built over version-1 link connections. But such connections are

[tor-commits] [tor/maint-0.4.4] Remove channel_is_canonical_is_reliable()

2020-08-12 Thread asn
commit 435f31aed34e9b58d1e8d9f460e6d2e3c6714fbc Author: Nick Mathewson Date: Mon Aug 3 11:25:37 2020 -0400 Remove channel_is_canonical_is_reliable() This function once served to let circuits continue to be built over version-1 link connections. But such connections are

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

2020-08-12 Thread asn
commit c591a0d2466cdc644fd82519f6f1ec32da764287 Merge: 2f708079cd 8e9edb93be Author: George Kadianakis Date: Wed Aug 12 13:23:33 2020 +0300 Merge branch 'maint-0.4.4' changes/ticket40081| 6 ++ src/core/or/channel.c | 46 +++---

[tor-commits] [tor/release-0.4.4] Merge branch 'ticket40081_035' into ticket40081_044

2020-08-12 Thread asn
commit aef9c0f5809d2978f16f08ada1f3e482bd4dbb6f Merge: 18d2c7c5d7 435f31aed3 Author: Nick Mathewson Date: Mon Aug 3 11:49:09 2020 -0400 Merge branch 'ticket40081_035' into ticket40081_044 Resolves conflicts: src/core/or/channel.c src/test/test_channel.c

[tor-commits] [tor/release-0.4.4] Merge remote-tracking branch 'tor-gitlab/mr/104' into maint-0.4.4

2020-08-12 Thread asn
commit 8e9edb93be7771e44352c539abdf0b269ac56fab Merge: 1770d1c216 aef9c0f580 Author: George Kadianakis Date: Wed Aug 12 13:23:08 2020 +0300 Merge remote-tracking branch 'tor-gitlab/mr/104' into maint-0.4.4 changes/ticket40081| 6 ++ src/core/or/channel.c | 46

[tor-commits] [tor/maint-0.4.4] Merge branch 'ticket40081_035' into ticket40081_044

2020-08-12 Thread asn
commit aef9c0f5809d2978f16f08ada1f3e482bd4dbb6f Merge: 18d2c7c5d7 435f31aed3 Author: Nick Mathewson Date: Mon Aug 3 11:49:09 2020 -0400 Merge branch 'ticket40081_035' into ticket40081_044 Resolves conflicts: src/core/or/channel.c src/test/test_channel.c

[tor-commits] [tor/master] Merge remote-tracking branch 'tor-gitlab/mr/104' into maint-0.4.4

2020-08-12 Thread asn
commit 8e9edb93be7771e44352c539abdf0b269ac56fab Merge: 1770d1c216 aef9c0f580 Author: George Kadianakis Date: Wed Aug 12 13:23:08 2020 +0300 Merge remote-tracking branch 'tor-gitlab/mr/104' into maint-0.4.4 changes/ticket40081| 6 ++ src/core/or/channel.c | 46

[tor-commits] [tor/release-0.4.4] Remove channel_is_canonical_is_reliable()

2020-08-12 Thread asn
commit 435f31aed34e9b58d1e8d9f460e6d2e3c6714fbc Author: Nick Mathewson Date: Mon Aug 3 11:25:37 2020 -0400 Remove channel_is_canonical_is_reliable() This function once served to let circuits continue to be built over version-1 link connections. But such connections are

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

2020-08-12 Thread asn
commit cce39dd915fd6c98468a2565ba67f6cc0c59f4bf Merge: 48cd932ed1 8e9edb93be Author: George Kadianakis Date: Wed Aug 12 13:23:33 2020 +0300 Merge branch 'maint-0.4.4' into release-0.4.4 changes/ticket40081| 6 ++ src/core/or/channel.c | 46

[tor-commits] [tor/master] Merge branch 'ticket40081_035' into ticket40081_044

2020-08-12 Thread asn
commit aef9c0f5809d2978f16f08ada1f3e482bd4dbb6f Merge: 18d2c7c5d7 435f31aed3 Author: Nick Mathewson Date: Mon Aug 3 11:49:09 2020 -0400 Merge branch 'ticket40081_035' into ticket40081_044 Resolves conflicts: src/core/or/channel.c src/test/test_channel.c

[tor-commits] [tor/maint-0.4.4] Merge remote-tracking branch 'tor-gitlab/mr/107' into maint-0.4.4

2020-08-12 Thread asn
commit 5a1918d7e748c7ef2c95b54e29b171caae30f453 Merge: 8e9edb93be 08de260682 Author: George Kadianakis Date: Wed Aug 12 13:47:34 2020 +0300 Merge remote-tracking branch 'tor-gitlab/mr/107' into maint-0.4.4 changes/bug40083 | 5 + src/feature/relay/relay_periodic.c |

[tor-commits] [tor/master] Launch early reachability tests once a minute, not once a second.

2020-08-12 Thread asn
commit 62361cc6988bba1420f89fe8273b4caf3c96b704 Author: Nick Mathewson Date: Tue Aug 4 12:59:49 2020 -0400 Launch early reachability tests once a minute, not once a second. This fixes bug 40083, which was introduced in 9f31908a in 0.2.8.1-alpha. --- changes/bug40083

[tor-commits] [tor/release-0.4.4] Merge branch 'bug40083_035' into bug40083_042

2020-08-12 Thread asn
commit 08de260682ad32a6410f9d26d58020882d1dd859 Merge: 4e684c8695 62361cc698 Author: Nick Mathewson Date: Tue Aug 4 13:10:16 2020 -0400 Merge branch 'bug40083_035' into bug40083_042 Fixes conflicts due to code movement. changes/bug40083 | 5 +

[tor-commits] [tor/maint-0.4.4] Merge branch 'bug40083_035' into bug40083_042

2020-08-12 Thread asn
commit 08de260682ad32a6410f9d26d58020882d1dd859 Merge: 4e684c8695 62361cc698 Author: Nick Mathewson Date: Tue Aug 4 13:10:16 2020 -0400 Merge branch 'bug40083_035' into bug40083_042 Fixes conflicts due to code movement. changes/bug40083 | 5 +

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

2020-08-12 Thread asn
commit 0b1835be925382d9a508cadb1060e890a39927db Merge: cce39dd915 5a1918d7e7 Author: George Kadianakis Date: Wed Aug 12 13:47:59 2020 +0300 Merge branch 'maint-0.4.4' into release-0.4.4 changes/bug40083 | 5 + src/feature/relay/relay_periodic.c | 5 - 2 files

[tor-commits] [tor/master] Merge remote-tracking branch 'tor-gitlab/mr/107' into maint-0.4.4

2020-08-12 Thread asn
commit 5a1918d7e748c7ef2c95b54e29b171caae30f453 Merge: 8e9edb93be 08de260682 Author: George Kadianakis Date: Wed Aug 12 13:47:34 2020 +0300 Merge remote-tracking branch 'tor-gitlab/mr/107' into maint-0.4.4 changes/bug40083 | 5 + src/feature/relay/relay_periodic.c |

[tor-commits] [tor/master] Merge branch 'bug40083_035' into bug40083_042

2020-08-12 Thread asn
commit 08de260682ad32a6410f9d26d58020882d1dd859 Merge: 4e684c8695 62361cc698 Author: Nick Mathewson Date: Tue Aug 4 13:10:16 2020 -0400 Merge branch 'bug40083_035' into bug40083_042 Fixes conflicts due to code movement. changes/bug40083 | 5 +

[tor-commits] [tor/release-0.4.4] Launch early reachability tests once a minute, not once a second.

2020-08-12 Thread asn
commit 62361cc6988bba1420f89fe8273b4caf3c96b704 Author: Nick Mathewson Date: Tue Aug 4 12:59:49 2020 -0400 Launch early reachability tests once a minute, not once a second. This fixes bug 40083, which was introduced in 9f31908a in 0.2.8.1-alpha. --- changes/bug40083

[tor-commits] [tor/maint-0.4.4] Launch early reachability tests once a minute, not once a second.

2020-08-12 Thread asn
commit 62361cc6988bba1420f89fe8273b4caf3c96b704 Author: Nick Mathewson Date: Tue Aug 4 12:59:49 2020 -0400 Launch early reachability tests once a minute, not once a second. This fixes bug 40083, which was introduced in 9f31908a in 0.2.8.1-alpha. --- changes/bug40083

[tor-commits] [tor/release-0.4.4] Merge remote-tracking branch 'tor-gitlab/mr/107' into maint-0.4.4

2020-08-12 Thread asn
commit 5a1918d7e748c7ef2c95b54e29b171caae30f453 Merge: 8e9edb93be 08de260682 Author: George Kadianakis Date: Wed Aug 12 13:47:34 2020 +0300 Merge remote-tracking branch 'tor-gitlab/mr/107' into maint-0.4.4 changes/bug40083 | 5 + src/feature/relay/relay_periodic.c |

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

2020-08-12 Thread asn
commit 347f87ae9dae72c193b9c22906efea960fe60986 Merge: c591a0d246 5a1918d7e7 Author: George Kadianakis Date: Wed Aug 12 13:47:59 2020 +0300 Merge branch 'maint-0.4.4' changes/bug40083 | 5 + src/feature/relay/relay_periodic.c | 5 - 2 files changed, 9

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

2020-08-12 Thread nickm
commit 16d5201af151e1f8885a8ad3f415477a31ed72da Merge: 0b1835be92 670f5632a5 Author: Nick Mathewson Date: Wed Aug 12 08:40:27 2020 -0400 Merge branch 'maint-0.4.4' into release-0.4.4 .appveyor.yml | 8 1 file changed, 8 deletions(-)

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

2020-08-12 Thread nickm
commit 6ef40144aeacdf13126d61c2686cc470b6c5 Merge: c6c0af403c 8182f1351a Author: Nick Mathewson Date: Wed Aug 12 08:39:41 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 .appveyor.yml | 8 1 file changed, 8 deletions(-)

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

2020-08-12 Thread nickm
commit 6ef40144aeacdf13126d61c2686cc470b6c5 Merge: c6c0af403c 8182f1351a Author: Nick Mathewson Date: Wed Aug 12 08:39:41 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 .appveyor.yml | 8 1 file changed, 8 deletions(-)

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

2020-08-12 Thread nickm
commit 489d33e1903115d952a3f40bcfaa0fd524bc62f8 Merge: 0ec2d1528c 6ef40144ae Author: Nick Mathewson Date: Wed Aug 12 08:39:41 2020 -0400 Merge branch 'maint-0.4.2' into maint-0.4.3 .appveyor.yml | 8 1 file changed, 8 deletions(-)

[tor-commits] [tor/release-0.4.3] CI: Remove VS2015 AppVeyor build.

2020-08-12 Thread nickm
commit 8182f1351a9f48cfb370da4f6fb61bb69732c211 Author: George Kadianakis Date: Wed Aug 12 14:05:21 2020 +0300 CI: Remove VS2015 AppVeyor build. --- .appveyor.yml | 8 1 file changed, 8 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 03cf2f69f6..13d0d116ae 100644

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

2020-08-12 Thread nickm
commit 489d33e1903115d952a3f40bcfaa0fd524bc62f8 Merge: 0ec2d1528c 6ef40144ae Author: Nick Mathewson Date: Wed Aug 12 08:39:41 2020 -0400 Merge branch 'maint-0.4.2' into maint-0.4.3 .appveyor.yml | 8 1 file changed, 8 deletions(-)

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

2020-08-12 Thread nickm
commit 6ef40144aeacdf13126d61c2686cc470b6c5 Merge: c6c0af403c 8182f1351a Author: Nick Mathewson Date: Wed Aug 12 08:39:41 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 .appveyor.yml | 8 1 file changed, 8 deletions(-)

[tor-commits] [tor/release-0.3.5] CI: Remove VS2015 AppVeyor build.

2020-08-12 Thread nickm
commit 8182f1351a9f48cfb370da4f6fb61bb69732c211 Author: George Kadianakis Date: Wed Aug 12 14:05:21 2020 +0300 CI: Remove VS2015 AppVeyor build. --- .appveyor.yml | 8 1 file changed, 8 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 03cf2f69f6..13d0d116ae 100644

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

2020-08-12 Thread nickm
commit 670f5632a54e5ae119e9d92eaebc583aab3fe0d1 Merge: 537be1da33 489d33e190 Author: Nick Mathewson Date: Wed Aug 12 08:40:10 2020 -0400 Merge branch 'maint-0.4.3' into maint-0.4.4 "ours" merge to avoid MR 122 -- we already merged MR 123.

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

2020-08-12 Thread nickm
commit 6753b804e4a0cc00ed511992a5edc2b8c641c166 Merge: c9c9aebedf 6ef40144ae Author: Nick Mathewson Date: Wed Aug 12 08:39:41 2020 -0400 Merge branch 'maint-0.4.2' into release-0.4.2 .appveyor.yml | 8 1 file changed, 8 deletions(-)

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

2020-08-12 Thread nickm
commit 489d33e1903115d952a3f40bcfaa0fd524bc62f8 Merge: 0ec2d1528c 6ef40144ae Author: Nick Mathewson Date: Wed Aug 12 08:39:41 2020 -0400 Merge branch 'maint-0.4.2' into maint-0.4.3 .appveyor.yml | 8 1 file changed, 8 deletions(-)

[tor-commits] [tor/maint-0.4.3] CI: Remove VS2015 AppVeyor build.

2020-08-12 Thread nickm
commit 8182f1351a9f48cfb370da4f6fb61bb69732c211 Author: George Kadianakis Date: Wed Aug 12 14:05:21 2020 +0300 CI: Remove VS2015 AppVeyor build. --- .appveyor.yml | 8 1 file changed, 8 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 03cf2f69f6..13d0d116ae 100644

[tor-commits] [tor/maint-0.4.4] CI: Remove VS2015 AppVeyor build

2020-08-12 Thread nickm
commit 537be1da33b50f5e232f422b23c3d75139dc2530 Author: George Kadianakis Date: Wed Aug 12 14:09:32 2020 +0300 CI: Remove VS2015 AppVeyor build --- .appveyor.yml | 8 1 file changed, 8 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 22268bee97..134a0c49ff 100644

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

2020-08-12 Thread nickm
commit 6ef40144aeacdf13126d61c2686cc470b6c5 Merge: c6c0af403c 8182f1351a Author: Nick Mathewson Date: Wed Aug 12 08:39:41 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 .appveyor.yml | 8 1 file changed, 8 deletions(-)

[tor-commits] [tor/release-0.4.2] CI: Remove VS2015 AppVeyor build.

2020-08-12 Thread nickm
commit 8182f1351a9f48cfb370da4f6fb61bb69732c211 Author: George Kadianakis Date: Wed Aug 12 14:05:21 2020 +0300 CI: Remove VS2015 AppVeyor build. --- .appveyor.yml | 8 1 file changed, 8 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 03cf2f69f6..13d0d116ae 100644

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

2020-08-12 Thread nickm
commit 489d33e1903115d952a3f40bcfaa0fd524bc62f8 Merge: 0ec2d1528c 6ef40144ae Author: Nick Mathewson Date: Wed Aug 12 08:39:41 2020 -0400 Merge branch 'maint-0.4.2' into maint-0.4.3 .appveyor.yml | 8 1 file changed, 8 deletions(-)

[tor-commits] [tor/master] CI: Remove VS2015 AppVeyor build.

2020-08-12 Thread nickm
commit 8182f1351a9f48cfb370da4f6fb61bb69732c211 Author: George Kadianakis Date: Wed Aug 12 14:05:21 2020 +0300 CI: Remove VS2015 AppVeyor build. --- .appveyor.yml | 8 1 file changed, 8 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 03cf2f69f6..13d0d116ae 100644

[tor-commits] [tor/release-0.4.4] CI: Remove VS2015 AppVeyor build.

2020-08-12 Thread nickm
commit 8182f1351a9f48cfb370da4f6fb61bb69732c211 Author: George Kadianakis Date: Wed Aug 12 14:05:21 2020 +0300 CI: Remove VS2015 AppVeyor build. --- .appveyor.yml | 8 1 file changed, 8 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 03cf2f69f6..13d0d116ae 100644

[tor-commits] [tor/maint-0.4.4] CI: Remove VS2015 AppVeyor build.

2020-08-12 Thread nickm
commit 8182f1351a9f48cfb370da4f6fb61bb69732c211 Author: George Kadianakis Date: Wed Aug 12 14:05:21 2020 +0300 CI: Remove VS2015 AppVeyor build. --- .appveyor.yml | 8 1 file changed, 8 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 03cf2f69f6..13d0d116ae 100644

[tor-commits] [tor/maint-0.4.2] CI: Remove VS2015 AppVeyor build.

2020-08-12 Thread nickm
commit 8182f1351a9f48cfb370da4f6fb61bb69732c211 Author: George Kadianakis Date: Wed Aug 12 14:05:21 2020 +0300 CI: Remove VS2015 AppVeyor build. --- .appveyor.yml | 8 1 file changed, 8 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 03cf2f69f6..13d0d116ae 100644

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

2020-08-12 Thread nickm
commit 489d33e1903115d952a3f40bcfaa0fd524bc62f8 Merge: 0ec2d1528c 6ef40144ae Author: Nick Mathewson Date: Wed Aug 12 08:39:41 2020 -0400 Merge branch 'maint-0.4.2' into maint-0.4.3 .appveyor.yml | 8 1 file changed, 8 deletions(-) ___

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

2020-08-12 Thread nickm
commit 670f5632a54e5ae119e9d92eaebc583aab3fe0d1 Merge: 537be1da33 489d33e190 Author: Nick Mathewson Date: Wed Aug 12 08:40:10 2020 -0400 Merge branch 'maint-0.4.3' into maint-0.4.4 "ours" merge to avoid MR 122 -- we already merged MR 123.

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

2020-08-12 Thread nickm
commit 670f5632a54e5ae119e9d92eaebc583aab3fe0d1 Merge: 537be1da33 489d33e190 Author: Nick Mathewson Date: Wed Aug 12 08:40:10 2020 -0400 Merge branch 'maint-0.4.3' into maint-0.4.4 "ours" merge to avoid MR 122 -- we already merged MR 123.

[tor-commits] [tor/release-0.4.4] CI: Remove VS2015 AppVeyor build

2020-08-12 Thread nickm
commit 537be1da33b50f5e232f422b23c3d75139dc2530 Author: George Kadianakis Date: Wed Aug 12 14:09:32 2020 +0300 CI: Remove VS2015 AppVeyor build --- .appveyor.yml | 8 1 file changed, 8 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 22268bee97..134a0c49ff 100644

[tor-commits] [tor/master] CI: Remove VS2015 AppVeyor build

2020-08-12 Thread nickm
commit 537be1da33b50f5e232f422b23c3d75139dc2530 Author: George Kadianakis Date: Wed Aug 12 14:09:32 2020 +0300 CI: Remove VS2015 AppVeyor build --- .appveyor.yml | 8 1 file changed, 8 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 22268bee97..134a0c49ff 100644

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

2020-08-12 Thread nickm
commit 6ef40144aeacdf13126d61c2686cc470b6c5 Merge: c6c0af403c 8182f1351a Author: Nick Mathewson Date: Wed Aug 12 08:39:41 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 .appveyor.yml | 8 1 file changed, 8 deletions(-)

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

2020-08-12 Thread nickm
commit db10d001997a820aa89bdb81def86b42d230faf1 Merge: 347f87ae9d 670f5632a5 Author: Nick Mathewson Date: Wed Aug 12 08:40:27 2020 -0400 Merge branch 'maint-0.4.4' .appveyor.yml | 8 1 file changed, 8 deletions(-) ___ tor-commits

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

2020-08-12 Thread nickm
commit cff2c3d5fa49b733537fb4070db57538c6bab97a Merge: c87a5d7af5 489d33e190 Author: Nick Mathewson Date: Wed Aug 12 08:39:41 2020 -0400 Merge branch 'maint-0.4.3' into release-0.4.3 .appveyor.yml | 8 1 file changed, 8 deletions(-)

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

2020-08-12 Thread nickm
commit 607325122f3c65419f514d49586ae26837d808b6 Merge: 1cefff8581 8182f1351a Author: Nick Mathewson Date: Wed Aug 12 08:39:41 2020 -0400 Merge branch 'maint-0.3.5' into release-0.3.5 .appveyor.yml | 8 1 file changed, 8 deletions(-)

[tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release

2020-08-12 Thread translation
commit b7eb88b94c771950403c7c3caa282de9c6828a3e Author: Translation commit bot Date: Wed Aug 12 12:16:44 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release --- it.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/it.po b/it.po

[tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release

2020-08-12 Thread translation
commit 8c48d5121eb9a83ccb67ae0dc0afe28dead5fcc3 Author: Translation commit bot Date: Wed Aug 12 12:46:40 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release --- it.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it.po b/it.po index

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

2020-08-12 Thread nickm
commit 6ef40144aeacdf13126d61c2686cc470b6c5 Merge: c6c0af403c 8182f1351a Author: Nick Mathewson Date: Wed Aug 12 08:39:41 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 .appveyor.yml | 8 1 file changed, 8 deletions(-)

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

2020-08-12 Thread nickm
commit 6ef40144aeacdf13126d61c2686cc470b6c5 Merge: c6c0af403c 8182f1351a Author: Nick Mathewson Date: Wed Aug 12 08:39:41 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 .appveyor.yml | 8 1 file changed, 8 deletions(-) ___

[tor-commits] [tor/maint-0.3.5] CI: Remove VS2015 AppVeyor build.

2020-08-12 Thread nickm
commit 8182f1351a9f48cfb370da4f6fb61bb69732c211 Author: George Kadianakis Date: Wed Aug 12 14:05:21 2020 +0300 CI: Remove VS2015 AppVeyor build. --- .appveyor.yml | 8 1 file changed, 8 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 03cf2f69f6..13d0d116ae 100644

[tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc

2020-08-12 Thread translation
commit d3525c202fe77e25550d005802061f2e4833626d Author: Translation commit bot Date: Wed Aug 12 12:45:59 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc --- it.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/it.po b/it.po index

[tor-commits] [tor/master] Remove changes files that have also appeared in 0.4.4 releases.

2020-08-12 Thread nickm
commit 06c31b1b79cd0dfac72893bdb5b058aa2d9cbe7a Author: Nick Mathewson Date: Wed Aug 12 08:51:43 2020 -0400 Remove changes files that have also appeared in 0.4.4 releases. --- changes/bug16016| 4 changes/bug27315| 6 -- changes/bug31036| 3 --- changes/bug33119|

[tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc

2020-08-12 Thread translation
commit 5af2b2397790f961858360682c57cf28a4d444ce Author: Translation commit bot Date: Wed Aug 12 12:15:59 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc --- it.po | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/it.po b/it.po

[tor-commits] [snowflake-webext/master] Perform a test for symmetric NATs on startup

2020-08-12 Thread cohosh
commit a2aa6acf51916e6000764dafce7197d6b85420a0 Author: Cecylia Bocovich Date: Tue Aug 4 13:26:23 2020 -0400 Perform a test for symmetric NATs on startup --- init-badge.js | 16 +++- init-webext.js| 12 package.json | 2 +- spec/util.spec.js | 24

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

2020-08-12 Thread nickm
commit 02bb719a9494a010b3cad4cf81942ec7619f5806 Merge: 6ef40144ae f5b9471547 Author: Nick Mathewson Date: Wed Aug 12 12:29:17 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 .gitlab-ci.yml | 36 --- Makefile.am | 2 ++

[tor-commits] [tor/release-0.4.4] CI: Try to enable integration tests, hardening, and clang.

2020-08-12 Thread nickm
commit fe0e62ddc40a59d4f138d53840a2919e9aac7b4d Author: Nick Mathewson Date: Wed Aug 12 09:38:19 2020 -0400 CI: Try to enable integration tests, hardening, and clang. --- .gitlab-ci.yml | 34 +- scripts/ci/ci-driver.sh | 3 +++ 2 files changed, 28

[tor-commits] [tor/release-0.4.3] Try disabling "make all" when checking docs.

2020-08-12 Thread nickm
commit 50b7bd243fdea1ae1ab3ee0c3304d9d39246581c Author: Nick Mathewson Date: Wed Aug 12 11:35:15 2020 -0400 Try disabling "make all" when checking docs. --- .gitlab-ci.yml | 2 +- Makefile.am | 2 ++ scripts/ci/ci-driver.sh | 54

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

2020-08-12 Thread nickm
commit 1b3c206cf3f88792d6a78fc50b263fc145f910ea Merge: 16d5201af1 f98b1988ec Author: Nick Mathewson Date: Wed Aug 12 12:29:17 2020 -0400 Merge branch 'maint-0.4.4' into release-0.4.4 .gitlab-ci.yml | 36 --- Makefile.am | 2 ++

[tor-commits] [tor/release-0.3.5] CI: Try to enable integration tests, hardening, and clang.

2020-08-12 Thread nickm
commit fe0e62ddc40a59d4f138d53840a2919e9aac7b4d Author: Nick Mathewson Date: Wed Aug 12 09:38:19 2020 -0400 CI: Try to enable integration tests, hardening, and clang. --- .gitlab-ci.yml | 34 +- scripts/ci/ci-driver.sh | 3 +++ 2 files changed, 28

[tor-commits] [tor/release-0.4.3] CI: improve output when skipping doxygen

2020-08-12 Thread nickm
commit f5b94715479e9b7bef5675ab72c8b2e260bcb830 Author: Nick Mathewson Date: Wed Aug 12 12:13:56 2020 -0400 CI: improve output when skipping doxygen --- scripts/ci/ci-driver.sh | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git

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

2020-08-12 Thread nickm
commit f98b1988ec5ca1eb3d2923faf43c1df7541efafb Merge: 670f5632a5 309eafbc3c Author: Nick Mathewson Date: Wed Aug 12 12:29:17 2020 -0400 Merge branch 'maint-0.4.3' into maint-0.4.4 .gitlab-ci.yml | 36 --- Makefile.am | 2 ++

[tor-commits] [tor/release-0.4.4] Try disabling "make all" when checking docs.

2020-08-12 Thread nickm
commit 50b7bd243fdea1ae1ab3ee0c3304d9d39246581c Author: Nick Mathewson Date: Wed Aug 12 11:35:15 2020 -0400 Try disabling "make all" when checking docs. --- .gitlab-ci.yml | 2 +- Makefile.am | 2 ++ scripts/ci/ci-driver.sh | 54

[tor-commits] [tor/maint-0.3.5] CI: Try to enable integration tests, hardening, and clang.

2020-08-12 Thread nickm
commit fe0e62ddc40a59d4f138d53840a2919e9aac7b4d Author: Nick Mathewson Date: Wed Aug 12 09:38:19 2020 -0400 CI: Try to enable integration tests, hardening, and clang. --- .gitlab-ci.yml | 34 +- scripts/ci/ci-driver.sh | 3 +++ 2 files changed, 28

[tor-commits] [tor/maint-0.4.4] CI: improve output when skipping doxygen

2020-08-12 Thread nickm
commit f5b94715479e9b7bef5675ab72c8b2e260bcb830 Author: Nick Mathewson Date: Wed Aug 12 12:13:56 2020 -0400 CI: improve output when skipping doxygen --- scripts/ci/ci-driver.sh | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git

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

2020-08-12 Thread nickm
commit 02bb719a9494a010b3cad4cf81942ec7619f5806 Merge: 6ef40144ae f5b9471547 Author: Nick Mathewson Date: Wed Aug 12 12:29:17 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 .gitlab-ci.yml | 36 --- Makefile.am | 2 ++

[tor-commits] [tor/maint-0.4.3] Try disabling "make all" when checking docs.

2020-08-12 Thread nickm
commit 50b7bd243fdea1ae1ab3ee0c3304d9d39246581c Author: Nick Mathewson Date: Wed Aug 12 11:35:15 2020 -0400 Try disabling "make all" when checking docs. --- .gitlab-ci.yml | 2 +- Makefile.am | 2 ++ scripts/ci/ci-driver.sh | 54

[tor-commits] [tor/release-0.4.2] CI: Try to enable integration tests, hardening, and clang.

2020-08-12 Thread nickm
commit fe0e62ddc40a59d4f138d53840a2919e9aac7b4d Author: Nick Mathewson Date: Wed Aug 12 09:38:19 2020 -0400 CI: Try to enable integration tests, hardening, and clang. --- .gitlab-ci.yml | 34 +- scripts/ci/ci-driver.sh | 3 +++ 2 files changed, 28

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

2020-08-12 Thread nickm
commit 02bb719a9494a010b3cad4cf81942ec7619f5806 Merge: 6ef40144ae f5b9471547 Author: Nick Mathewson Date: Wed Aug 12 12:29:17 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 .gitlab-ci.yml | 36 --- Makefile.am | 2 ++

[tor-commits] [tor/maint-0.4.2] CI: Try to enable integration tests, hardening, and clang.

2020-08-12 Thread nickm
commit fe0e62ddc40a59d4f138d53840a2919e9aac7b4d Author: Nick Mathewson Date: Wed Aug 12 09:38:19 2020 -0400 CI: Try to enable integration tests, hardening, and clang. --- .gitlab-ci.yml | 34 +- scripts/ci/ci-driver.sh | 3 +++ 2 files changed, 28

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

2020-08-12 Thread nickm
commit 02bb719a9494a010b3cad4cf81942ec7619f5806 Merge: 6ef40144ae f5b9471547 Author: Nick Mathewson Date: Wed Aug 12 12:29:17 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 .gitlab-ci.yml | 36 --- Makefile.am | 2 ++

[tor-commits] [tor/maint-0.4.3] CI: improve output when skipping doxygen

2020-08-12 Thread nickm
commit f5b94715479e9b7bef5675ab72c8b2e260bcb830 Author: Nick Mathewson Date: Wed Aug 12 12:13:56 2020 -0400 CI: improve output when skipping doxygen --- scripts/ci/ci-driver.sh | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git

[tor-commits] [tor/maint-0.4.4] CI: Try to enable integration tests, hardening, and clang.

2020-08-12 Thread nickm
commit fe0e62ddc40a59d4f138d53840a2919e9aac7b4d Author: Nick Mathewson Date: Wed Aug 12 09:38:19 2020 -0400 CI: Try to enable integration tests, hardening, and clang. --- .gitlab-ci.yml | 34 +- scripts/ci/ci-driver.sh | 3 +++ 2 files changed, 28

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

2020-08-12 Thread nickm
commit 309eafbc3c0064a670f5f4b11c3639f7ade6229b Merge: 489d33e190 02bb719a94 Author: Nick Mathewson Date: Wed Aug 12 12:29:17 2020 -0400 Merge branch 'maint-0.4.2' into maint-0.4.3 .gitlab-ci.yml | 36 --- Makefile.am | 2 ++

[tor-commits] [tor/maint-0.4.3] CI: Try to enable integration tests, hardening, and clang.

2020-08-12 Thread nickm
commit fe0e62ddc40a59d4f138d53840a2919e9aac7b4d Author: Nick Mathewson Date: Wed Aug 12 09:38:19 2020 -0400 CI: Try to enable integration tests, hardening, and clang. --- .gitlab-ci.yml | 34 +- scripts/ci/ci-driver.sh | 3 +++ 2 files changed, 28

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

2020-08-12 Thread nickm
commit 309eafbc3c0064a670f5f4b11c3639f7ade6229b Merge: 489d33e190 02bb719a94 Author: Nick Mathewson Date: Wed Aug 12 12:29:17 2020 -0400 Merge branch 'maint-0.4.2' into maint-0.4.3 .gitlab-ci.yml | 36 --- Makefile.am | 2 ++

[tor-commits] [tor/master] Try disabling "make all" when checking docs.

2020-08-12 Thread nickm
commit 50b7bd243fdea1ae1ab3ee0c3304d9d39246581c Author: Nick Mathewson Date: Wed Aug 12 11:35:15 2020 -0400 Try disabling "make all" when checking docs. --- .gitlab-ci.yml | 2 +- Makefile.am | 2 ++ scripts/ci/ci-driver.sh | 54

[tor-commits] [tor/maint-0.4.2] Try disabling "make all" when checking docs.

2020-08-12 Thread nickm
commit 50b7bd243fdea1ae1ab3ee0c3304d9d39246581c Author: Nick Mathewson Date: Wed Aug 12 11:35:15 2020 -0400 Try disabling "make all" when checking docs. --- .gitlab-ci.yml | 2 +- Makefile.am | 2 ++ scripts/ci/ci-driver.sh | 54

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

2020-08-12 Thread nickm
commit ac5a06d42c0eed5686d7d63efc2610a8b2420a14 Merge: 607325122f f5b9471547 Author: Nick Mathewson Date: Wed Aug 12 12:29:17 2020 -0400 Merge branch 'maint-0.3.5' into release-0.3.5 .gitlab-ci.yml | 36 --- Makefile.am | 2 ++

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

2020-08-12 Thread nickm
commit 02bb719a9494a010b3cad4cf81942ec7619f5806 Merge: 6ef40144ae f5b9471547 Author: Nick Mathewson Date: Wed Aug 12 12:29:17 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 .gitlab-ci.yml | 36 --- Makefile.am | 2 ++

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

2020-08-12 Thread nickm
commit f98b1988ec5ca1eb3d2923faf43c1df7541efafb Merge: 670f5632a5 309eafbc3c Author: Nick Mathewson Date: Wed Aug 12 12:29:17 2020 -0400 Merge branch 'maint-0.4.3' into maint-0.4.4 .gitlab-ci.yml | 36 --- Makefile.am | 2 ++

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

2020-08-12 Thread nickm
commit 309eafbc3c0064a670f5f4b11c3639f7ade6229b Merge: 489d33e190 02bb719a94 Author: Nick Mathewson Date: Wed Aug 12 12:29:17 2020 -0400 Merge branch 'maint-0.4.2' into maint-0.4.3 .gitlab-ci.yml | 36 --- Makefile.am | 2 ++

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

2020-08-12 Thread nickm
commit 02bb719a9494a010b3cad4cf81942ec7619f5806 Merge: 6ef40144ae f5b9471547 Author: Nick Mathewson Date: Wed Aug 12 12:29:17 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 .gitlab-ci.yml | 36 --- Makefile.am | 2 ++

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

2020-08-12 Thread nickm
commit f98b1988ec5ca1eb3d2923faf43c1df7541efafb Merge: 670f5632a5 309eafbc3c Author: Nick Mathewson Date: Wed Aug 12 12:29:17 2020 -0400 Merge branch 'maint-0.4.3' into maint-0.4.4 .gitlab-ci.yml | 36 --- Makefile.am | 2 ++

[tor-commits] [tor/release-0.3.5] Try disabling "make all" when checking docs.

2020-08-12 Thread nickm
commit 50b7bd243fdea1ae1ab3ee0c3304d9d39246581c Author: Nick Mathewson Date: Wed Aug 12 11:35:15 2020 -0400 Try disabling "make all" when checking docs. --- .gitlab-ci.yml | 2 +- Makefile.am | 2 ++ scripts/ci/ci-driver.sh | 54

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

2020-08-12 Thread nickm
commit 309eafbc3c0064a670f5f4b11c3639f7ade6229b Merge: 489d33e190 02bb719a94 Author: Nick Mathewson Date: Wed Aug 12 12:29:17 2020 -0400 Merge branch 'maint-0.4.2' into maint-0.4.3 .gitlab-ci.yml | 36 --- Makefile.am | 2 ++

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

2020-08-12 Thread nickm
commit b6fb925e99945b40573a96e469117ed2bf9e884f Merge: 6753b804e4 02bb719a94 Author: Nick Mathewson Date: Wed Aug 12 12:29:17 2020 -0400 Merge branch 'maint-0.4.2' into release-0.4.2 .gitlab-ci.yml | 36 --- Makefile.am | 2 ++

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

2020-08-12 Thread nickm
commit 309eafbc3c0064a670f5f4b11c3639f7ade6229b Merge: 489d33e190 02bb719a94 Author: Nick Mathewson Date: Wed Aug 12 12:29:17 2020 -0400 Merge branch 'maint-0.4.2' into maint-0.4.3 .gitlab-ci.yml | 36 --- Makefile.am | 2 ++

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

2020-08-12 Thread nickm
commit 11f1fe3aca08c19ab07d9380c1bd47678c99abc4 Merge: 06c31b1b79 f98b1988ec Author: Nick Mathewson Date: Wed Aug 12 12:29:17 2020 -0400 Merge branch 'maint-0.4.4' .gitlab-ci.yml | 36 --- Makefile.am | 2 ++ scripts/ci/ci-driver.sh | 77

[tor-commits] [tor/maint-0.3.5] CI: improve output when skipping doxygen

2020-08-12 Thread nickm
commit f5b94715479e9b7bef5675ab72c8b2e260bcb830 Author: Nick Mathewson Date: Wed Aug 12 12:13:56 2020 -0400 CI: improve output when skipping doxygen --- scripts/ci/ci-driver.sh | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git

[tor-commits] [tor/master] CI: improve output when skipping doxygen

2020-08-12 Thread nickm
commit f5b94715479e9b7bef5675ab72c8b2e260bcb830 Author: Nick Mathewson Date: Wed Aug 12 12:13:56 2020 -0400 CI: improve output when skipping doxygen --- scripts/ci/ci-driver.sh | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git

[tor-commits] [tor/maint-0.3.5] Try disabling "make all" when checking docs.

2020-08-12 Thread nickm
commit 50b7bd243fdea1ae1ab3ee0c3304d9d39246581c Author: Nick Mathewson Date: Wed Aug 12 11:35:15 2020 -0400 Try disabling "make all" when checking docs. --- .gitlab-ci.yml | 2 +- Makefile.am | 2 ++ scripts/ci/ci-driver.sh | 54

[tor-commits] [tor/maint-0.4.2] CI: improve output when skipping doxygen

2020-08-12 Thread nickm
commit f5b94715479e9b7bef5675ab72c8b2e260bcb830 Author: Nick Mathewson Date: Wed Aug 12 12:13:56 2020 -0400 CI: improve output when skipping doxygen --- scripts/ci/ci-driver.sh | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git

[tor-commits] [tor/maint-0.4.4] Try disabling "make all" when checking docs.

2020-08-12 Thread nickm
commit 50b7bd243fdea1ae1ab3ee0c3304d9d39246581c Author: Nick Mathewson Date: Wed Aug 12 11:35:15 2020 -0400 Try disabling "make all" when checking docs. --- .gitlab-ci.yml | 2 +- Makefile.am | 2 ++ scripts/ci/ci-driver.sh | 54

[tor-commits] [tor/release-0.3.5] CI: improve output when skipping doxygen

2020-08-12 Thread nickm
commit f5b94715479e9b7bef5675ab72c8b2e260bcb830 Author: Nick Mathewson Date: Wed Aug 12 12:13:56 2020 -0400 CI: improve output when skipping doxygen --- scripts/ci/ci-driver.sh | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git

  1   2   >