[tor-commits] [torspec/master] Document newly required fields from prop315.

2020-10-30 Thread asn
commit 1040c2d0fc972d2659391ddee1e36dff49ad498f Author: Nick Mathewson Date: Fri Oct 16 16:21:04 2020 -0400 Document newly required fields from prop315. --- dir-spec.txt | 46 -- 1 file changed, 32 insertions(+), 14 deletions(-) diff --git

[tor-commits] [tor/master] Pass the SOCKS request address in relay begin cells

2020-10-26 Thread asn
commit 05242fceb276dd945f9d43a37dbe3d5d875b Author: Neel Chauhan Date: Mon Oct 12 20:46:42 2020 -0700 Pass the SOCKS request address in relay begin cells --- changes/bug33124 | 4 src/core/or/circuituse.c | 3 ++- src/core/or/connection_edge.c | 4 +++- 3 files

[tor-commits] [tor/master] Merge remote-tracking branch 'tor-gitlab/mr/169' into master

2020-10-26 Thread asn
commit 07f2a06c6190696cf47b8e42476bb70b11083f15 Merge: f43fe890dd 05242f Author: George Kadianakis Date: Mon Oct 26 17:04:58 2020 +0200 Merge remote-tracking branch 'tor-gitlab/mr/169' into master changes/bug33124 | 4 src/core/or/circuituse.c | 3 ++-

[tor-commits] [tor/master] Add flag for whether an OR conn "counts" for bootstrap tracking

2020-10-20 Thread asn
commit 781ab9eea49b07b1925d7d8dcbad06348896344e Author: Nick Mathewson Date: Fri Sep 18 10:03:57 2020 -0400 Add flag for whether an OR conn "counts" for bootstrap tracking We set this flag if we've launched the connection in order to satisfy an origin circuit, or when we

[tor-commits] [tor/master] Merge remote-tracking branch 'tor-gitlab/mr/148' into master

2020-10-20 Thread asn
commit 19302a1dfd8da73ff86b0c36534221b71c501c32 Merge: f7adf3653f cb4cedae68 Author: George Kadianakis Date: Tue Oct 20 13:26:19 2020 +0300 Merge remote-tracking branch 'tor-gitlab/mr/148' into master changes/ticket25061 | 6 ++ src/core/or/channel.c

[tor-commits] [tor/master] Explain why we use "mark_as_used_for_origin_circuit" where we do

2020-10-20 Thread asn
commit cb4cedae686bd227d42997840b3a6b0b3bc5e936 Author: Nick Mathewson Date: Mon Oct 19 11:45:24 2020 -0400 Explain why we use "mark_as_used_for_origin_circuit" where we do Also, explain why it's relevant for bootstrapping. This is a comments-only patch. ---

[tor-commits] [torspec/master] Merge remote-tracking branch 'tor-gitlab/mr/12' into master

2020-10-19 Thread asn
commit c70edd0bb26558c2c9b0aedc0d275ade223bbaf0 Merge: 24283c1 9f763ae Author: George Kadianakis Date: Mon Oct 19 15:44:46 2020 +0300 Merge remote-tracking branch 'tor-gitlab/mr/12' into master dir-spec.txt | 61 1 file

[tor-commits] [torspec/master] Describe our algorithm for waiting between directory retries

2020-10-19 Thread asn
commit 9f763ae3a3f5271443741a6ed7fe1351708de6af Author: Nick Mathewson Date: Wed Oct 14 10:25:31 2020 -0400 Describe our algorithm for waiting between directory retries Closes torspec#25 --- dir-spec.txt | 61 1 file

[tor-commits] [tor/master] Remove long-obsolete members from the state file.

2020-10-07 Thread asn
commit c4812698c3df0bd8aa51c615b0274bbb53b9eb6c Author: Nick Mathewson Date: Wed Sep 23 14:08:24 2020 -0400 Remove long-obsolete members from the state file. Tor has a feature to preserve unrecognized state file entries in order to maintain forward compatibility. But this

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

2020-10-07 Thread asn
commit 7d512cd8b3142b473e7d4169e76ef99301e98ada Merge: 9c31a8fde3 a914ac5d7c Author: George Kadianakis Date: Wed Oct 7 13:42:57 2020 +0300 Merge branch 'maint-0.4.4' into release-0.4.4 changes/bug40129 | 4 src/feature/dircache/dircache_stub.c | 2 ++

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

2020-10-07 Thread asn
commit a914ac5d7c79170bfc766ffe2b2a30c9d6bb Merge: 149b7a2418 88d99fc1bd Author: George Kadianakis Date: Wed Oct 7 13:32:17 2020 +0300 Merge remote-tracking branch 'tor-gitlab/mr/154' into maint-0.4.4 changes/bug40129 | 4 src/feature/dircache/dircache_stub.c

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

2020-10-07 Thread asn
commit a914ac5d7c79170bfc766ffe2b2a30c9d6bb Merge: 149b7a2418 88d99fc1bd Author: George Kadianakis Date: Wed Oct 7 13:32:17 2020 +0300 Merge remote-tracking branch 'tor-gitlab/mr/154' into maint-0.4.4 changes/bug40129 | 4 src/feature/dircache/dircache_stub.c

[tor-commits] [tor/master] Fix warnings when using two unusual options together.

2020-10-07 Thread asn
commit 88d99fc1bd87b17517e49fd7ae82c0de6eaff992 Author: Nick Mathewson Date: Tue Sep 22 09:59:37 2020 -0400 Fix warnings when using two unusual options together. The option `--enable-all-bugs-are-fatal` when used with `--disable-module-relay` caused GCC to warn about functions

[tor-commits] [tor/maint-0.4.4] Fix warnings when using two unusual options together.

2020-10-07 Thread asn
commit 88d99fc1bd87b17517e49fd7ae82c0de6eaff992 Author: Nick Mathewson Date: Tue Sep 22 09:59:37 2020 -0400 Fix warnings when using two unusual options together. The option `--enable-all-bugs-are-fatal` when used with `--disable-module-relay` caused GCC to warn about functions

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

2020-10-07 Thread asn
commit 438aba6c0b70c5becc8ba2c17fad98156901f64b Merge: 84e825598a a914ac5d7c Author: George Kadianakis Date: Wed Oct 7 13:42:57 2020 +0300 Merge branch 'maint-0.4.4' into master changes/bug40129 | 4 src/feature/dircache/dircache_stub.c | 2 ++

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

2020-10-07 Thread asn
commit a914ac5d7c79170bfc766ffe2b2a30c9d6bb Merge: 149b7a2418 88d99fc1bd Author: George Kadianakis Date: Wed Oct 7 13:32:17 2020 +0300 Merge remote-tracking branch 'tor-gitlab/mr/154' into maint-0.4.4 changes/bug40129 | 4 src/feature/dircache/dircache_stub.c

[tor-commits] [tor/release-0.4.4] Fix warnings when using two unusual options together.

2020-10-07 Thread asn
commit 88d99fc1bd87b17517e49fd7ae82c0de6eaff992 Author: Nick Mathewson Date: Tue Sep 22 09:59:37 2020 -0400 Fix warnings when using two unusual options together. The option `--enable-all-bugs-are-fatal` when used with `--disable-module-relay` caused GCC to warn about functions

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

2020-10-07 Thread asn
commit 79d777396858d008bb99d0f411953a5152b921b0 Merge: 020e8e41c6 faf89ec6c2 Author: Nick Mathewson Date: Mon Sep 28 10:35:12 2020 -0400 Merge branch 'maint-0.3.5' into bug40133_035 .gitlab-ci.yml | 73 +++- changes/ticket40125

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

2020-10-07 Thread asn
commit 149b7a2418b436bee1be8059e7ccac3d4e5a401a Merge: b6429430c6 f5ddc45647 Author: George Kadianakis Date: Wed Oct 7 13:29:00 2020 +0300 Merge remote-tracking branch 'tor-gitlab/mr/163' into maint-0.4.4 changes/bug40113 | 3 +++ src/test/test_connection.c | 13 +++--

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

2020-10-07 Thread asn
commit 84e825598a8845b34ac0dff2a6d797725c174b19 Merge: 5f61e19d8a 149b7a2418 Author: George Kadianakis Date: Wed Oct 7 13:29:16 2020 +0300 Merge branch 'maint-0.4.4' into master changes/bug40113 | 3 +++ src/test/test_connection.c | 13 +++-- 2 files changed, 10

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

2020-10-07 Thread asn
commit 149b7a2418b436bee1be8059e7ccac3d4e5a401a Merge: b6429430c6 f5ddc45647 Author: George Kadianakis Date: Wed Oct 7 13:29:00 2020 +0300 Merge remote-tracking branch 'tor-gitlab/mr/163' into maint-0.4.4 changes/bug40113 | 3 +++ src/test/test_connection.c | 13 +++--

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

2020-10-07 Thread asn
commit 149b7a2418b436bee1be8059e7ccac3d4e5a401a Merge: b6429430c6 f5ddc45647 Author: George Kadianakis Date: Wed Oct 7 13:29:00 2020 +0300 Merge remote-tracking branch 'tor-gitlab/mr/163' into maint-0.4.4 changes/bug40113 | 3 +++ src/test/test_connection.c | 13 +++--

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

2020-10-07 Thread asn
commit f5ddc456472ed9198cda186e59239b5f7558c799 Merge: beffad8529 79d7773968 Author: Nick Mathewson Date: Mon Sep 28 10:37:14 2020 -0400 Merge branch 'bug40133_035' into bug40133_043 changes/bug40113 | 3 +++ src/test/test_connection.c | 13 +++-- 2 files changed, 10

[tor-commits] [tor/maint-0.4.4] Resolve a compilation warning in test_connection.c

2020-10-07 Thread asn
commit 020e8e41c676370de66d3ddf459700867ed454cd Author: Nick Mathewson Date: Mon Sep 14 11:50:38 2020 -0400 Resolve a compilation warning in test_connection.c Instead of casting an enum to a void and back, use a string -- that's better C anyway. Fixes bug 40113;

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

2020-10-07 Thread asn
commit 9c31a8fde348073b879489c4ca42c87bc66d357e Merge: 1ebea31036 149b7a2418 Author: George Kadianakis Date: Wed Oct 7 13:29:16 2020 +0300 Merge branch 'maint-0.4.4' into release-0.4.4 changes/bug40113 | 3 +++ src/test/test_connection.c | 13 +++-- 2 files changed, 10

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

2020-10-07 Thread asn
commit 79d777396858d008bb99d0f411953a5152b921b0 Merge: 020e8e41c6 faf89ec6c2 Author: Nick Mathewson Date: Mon Sep 28 10:35:12 2020 -0400 Merge branch 'maint-0.3.5' into bug40133_035 .gitlab-ci.yml | 73 +++- changes/ticket40125

[tor-commits] [tor/release-0.4.4] Resolve a compilation warning in test_connection.c

2020-10-07 Thread asn
commit 020e8e41c676370de66d3ddf459700867ed454cd Author: Nick Mathewson Date: Mon Sep 14 11:50:38 2020 -0400 Resolve a compilation warning in test_connection.c Instead of casting an enum to a void and back, use a string -- that's better C anyway. Fixes bug 40113;

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

2020-10-07 Thread asn
commit 79d777396858d008bb99d0f411953a5152b921b0 Merge: 020e8e41c6 faf89ec6c2 Author: Nick Mathewson Date: Mon Sep 28 10:35:12 2020 -0400 Merge branch 'maint-0.3.5' into bug40133_035 .gitlab-ci.yml | 73 +++- changes/ticket40125

[tor-commits] [tor/master] Resolve a compilation warning in test_connection.c

2020-10-07 Thread asn
commit 020e8e41c676370de66d3ddf459700867ed454cd Author: Nick Mathewson Date: Mon Sep 14 11:50:38 2020 -0400 Resolve a compilation warning in test_connection.c Instead of casting an enum to a void and back, use a string -- that's better C anyway. Fixes bug 40113;

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

2020-10-07 Thread asn
commit f5ddc456472ed9198cda186e59239b5f7558c799 Merge: beffad8529 79d7773968 Author: Nick Mathewson Date: Mon Sep 28 10:37:14 2020 -0400 Merge branch 'bug40133_035' into bug40133_043 changes/bug40113 | 3 +++ src/test/test_connection.c | 13 +++-- 2 files changed, 10

[tor-commits] [tor/master] Merge branch 'bug40133_035' into bug40133_043

2020-10-07 Thread asn
commit f5ddc456472ed9198cda186e59239b5f7558c799 Merge: beffad8529 79d7773968 Author: Nick Mathewson Date: Mon Sep 28 10:37:14 2020 -0400 Merge branch 'bug40133_035' into bug40133_043 changes/bug40113 | 3 +++ src/test/test_connection.c | 13 +++-- 2 files changed, 10

[tor-commits] [torspec/master] Merge remote-tracking branch 'tor-gitlab/mr/7' into master

2020-09-28 Thread asn
commit e7c9a0110649f688312f8bfc4e37d40dd7ddedb7 Merge: 53df602 42d0a84 Author: George Kadianakis Date: Mon Sep 28 16:00:44 2020 +0300 Merge remote-tracking branch 'tor-gitlab/mr/7' into master dir-spec.txt | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-)

[tor-commits] [torspec/master] Better description for when a consensus must is "too early"

2020-09-28 Thread asn
commit 42d0a841acbd2d8f5a7e83a3b8e9425676eb0370 Author: Nick Mathewson Date: Fri Sep 18 10:18:06 2020 -0400 Better description for when a consensus must is "too early" Since the authorities can produce a signed consensus as soon as `ValidAfter` minus `DistSeconds`, and since

[tor-commits] [torspec/master] Add proposal #327: "A First Take at PoW Over Introduction Circuits"

2020-09-22 Thread asn
commit 1f52ffadc92adaa666d738b3a76ad4d2b603e968 Author: George Kadianakis Date: Tue Sep 22 14:22:15 2020 +0300 Add proposal #327: "A First Take at PoW Over Introduction Circuits" --- proposals/327-pow-over-intro.txt | 1129 ++ 1 file changed, 1129

[tor-commits] [torspec/master] Merge branch 'stem_client_auth_version' into master

2020-09-14 Thread asn
commit 121ccea1b8bc7fac20ff68af22cb2270550839cc Merge: 54b82d0 5cea056 Author: George Kadianakis Date: Mon Sep 14 17:51:36 2020 +0300 Merge branch 'stem_client_auth_version' into master control-spec.txt | 6 ++ 1 file changed, 6 insertions(+)

[tor-commits] [torspec/master] control-spec: Mention Tor version where ONION_CLIENT_AUTH_* were added.

2020-09-14 Thread asn
commit 5cea056b8396ba59503f018c46d169f8148604e6 Author: George Kadianakis Date: Mon Sep 14 17:46:28 2020 +0300 control-spec: Mention Tor version where ONION_CLIENT_AUTH_* were added. --- control-spec.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git a/control-spec.txt

[tor-commits] [tor/master] Validate address more carefully when checking self-reachability

2020-08-25 Thread asn
commit 75772ea096e030ecc79f67b1444cac42aaed7449 Author: Nick Mathewson Date: Thu Aug 6 11:21:00 2020 -0400 Validate address more carefully when checking self-reachability Previously, we would treat *any* incoming circuit on a non-local channel as meaning that our ORPort was

[tor-commits] [tor/master] Merge branch 'mr/113'

2020-08-25 Thread asn
commit d4f3cfe99a4c3ef3495a8f8848981f9b30cc8a34 Merge: cc4e42ee32 75772ea096 Author: George Kadianakis Date: Tue Aug 25 20:37:04 2020 +0300 Merge branch 'mr/113' changes/bug20165 | 6 ++ src/core/or/channel.c | 2 ++ src/core/or/channel.h

[tor-commits] [tor/master] Revise test_status to use log testing helpers.

2020-08-25 Thread asn
commit 6fde1548f2eb4551db3652ed59f487b430776d8f Author: Nick Mathewson Date: Fri Aug 7 10:42:12 2020 -0400 Revise test_status to use log testing helpers. This change lets us make these tests much shorter and easier to maintain. --- src/test/test_status.c | 330

[tor-commits] [tor/master] Merge remote-tracking branch 'tor-gitlab/mr/115'

2020-08-25 Thread asn
commit cc4e42ee3257d5157172cedb73ed86ba88ca271d Merge: 6dc0b04319 24c721de37 Author: George Kadianakis Date: Tue Aug 25 15:43:00 2020 +0300 Merge remote-tracking branch 'tor-gitlab/mr/115' changes/ticket29113| 3 + src/core/mainloop/connection.c | 6 +

[tor-commits] [tor/master] Log number of inbound/outbound ipv4/6 conns as part of heartbeat

2020-08-25 Thread asn
commit 24c721de37d2e10f5c864c2e8001f1468a8a4506 Author: Nick Mathewson Date: Fri Aug 7 10:45:29 2020 -0400 Log number of inbound/outbound ipv4/6 conns as part of heartbeat Closes #29113 --- changes/ticket29113| 3 +++ src/core/mainloop/connection.c | 6 ++

[tor-commits] [tor/master] Merge remote-tracking branch 'tor-gitlab/mr/108'

2020-08-25 Thread asn
commit 4b9ed14d9bba7b6f5892cbf81c3e2414c65b Merge: 935160ce86 1d0695fe7e Author: George Kadianakis Date: Tue Aug 25 15:02:04 2020 +0300 Merge remote-tracking branch 'tor-gitlab/mr/108' changes/bug19431| 6 ++ src/lib/log/ratelim.c | 12 +---

[tor-commits] [tor/master] Improve ratelimit message to list true interval.

2020-08-25 Thread asn
commit 1d0695fe7eb0b1b8176c71ecc6e5fe74a5b71378 Author: Nick Mathewson Date: Tue Aug 4 13:51:28 2020 -0400 Improve ratelimit message to list true interval. Previous message would say "N messages in the last T seconds", but would give an inaccurate number for N. We now

[tor-commits] [tor/maint-0.4.4] hs: Don't overwrite DoS parameters on circuit with consensus params

2020-08-25 Thread asn
commit f5c9f6d4327d7dcd36081426c0a862b6a06a2b61 Author: David Goulet Date: Wed Aug 19 09:47:34 2020 -0400 hs: Don't overwrite DoS parameters on circuit with consensus params Turns out that the HS DoS defenses parameters were overwritten by the consensus parameters everytime a

[tor-commits] [tor/master] hs: Don't overwrite DoS parameters on circuit with consensus params

2020-08-25 Thread asn
commit f5c9f6d4327d7dcd36081426c0a862b6a06a2b61 Author: David Goulet Date: Wed Aug 19 09:47:34 2020 -0400 hs: Don't overwrite DoS parameters on circuit with consensus params Turns out that the HS DoS defenses parameters were overwritten by the consensus parameters everytime a

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

2020-08-25 Thread asn
commit 1397a86bbda04fbcf3e902282ccb4dd689821ea1 Merge: 6e37086f85 f5c9f6d432 Author: George Kadianakis Date: Tue Aug 25 14:51:05 2020 +0300 Merge remote-tracking branch 'tor-gitlab/mr/130' into maint-0.4.4 changes/ticket40109| 6 ++ src/core/or/or_circuit_st.h| 4

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

2020-08-25 Thread asn
commit 1397a86bbda04fbcf3e902282ccb4dd689821ea1 Merge: 6e37086f85 f5c9f6d432 Author: George Kadianakis Date: Tue Aug 25 14:51:05 2020 +0300 Merge remote-tracking branch 'tor-gitlab/mr/130' into maint-0.4.4 changes/ticket40109| 6 ++ src/core/or/or_circuit_st.h| 4

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

2020-08-25 Thread asn
commit 1397a86bbda04fbcf3e902282ccb4dd689821ea1 Merge: 6e37086f85 f5c9f6d432 Author: George Kadianakis Date: Tue Aug 25 14:51:05 2020 +0300 Merge remote-tracking branch 'tor-gitlab/mr/130' into maint-0.4.4 changes/ticket40109| 6 ++ src/core/or/or_circuit_st.h| 4

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

2020-08-25 Thread asn
commit 935160ce8629096691268f9902a803c4b871bacc Merge: 36203e8894 1397a86bbd Author: George Kadianakis Date: Tue Aug 25 14:51:23 2020 +0300 Merge branch 'maint-0.4.4' changes/ticket40109| 6 ++ src/core/or/or_circuit_st.h| 4 src/feature/hs/hs_dos.c| 5

[tor-commits] [tor/release-0.4.4] hs: Don't overwrite DoS parameters on circuit with consensus params

2020-08-25 Thread asn
commit f5c9f6d4327d7dcd36081426c0a862b6a06a2b61 Author: David Goulet Date: Wed Aug 19 09:47:34 2020 -0400 hs: Don't overwrite DoS parameters on circuit with consensus params Turns out that the HS DoS defenses parameters were overwritten by the consensus parameters everytime a

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

2020-08-25 Thread asn
commit f50e21b5a7d8366723a9a204784efc86614d3adc Merge: ff99089d41 1397a86bbd Author: George Kadianakis Date: Tue Aug 25 14:51:23 2020 +0300 Merge branch 'maint-0.4.4' into release-0.4.4 changes/ticket40109| 6 ++ src/core/or/or_circuit_st.h| 4

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

2020-08-20 Thread asn
commit 36203e88949c6928d2bdb4bffe8b5e7e68657ee9 Merge: 4e3f55fba1 6e37086f85 Author: George Kadianakis Date: Thu Aug 20 14:34:56 2020 +0300 Merge branch 'maint-0.4.4' changes/ticket40089 | 4 src/feature/control/control_hs.c | 11 ++ src/feature/hs/hs_client.c

[tor-commits] [tor/master] v3 control: Persist ONION_CLIENT_AUTH_ADD client name

2020-08-20 Thread asn
commit 6e37086f85aa3e421ebc6f4d64de1cd82bcdeaa6 Author: Neel Chauhan Date: Thu Aug 6 22:32:30 2020 -0700 v3 control: Persist ONION_CLIENT_AUTH_ADD client name --- changes/ticket40089 | 4 src/feature/control/control_hs.c | 11 ++ src/feature/hs/hs_client.c

[tor-commits] [tor/maint-0.4.4] v3 control: Persist ONION_CLIENT_AUTH_ADD client name

2020-08-20 Thread asn
commit 6e37086f85aa3e421ebc6f4d64de1cd82bcdeaa6 Author: Neel Chauhan Date: Thu Aug 6 22:32:30 2020 -0700 v3 control: Persist ONION_CLIENT_AUTH_ADD client name --- changes/ticket40089 | 4 src/feature/control/control_hs.c | 11 ++ src/feature/hs/hs_client.c

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

2020-08-20 Thread asn
commit ff99089d4111c90e0265a6a367942d77714233a8 Merge: c9e4ccf99b 6e37086f85 Author: George Kadianakis Date: Thu Aug 20 14:34:56 2020 +0300 Merge branch 'maint-0.4.4' into release-0.4.4 changes/ticket40089 | 4 src/feature/control/control_hs.c | 11 ++

[tor-commits] [tor/release-0.4.4] v3 control: Persist ONION_CLIENT_AUTH_ADD client name

2020-08-20 Thread asn
commit 6e37086f85aa3e421ebc6f4d64de1cd82bcdeaa6 Author: Neel Chauhan Date: Thu Aug 6 22:32:30 2020 -0700 v3 control: Persist ONION_CLIENT_AUTH_ADD client name --- changes/ticket40089 | 4 src/feature/control/control_hs.c | 11 ++ src/feature/hs/hs_client.c

[tor-commits] [tor/release-0.4.4] Parallelize src/test/test into chunks.

2020-08-19 Thread asn
commit 974abdf6325be29f04fcb3b332dce2bb3ac15a9c Author: Nick Mathewson Date: Wed Aug 12 12:36:54 2020 -0400 Parallelize src/test/test into chunks. First, we introduce a flag to teach src/test/test to split its work into chunks. Then we replace our invocation of src/test/test

[tor-commits] [tor/master] Parallelize src/test/test into chunks.

2020-08-19 Thread asn
commit 974abdf6325be29f04fcb3b332dce2bb3ac15a9c Author: Nick Mathewson Date: Wed Aug 12 12:36:54 2020 -0400 Parallelize src/test/test into chunks. First, we introduce a flag to teach src/test/test to split its work into chunks. Then we replace our invocation of src/test/test

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

2020-08-19 Thread asn
commit b1b007967599ccac2de91aa36d3a11a9bcb4ffdb Merge: deea196370 974abdf632 Author: George Kadianakis Date: Wed Aug 19 13:55:07 2020 +0300 Merge branch 'mr/124' into maint-0.4.4 changes/parallel_unit_test | 4 src/test/include.am| 22 +++---

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

2020-08-19 Thread asn
commit c9e4ccf99b2bc639c0f38a7aa7504f9fb00fca88 Merge: 622b0f2fb1 b1b0079675 Author: George Kadianakis Date: Wed Aug 19 13:56:33 2020 +0300 Merge branch 'maint-0.4.4' into release-0.4.4 changes/parallel_unit_test | 4 src/test/include.am| 22 +++---

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

2020-08-19 Thread asn
commit b1b007967599ccac2de91aa36d3a11a9bcb4ffdb Merge: deea196370 974abdf632 Author: George Kadianakis Date: Wed Aug 19 13:55:07 2020 +0300 Merge branch 'mr/124' into maint-0.4.4 changes/parallel_unit_test | 4 src/test/include.am| 22 +++---

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

2020-08-19 Thread asn
commit b1b007967599ccac2de91aa36d3a11a9bcb4ffdb Merge: deea196370 974abdf632 Author: George Kadianakis Date: Wed Aug 19 13:55:07 2020 +0300 Merge branch 'mr/124' into maint-0.4.4 changes/parallel_unit_test | 4 src/test/include.am| 22 +++---

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

2020-08-19 Thread asn
commit 4e3f55fba1690a63942c0415953cbc1eaf30b360 Merge: 1089ac6f22 b1b0079675 Author: George Kadianakis Date: Wed Aug 19 13:56:34 2020 +0300 Merge branch 'maint-0.4.4' changes/parallel_unit_test | 4 src/test/include.am| 22 +++--- src/test/testing_common.c

[tor-commits] [tor/maint-0.4.4] Parallelize src/test/test into chunks.

2020-08-19 Thread asn
commit 974abdf6325be29f04fcb3b332dce2bb3ac15a9c Author: Nick Mathewson Date: Wed Aug 12 12:36:54 2020 -0400 Parallelize src/test/test into chunks. First, we introduce a flag to teach src/test/test to split its work into chunks. Then we replace our invocation of src/test/test

[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 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/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/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/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/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/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/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/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/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 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 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 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 remote-tracking branch 'tor-gitlab/mr/111'

2020-08-11 Thread asn
commit b705cfa0247dda72ae7c8291be290316bd2392d1 Merge: b46942d37f dcf5753a83 Author: George Kadianakis Date: Tue Aug 11 15:12:43 2020 +0300 Merge remote-tracking branch 'tor-gitlab/mr/111' changes/ticket18106| 3 + src/app/config/or_options_st.h | 4 +-

[tor-commits] [tor/master] Replace several C identifiers for ticket 18106.

2020-08-11 Thread asn
commit b417594dbcbd6b0c149611084c7319781ed67a70 Author: Nick Mathewson Date: Wed Aug 5 16:34:45 2020 -0400 Replace several C identifiers for ticket 18106. We used to have a single boolean, "FascistFirewall". Ages ago, in tickets #17840 and #9067, we added an improved

[tor-commits] [tor/master] Changes file for 18106

2020-08-11 Thread asn
commit dcf5753a8315ade1ed110ad922c5bad29aeb2dbc Author: Nick Mathewson Date: Wed Aug 5 16:37:39 2020 -0400 Changes file for 18106 --- changes/ticket18106 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changes/ticket18106 b/changes/ticket18106 new file mode 100644 index

[tor-commits] [tor/master] manual: Describe Sandbox more accurately.

2020-08-11 Thread asn
commit d89c1799af4551af5c8f819d0fc79812a0bc80aa Author: Nick Mathewson Date: Tue Aug 4 14:06:25 2020 -0400 manual: Describe Sandbox more accurately. Closes #23378 --- changes/ticket23378 | 4 doc/man/tor.1.txt | 9 + 2 files changed, 9 insertions(+), 4 deletions(-)

[tor-commits] [tor/master] Merge remote-tracking branch 'tor-gitlab/mr/109'

2020-08-11 Thread asn
commit b46942d37fa0f67bb2367e11280dc35844a50935 Merge: f971a8fbad d89c1799af Author: George Kadianakis Date: Tue Aug 11 15:09:12 2020 +0300 Merge remote-tracking branch 'tor-gitlab/mr/109' changes/ticket23378 | 4 doc/man/tor.1.txt | 9 + 2 files changed, 9 insertions(+),

[tor-commits] [tor/master] Merge branch 'mr/105'

2020-08-11 Thread asn
commit f971a8fbaddb7b67daeda0ff6b6c27b0f47fd895 Merge: b8003fbe99 7df52b71bf Author: George Kadianakis Date: Tue Aug 11 15:04:15 2020 +0300 Merge branch 'mr/105' src/feature/relay/selftest.c | 46 1 file changed, 38 insertions(+), 8

[tor-commits] [tor/master] Only log port self-testing message when we are _starting_ to test.

2020-08-11 Thread asn
commit 7df52b71bfaa966dcd3f497f67c4c08e3bbe0347 Author: Nick Mathewson Date: Tue Aug 4 12:36:18 2020 -0400 Only log port self-testing message when we are _starting_ to test. (Unlike approaches in earlier versions of Tor, this one logs if and only if we are launching a test,

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

2020-08-11 Thread asn
commit 39882a2021fd907920f027cb204293578ebc6e1b Merge: 16b830ed52 ab9c35f043 Author: George Kadianakis Date: Tue Aug 11 14:54:26 2020 +0300 Merge branch 'maint-0.4.4' into release-0.4.4 changes/ticket6198 | 3 +++ src/core/mainloop/connection.c | 8

[tor-commits] [tor/release-0.4.4] Add a tor_str_wipe_and_free() function.

2020-08-11 Thread asn
commit 5b9508c9a5d757223c62749c51eaf7453ff26691 Author: Nick Mathewson Date: Mon Aug 3 10:11:03 2020 -0400 Add a tor_str_wipe_and_free() function. Frequently we want to do if (s) { memwipe(s, 0, sizeof(s)); tor_free(s); } and it's

[tor-commits] [tor/release-0.4.4] Wipe address strings from connections before freeing them them.

2020-08-11 Thread asn
commit ea876ab00e223b0c1ba022cc27861cfbbde31b64 Author: Nick Mathewson Date: Mon Aug 3 10:15:08 2020 -0400 Wipe address strings from connections before freeing them them. This is a defense-in-depth fix; closes 6198. --- changes/ticket6198 | 3 +++

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

2020-08-11 Thread asn
commit b8003fbe99da4657ba408dc69602700956b9c2fb Merge: 069946852a ab9c35f043 Author: George Kadianakis Date: Tue Aug 11 14:54:26 2020 +0300 Merge branch 'maint-0.4.4' changes/ticket6198 | 3 +++ src/core/mainloop/connection.c | 8 src/lib/crypt_ops/crypto_util.c

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

2020-08-11 Thread asn
commit ab9c35f04353c00323068ec5dc46b2995a9b69bf Merge: 7d80bf80fe ea876ab00e Author: George Kadianakis Date: Tue Aug 11 14:53:03 2020 +0300 Merge remote-tracking branch 'tor-gitlab/mr/102' into maint-0.4.4 changes/ticket6198 | 3 +++ src/core/mainloop/connection.c | 8

[tor-commits] [tor/maint-0.4.4] Wipe address strings from connections before freeing them them.

2020-08-11 Thread asn
commit ea876ab00e223b0c1ba022cc27861cfbbde31b64 Author: Nick Mathewson Date: Mon Aug 3 10:15:08 2020 -0400 Wipe address strings from connections before freeing them them. This is a defense-in-depth fix; closes 6198. --- changes/ticket6198 | 3 +++

[tor-commits] [tor/master] Add a tor_str_wipe_and_free() function.

2020-08-11 Thread asn
commit 5b9508c9a5d757223c62749c51eaf7453ff26691 Author: Nick Mathewson Date: Mon Aug 3 10:11:03 2020 -0400 Add a tor_str_wipe_and_free() function. Frequently we want to do if (s) { memwipe(s, 0, sizeof(s)); tor_free(s); } and it's

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