[tor-commits] [tor/maint-0.3.5] address.c: add a single (harmless) missing break;

2020-05-06 Thread nickm
commit 8798c0a94a9cd5ac24fed349da37f8e8dc8f64fd Author: Nick Mathewson Date: Wed May 6 10:42:17 2020 -0400 address.c: add a single (harmless) missing break; --- src/lib/net/address.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/net/address.c b/src/lib/net/address.c index

[tor-commits] [tor/maint-0.4.1] Replace a "fall through" comment that was outside a switch.

2020-05-06 Thread nickm
commit 75547c01a37c65398f8d31ee9cb38d865119cd28 Author: Nick Mathewson Date: Wed May 6 10:32:35 2020 -0400 Replace a "fall through" comment that was outside a switch. --- src/feature/dirauth/keypin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2020-05-06 Thread nickm
commit 3e42464f5a6f8fac7651bad05f180cc1ed2ca51d Merge: a02e86664 3d3641152 Author: Nick Mathewson Date: Wed May 6 15:18:36 2020 -0400 Merge branch 'bug34078_prelim_035' into bug34078_prelim_041 configure.ac | 16 src/core/proto/proto_socks.c

[tor-commits] [tor/maint-0.4.1] Replace some "fall through" comments not at the end of a case.

2020-05-06 Thread nickm
commit 9fe23b8672fdc4da64a99acf55b47193375b9562 Author: Nick Mathewson Date: Wed May 6 10:35:36 2020 -0400 Replace some "fall through" comments not at the end of a case. --- src/core/proto/proto_socks.c | 5 - src/feature/relay/dns.c | 2 +- 2 files changed, 5 insertions(+), 2

[tor-commits] [tor/maint-0.4.2] Add a fallthrough macro.

2020-05-06 Thread nickm
commit 6c3c94357c196681ceda773425e18161da8cfdef Author: Nick Mathewson Date: Wed May 6 10:24:21 2020 -0400 Add a fallthrough macro. This macro defers to __attribute__((fallthrough)) on GCC (and clang). Previously we had been using GCC's magic /* fallthrough */ comments,

[tor-commits] [tor/maint-0.4.1] Add a fallthrough macro.

2020-05-06 Thread nickm
commit 6c3c94357c196681ceda773425e18161da8cfdef Author: Nick Mathewson Date: Wed May 6 10:24:21 2020 -0400 Add a fallthrough macro. This macro defers to __attribute__((fallthrough)) on GCC (and clang). Previously we had been using GCC's magic /* fallthrough */ comments,

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

2020-05-06 Thread nickm
commit 78a72f8196505e28a5a823f24fdb74f36dc26845 Merge: d380acaec 3d3641152 Author: Nick Mathewson Date: Wed May 6 16:46:31 2020 -0400 Merge branch 'bug34078_prelim_035' into maint-0.3.5 configure.ac| 16 src/core/proto/proto_socks.c| 5

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

2020-05-06 Thread nickm
commit 28f453c4764962394bf0cd3a314b2b60af7ee1b4 Merge: 104130609 78a72f819 Author: Nick Mathewson Date: Wed May 6 16:47:03 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.1 ___ tor-commits mailing list tor-commits@lists.torproject.org

[tor-commits] [tor/maint-0.3.5] Replace a "fall through" comment that was outside a switch.

2020-05-06 Thread nickm
commit 75547c01a37c65398f8d31ee9cb38d865119cd28 Author: Nick Mathewson Date: Wed May 6 10:32:35 2020 -0400 Replace a "fall through" comment that was outside a switch. --- src/feature/dirauth/keypin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2020-05-06 Thread nickm
commit 1041306092e978f6b028693e7893470bff1c61f9 Merge: a02e86664 3e42464f5 Author: Nick Mathewson Date: Wed May 6 16:46:52 2020 -0400 Merge branch 'bug34078_prelim_041' into maint-0.4.1 configure.ac | 16 src/core/proto/proto_socks.c |

[tor-commits] [tor/maint-0.4.2] address.c: add a single (harmless) missing break;

2020-05-06 Thread nickm
commit 8798c0a94a9cd5ac24fed349da37f8e8dc8f64fd Author: Nick Mathewson Date: Wed May 6 10:42:17 2020 -0400 address.c: add a single (harmless) missing break; --- src/lib/net/address.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/net/address.c b/src/lib/net/address.c index

[tor-commits] [tor/maint-0.4.2] Replace a "fall through" comment that was outside a switch.

2020-05-06 Thread nickm
commit 75547c01a37c65398f8d31ee9cb38d865119cd28 Author: Nick Mathewson Date: Wed May 6 10:32:35 2020 -0400 Replace a "fall through" comment that was outside a switch. --- src/feature/dirauth/keypin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [tor/maint-0.4.3] Remove an incorrect "Fall through" comment.

2020-05-06 Thread nickm
commit 3d3641152b5d8a4bf8587dec640bda3d440b7c36 Author: Nick Mathewson Date: Wed May 6 14:47:38 2020 -0400 Remove an incorrect "Fall through" comment. --- src/lib/crypt_ops/crypto_digest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [tor/maint-0.4.3] Add a fallthrough macro.

2020-05-06 Thread nickm
commit 6c3c94357c196681ceda773425e18161da8cfdef Author: Nick Mathewson Date: Wed May 6 10:24:21 2020 -0400 Add a fallthrough macro. This macro defers to __attribute__((fallthrough)) on GCC (and clang). Previously we had been using GCC's magic /* fallthrough */ comments,

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

2020-05-06 Thread nickm
commit 1041306092e978f6b028693e7893470bff1c61f9 Merge: a02e86664 3e42464f5 Author: Nick Mathewson Date: Wed May 6 16:46:52 2020 -0400 Merge branch 'bug34078_prelim_041' into maint-0.4.1 configure.ac | 16 src/core/proto/proto_socks.c |

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

2020-05-06 Thread nickm
commit 28f453c4764962394bf0cd3a314b2b60af7ee1b4 Merge: 104130609 78a72f819 Author: Nick Mathewson Date: Wed May 6 16:47:03 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.1 ___ tor-commits mailing list tor-commits@lists.torproject.org

[tor-commits] [tor/maint-0.4.2] Replace some "fall through" comments not at the end of a case.

2020-05-06 Thread nickm
commit 9fe23b8672fdc4da64a99acf55b47193375b9562 Author: Nick Mathewson Date: Wed May 6 10:35:36 2020 -0400 Replace some "fall through" comments not at the end of a case. --- src/core/proto/proto_socks.c | 5 - src/feature/relay/dns.c | 2 +- 2 files changed, 5 insertions(+), 2

[tor-commits] [tor/maint-0.4.3] Replace some "fall through" comments not at the end of a case.

2020-05-06 Thread nickm
commit 9fe23b8672fdc4da64a99acf55b47193375b9562 Author: Nick Mathewson Date: Wed May 6 10:35:36 2020 -0400 Replace some "fall through" comments not at the end of a case. --- src/core/proto/proto_socks.c | 5 - src/feature/relay/dns.c | 2 +- 2 files changed, 5 insertions(+), 2

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

2020-05-06 Thread nickm
commit 1041306092e978f6b028693e7893470bff1c61f9 Merge: a02e86664 3e42464f5 Author: Nick Mathewson Date: Wed May 6 16:46:52 2020 -0400 Merge branch 'bug34078_prelim_041' into maint-0.4.1 configure.ac | 16 src/core/proto/proto_socks.c |

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

2020-05-06 Thread nickm
commit d04b708b4bd47ee8df6796f19b25f558b2b18e91 Merge: bbfc498e2 28f453c47 Author: Nick Mathewson Date: Wed May 6 16:47:03 2020 -0400 Merge branch 'maint-0.4.1' into maint-0.4.2 configure.ac | 16 src/core/proto/proto_socks.c | 5 -

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

2020-05-06 Thread nickm
commit 3e42464f5a6f8fac7651bad05f180cc1ed2ca51d Merge: a02e86664 3d3641152 Author: Nick Mathewson Date: Wed May 6 15:18:36 2020 -0400 Merge branch 'bug34078_prelim_035' into bug34078_prelim_041 configure.ac | 16 src/core/proto/proto_socks.c

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

2020-05-06 Thread nickm
commit 78a72f8196505e28a5a823f24fdb74f36dc26845 Merge: d380acaec 3d3641152 Author: Nick Mathewson Date: Wed May 6 16:46:31 2020 -0400 Merge branch 'bug34078_prelim_035' into maint-0.3.5 configure.ac| 16 src/core/proto/proto_socks.c| 5

[tor-commits] [tor/master] Merge branch 'bug34078_prelim_035' into bug34078_prelim_041

2020-05-06 Thread nickm
commit 3e42464f5a6f8fac7651bad05f180cc1ed2ca51d Merge: a02e86664 3d3641152 Author: Nick Mathewson Date: Wed May 6 15:18:36 2020 -0400 Merge branch 'bug34078_prelim_035' into bug34078_prelim_041 configure.ac | 16 src/core/proto/proto_socks.c

[tor-commits] [tor/master] address.c: add a single (harmless) missing break;

2020-05-06 Thread nickm
commit 8798c0a94a9cd5ac24fed349da37f8e8dc8f64fd Author: Nick Mathewson Date: Wed May 6 10:42:17 2020 -0400 address.c: add a single (harmless) missing break; --- src/lib/net/address.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/net/address.c b/src/lib/net/address.c index

[tor-commits] [tor/maint-0.4.3] include compat_compiler for ed25519_donna

2020-05-06 Thread nickm
commit 37b8324ed3147e184567ab23ac507ba68837093d Author: Nick Mathewson Date: Wed May 6 10:38:59 2020 -0400 include compat_compiler for ed25519_donna --- src/ext/ed25519/donna/ed25519_tor.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[tor-commits] [tor/maint-0.4.3] Replace a "fall through" comment that was outside a switch.

2020-05-06 Thread nickm
commit 75547c01a37c65398f8d31ee9cb38d865119cd28 Author: Nick Mathewson Date: Wed May 6 10:32:35 2020 -0400 Replace a "fall through" comment that was outside a switch. --- src/feature/dirauth/keypin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [tor/maint-0.4.2] include compat_compiler for ed25519_donna

2020-05-06 Thread nickm
commit 37b8324ed3147e184567ab23ac507ba68837093d Author: Nick Mathewson Date: Wed May 6 10:38:59 2020 -0400 include compat_compiler for ed25519_donna --- src/ext/ed25519/donna/ed25519_tor.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[tor-commits] [tor/maint-0.4.3] address.c: add a single (harmless) missing break;

2020-05-06 Thread nickm
commit 8798c0a94a9cd5ac24fed349da37f8e8dc8f64fd Author: Nick Mathewson Date: Wed May 6 10:42:17 2020 -0400 address.c: add a single (harmless) missing break; --- src/lib/net/address.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/net/address.c b/src/lib/net/address.c index

[tor-commits] [tor/master] Replace some "fall through" comments not at the end of a case.

2020-05-06 Thread nickm
commit 9fe23b8672fdc4da64a99acf55b47193375b9562 Author: Nick Mathewson Date: Wed May 6 10:35:36 2020 -0400 Replace some "fall through" comments not at the end of a case. --- src/core/proto/proto_socks.c | 5 - src/feature/relay/dns.c | 2 +- 2 files changed, 5 insertions(+), 2

[tor-commits] [tor/maint-0.4.2] Remove an incorrect "Fall through" comment.

2020-05-06 Thread nickm
commit 3d3641152b5d8a4bf8587dec640bda3d440b7c36 Author: Nick Mathewson Date: Wed May 6 14:47:38 2020 -0400 Remove an incorrect "Fall through" comment. --- src/lib/crypt_ops/crypto_digest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [tor/master] Remove an incorrect "Fall through" comment.

2020-05-06 Thread nickm
commit 3d3641152b5d8a4bf8587dec640bda3d440b7c36 Author: Nick Mathewson Date: Wed May 6 14:47:38 2020 -0400 Remove an incorrect "Fall through" comment. --- src/lib/crypt_ops/crypto_digest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2020-05-06 Thread nickm
commit 28f453c4764962394bf0cd3a314b2b60af7ee1b4 Merge: 104130609 78a72f819 Author: Nick Mathewson Date: Wed May 6 16:47:03 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.1 ___ tor-commits mailing list tor-commits@lists.torproject.org

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

2020-05-06 Thread nickm
commit 78a72f8196505e28a5a823f24fdb74f36dc26845 Merge: d380acaec 3d3641152 Author: Nick Mathewson Date: Wed May 6 16:46:31 2020 -0400 Merge branch 'bug34078_prelim_035' into maint-0.3.5 configure.ac| 16 src/core/proto/proto_socks.c| 5

[tor-commits] [tor/maint-0.3.5] Remove an incorrect "Fall through" comment.

2020-05-06 Thread nickm
commit 3d3641152b5d8a4bf8587dec640bda3d440b7c36 Author: Nick Mathewson Date: Wed May 6 14:47:38 2020 -0400 Remove an incorrect "Fall through" comment. --- src/lib/crypt_ops/crypto_digest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [tor/maint-0.4.1] address.c: add a single (harmless) missing break;

2020-05-06 Thread nickm
commit 8798c0a94a9cd5ac24fed349da37f8e8dc8f64fd Author: Nick Mathewson Date: Wed May 6 10:42:17 2020 -0400 address.c: add a single (harmless) missing break; --- src/lib/net/address.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/net/address.c b/src/lib/net/address.c index

[tor-commits] [tor/maint-0.4.1] include compat_compiler for ed25519_donna

2020-05-06 Thread nickm
commit 37b8324ed3147e184567ab23ac507ba68837093d Author: Nick Mathewson Date: Wed May 6 10:38:59 2020 -0400 include compat_compiler for ed25519_donna --- src/ext/ed25519/donna/ed25519_tor.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[tor-commits] [tor/maint-0.4.1] Remove an incorrect "Fall through" comment.

2020-05-06 Thread nickm
commit 3d3641152b5d8a4bf8587dec640bda3d440b7c36 Author: Nick Mathewson Date: Wed May 6 14:47:38 2020 -0400 Remove an incorrect "Fall through" comment. --- src/lib/crypt_ops/crypto_digest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [tor/maint-0.3.5] Replace some "fall through" comments not at the end of a case.

2020-05-06 Thread nickm
commit 9fe23b8672fdc4da64a99acf55b47193375b9562 Author: Nick Mathewson Date: Wed May 6 10:35:36 2020 -0400 Replace some "fall through" comments not at the end of a case. --- src/core/proto/proto_socks.c | 5 - src/feature/relay/dns.c | 2 +- 2 files changed, 5 insertions(+), 2

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

2020-05-06 Thread nickm
commit 78a72f8196505e28a5a823f24fdb74f36dc26845 Merge: d380acaec 3d3641152 Author: Nick Mathewson Date: Wed May 6 16:46:31 2020 -0400 Merge branch 'bug34078_prelim_035' into maint-0.3.5 configure.ac| 16 src/core/proto/proto_socks.c| 5

[tor-commits] [tor/maint-0.3.5] include compat_compiler for ed25519_donna

2020-05-06 Thread nickm
commit 37b8324ed3147e184567ab23ac507ba68837093d Author: Nick Mathewson Date: Wed May 6 10:38:59 2020 -0400 include compat_compiler for ed25519_donna --- src/ext/ed25519/donna/ed25519_tor.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[tor-commits] [tor/maint-0.3.5] Add a fallthrough macro.

2020-05-06 Thread nickm
commit 6c3c94357c196681ceda773425e18161da8cfdef Author: Nick Mathewson Date: Wed May 6 10:24:21 2020 -0400 Add a fallthrough macro. This macro defers to __attribute__((fallthrough)) on GCC (and clang). Previously we had been using GCC's magic /* fallthrough */ comments,

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

2020-05-06 Thread nickm
commit dd0ee016e9e386410c374d0dd421f5683ec8476e Merge: 28f453c47 cc397449f Author: Nick Mathewson Date: Wed May 6 16:51:33 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.1 This is an "ours" merge to avoid taking the 0.3.5 fix for 34078.

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

2020-05-06 Thread nickm
commit f954514b376e6edbe8b1faba0726bdb46acf7729 Merge: d04b708b4 79ff2b6aa Author: Nick Mathewson Date: Wed May 6 16:53:06 2020 -0400 Merge branch 'maint-0.4.1' into maint-0.4.2 This is an "ours" merge to avoid taking the 0.4.1 version of the 34078 fix.

[tor-commits] [tor/release-0.4.1] changes file for bug 34078.

2020-05-06 Thread nickm
commit dd795fbee4c7ec8ec6ecfed46d25551bc1164921 Author: Nick Mathewson Date: Wed May 6 16:58:06 2020 -0400 changes file for bug 34078. --- changes/bug34078 | 5 + 1 file changed, 5 insertions(+) diff --git a/changes/bug34078 b/changes/bug34078 new file mode 100644 index

[tor-commits] [tor/release-0.4.2] changes file for bug 34078.

2020-05-06 Thread nickm
commit dd795fbee4c7ec8ec6ecfed46d25551bc1164921 Author: Nick Mathewson Date: Wed May 6 16:58:06 2020 -0400 changes file for bug 34078. --- changes/bug34078 | 5 + 1 file changed, 5 insertions(+) diff --git a/changes/bug34078 b/changes/bug34078 new file mode 100644 index

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

2020-05-06 Thread nickm
commit d46f67ef0e840760494e3411a00d13c6a35e7427 Merge: 28ac17f43 633366efc Author: Nick Mathewson Date: Wed May 6 16:58:12 2020 -0400 Merge branch 'maint-0.4.1' into maint-0.4.2 changes/bug34078 | 5 + 1 file changed, 5 insertions(+) ___

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

2020-05-06 Thread nickm
commit ab92fd5907c9d8fed647d22cb923a9175a28ba33 Merge: 6b0839215 b16c1e4cf Author: Nick Mathewson Date: Wed May 6 17:18:46 2020 -0400 Merge branch 'maint-0.4.2' into release-0.4.2 src/feature/control/btrack_orconn_cevent.c | 1 + 1 file changed, 1 insertion(+)

[tor-commits] [tor/release-0.4.1] Use __attribute__((fallthrough)) rather than magic GCC comments.

2020-05-06 Thread nickm
commit 79ff2b6aab13011197e8342763de3cae48700dfb Author: Nick Mathewson Date: Wed May 6 10:45:48 2020 -0400 Use __attribute__((fallthrough)) rather than magic GCC comments. GCC added an implicit-fallthrough warning a while back, where it would complain if you had a nontrivial

[tor-commits] [tor/release-0.4.1] Use __attribute__((fallthrough)) rather than magic GCC comments.

2020-05-06 Thread nickm
commit cc397449fca8fb1559db3a790dffcd1e8046e86b Author: Nick Mathewson Date: Wed May 6 10:45:48 2020 -0400 Use __attribute__((fallthrough)) rather than magic GCC comments. GCC added an implicit-fallthrough warning a while back, where it would complain if you had a nontrivial

[tor-commits] [tor/release-0.4.2] Use __attribute__((fallthrough)) rather than magic GCC comments.

2020-05-06 Thread nickm
commit cc397449fca8fb1559db3a790dffcd1e8046e86b Author: Nick Mathewson Date: Wed May 6 10:45:48 2020 -0400 Use __attribute__((fallthrough)) rather than magic GCC comments. GCC added an implicit-fallthrough warning a while back, where it would complain if you had a nontrivial

[tor-commits] [tor/release-0.3.5] changes file for bug 34078.

2020-05-06 Thread nickm
commit dd795fbee4c7ec8ec6ecfed46d25551bc1164921 Author: Nick Mathewson Date: Wed May 6 16:58:06 2020 -0400 changes file for bug 34078. --- changes/bug34078 | 5 + 1 file changed, 5 insertions(+) diff --git a/changes/bug34078 b/changes/bug34078 new file mode 100644 index

[tor-commits] [tor/release-0.3.5] Use __attribute__((fallthrough)) rather than magic GCC comments.

2020-05-06 Thread nickm
commit cc397449fca8fb1559db3a790dffcd1e8046e86b Author: Nick Mathewson Date: Wed May 6 10:45:48 2020 -0400 Use __attribute__((fallthrough)) rather than magic GCC comments. GCC added an implicit-fallthrough warning a while back, where it would complain if you had a nontrivial

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

2020-05-06 Thread nickm
commit 3a785dd5beeaadcd4205f24d6949fdbbdfb5651e Merge: e39b35f1d b444096be Author: Nick Mathewson Date: Wed May 6 17:17:19 2020 -0400 Merge branch 'maint-0.4.3' changes/bug34131 | 4 src/core/or/connection_edge.c | 6 --

[tor-commits] [tor/release-0.4.2] Use __attribute__((fallthrough)) rather than magic GCC comments.

2020-05-06 Thread nickm
commit 79ff2b6aab13011197e8342763de3cae48700dfb Author: Nick Mathewson Date: Wed May 6 10:45:48 2020 -0400 Use __attribute__((fallthrough)) rather than magic GCC comments. GCC added an implicit-fallthrough warning a while back, where it would complain if you had a nontrivial

[tor-commits] [tor/master] Fix a boolean logic error when logging about invalid hostnames.

2020-05-06 Thread nickm
commit b444096be5ac509be1b2b68dc8e18ca1f558fef5 Author: Nick Mathewson Date: Wed May 6 17:15:37 2020 -0400 Fix a boolean logic error when logging about invalid hostnames. Fixes bug 34131; bugfix on 0.4.3.1-alpha. --- changes/bug34131 | 4

[tor-commits] [tor/release-0.4.2] Use __attribute__((fallthrough)) rather than magic GCC comments.

2020-05-06 Thread nickm
commit 28ac17f433d954355494989983005498c7fe9292 Author: Nick Mathewson Date: Wed May 6 10:45:48 2020 -0400 Use __attribute__((fallthrough)) rather than magic GCC comments. GCC added an implicit-fallthrough warning a while back, where it would complain if you had a nontrivial

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

2020-05-06 Thread nickm
commit a1365b91ff43e6e520b9a881f720767418daccf6 Merge: 2cd1c0765 28ac17f43 Author: Nick Mathewson Date: Wed May 6 16:54:12 2020 -0400 Merge branch 'maint-0.4.2' into maint-0.4.3 This is an "ours" merge to avoid taking the maint-0.4.2 version of the 34078 fix.

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

2020-05-06 Thread nickm
commit 633366efcd24e2221528c378d87f66fe35736f99 Merge: 79ff2b6aa dd795fbee Author: Nick Mathewson Date: Wed May 6 16:58:12 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.1 changes/bug34078 | 5 + 1 file changed, 5 insertions(+) ___

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

2020-05-06 Thread nickm
commit 72c9d6dbf7b6396326dcd3f7cd8a144868a64e57 Merge: 6c333e8e0 633366efc Author: Nick Mathewson Date: Wed May 6 16:58:12 2020 -0400 Merge branch 'maint-0.4.1' into release-0.4.1 changes/bug34078 | 5 src/app/config/confparse.c| 8 +++---

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

2020-05-06 Thread nickm
commit 789de7c35baa23ee34c709e15e743aa54a62a479 Merge: 01f1dae8b dd795fbee Author: Nick Mathewson Date: Wed May 6 16:58:12 2020 -0400 Merge branch 'maint-0.3.5' into release-0.3.5 changes/bug34078 | 5 src/app/config/confparse.c | 8 +++---

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

2020-05-06 Thread nickm
commit f954514b376e6edbe8b1faba0726bdb46acf7729 Merge: d04b708b4 79ff2b6aa Author: Nick Mathewson Date: Wed May 6 16:53:06 2020 -0400 Merge branch 'maint-0.4.1' into maint-0.4.2 This is an "ours" merge to avoid taking the 0.4.1 version of the 34078 fix.

[tor-commits] [tor/release-0.4.1] btrack_orconn_cevent.c: Add a missing "break; "

2020-05-06 Thread nickm
commit d41f1cd3ed347c45c76cec891d7ff90a0cc6724c Author: Nick Mathewson Date: Wed May 6 17:07:12 2020 -0400 btrack_orconn_cevent.c: Add a missing "break;" --- src/feature/control/btrack_orconn_cevent.c | 1 + 1 file changed, 1 insertion(+) diff --git

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

2020-05-06 Thread nickm
commit 792dbff8fb770ac69068fda525dc1538c31d69f1 Merge: 72c9d6dbf d41f1cd3e Author: Nick Mathewson Date: Wed May 6 17:18:46 2020 -0400 Merge branch 'maint-0.4.1' into release-0.4.1 src/feature/control/btrack_orconn_cevent.c | 1 + 1 file changed, 1 insertion(+)

[tor-commits] [tor/release-0.4.3] Use __attribute__((fallthrough)) rather than magic GCC comments.

2020-05-06 Thread nickm
commit cc397449fca8fb1559db3a790dffcd1e8046e86b Author: Nick Mathewson Date: Wed May 6 10:45:48 2020 -0400 Use __attribute__((fallthrough)) rather than magic GCC comments. GCC added an implicit-fallthrough warning a while back, where it would complain if you had a nontrivial

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

2020-05-06 Thread nickm
commit e8fdba198eaf3c8d2a622bc02831e3533748c3f5 Merge: ae1ebb5f4 b16c1e4cf Author: Nick Mathewson Date: Wed May 6 17:07:47 2020 -0400 Merge branch 'maint-0.4.2' into maint-0.4.3 src/feature/control/btrack_orconn_cevent.c | 1 + 1 file changed, 1 insertion(+)

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

2020-05-06 Thread nickm
commit 4a2347d2902c2688e766e4a83a5db69847b7b578 Merge: 42246f8c9 c11672820 Author: Nick Mathewson Date: Wed May 6 16:55:41 2020 -0400 Merge branch 'maint-0.4.3' Amazingly, this time we had no merge conflicts with "falls through" comments. src/app/config/quiet_level.c

[tor-commits] [tor/release-0.4.3] connection_or_finished_flushing(): add a missing "break; "

2020-05-06 Thread nickm
commit b7fcbb28d4c3baae4099b709e8df65fc69a5697a Author: Nick Mathewson Date: Wed May 6 17:09:27 2020 -0400 connection_or_finished_flushing(): add a missing "break;" This one is harmless like the others (so far) --- src/core/or/connection_or.c | 1 + 1 file changed, 1 insertion(+)

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

2020-05-06 Thread nickm
commit e8fdba198eaf3c8d2a622bc02831e3533748c3f5 Merge: ae1ebb5f4 b16c1e4cf Author: Nick Mathewson Date: Wed May 6 17:07:47 2020 -0400 Merge branch 'maint-0.4.2' into maint-0.4.3 src/feature/control/btrack_orconn_cevent.c | 1 + 1 file changed, 1 insertion(+)

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

2020-05-06 Thread nickm
commit d46f67ef0e840760494e3411a00d13c6a35e7427 Merge: 28ac17f43 633366efc Author: Nick Mathewson Date: Wed May 6 16:58:12 2020 -0400 Merge branch 'maint-0.4.1' into maint-0.4.2 changes/bug34078 | 5 + 1 file changed, 5 insertions(+) ___

[tor-commits] [tor/release-0.4.3] Use __attribute__((fallthrough)) rather than magic GCC comments.

2020-05-06 Thread nickm
commit 28ac17f433d954355494989983005498c7fe9292 Author: Nick Mathewson Date: Wed May 6 10:45:48 2020 -0400 Use __attribute__((fallthrough)) rather than magic GCC comments. GCC added an implicit-fallthrough warning a while back, where it would complain if you had a nontrivial

[tor-commits] [tor/release-0.4.3] Use __attribute__((fallthrough)) rather than magic GCC comments.

2020-05-06 Thread nickm
commit c116728209e4ece3249564208e9387f67192a7f6 Author: Nick Mathewson Date: Wed May 6 10:45:48 2020 -0400 Use __attribute__((fallthrough)) rather than magic GCC comments. GCC added an implicit-fallthrough warning a while back, where it would complain if you had a nontrivial

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

2020-05-06 Thread nickm
commit 6b0839215207127b912c9e3a5753ca6ad1dff5d1 Merge: c2d002c63 d46f67ef0 Author: Nick Mathewson Date: Wed May 6 16:58:12 2020 -0400 Merge branch 'maint-0.4.2' into release-0.4.2 changes/bug34078 | 5 src/core/or/channeltls.c | 2 +-

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

2020-05-06 Thread nickm
commit b16c1e4cf61b9e383b1466eb1c034561be166939 Merge: d46f67ef0 d41f1cd3e Author: Nick Mathewson Date: Wed May 6 17:07:27 2020 -0400 Merge branch 'maint-0.4.1' into maint-0.4.2 src/feature/control/btrack_orconn_cevent.c | 1 + 1 file changed, 1 insertion(+)

[tor-commits] [tor/release-0.4.3] Fix a boolean logic error when logging about invalid hostnames.

2020-05-06 Thread nickm
commit b444096be5ac509be1b2b68dc8e18ca1f558fef5 Author: Nick Mathewson Date: Wed May 6 17:15:37 2020 -0400 Fix a boolean logic error when logging about invalid hostnames. Fixes bug 34131; bugfix on 0.4.3.1-alpha. --- changes/bug34131 | 4

[tor-commits] [tor/release-0.4.2] btrack_orconn_cevent.c: Add a missing "break; "

2020-05-06 Thread nickm
commit d41f1cd3ed347c45c76cec891d7ff90a0cc6724c Author: Nick Mathewson Date: Wed May 6 17:07:12 2020 -0400 btrack_orconn_cevent.c: Add a missing "break;" --- src/feature/control/btrack_orconn_cevent.c | 1 + 1 file changed, 1 insertion(+) diff --git

[tor-commits] [tor/release-0.4.3] changes file for bug 34078.

2020-05-06 Thread nickm
commit dd795fbee4c7ec8ec6ecfed46d25551bc1164921 Author: Nick Mathewson Date: Wed May 6 16:58:06 2020 -0400 changes file for bug 34078. --- changes/bug34078 | 5 + 1 file changed, 5 insertions(+) diff --git a/changes/bug34078 b/changes/bug34078 new file mode 100644 index

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

2020-05-06 Thread nickm
commit a58dda96b64761c1df54c1a0cb5d21e12a6a0e49 Merge: 275b9f1e4 b444096be Author: Nick Mathewson Date: Wed May 6 17:18:46 2020 -0400 Merge branch 'maint-0.4.3' into release-0.4.3 changes/bug34131 | 4 src/core/or/connection_edge.c | 6 --

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

2020-05-06 Thread nickm
commit 633366efcd24e2221528c378d87f66fe35736f99 Merge: 79ff2b6aa dd795fbee Author: Nick Mathewson Date: Wed May 6 16:58:12 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.1 changes/bug34078 | 5 + 1 file changed, 5 insertions(+) ___

[tor-commits] [tor/release-0.4.3] btrack_orconn_cevent.c: Add a missing "break; "

2020-05-06 Thread nickm
commit d41f1cd3ed347c45c76cec891d7ff90a0cc6724c Author: Nick Mathewson Date: Wed May 6 17:07:12 2020 -0400 btrack_orconn_cevent.c: Add a missing "break;" --- src/feature/control/btrack_orconn_cevent.c | 1 + 1 file changed, 1 insertion(+) diff --git

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

2020-05-06 Thread nickm
commit 275b9f1e416da918768e705b8e08ece9f02db8c7 Merge: 3b952e26e ae1ebb5f4 Author: Nick Mathewson Date: Wed May 6 16:58:12 2020 -0400 Merge branch 'maint-0.4.3' into release-0.4.3 changes/bug34078 | 5 src/app/config/quiet_level.c | 2 +-

[tor-commits] [tor/release-0.4.3] Use __attribute__((fallthrough)) rather than magic GCC comments.

2020-05-06 Thread nickm
commit 79ff2b6aab13011197e8342763de3cae48700dfb Author: Nick Mathewson Date: Wed May 6 10:45:48 2020 -0400 Use __attribute__((fallthrough)) rather than magic GCC comments. GCC added an implicit-fallthrough warning a while back, where it would complain if you had a nontrivial

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

2020-05-06 Thread nickm
commit b16c1e4cf61b9e383b1466eb1c034561be166939 Merge: d46f67ef0 d41f1cd3e Author: Nick Mathewson Date: Wed May 6 17:07:27 2020 -0400 Merge branch 'maint-0.4.1' into maint-0.4.2 src/feature/control/btrack_orconn_cevent.c | 1 + 1 file changed, 1 insertion(+)

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

2020-05-06 Thread nickm
commit dd0ee016e9e386410c374d0dd421f5683ec8476e Merge: 28f453c47 cc397449f Author: Nick Mathewson Date: Wed May 6 16:51:33 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.1 This is an "ours" merge to avoid taking the 0.3.5 fix for 34078.

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

2020-05-06 Thread nickm
commit ae1ebb5f44537acc04c0c0338c61b7bdf5a212dc Merge: c11672820 d46f67ef0 Author: Nick Mathewson Date: Wed May 6 16:58:12 2020 -0400 Merge branch 'maint-0.4.2' into maint-0.4.3 changes/bug34078 | 5 + 1 file changed, 5 insertions(+) ___

[tor-commits] [tor/maint-0.4.1] btrack_orconn_cevent.c: Add a missing "break; "

2020-05-06 Thread nickm
commit d41f1cd3ed347c45c76cec891d7ff90a0cc6724c Author: Nick Mathewson Date: Wed May 6 17:07:12 2020 -0400 btrack_orconn_cevent.c: Add a missing "break;" --- src/feature/control/btrack_orconn_cevent.c | 1 + 1 file changed, 1 insertion(+) diff --git

[tor-commits] [tor/maint-0.3.5] changes file for bug 34078.

2020-05-06 Thread nickm
commit dd795fbee4c7ec8ec6ecfed46d25551bc1164921 Author: Nick Mathewson Date: Wed May 6 16:58:06 2020 -0400 changes file for bug 34078. --- changes/bug34078 | 5 + 1 file changed, 5 insertions(+) diff --git a/changes/bug34078 b/changes/bug34078 new file mode 100644 index

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

2020-05-06 Thread nickm
commit dd0ee016e9e386410c374d0dd421f5683ec8476e Merge: 28f453c47 cc397449f Author: Nick Mathewson Date: Wed May 6 16:51:33 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.1 This is an "ours" merge to avoid taking the 0.3.5 fix for 34078.

[tor-commits] [tor/maint-0.4.1] changes file for bug 34078.

2020-05-06 Thread nickm
commit dd795fbee4c7ec8ec6ecfed46d25551bc1164921 Author: Nick Mathewson Date: Wed May 6 16:58:06 2020 -0400 changes file for bug 34078. --- changes/bug34078 | 5 + 1 file changed, 5 insertions(+) diff --git a/changes/bug34078 b/changes/bug34078 new file mode 100644 index

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

2020-05-06 Thread nickm
commit 633366efcd24e2221528c378d87f66fe35736f99 Merge: 79ff2b6aa dd795fbee Author: Nick Mathewson Date: Wed May 6 16:58:12 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.1 changes/bug34078 | 5 + 1 file changed, 5 insertions(+) ___

[tor-commits] [tor/maint-0.4.2] Use __attribute__((fallthrough)) rather than magic GCC comments.

2020-05-06 Thread nickm
commit cc397449fca8fb1559db3a790dffcd1e8046e86b Author: Nick Mathewson Date: Wed May 6 10:45:48 2020 -0400 Use __attribute__((fallthrough)) rather than magic GCC comments. GCC added an implicit-fallthrough warning a while back, where it would complain if you had a nontrivial

[tor-commits] [tor/maint-0.4.1] Use __attribute__((fallthrough)) rather than magic GCC comments.

2020-05-06 Thread nickm
commit 79ff2b6aab13011197e8342763de3cae48700dfb Author: Nick Mathewson Date: Wed May 6 10:45:48 2020 -0400 Use __attribute__((fallthrough)) rather than magic GCC comments. GCC added an implicit-fallthrough warning a while back, where it would complain if you had a nontrivial

[tor-commits] [tor/maint-0.4.1] Use __attribute__((fallthrough)) rather than magic GCC comments.

2020-05-06 Thread nickm
commit cc397449fca8fb1559db3a790dffcd1e8046e86b Author: Nick Mathewson Date: Wed May 6 10:45:48 2020 -0400 Use __attribute__((fallthrough)) rather than magic GCC comments. GCC added an implicit-fallthrough warning a while back, where it would complain if you had a nontrivial

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

2020-05-06 Thread nickm
commit dd0ee016e9e386410c374d0dd421f5683ec8476e Merge: 28f453c47 cc397449f Author: Nick Mathewson Date: Wed May 6 16:51:33 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.1 This is an "ours" merge to avoid taking the 0.3.5 fix for 34078.

[tor-commits] [tor/maint-0.3.5] Use __attribute__((fallthrough)) rather than magic GCC comments.

2020-05-06 Thread nickm
commit cc397449fca8fb1559db3a790dffcd1e8046e86b Author: Nick Mathewson Date: Wed May 6 10:45:48 2020 -0400 Use __attribute__((fallthrough)) rather than magic GCC comments. GCC added an implicit-fallthrough warning a while back, where it would complain if you had a nontrivial

[tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings

2020-05-06 Thread translation
commit 4e6538216d4241bf84d2022aa3a9002cb39afefe Author: Translation commit bot Date: Wed May 6 19:53:01 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings --- nb-NO/network-settings.dtd | 10 +- 1 file changed, 5 insertions(+), 5

[tor-commits] [tor/release-0.4.3] hs_dos.c: rewrite a comment not to say "fallthrough"

2020-05-06 Thread nickm
commit 2cd1c0765834087797455301dbc2c941b71036a3 Author: Nick Mathewson Date: Wed May 6 16:49:57 2020 -0400 hs_dos.c: rewrite a comment not to say "fallthrough" There's nothing wrong with the comment, but the script I'm about to apply wouldn't like it. ---

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

2020-05-06 Thread nickm
commit 79c125bd2d200ed38297d084e4a3fafa4d62b759 Merge: b762f168b fecc5fd38 Author: Nick Mathewson Date: Wed May 6 16:47:03 2020 -0400 Merge branch 'maint-0.4.3' into release-0.4.3 configure.ac | 16 src/core/proto/proto_socks.c | 5

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

2020-05-06 Thread nickm
commit 1041306092e978f6b028693e7893470bff1c61f9 Merge: a02e86664 3e42464f5 Author: Nick Mathewson Date: Wed May 6 16:46:52 2020 -0400 Merge branch 'bug34078_prelim_041' into maint-0.4.1 configure.ac | 16 src/core/proto/proto_socks.c |

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

2020-05-06 Thread nickm
commit d04b708b4bd47ee8df6796f19b25f558b2b18e91 Merge: bbfc498e2 28f453c47 Author: Nick Mathewson Date: Wed May 6 16:47:03 2020 -0400 Merge branch 'maint-0.4.1' into maint-0.4.2 configure.ac | 16 src/core/proto/proto_socks.c | 5 -

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

2020-05-06 Thread nickm
commit 28f453c4764962394bf0cd3a314b2b60af7ee1b4 Merge: 104130609 78a72f819 Author: Nick Mathewson Date: Wed May 6 16:47:03 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.1 ___ tor-commits mailing list tor-commits@lists.torproject.org

  1   2   3   >