[tor-commits] [tor/main] Increase frequency of vg-lite callback to 15 minutes

2021-07-28 Thread asn
commit 30a97d9bb3c41e8e526afcb2ac4e1a073944cd66 Author: George Kadianakis Date: Tue Jul 20 13:03:32 2021 +0300 Increase frequency of vg-lite callback to 15 minutes --- src/core/mainloop/mainloop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[tor-commits] [tor/main] Merge branch 'vanguards-lite-dev-rebased'

2021-07-28 Thread asn
commit 4f68fe3e6c09881af46bfedadfdcd892b026adf3 Merge: a9b287fbcc 43a725797b Author: George Kadianakis Date: Wed Jul 28 12:00:37 2021 +0300 Merge branch 'vanguards-lite-dev-rebased' changes/ticket40363 | 9 ++ doc/man/tor.1.txt| 7 +

[tor-commits] [tor/main] Add stricter limits to the number of L2 nodes

2021-07-28 Thread asn
commit 5949a70b58918568eca7d64d6881a10a5ec745ff Author: George Kadianakis Date: Mon Jul 12 12:10:43 2021 +0300 Add stricter limits to the number of L2 nodes --- src/feature/client/entrynodes.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git

[tor-commits] [tor/main] Update changes file with the new proposal number #333.

2021-07-28 Thread asn
commit 43a725797bf1fcd596e2d664bc975751ad2588d2 Author: George Kadianakis Date: Wed Jul 21 12:43:52 2021 +0300 Update changes file with the new proposal number #333. --- changes/ticket40363 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes/ticket40363

[tor-commits] [tor/main] Add a switch to toggle the feature on/off

2021-07-28 Thread asn
commit 7f701794e7d8ce5cb4feb0b6fb1d4b00b68e5c5b Author: George Kadianakis Date: Mon Jul 12 11:45:31 2021 +0300 Add a switch to toggle the feature on/off --- doc/man/tor.1.txt | 7 +++ src/app/config/config.c | 1 + src/app/config/or_options_st.h | 3 +++

[tor-commits] [tor/main] Add layer2_guard_free()

2021-07-28 Thread asn
commit 9b464cdc364755fb00b544c31a1e75500a3b84d3 Author: George Kadianakis Date: Fri Jul 9 16:54:24 2021 +0300 Add layer2_guard_free() --- src/feature/client/entrynodes.c | 21 + 1 file changed, 17 insertions(+), 4 deletions(-) diff --git

[tor-commits] [tor/main] Don't double-pick L2 nodes

2021-07-28 Thread asn
commit a77727cdca35bb272794ee863790d36c8db45caf Author: George Kadianakis Date: Fri Jul 9 16:48:26 2021 +0300 Don't double-pick L2 nodes --- src/feature/client/entrynodes.c | 36 ++-- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git

[tor-commits] [tor/main] Service intro circuits are now 4-hop to avoid linkability by intro

2021-07-28 Thread asn
commit 7ec9a68477d3c5b6937fa39445dc6b95415abb39 Author: George Kadianakis Date: Mon Jul 12 11:23:00 2021 +0300 Service intro circuits are now 4-hop to avoid linkability by intro Now the circuits look like this: client rend: C -> G -> L2 -> Rend

[tor-commits] [tor/main] Code improvements

2021-07-28 Thread asn
commit 1f87269cf47e2c01ef500405a971b17130c8bb72 Author: George Kadianakis Date: Tue Jul 6 13:22:59 2021 +0300 Code improvements --- src/feature/client/entrynodes.c | 17 - src/feature/client/entrynodes.h | 2 +- src/test/test_entrynodes.c | 2 +- 3 files changed, 14

[tor-commits] [tor/main] Simplify cannibalization logic now that all HS is vanguards

2021-07-28 Thread asn
commit 52c5b8aa12cc613e145600826965917ae10b7cbb Author: George Kadianakis Date: Thu Jul 1 17:56:56 2021 +0300 Simplify cannibalization logic now that all HS is vanguards Co-authored-by: Mike Perry --- src/core/or/circuituse.c | 10 -- 1 file changed, 4 insertions(+), 6

[tor-commits] [tor/main] Special vanguard L3 increased path length does not apply for vanguards-lite

2021-07-28 Thread asn
commit 9afd9d09404200ed149abeeaad9efd3a1542f7e0 Author: George Kadianakis Date: Thu Jul 1 17:52:58 2021 +0300 Special vanguard L3 increased path length does not apply for vanguards-lite Co-authored-by: Mike Perry --- src/core/or/circuitbuild.c | 12 +++- 1 file changed,

[tor-commits] [tor/main] Use L2 vanguards during path selection

2021-07-28 Thread asn
commit e23947716e227a9888690b9fca7a5069038d4c0f Author: George Kadianakis Date: Thu Jul 1 17:49:27 2021 +0300 Use L2 vanguards during path selection Co-authored-by: Mike Perry --- src/core/or/circuitbuild.c | 12 +--- src/core/or/circuituse.c | 12

[tor-commits] [tor/main] Preemptive circuits for HSes should now be vanguard circuits

2021-07-28 Thread asn
commit 0240c00929dff8451b42ef313f5345e15ce4da06 Author: George Kadianakis Date: Thu Jul 1 17:50:41 2021 +0300 Preemptive circuits for HSes should now be vanguard circuits Co-authored-by: Mike Perry --- src/core/or/circuituse.c | 26 +- 1 file changed, 5

[tor-commits] [tor/main] Introduce vanguards-lite subsystem and some of its entry points

2021-07-28 Thread asn
commit 314a6b42c59c7d9ea240b758ccffd796963efd0f Author: George Kadianakis Date: Thu Jul 1 17:42:34 2021 +0300 Introduce vanguards-lite subsystem and some of its entry points Co-authored-by: Mike Perry --- changes/ticket40363 | 9 ++ src/core/mainloop/mainloop.c

[tor-commits] [torspec/main] Move 332-vanguards-lite.md to 333-vanguards-lite.md.

2021-07-28 Thread asn
commit df6af4fe150505473931d751abbe62526f817f1b Author: George Kadianakis Date: Tue Jul 20 13:48:52 2021 +0300 Move 332-vanguards-lite.md to 333-vanguards-lite.md. Since 332-ntor-v3-with-extra-data.md was faster than us --- proposals/{332-vanguards-lite.md =>

[tor-commits] [torspec/main] Improve vanguard-lite proposal.

2021-07-28 Thread asn
commit aec36da1cdd75978c7a323739d592a11e0354c4a Author: George Kadianakis Date: Tue Jul 20 13:46:53 2021 +0300 Improve vanguard-lite proposal. - Mention that an extra hop is added on service-side intro circs - Add circuit path length diagram - Mention max number of L2

[tor-commits] [torspec/main] First iteration of vanguards lite proposal.

2021-07-28 Thread asn
commit 49196be6b76058d68837a6f3f5ed6e4a0dc55f38 Author: George Kadianakis Date: Tue Jun 1 12:56:15 2021 +0300 First iteration of vanguards lite proposal. --- proposals/332-vanguards-lite.md | 60 + 1 file changed, 60 insertions(+) diff --git

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

2021-07-07 Thread asn
commit cb9e3466188aae17e08844ac5a193a35b07edba3 Merge: d89bffb8c7 8b026b4eee Author: George Kadianakis Date: Wed Jul 7 13:04:39 2021 +0300 Merge branch 'maint-0.4.6' into release-0.4.6 changes/ticket40421 | 3 +++ src/core/or/connection_edge.c | 4 2 files changed, 7

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

2021-07-07 Thread asn
commit 8b026b4eeef1cb3de672d120dfa2018c9ce67f0d Merge: a522aabd3b 301ffb71a6 Author: George Kadianakis Date: Wed Jul 7 13:04:24 2021 +0300 Merge remote-tracking branch 'tor-gitlab/mr/406' into maint-0.4.6 changes/ticket40421 | 3 +++ src/core/or/connection_edge.c | 4 2

[tor-commits] [tor/release-0.4.6] hs: Send back 0xF6 for a v2 onion address

2021-07-07 Thread asn
commit 301ffb71a695e89f2e4905e2260fce15439259f1 Author: David Goulet Date: Tue Jun 29 09:56:44 2021 -0400 hs: Send back 0xF6 for a v2 onion address Fixes #40421 Signed-off-by: David Goulet --- changes/ticket40421 | 3 +++ src/core/or/connection_edge.c | 4

[tor-commits] [tor/maint-0.4.6] Merge remote-tracking branch 'tor-gitlab/mr/406' into maint-0.4.6

2021-07-07 Thread asn
commit 8b026b4eeef1cb3de672d120dfa2018c9ce67f0d Merge: a522aabd3b 301ffb71a6 Author: George Kadianakis Date: Wed Jul 7 13:04:24 2021 +0300 Merge remote-tracking branch 'tor-gitlab/mr/406' into maint-0.4.6 changes/ticket40421 | 3 +++ src/core/or/connection_edge.c | 4 2

[tor-commits] [tor/maint-0.4.6] hs: Send back 0xF6 for a v2 onion address

2021-07-07 Thread asn
commit 301ffb71a695e89f2e4905e2260fce15439259f1 Author: David Goulet Date: Tue Jun 29 09:56:44 2021 -0400 hs: Send back 0xF6 for a v2 onion address Fixes #40421 Signed-off-by: David Goulet --- changes/ticket40421 | 3 +++ src/core/or/connection_edge.c | 4

[tor-commits] [tor/main] Merge branch 'maint-0.4.6'

2021-07-07 Thread asn
commit b9f6eb68d999a72704b7fa686eda88b602049e37 Merge: e79d73de9b 8b026b4eee Author: George Kadianakis Date: Wed Jul 7 13:04:39 2021 +0300 Merge branch 'maint-0.4.6' ___ tor-commits mailing list tor-commits@lists.torproject.org

[tor-commits] [tor/main] Merge remote-tracking branch 'tor-gitlab/mr/406' into maint-0.4.6

2021-07-07 Thread asn
commit 8b026b4eeef1cb3de672d120dfa2018c9ce67f0d Merge: a522aabd3b 301ffb71a6 Author: George Kadianakis Date: Wed Jul 7 13:04:24 2021 +0300 Merge remote-tracking branch 'tor-gitlab/mr/406' into maint-0.4.6 changes/ticket40421 | 3 +++ src/core/or/connection_edge.c | 4 2

[tor-commits] [tor/main] hs: Send back 0xF6 for a v2 onion address

2021-07-07 Thread asn
commit 301ffb71a695e89f2e4905e2260fce15439259f1 Author: David Goulet Date: Tue Jun 29 09:56:44 2021 -0400 hs: Send back 0xF6 for a v2 onion address Fixes #40421 Signed-off-by: David Goulet --- changes/ticket40421 | 3 +++ src/core/or/connection_edge.c | 4

[tor-commits] [tor/main] Merge remote-tracking branch 'tor-gitlab/mr/406'

2021-07-07 Thread asn
commit e79d73de9b2f94bebc87166ed86d00b4b3295010 Merge: 8949317ecc 301ffb71a6 Author: George Kadianakis Date: Wed Jul 7 13:02:11 2021 +0300 Merge remote-tracking branch 'tor-gitlab/mr/406' changes/ticket40421 | 3 +++ src/core/or/connection_edge.c | 4 2 files changed, 7

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

2021-07-06 Thread asn
commit d89bffb8c75c6e58d698c17fec2d0462efd77e61 Merge: 7f34440063 a522aabd3b Author: George Kadianakis Date: Tue Jul 6 13:52:16 2021 +0300 Merge branch 'maint-0.4.6' into release-0.4.6 src/test/test_dir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

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

2021-07-06 Thread asn
commit 67e412c25e68dbaf32317510bb6665e4b68d7c4d Merge: 5b1cd6e538 4865eabd18 Author: George Kadianakis Date: Tue Jul 6 13:52:15 2021 +0300 Merge branch 'maint-0.4.5' into release-0.4.5 src/test/test_dir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[tor-commits] [tor/release-0.4.6] Suppress a clang 12 warning about "suspicious concatenation".

2021-07-06 Thread asn
commit 2bc02b21992825e1e348f83c31ebbe0ddcee0b9b Author: Nick Mathewson Date: Thu Jul 1 13:03:19 2021 -0400 Suppress a clang 12 warning about "suspicious concatenation". My clang doesn't like it when we write code like this: char *list[] = { "abc",

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

2021-07-06 Thread asn
commit a522aabd3b436b56d5575ea808451e1577185bcd Merge: 167f3bc4ec 4865eabd18 Author: George Kadianakis Date: Tue Jul 6 13:52:15 2021 +0300 Merge branch 'maint-0.4.5' into maint-0.4.6 src/test/test_dir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[tor-commits] [tor/release-0.4.6] Merge remote-tracking branch 'tor-gitlab/mr/409' into maint-0.4.5

2021-07-06 Thread asn
commit 4865eabd18d0b5a70bf971814213327c0ca8b106 Merge: 98b9df61f6 2bc02b2199 Author: George Kadianakis Date: Tue Jul 6 13:51:58 2021 +0300 Merge remote-tracking branch 'tor-gitlab/mr/409' into maint-0.4.5 src/test/test_dir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[tor-commits] [tor/release-0.4.5] Suppress a clang 12 warning about "suspicious concatenation".

2021-07-06 Thread asn
commit 2bc02b21992825e1e348f83c31ebbe0ddcee0b9b Author: Nick Mathewson Date: Thu Jul 1 13:03:19 2021 -0400 Suppress a clang 12 warning about "suspicious concatenation". My clang doesn't like it when we write code like this: char *list[] = { "abc",

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

2021-07-06 Thread asn
commit 4865eabd18d0b5a70bf971814213327c0ca8b106 Merge: 98b9df61f6 2bc02b2199 Author: George Kadianakis Date: Tue Jul 6 13:51:58 2021 +0300 Merge remote-tracking branch 'tor-gitlab/mr/409' into maint-0.4.5 src/test/test_dir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[tor-commits] [tor/maint-0.4.6] Merge branch 'maint-0.4.5' into maint-0.4.6

2021-07-06 Thread asn
commit a522aabd3b436b56d5575ea808451e1577185bcd Merge: 167f3bc4ec 4865eabd18 Author: George Kadianakis Date: Tue Jul 6 13:52:15 2021 +0300 Merge branch 'maint-0.4.5' into maint-0.4.6 src/test/test_dir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[tor-commits] [tor/maint-0.4.5] Merge remote-tracking branch 'tor-gitlab/mr/409' into maint-0.4.5

2021-07-06 Thread asn
commit 4865eabd18d0b5a70bf971814213327c0ca8b106 Merge: 98b9df61f6 2bc02b2199 Author: George Kadianakis Date: Tue Jul 6 13:51:58 2021 +0300 Merge remote-tracking branch 'tor-gitlab/mr/409' into maint-0.4.5 src/test/test_dir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[tor-commits] [tor/maint-0.4.6] Suppress a clang 12 warning about "suspicious concatenation".

2021-07-06 Thread asn
commit 2bc02b21992825e1e348f83c31ebbe0ddcee0b9b Author: Nick Mathewson Date: Thu Jul 1 13:03:19 2021 -0400 Suppress a clang 12 warning about "suspicious concatenation". My clang doesn't like it when we write code like this: char *list[] = { "abc",

[tor-commits] [tor/maint-0.4.6] Merge remote-tracking branch 'tor-gitlab/mr/409' into maint-0.4.5

2021-07-06 Thread asn
commit 4865eabd18d0b5a70bf971814213327c0ca8b106 Merge: 98b9df61f6 2bc02b2199 Author: George Kadianakis Date: Tue Jul 6 13:51:58 2021 +0300 Merge remote-tracking branch 'tor-gitlab/mr/409' into maint-0.4.5 src/test/test_dir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[tor-commits] [tor/maint-0.4.5] Suppress a clang 12 warning about "suspicious concatenation".

2021-07-06 Thread asn
commit 2bc02b21992825e1e348f83c31ebbe0ddcee0b9b Author: Nick Mathewson Date: Thu Jul 1 13:03:19 2021 -0400 Suppress a clang 12 warning about "suspicious concatenation". My clang doesn't like it when we write code like this: char *list[] = { "abc",

[tor-commits] [tor/main] Merge branch 'maint-0.4.5' into maint-0.4.6

2021-07-06 Thread asn
commit a522aabd3b436b56d5575ea808451e1577185bcd Merge: 167f3bc4ec 4865eabd18 Author: George Kadianakis Date: Tue Jul 6 13:52:15 2021 +0300 Merge branch 'maint-0.4.5' into maint-0.4.6 src/test/test_dir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[tor-commits] [tor/main] Merge branch 'maint-0.4.6'

2021-07-06 Thread asn
commit 8949317eccfc1334bfc03344fc3ae32d380aa791 Merge: 6aff048978 a522aabd3b Author: George Kadianakis Date: Tue Jul 6 13:52:16 2021 +0300 Merge branch 'maint-0.4.6' src/test/test_dir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[tor-commits] [tor/main] Suppress a clang 12 warning about "suspicious concatenation".

2021-07-06 Thread asn
commit 2bc02b21992825e1e348f83c31ebbe0ddcee0b9b Author: Nick Mathewson Date: Thu Jul 1 13:03:19 2021 -0400 Suppress a clang 12 warning about "suspicious concatenation". My clang doesn't like it when we write code like this: char *list[] = { "abc",

[tor-commits] [tor/main] Merge remote-tracking branch 'tor-gitlab/mr/409' into maint-0.4.5

2021-07-06 Thread asn
commit 4865eabd18d0b5a70bf971814213327c0ca8b106 Merge: 98b9df61f6 2bc02b2199 Author: George Kadianakis Date: Tue Jul 6 13:51:58 2021 +0300 Merge remote-tracking branch 'tor-gitlab/mr/409' into maint-0.4.5 src/test/test_dir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

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

2021-07-06 Thread asn
commit 7f34440063013ba57f19e32fa5678ff5d37bbc8c Merge: 1cc6cccdff 167f3bc4ec Author: George Kadianakis Date: Tue Jul 6 13:42:53 2021 +0300 Merge branch 'maint-0.4.6' into release-0.4.6 changes/bug40383| 7 +++ configure.ac| 1 +

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

2021-07-06 Thread asn
commit 167f3bc4ecbe4f0265413f3a1b91b6faab1c0f81 Merge: 2758ae30b3 98b9df61f6 Author: George Kadianakis Date: Tue Jul 6 13:42:53 2021 +0300 Merge branch 'maint-0.4.5' into maint-0.4.6 changes/bug40383| 7 +++ configure.ac| 1 + src/lib/encoding/time_fmt.c

[tor-commits] [tor/release-0.4.6] Use native timegm when available.

2021-07-06 Thread asn
commit c1d96358d49a4583b8aa9bdb1e8d73c70f9d8d06 Author: Nick Mathewson Date: Tue Jun 1 16:18:23 2021 -0400 Use native timegm when available. Continue having a tor_gmtime_impl() unit test so that we can detect any problems in our replacement function; add a new test function to

[tor-commits] [tor/release-0.4.6] Merge branch 'mr/395' into maint-0.4.5

2021-07-06 Thread asn
commit 98b9df61f6f2d33dab857b1e7d2f8e848678f5ed Merge: e60d14bb6b c1d96358d4 Author: George Kadianakis Date: Tue Jul 6 13:42:29 2021 +0300 Merge branch 'mr/395' into maint-0.4.5 changes/bug40383| 7 +++ configure.ac| 1 + src/lib/encoding/time_fmt.c | 35

[tor-commits] [tor/release-0.4.5] Merge branch 'mr/395' into maint-0.4.5

2021-07-06 Thread asn
commit 98b9df61f6f2d33dab857b1e7d2f8e848678f5ed Merge: e60d14bb6b c1d96358d4 Author: George Kadianakis Date: Tue Jul 6 13:42:29 2021 +0300 Merge branch 'mr/395' into maint-0.4.5 changes/bug40383| 7 +++ configure.ac| 1 + src/lib/encoding/time_fmt.c | 35

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

2021-07-06 Thread asn
commit 5b1cd6e538a63e42416f73168989bae3c53cd819 Merge: 9ba1a47847 98b9df61f6 Author: George Kadianakis Date: Tue Jul 6 13:42:53 2021 +0300 Merge branch 'maint-0.4.5' into release-0.4.5 changes/bug40383| 7 +++ configure.ac| 1 +

[tor-commits] [tor/maint-0.4.6] Merge branch 'mr/395' into maint-0.4.5

2021-07-06 Thread asn
commit 98b9df61f6f2d33dab857b1e7d2f8e848678f5ed Merge: e60d14bb6b c1d96358d4 Author: George Kadianakis Date: Tue Jul 6 13:42:29 2021 +0300 Merge branch 'mr/395' into maint-0.4.5 changes/bug40383| 7 +++ configure.ac| 1 + src/lib/encoding/time_fmt.c | 35

[tor-commits] [tor/maint-0.4.5] Merge branch 'mr/395' into maint-0.4.5

2021-07-06 Thread asn
commit 98b9df61f6f2d33dab857b1e7d2f8e848678f5ed Merge: e60d14bb6b c1d96358d4 Author: George Kadianakis Date: Tue Jul 6 13:42:29 2021 +0300 Merge branch 'mr/395' into maint-0.4.5 changes/bug40383| 7 +++ configure.ac| 1 + src/lib/encoding/time_fmt.c | 35

[tor-commits] [tor/release-0.4.5] Use native timegm when available.

2021-07-06 Thread asn
commit c1d96358d49a4583b8aa9bdb1e8d73c70f9d8d06 Author: Nick Mathewson Date: Tue Jun 1 16:18:23 2021 -0400 Use native timegm when available. Continue having a tor_gmtime_impl() unit test so that we can detect any problems in our replacement function; add a new test function to

[tor-commits] [tor/maint-0.4.6] Merge branch 'maint-0.4.5' into maint-0.4.6

2021-07-06 Thread asn
commit 167f3bc4ecbe4f0265413f3a1b91b6faab1c0f81 Merge: 2758ae30b3 98b9df61f6 Author: George Kadianakis Date: Tue Jul 6 13:42:53 2021 +0300 Merge branch 'maint-0.4.5' into maint-0.4.6 changes/bug40383| 7 +++ configure.ac| 1 + src/lib/encoding/time_fmt.c

[tor-commits] [tor/maint-0.4.6] Use native timegm when available.

2021-07-06 Thread asn
commit c1d96358d49a4583b8aa9bdb1e8d73c70f9d8d06 Author: Nick Mathewson Date: Tue Jun 1 16:18:23 2021 -0400 Use native timegm when available. Continue having a tor_gmtime_impl() unit test so that we can detect any problems in our replacement function; add a new test function to

[tor-commits] [tor/main] Merge branch 'maint-0.4.6'

2021-07-06 Thread asn
commit 6aff048978aa474d1359a612b8a7010df23097bc Merge: e71db3a4be 167f3bc4ec Author: George Kadianakis Date: Tue Jul 6 13:42:53 2021 +0300 Merge branch 'maint-0.4.6' changes/bug40383| 7 +++ configure.ac| 1 + src/lib/encoding/time_fmt.c | 35

[tor-commits] [tor/maint-0.4.5] Use native timegm when available.

2021-07-06 Thread asn
commit c1d96358d49a4583b8aa9bdb1e8d73c70f9d8d06 Author: Nick Mathewson Date: Tue Jun 1 16:18:23 2021 -0400 Use native timegm when available. Continue having a tor_gmtime_impl() unit test so that we can detect any problems in our replacement function; add a new test function to

[tor-commits] [tor/main] Merge branch 'mr/395' into maint-0.4.5

2021-07-06 Thread asn
commit 98b9df61f6f2d33dab857b1e7d2f8e848678f5ed Merge: e60d14bb6b c1d96358d4 Author: George Kadianakis Date: Tue Jul 6 13:42:29 2021 +0300 Merge branch 'mr/395' into maint-0.4.5 changes/bug40383| 7 +++ configure.ac| 1 + src/lib/encoding/time_fmt.c | 35

[tor-commits] [tor/main] Use native timegm when available.

2021-07-06 Thread asn
commit c1d96358d49a4583b8aa9bdb1e8d73c70f9d8d06 Author: Nick Mathewson Date: Tue Jun 1 16:18:23 2021 -0400 Use native timegm when available. Continue having a tor_gmtime_impl() unit test so that we can detect any problems in our replacement function; add a new test function to

[tor-commits] [tor/main] Merge branch 'maint-0.4.5' into maint-0.4.6

2021-07-06 Thread asn
commit 167f3bc4ecbe4f0265413f3a1b91b6faab1c0f81 Merge: 2758ae30b3 98b9df61f6 Author: George Kadianakis Date: Tue Jul 6 13:42:53 2021 +0300 Merge branch 'maint-0.4.5' into maint-0.4.6 changes/bug40383| 7 +++ configure.ac| 1 + src/lib/encoding/time_fmt.c

[tor-commits] [tor/main] Merge remote-tracking branch 'tor-gitlab/mr/385'

2021-06-28 Thread asn
commit 2b97c1dd341f71e6237c97ee73e0f02b7dc6d805 Merge: 45b5987115 d4fbfb54d4 Author: George Kadianakis Date: Mon Jun 28 14:11:46 2021 +0300 Merge remote-tracking branch 'tor-gitlab/mr/385' src/feature/relay/relay_metrics.c | 4 ++-- src/feature/stats/rephist.c | 33

[tor-commits] [tor/main] rephist: Add a counter for the onioniskins stats

2021-06-28 Thread asn
commit d4fbfb54d41d9b93fbdfab48c59f0e688dd7f645 Author: David Goulet Date: Wed May 12 15:31:44 2021 -0400 rephist: Add a counter for the onioniskins stats Current counters are reset every heartbeat. This commit adds two counters for the assigned and dropped onionskins that are

[tor-commits] [tor/release-0.4.6] hs: Fix ADD_ONION with client authorization

2021-05-05 Thread asn
commit cf6e72b7020c47ba20677dc19602663723bd8491 Author: David Goulet Date: Tue May 4 10:37:26 2021 -0400 hs: Fix ADD_ONION with client authorization Turns out that passing client authorization keys to ADD_ONION for v3 was not working because we were not setting the

[tor-commits] [tor/master] hs: Fix ADD_ONION with client authorization

2021-05-05 Thread asn
commit cf6e72b7020c47ba20677dc19602663723bd8491 Author: David Goulet Date: Tue May 4 10:37:26 2021 -0400 hs: Fix ADD_ONION with client authorization Turns out that passing client authorization keys to ADD_ONION for v3 was not working because we were not setting the

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

2021-05-05 Thread asn
commit d6e7fc00f3c3f3d77b0f3257e7bb0d83e35b3e2a Merge: 1d18ecbc5f cf6e72b702 Author: George Kadianakis Date: Wed May 5 10:21:48 2021 +0300 Merge branch 'maint-0.4.6' changes/ticket40378 | 4 src/feature/hs/hs_service.c | 18 +++--- src/feature/hs/hs_service.h |

[tor-commits] [tor/maint-0.4.6] hs: Fix ADD_ONION with client authorization

2021-05-05 Thread asn
commit cf6e72b7020c47ba20677dc19602663723bd8491 Author: David Goulet Date: Tue May 4 10:37:26 2021 -0400 hs: Fix ADD_ONION with client authorization Turns out that passing client authorization keys to ADD_ONION for v3 was not working because we were not setting the

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

2021-04-23 Thread asn
commit 13fd8f362fe34a68466c1320329c924f6fefaa45 Merge: 792151e4f4 8c29729916 Author: George Kadianakis Date: Fri Apr 23 13:00:23 2021 +0300 Merge branch 'maint-0.4.5' into release-0.4.5 changes/ticket40356 | 3 +++ src/feature/hs/hs_cache.c | 61

[tor-commits] [tor/release-0.4.6] hs: Fix memory leak in client cache

2021-04-23 Thread asn
commit 8c29729916be9cd9692657096babb838fc2e7a4c Author: David Goulet Date: Tue Apr 20 13:13:54 2021 -0400 hs: Fix memory leak in client cache Fixes #40356 Signed-off-by: David Goulet --- changes/ticket40356 | 3 +++ src/feature/hs/hs_cache.c | 61

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

2021-04-23 Thread asn
commit 973fcf056a21087157e2f07ac94899521b50e1d4 Merge: fe9bd6bd96 f0260c4cea Author: George Kadianakis Date: Fri Apr 23 13:00:24 2021 +0300 Merge branch 'maint-0.4.6' changes/ticket40356 | 3 +++ src/feature/hs/hs_cache.c | 61 --- 2

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

2021-04-23 Thread asn
commit f0260c4cea6da784369e8d47f0b4bf01863c5af5 Merge: 38bfb3cdfe 8c29729916 Author: George Kadianakis Date: Fri Apr 23 13:00:23 2021 +0300 Merge branch 'maint-0.4.5' into maint-0.4.6 changes/ticket40356 | 3 +++ src/feature/hs/hs_cache.c | 61

[tor-commits] [tor/release-0.4.5] hs: Fix memory leak in client cache

2021-04-23 Thread asn
commit 8c29729916be9cd9692657096babb838fc2e7a4c Author: David Goulet Date: Tue Apr 20 13:13:54 2021 -0400 hs: Fix memory leak in client cache Fixes #40356 Signed-off-by: David Goulet --- changes/ticket40356 | 3 +++ src/feature/hs/hs_cache.c | 61

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

2021-04-23 Thread asn
commit f0260c4cea6da784369e8d47f0b4bf01863c5af5 Merge: 38bfb3cdfe 8c29729916 Author: George Kadianakis Date: Fri Apr 23 13:00:23 2021 +0300 Merge branch 'maint-0.4.5' into maint-0.4.6 changes/ticket40356 | 3 +++ src/feature/hs/hs_cache.c | 61

[tor-commits] [tor/maint-0.4.6] hs: Fix memory leak in client cache

2021-04-23 Thread asn
commit 8c29729916be9cd9692657096babb838fc2e7a4c Author: David Goulet Date: Tue Apr 20 13:13:54 2021 -0400 hs: Fix memory leak in client cache Fixes #40356 Signed-off-by: David Goulet --- changes/ticket40356 | 3 +++ src/feature/hs/hs_cache.c | 61

[tor-commits] [tor/maint-0.4.5] hs: Fix memory leak in client cache

2021-04-23 Thread asn
commit 8c29729916be9cd9692657096babb838fc2e7a4c Author: David Goulet Date: Tue Apr 20 13:13:54 2021 -0400 hs: Fix memory leak in client cache Fixes #40356 Signed-off-by: David Goulet --- changes/ticket40356 | 3 +++ src/feature/hs/hs_cache.c | 61

[tor-commits] [tor/master] hs: Fix memory leak in client cache

2021-04-23 Thread asn
commit 8c29729916be9cd9692657096babb838fc2e7a4c Author: David Goulet Date: Tue Apr 20 13:13:54 2021 -0400 hs: Fix memory leak in client cache Fixes #40356 Signed-off-by: David Goulet --- changes/ticket40356 | 3 +++ src/feature/hs/hs_cache.c | 61

[tor-commits] [tor/maint-0.4.6] Merge branch 'maint-0.4.5' into maint-0.4.6

2021-04-23 Thread asn
commit f0260c4cea6da784369e8d47f0b4bf01863c5af5 Merge: 38bfb3cdfe 8c29729916 Author: George Kadianakis Date: Fri Apr 23 13:00:23 2021 +0300 Merge branch 'maint-0.4.5' into maint-0.4.6 changes/ticket40356 | 3 +++ src/feature/hs/hs_cache.c | 61

[tor-commits] [tor/maint-0.3.5] Fix test naming, and fix tests on windows.

2021-04-21 Thread asn
commit 5e6905ed99b7e7fb4cd329d9d1f49d9bb56104ab Author: Nick Mathewson Date: Tue Apr 13 17:38:31 2021 -0400 Fix test naming, and fix tests on windows. This is a bugfix against my fix for #40133, which has not yet appeared in 0.3.5. --- src/test/test_connection.c | 4 ++-- 1

[tor-commits] [tor/maint-0.3.5] Merge remote-tracking branch 'tor-gitlab/mr/363' into maint-0.3.5

2021-04-21 Thread asn
commit 32eea3b006f917183012b3fd1aba8e4ac3501b4d Merge: 131e2d99a4 5e6905ed99 Author: George Kadianakis Date: Wed Apr 21 16:48:22 2021 +0300 Merge remote-tracking branch 'tor-gitlab/mr/363' into maint-0.3.5 src/test/test_connection.c | 4 ++-- 1 file changed, 2 insertions(+), 2

[tor-commits] [tor/release-0.3.5] Fix test naming, and fix tests on windows.

2021-04-21 Thread asn
commit 5e6905ed99b7e7fb4cd329d9d1f49d9bb56104ab Author: Nick Mathewson Date: Tue Apr 13 17:38:31 2021 -0400 Fix test naming, and fix tests on windows. This is a bugfix against my fix for #40133, which has not yet appeared in 0.3.5. --- src/test/test_connection.c | 4 ++-- 1

[tor-commits] [tor/release-0.3.5] Merge remote-tracking branch 'tor-gitlab/mr/363' into release-0.3.5

2021-04-21 Thread asn
commit c2997d7ee7535a93fb8ab22f8435750509e6f6a3 Merge: 62002e8284 5e6905ed99 Author: George Kadianakis Date: Wed Apr 21 16:52:58 2021 +0300 Merge remote-tracking branch 'tor-gitlab/mr/363' into release-0.3.5 src/test/test_connection.c | 4 ++-- 1 file changed, 2 insertions(+), 2

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

2021-04-19 Thread asn
commit 7080e748e5a1d1ba2fe0b7d084394eb6743a5c8e Merge: 874d2c8601 8b22c80f56 Author: George Kadianakis Date: Mon Apr 19 17:38:16 2021 +0300 Merge remote-tracking branch 'tor-gitlab/mr/364' changes/bug40365 | 3 +++ src/test/test_connection.c | 18 +- 2 files

[tor-commits] [tor/master] Clean up the CONNECTION_TESTCASE_ARG macro.

2021-04-19 Thread asn
commit 8b22c80f5638f8d5381b9cf145f24d8f71852f10 Author: Nick Mathewson Date: Tue Apr 13 17:34:03 2021 -0400 Clean up the CONNECTION_TESTCASE_ARG macro. --- changes/bug40365 | 3 +++ src/test/test_connection.c | 18 +- 2 files changed, 12 insertions(+), 9

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

2021-04-19 Thread asn
commit 461a3c732b70fb8525dfa660dcab1605f11d7517 Merge: e6d9dd9157 925ec0e0ea Author: George Kadianakis Date: Mon Apr 19 17:33:46 2021 +0300 Merge branch 'maint-0.4.5' into maint-0.4.6 changes/autoconf-2.70 | 3 +++ configure.ac | 6 +- 2 files changed, 8 insertions(+), 1

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

2021-04-19 Thread asn
commit 2fc077e6766d66b6b4954c2d9a95a663f484da21 Merge: eddb3e262e 925ec0e0ea Author: George Kadianakis Date: Mon Apr 19 17:33:45 2021 +0300 Merge branch 'maint-0.4.5' into release-0.4.5 changes/autoconf-2.70 | 3 +++ configure.ac | 6 +- 2 files changed, 8 insertions(+), 1

[tor-commits] [tor/release-0.4.6] Merge remote-tracking branch 'tor-gitlab/mr/355' into maint-0.4.5

2021-04-19 Thread asn
commit 925ec0e0ea03357537f22f5e5c774d2c5aa02ecf Merge: 30fa80c0fc 02816d6059 Author: George Kadianakis Date: Mon Apr 19 17:32:56 2021 +0300 Merge remote-tracking branch 'tor-gitlab/mr/355' into maint-0.4.5 changes/autoconf-2.70 | 3 +++ configure.ac | 6 +- 2 files changed,

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

2021-04-19 Thread asn
commit 925ec0e0ea03357537f22f5e5c774d2c5aa02ecf Merge: 30fa80c0fc 02816d6059 Author: George Kadianakis Date: Mon Apr 19 17:32:56 2021 +0300 Merge remote-tracking branch 'tor-gitlab/mr/355' into maint-0.4.5 changes/autoconf-2.70 | 3 +++ configure.ac | 6 +- 2 files changed,

[tor-commits] [tor/release-0.4.6] Try making our configure.ac script build with AC 2.70.

2021-04-19 Thread asn
commit 02816d60591a6b3887f47df81fb99cb72d5ad2db Author: Nick Mathewson Date: Wed Apr 7 10:18:44 2021 -0400 Try making our configure.ac script build with AC 2.70. In versions <=2.69, according to the autoconf docs, AC_PROG_CC_C99 is needed with some compilers, if they require

[tor-commits] [tor/release-0.4.5] Try making our configure.ac script build with AC 2.70.

2021-04-19 Thread asn
commit 02816d60591a6b3887f47df81fb99cb72d5ad2db Author: Nick Mathewson Date: Wed Apr 7 10:18:44 2021 -0400 Try making our configure.ac script build with AC 2.70. In versions <=2.69, according to the autoconf docs, AC_PROG_CC_C99 is needed with some compilers, if they require

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

2021-04-19 Thread asn
commit 874d2c8601146a0982bb16a8e6307da9a874b640 Merge: e7c407d927 461a3c732b Author: George Kadianakis Date: Mon Apr 19 17:33:46 2021 +0300 Merge branch 'maint-0.4.6' changes/autoconf-2.70 | 3 +++ configure.ac | 6 +- 2 files changed, 8 insertions(+), 1 deletion(-)

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

2021-04-19 Thread asn
commit 461a3c732b70fb8525dfa660dcab1605f11d7517 Merge: e6d9dd9157 925ec0e0ea Author: George Kadianakis Date: Mon Apr 19 17:33:46 2021 +0300 Merge branch 'maint-0.4.5' into maint-0.4.6 changes/autoconf-2.70 | 3 +++ configure.ac | 6 +- 2 files changed, 8 insertions(+), 1

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

2021-04-19 Thread asn
commit 925ec0e0ea03357537f22f5e5c774d2c5aa02ecf Merge: 30fa80c0fc 02816d6059 Author: George Kadianakis Date: Mon Apr 19 17:32:56 2021 +0300 Merge remote-tracking branch 'tor-gitlab/mr/355' into maint-0.4.5 changes/autoconf-2.70 | 3 +++ configure.ac | 6 +- 2 files changed,

[tor-commits] [tor/master] Try making our configure.ac script build with AC 2.70.

2021-04-19 Thread asn
commit 02816d60591a6b3887f47df81fb99cb72d5ad2db Author: Nick Mathewson Date: Wed Apr 7 10:18:44 2021 -0400 Try making our configure.ac script build with AC 2.70. In versions <=2.69, according to the autoconf docs, AC_PROG_CC_C99 is needed with some compilers, if they require

[tor-commits] [tor/maint-0.4.6] Try making our configure.ac script build with AC 2.70.

2021-04-19 Thread asn
commit 02816d60591a6b3887f47df81fb99cb72d5ad2db Author: Nick Mathewson Date: Wed Apr 7 10:18:44 2021 -0400 Try making our configure.ac script build with AC 2.70. In versions <=2.69, according to the autoconf docs, AC_PROG_CC_C99 is needed with some compilers, if they require

[tor-commits] [tor/maint-0.4.6] Merge remote-tracking branch 'tor-gitlab/mr/355' into maint-0.4.5

2021-04-19 Thread asn
commit 925ec0e0ea03357537f22f5e5c774d2c5aa02ecf Merge: 30fa80c0fc 02816d6059 Author: George Kadianakis Date: Mon Apr 19 17:32:56 2021 +0300 Merge remote-tracking branch 'tor-gitlab/mr/355' into maint-0.4.5 changes/autoconf-2.70 | 3 +++ configure.ac | 6 +- 2 files changed,

[tor-commits] [tor/maint-0.4.5] Try making our configure.ac script build with AC 2.70.

2021-04-19 Thread asn
commit 02816d60591a6b3887f47df81fb99cb72d5ad2db Author: Nick Mathewson Date: Wed Apr 7 10:18:44 2021 -0400 Try making our configure.ac script build with AC 2.70. In versions <=2.69, according to the autoconf docs, AC_PROG_CC_C99 is needed with some compilers, if they require

[tor-commits] [tor/maint-0.4.6] Merge branch 'maint-0.4.5' into maint-0.4.6

2021-04-19 Thread asn
commit 461a3c732b70fb8525dfa660dcab1605f11d7517 Merge: e6d9dd9157 925ec0e0ea Author: George Kadianakis Date: Mon Apr 19 17:33:46 2021 +0300 Merge branch 'maint-0.4.5' into maint-0.4.6 changes/autoconf-2.70 | 3 +++ configure.ac | 6 +- 2 files changed, 8 insertions(+), 1

[tor-commits] [tor/maint-0.4.5] Merge remote-tracking branch 'tor-gitlab/mr/355' into maint-0.4.5

2021-04-19 Thread asn
commit 925ec0e0ea03357537f22f5e5c774d2c5aa02ecf Merge: 30fa80c0fc 02816d6059 Author: George Kadianakis Date: Mon Apr 19 17:32:56 2021 +0300 Merge remote-tracking branch 'tor-gitlab/mr/355' into maint-0.4.5 changes/autoconf-2.70 | 3 +++ configure.ac | 6 +- 2 files changed,

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

2021-04-08 Thread asn
commit 62614f0b3f6432d3e9f67869594c4e1d7984c147 Merge: e0b8a79b2e 272cb803df Author: George Kadianakis Date: Thu Apr 8 14:37:30 2021 +0300 Merge remote-tracking branch 'tor-gitlab/mr/354' changes/bug40354 | 4 src/lib/fs/path.c | 2 ++ 2 files changed, 6 insertions(+) diff --cc

[tor-commits] [tor/master] Avoid unused function warnings on libc's without GLOB_ALTDIRFUNC #40354

2021-04-08 Thread asn
commit 272cb803df02179bd6d406d0188df588d445db1b Author: Daniel Pinto Date: Wed Mar 24 22:20:29 2021 + Avoid unused function warnings on libc's without GLOB_ALTDIRFUNC #40354 --- changes/bug40354 | 4 src/lib/fs/path.c | 2 ++ 2 files changed, 6 insertions(+) diff --git

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

2021-04-08 Thread asn
commit 41ad333c2f888914787185557b2df5864c0938e2 Merge: c40b729c85 36768b5756 Author: George Kadianakis Date: Thu Apr 8 14:25:31 2021 +0300 Merge branch 'maint-0.4.5' into release-0.4.5 changes/bug40318 | 4 src/lib/fs/path.c | 20 ++-- 2 files changed, 22

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

2021-04-08 Thread asn
commit e0b8a79b2e62c69d45cce792f14b127e926082e2 Merge: b07ed22cbb 36768b5756 Author: George Kadianakis Date: Thu Apr 8 14:29:08 2021 +0300 Merge branch 'maint-0.4.5' changes/bug40318 | 4 src/lib/fs/path.c | 22 +++--- 2 files changed, 23 insertions(+), 3

[tor-commits] [tor/maint-0.4.5] Fix glob processing on BSD systems. #40318

2021-04-08 Thread asn
commit 36768b5756f05774258ca9c5db6379f74dfd6586 Author: Daniel Pinto Date: Thu Mar 25 01:23:04 2021 + Fix glob processing on BSD systems. #40318 On Linux systems, glob automatically ignores the errors ENOENT and ENOTDIR because they are expected during glob expansion. But

  1   2   3   4   5   6   7   8   9   10   >