[tor-commits] [tor/master] Merge branch 'tor-github/pr/1940'

2020-06-29 Thread ahf
commit 96876d3ad79c14722cf14d9705df291b38ec4a82 Merge: 86aa84e63 caebfa5f6 Author: Alexander Færøy Date: Tue Jun 30 01:22:44 2020 + Merge branch 'tor-github/pr/1940' src/test/test_hs_service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[tor-commits] [tor/master] Fix typo in test_build_update_descriptors() comment

2020-06-29 Thread ahf
commit caebfa5f6feb7451959b613d656c177ed1288a7d Author: Neel Chauhan Date: Wed Jun 17 20:12:13 2020 -0700 Fix typo in test_build_update_descriptors() comment --- src/test/test_hs_service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/test_hs_service.c

[tor-commits] [sbws/master] fix: doc: Update/clarify Torflow aggregation

2020-06-29 Thread juga
commit 5a44410af282b3193298518783e492e1a3cdae4b Author: juga0 Date: Wed May 20 13:21:23 2020 + fix: doc: Update/clarify Torflow aggregation --- docs/source/torflow_aggr.rst | 351 --- 1 file changed, 297 insertions(+), 54 deletions(-) diff

[tor-commits] [sbws/master] fix: test: Unrelated linter error

2020-06-29 Thread juga
commit b9e8fcd7fdcd931fe87a715d089c073d8fd3fe34 Author: juga0 Date: Tue May 19 14:28:20 2020 + fix: test: Unrelated linter error --- tests/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/conftest.py b/tests/conftest.py index 5d156f1..5f71b4a 100644 ---

[tor-commits] [sbws/master] chg: v3bwfile: Calculate hlimit from scaled sum bw

2020-06-29 Thread juga
commit 5d0e63cb62ddae416671abd2e4b604e83c34cd1a Author: juga0 Date: Sun May 17 14:29:54 2020 + chg: v3bwfile: Calculate hlimit from scaled sum bw instead of bw before scaling. Tests have finally correct value. For 1 result, only when the cap is 1, the value will

[tor-commits] [sbws/master] chg: v3bwfile: Obtain consensus values from last consensus

2020-06-29 Thread juga
commit 6e1f57c6770d7a09facf0414029a6f8cb32e35c7 Author: juga0 Date: Sun May 17 13:12:37 2020 + chg: v3bwfile: Obtain consensus values from last consensus --- sbws/lib/v3bwfile.py | 52 ++-- 1 file changed, 42 insertions(+), 10

[tor-commits] [sbws/master] chg: scaling: Add filtered bandwidth function

2020-06-29 Thread juga
commit 5159662a50b6ae97588e87423d6c56a9014ff91f Author: juga0 Date: Sat May 16 17:07:19 2020 + chg: scaling: Add filtered bandwidth function to calculate the filtered bandwidth for each relay. --- sbws/lib/scaling.py | 19 +++ 1 file changed, 19 insertions(+)

[tor-commits] [sbws/master] chg: v3bwfile: Change logic obtaining min bandwidth

2020-06-29 Thread juga
commit f365d679d72f1f35e59442bade90cfda3537a508 Author: juga0 Date: Sun May 17 11:16:54 2020 + chg: v3bwfile: Change logic obtaining min bandwidth Take either the consenus bandwidth or the descriptor bandwidth if one of them is missing, do not scale when both are missing

[tor-commits] [sbws/master] chg: v3bwfile: Stop making mean minimum 1

2020-06-29 Thread juga
commit 88eb7ef53c77d1d377125effd088f4cd41f59235 Author: juga0 Date: Tue May 19 07:59:28 2020 + chg: v3bwfile: Stop making mean minimum 1 --- sbws/lib/v3bwfile.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sbws/lib/v3bwfile.py b/sbws/lib/v3bwfile.py index

[tor-commits] [sbws/master] chg: v3bwfile: Scale relays missing descriptor bws

2020-06-29 Thread juga
commit d2947035c685ec6cc6a5cbdf4b33a05f398febba Author: juga0 Date: Sun May 17 10:55:44 2020 + chg: v3bwfile: Scale relays missing descriptor bws Scale relays without average or observed bandwidth. Later it will be check what to do if their values are None or 0 ---

[tor-commits] [sbws/master] chg: v3bwfile: Round scaled bandwidth after capping

2020-06-29 Thread juga
commit e4d80225e2ef81ce9e2665c69f487f05ad58836b Author: juga0 Date: Sun May 17 11:30:49 2020 + chg: v3bwfile: Round scaled bandwidth after capping Make tests pass because the high limit change the expected values, but the final value still needs to be fixed. ---

[tor-commits] [sbws/master] chg: v3bwfile: Calculate filtered bandwidth

2020-06-29 Thread juga
commit c030731ec25adeff750c8c00415b87521a10d581 Author: juga0 Date: Sat May 16 17:55:50 2020 + chg: v3bwfile: Calculate filtered bandwidth for each relay, calculate the filtered mean for all relays and calculate the filtered ratio for each relay. --- sbws/lib/v3bwfile.py

[tor-commits] [sbws/master] fix: v3bwfile: cap is never None

2020-06-29 Thread juga
commit ce4ad67508003e5437a10aef8f642e0f559dc54f Author: juga0 Date: Sun May 17 11:35:37 2020 + fix: v3bwfile: cap is never None --- sbws/lib/v3bwfile.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sbws/lib/v3bwfile.py b/sbws/lib/v3bwfile.py index

[tor-commits] [sbws/maint-1.1] Merge branch 'maint-1.1_bug33871_scaling_03' into 'maint-1.1'

2020-06-29 Thread juga
commit 02861e103119b17821e78fcacbcfdf24f568ec69 Merge: 3033421 ce0449a Author: Georg Koppen Date: Mon Jun 15 07:14:43 2020 + Merge branch 'maint-1.1_bug33871_scaling_03' into 'maint-1.1' Maint 1.1 bug33871 scaling 03 See merge request tpo/network-health/sbws!9

[tor-commits] [sbws/maint-1.1] fix: doc: Update/clarify Torflow aggregation

2020-06-29 Thread juga
commit 5a44410af282b3193298518783e492e1a3cdae4b Author: juga0 Date: Wed May 20 13:21:23 2020 + fix: doc: Update/clarify Torflow aggregation --- docs/source/torflow_aggr.rst | 351 --- 1 file changed, 297 insertions(+), 54 deletions(-) diff

[tor-commits] [sbws/master] fix: v3bwfile: Warn about None bandwidth values

2020-06-29 Thread juga
commit d4929161a1284b8d1a28abc4ba6d09af61d68853 Author: juga0 Date: Sun May 17 09:46:45 2020 + fix: v3bwfile: Warn about None bandwidth values since they are probably due a bug. --- sbws/lib/v3bwfile.py | 5 + 1 file changed, 5 insertions(+) diff --git

[tor-commits] [sbws/maint-1.1] fix: docs: Remove unneeded linter exception

2020-06-29 Thread juga
commit 3edf2fe2a739af4a2ccc8f128e45245347bce265 Author: juga0 Date: Tue May 19 15:22:13 2020 + fix: docs: Remove unneeded linter exception --- docs/source/index.rst| 1 + docs/source/torflow_aggr.rst | 30 - sbws/lib/v3bwfile.py | 147

[tor-commits] [sbws/master] Merge branch 'maint-1.1'

2020-06-29 Thread juga
commit c89a8a35989773ac4da249b5f8f6138ed528dd4e Merge: 44489f3 02861e1 Author: juga0 Date: Mon Jun 29 07:49:48 2020 + Merge branch 'maint-1.1' docs/source/index.rst | 1 + docs/source/torflow_aggr.rst | 429 +

[tor-commits] [sbws/master] Merge branch 'maint-1.1_bug33871_scaling_03' into 'maint-1.1'

2020-06-29 Thread juga
commit 02861e103119b17821e78fcacbcfdf24f568ec69 Merge: 3033421 ce0449a Author: Georg Koppen Date: Mon Jun 15 07:14:43 2020 + Merge branch 'maint-1.1_bug33871_scaling_03' into 'maint-1.1' Maint 1.1 bug33871 scaling 03 See merge request tpo/network-health/sbws!9

[tor-commits] [sbws/master] fix: v3bwfile: Remove unneeded minimum 1

2020-06-29 Thread juga
commit d72fe2ee33237c507f461488c7bb879301895e62 Author: juga0 Date: Wed May 20 13:23:26 2020 + fix: v3bwfile: Remove unneeded minimum 1 since rounding already returns 1 as minimum. --- sbws/lib/v3bwfile.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git

[tor-commits] [sbws/master] fix: v3bwfile: linter error with new flake version

2020-06-29 Thread juga
commit ce0449a2efa4e341abb2bb985972423f878f0ef6 Author: juga0 Date: Wed May 20 15:39:46 2020 + fix: v3bwfile: linter error with new flake version --- sbws/lib/bwfile_health.py | 2 ++ sbws/lib/v3bwfile.py | 2 ++ 2 files changed, 4 insertions(+) diff --git

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

2020-06-29 Thread translation
commit 9cb6d116aff06487a6a998a977173168a1caa14f Author: Translation commit bot Date: Mon Jun 29 08:16:26 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release --- nl.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nl.po b/nl.po

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

2020-06-29 Thread translation
commit 83e3029b4676ad8f42f7d3d7087792db7ee0fbbf Author: Translation commit bot Date: Mon Jun 29 09:46:31 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release --- lt.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lt.po b/lt.po

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

2020-06-29 Thread translation
commit 83b744aeccddb4d1ce73b84f579d243ba1b1d20b Author: Translation commit bot Date: Mon Jun 29 09:45:50 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc --- lt.po | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lt.po b/lt.po

[tor-commits] [sbws/maint-1.1] fix: v3bwfile: Use cap argument to clip scaled bw

2020-06-29 Thread juga
commit 788a777fbe946b8e2cd50308487802cb93d743f1 Author: juga0 Date: Tue May 19 10:32:09 2020 + fix: v3bwfile: Use cap argument to clip scaled bw Make test pass, though the value is not correct since it needs to be rounded after clipping --- sbws/lib/v3bwfile.py

[tor-commits] [sbws/maint-1.1] chg: v3bwfile: Round scaled bandwidth after capping

2020-06-29 Thread juga
commit e4d80225e2ef81ce9e2665c69f487f05ad58836b Author: juga0 Date: Sun May 17 11:30:49 2020 + chg: v3bwfile: Round scaled bandwidth after capping Make tests pass because the high limit change the expected values, but the final value still needs to be fixed. ---

[tor-commits] [sbws/maint-1.1] fix: v3bwfile: Warn about None bandwidth values

2020-06-29 Thread juga
commit d4929161a1284b8d1a28abc4ba6d09af61d68853 Author: juga0 Date: Sun May 17 09:46:45 2020 + fix: v3bwfile: Warn about None bandwidth values since they are probably due a bug. --- sbws/lib/v3bwfile.py | 5 + 1 file changed, 5 insertions(+) diff --git

[tor-commits] [sbws/maint-1.1] chg: v3bwfile: Exclude relays without observed bw

2020-06-29 Thread juga
commit a44ffcb20d0efcd68b3a80b080494f3c7a5da1e2 Author: juga0 Date: Sun May 17 13:30:03 2020 + chg: v3bwfile: Exclude relays without observed bw and without consensus bw from scaling. Part of #33871, closes #33831. --- sbws/lib/v3bwfile.py | 7 +++ 1 file

[tor-commits] [sbws/maint-1.1] chg: v3bwfile: Calculate hlimit from scaled sum bw

2020-06-29 Thread juga
commit 5d0e63cb62ddae416671abd2e4b604e83c34cd1a Author: juga0 Date: Sun May 17 14:29:54 2020 + chg: v3bwfile: Calculate hlimit from scaled sum bw instead of bw before scaling. Tests have finally correct value. For 1 result, only when the cap is 1, the value will

[tor-commits] [sbws/maint-1.1] fix: v3bwfile: Remove unneeded minimum 1

2020-06-29 Thread juga
commit d72fe2ee33237c507f461488c7bb879301895e62 Author: juga0 Date: Wed May 20 13:23:26 2020 + fix: v3bwfile: Remove unneeded minimum 1 since rounding already returns 1 as minimum. --- sbws/lib/v3bwfile.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git

[tor-commits] [sbws/maint-1.1] fix: test: Unrelated linter error

2020-06-29 Thread juga
commit b9e8fcd7fdcd931fe87a715d089c073d8fd3fe34 Author: juga0 Date: Tue May 19 14:28:20 2020 + fix: test: Unrelated linter error --- tests/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/conftest.py b/tests/conftest.py index 5d156f1..5f71b4a 100644 ---

[tor-commits] [sbws/maint-1.1] chg: v3bwfile: Calculate filtered bandwidth

2020-06-29 Thread juga
commit c030731ec25adeff750c8c00415b87521a10d581 Author: juga0 Date: Sat May 16 17:55:50 2020 + chg: v3bwfile: Calculate filtered bandwidth for each relay, calculate the filtered mean for all relays and calculate the filtered ratio for each relay. --- sbws/lib/v3bwfile.py

[tor-commits] [sbws/maint-1.1] chg: scaling: Add filtered bandwidth function

2020-06-29 Thread juga
commit 5159662a50b6ae97588e87423d6c56a9014ff91f Author: juga0 Date: Sat May 16 17:07:19 2020 + chg: scaling: Add filtered bandwidth function to calculate the filtered bandwidth for each relay. --- sbws/lib/scaling.py | 19 +++ 1 file changed, 19 insertions(+)

[tor-commits] [sbws/maint-1.1] fix: v3bwfile: linter error with new flake version

2020-06-29 Thread juga
commit ce0449a2efa4e341abb2bb985972423f878f0ef6 Author: juga0 Date: Wed May 20 15:39:46 2020 + fix: v3bwfile: linter error with new flake version --- sbws/lib/bwfile_health.py | 2 ++ sbws/lib/v3bwfile.py | 2 ++ 2 files changed, 4 insertions(+) diff --git

[tor-commits] [sbws/maint-1.1] chg: v3bwfile: Scale relays missing descriptor bws

2020-06-29 Thread juga
commit d2947035c685ec6cc6a5cbdf4b33a05f398febba Author: juga0 Date: Sun May 17 10:55:44 2020 + chg: v3bwfile: Scale relays missing descriptor bws Scale relays without average or observed bandwidth. Later it will be check what to do if their values are None or 0 ---

[tor-commits] [sbws/maint-1.1] fix: v3bwfile: cap is never None

2020-06-29 Thread juga
commit ce4ad67508003e5437a10aef8f642e0f559dc54f Author: juga0 Date: Sun May 17 11:35:37 2020 + fix: v3bwfile: cap is never None --- sbws/lib/v3bwfile.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sbws/lib/v3bwfile.py b/sbws/lib/v3bwfile.py index

[tor-commits] [sbws/maint-1.1] fix: doc: Add differences between Torflow and sbws

2020-06-29 Thread juga
commit f531c57c7f67d72a597e3299a9cb2ec053d58d8d Author: juga0 Date: Wed May 20 13:44:59 2020 + fix: doc: Add differences between Torflow and sbws Closes #33871. --- docs/source/torflow_aggr.rst | 36 1 file changed, 36 insertions(+) diff

[tor-commits] [sbws/maint-1.1] fix: docs: Move torflow scaling docstring to docs

2020-06-29 Thread juga
commit 54a1128af9670380d0c47d1f4d92994a662c1f3f Author: juga0 Date: Tue May 19 15:19:11 2020 + fix: docs: Move torflow scaling docstring to docs so that it has its own page as it is too long as docstring and is harder to write latex with the docstring syntax. ---

[tor-commits] [sbws/maint-1.1] chg: v3bwfile: Change logic obtaining min bandwidth

2020-06-29 Thread juga
commit f365d679d72f1f35e59442bade90cfda3537a508 Author: juga0 Date: Sun May 17 11:16:54 2020 + chg: v3bwfile: Change logic obtaining min bandwidth Take either the consenus bandwidth or the descriptor bandwidth if one of them is missing, do not scale when both are missing

[tor-commits] [sbws/maint-1.1] chg: v3bwfile: Obtain consensus values from last consensus

2020-06-29 Thread juga
commit 6e1f57c6770d7a09facf0414029a6f8cb32e35c7 Author: juga0 Date: Sun May 17 13:12:37 2020 + chg: v3bwfile: Obtain consensus values from last consensus --- sbws/lib/v3bwfile.py | 52 ++-- 1 file changed, 42 insertions(+), 10

[tor-commits] [sbws/maint-1.1] chg: v3bwfile: Stop making mean minimum 1

2020-06-29 Thread juga
commit 88eb7ef53c77d1d377125effd088f4cd41f59235 Author: juga0 Date: Tue May 19 07:59:28 2020 + chg: v3bwfile: Stop making mean minimum 1 --- sbws/lib/v3bwfile.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sbws/lib/v3bwfile.py b/sbws/lib/v3bwfile.py index

[tor-commits] [sbws/maint-1.1] chg: v3bwfile: Percentage difference with consensus

2020-06-29 Thread juga
commit d4fe347c8154335049898a4e687d5cf33e974f24 Author: juga0 Date: Tue May 19 08:11:11 2020 + chg: v3bwfile: Percentage difference with consensus --- sbws/lib/v3bwfile.py | 28 +--- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git

[tor-commits] [sbws/master] chg: v3bwfile: Exclude relays without observed bw

2020-06-29 Thread juga
commit a44ffcb20d0efcd68b3a80b080494f3c7a5da1e2 Author: juga0 Date: Sun May 17 13:30:03 2020 + chg: v3bwfile: Exclude relays without observed bw and without consensus bw from scaling. Part of #33871, closes #33831. --- sbws/lib/v3bwfile.py | 7 +++ 1 file

[tor-commits] [sbws/master] fix: docs: Remove unneeded linter exception

2020-06-29 Thread juga
commit 3edf2fe2a739af4a2ccc8f128e45245347bce265 Author: juga0 Date: Tue May 19 15:22:13 2020 + fix: docs: Remove unneeded linter exception --- docs/source/index.rst| 1 + docs/source/torflow_aggr.rst | 30 - sbws/lib/v3bwfile.py | 147

[tor-commits] [sbws/master] fix: v3bwfile: Use cap argument to clip scaled bw

2020-06-29 Thread juga
commit 788a777fbe946b8e2cd50308487802cb93d743f1 Author: juga0 Date: Tue May 19 10:32:09 2020 + fix: v3bwfile: Use cap argument to clip scaled bw Make test pass, though the value is not correct since it needs to be rounded after clipping --- sbws/lib/v3bwfile.py

[tor-commits] [sbws/master] fix: doc: Add differences between Torflow and sbws

2020-06-29 Thread juga
commit f531c57c7f67d72a597e3299a9cb2ec053d58d8d Author: juga0 Date: Wed May 20 13:44:59 2020 + fix: doc: Add differences between Torflow and sbws Closes #33871. --- docs/source/torflow_aggr.rst | 36 1 file changed, 36 insertions(+) diff

[tor-commits] [sbws/master] fix: docs: Move torflow scaling docstring to docs

2020-06-29 Thread juga
commit 54a1128af9670380d0c47d1f4d92994a662c1f3f Author: juga0 Date: Tue May 19 15:19:11 2020 + fix: docs: Move torflow scaling docstring to docs so that it has its own page as it is too long as docstring and is harder to write latex with the docstring syntax. ---

[tor-commits] [sbws/master] chg: v3bwfile: Percentage difference with consensus

2020-06-29 Thread juga
commit d4fe347c8154335049898a4e687d5cf33e974f24 Author: juga0 Date: Tue May 19 08:11:11 2020 + chg: v3bwfile: Percentage difference with consensus --- sbws/lib/v3bwfile.py | 28 +--- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git

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

2020-06-29 Thread translation
commit 14376e60c000da9879ccf2c6e756ad9330b871c0 Author: Translation commit bot Date: Mon Jun 29 08:15:48 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc --- nl.po | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git

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

2020-06-29 Thread translation
commit af9af4b867accff956acaf2d63fc045c151def0b Author: Translation commit bot Date: Mon Jun 29 12:47:06 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot --- contents+pt-PT.po | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git

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

2020-06-29 Thread translation
commit ef7769c9f2aba11b2a703111dbd47a2baaa7092a Author: Translation commit bot Date: Mon Jun 29 12:48:10 2020 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+zh-CN.po | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff

[tor-commits] [tor/master] kist: Document a magic value in channel_should_write_to_kernel()

2020-06-29 Thread ahf
commit c55e633f7446fea7b73be75f6713fad6493edf05 Author: David Goulet Date: Mon Jun 22 15:28:47 2020 -0400 kist: Document a magic value in channel_should_write_to_kernel() Closes #40008 Signed-off-by: David Goulet --- src/core/or/scheduler_kist.c | 5 + 1 file

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

2020-06-29 Thread translation
commit e25f7b8eda8e3df84cfea5d13b0086346b6db6a8 Author: Translation commit bot Date: Mon Jun 29 13:16:57 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot --- contents+pt-PT.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[tor-commits] [tor/master] Merge branch 'dgoulet/tor-ticket40008_045_01'

2020-06-29 Thread ahf
commit f1932265fc2da57c6bda1813b57b74d24eff21fe Merge: 5336ac266 c55e633f7 Author: Alexander Færøy Date: Mon Jun 29 14:09:53 2020 + Merge branch 'dgoulet/tor-ticket40008_045_01' src/core/or/scheduler_kist.c | 5 + 1 file changed, 5 insertions(+)

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

2020-06-29 Thread translation
commit 2cd962c06b6b7c43529d7b49f6057a956626de72 Author: Translation commit bot Date: Mon Jun 29 14:15:48 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc --- fr.po | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/fr.po b/fr.po

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

2020-06-29 Thread translation
commit 3428a02f92b90ef91020b659b3aacab3a7916fb8 Author: Translation commit bot Date: Mon Jun 29 14:45:54 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc --- fr.po | 112 +- 1 file changed, 56

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

2020-06-29 Thread translation
commit f849df165f1e546bd03c318624f1d358763e4c10 Author: Translation commit bot Date: Mon Jun 29 14:46:35 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release --- fr.po | 108 +- 1 file

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

2020-06-29 Thread translation
commit 3318db50577d9d64b559704b0b0f4407ecd87ef6 Author: Translation commit bot Date: Mon Jun 29 14:46:37 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk --- fr.po | 54 +++--- 1 file changed, 27 insertions(+), 27

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

2020-06-29 Thread translation
commit 76b85dfadacf441341ea4d36d81b12743458edab Author: Translation commit bot Date: Mon Jun 29 14:46:41 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk_completed --- fr.po | 54 +++--- 1 file changed, 27

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

2020-06-29 Thread translation
commit d2a167e14188368cab94d37507ea177f401573ed Author: Translation commit bot Date: Mon Jun 29 14:46:54 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-greeter-2_completed --- fr/fr.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr/fr.po

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

2020-06-29 Thread translation
commit 26ebca2fa6d194073853bcd900b241bd3da9d9d1 Author: Translation commit bot Date: Mon Jun 29 14:47:05 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-persistence-setup_completed --- fr/fr.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

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

2020-06-29 Thread translation
commit f34ee4db405d660f365a611532e07dd98a04ed50 Author: Translation commit bot Date: Mon Jun 29 14:46:49 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-greeter-2 --- fr/fr.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fr/fr.po

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

2020-06-29 Thread translation
commit 82632de4b5f88736767c76409dbbd756f083cb83 Author: Translation commit bot Date: Mon Jun 29 14:47:00 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-persistence-setup --- fr/fr.po | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

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

2020-06-29 Thread translation
commit 8df45267af56c551c38209bcf05cfeffe86c6081 Author: Translation commit bot Date: Mon Jun 29 15:15:53 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_completed --- fr.po | 1767 + 1 file

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

2020-06-29 Thread translation
commit ea2aa113e357816642311d6d62be28c7aa508371 Author: Translation commit bot Date: Mon Jun 29 15:15:39 2020 + https://gitweb.torproject.org/translation.git/commit/?h=mat-gui_completed --- fr.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fr.po b/fr.po

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

2020-06-29 Thread translation
commit 38d302a6320f2d31bc2fad8adb9499580a72030c Author: Translation commit bot Date: Mon Jun 29 15:15:51 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc --- fr.po | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/fr.po

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

2020-06-29 Thread translation
commit 0fb05a8c56e53fb0fa6fa097840c4f07f33515e7 Author: Translation commit bot Date: Mon Jun 29 15:15:31 2020 + https://gitweb.torproject.org/translation.git/commit/?h=mat-gui --- fr.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fr.po b/fr.po index

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

2020-06-29 Thread translation
commit b83aac7989c6800e1c4512a781b7373550f530b8 Author: Translation commit bot Date: Mon Jun 29 15:16:31 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release --- fr.po | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff

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

2020-06-29 Thread translation
commit 2d72d8f00d04913a11b5517fbb1dc50bea12c6c7 Author: Translation commit bot Date: Mon Jun 29 15:15:23 2020 + https://gitweb.torproject.org/translation.git/commit/?h=liveusb-creator --- fr/fr.po | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fr/fr.po

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

2020-06-29 Thread translation
commit de85eafb2e29fc54e2697837a78f1c4e628c7cf4 Author: Translation commit bot Date: Mon Jun 29 15:16:50 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-greeter-2_completed --- fr/fr.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

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

2020-06-29 Thread translation
commit f9171a31e04af389ec588d47ee2f407bf7ca4af4 Author: Translation commit bot Date: Mon Jun 29 15:16:32 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk --- fr.po | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fr.po b/fr.po

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

2020-06-29 Thread translation
commit 99847236458648e4dd769cf356fe0da8f1624101 Author: Translation commit bot Date: Mon Jun 29 14:45:26 2020 + https://gitweb.torproject.org/translation.git/commit/?h=liveusb-creator --- fr/fr.po | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff

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

2020-06-29 Thread translation
commit 94bfd60527c2c72d2e47f2ab425659c62fb7a9f1 Author: Translation commit bot Date: Mon Jun 29 14:45:33 2020 + https://gitweb.torproject.org/translation.git/commit/?h=liveusb-creator_completed --- fr/fr.po | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-)

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

2020-06-29 Thread translation
commit 31cc31938a823300e34cd9dca1632b7def67fcb3 Author: Translation commit bot Date: Mon Jun 29 15:15:29 2020 + https://gitweb.torproject.org/translation.git/commit/?h=liveusb-creator_completed --- fr/fr.po | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git

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

2020-06-29 Thread translation
commit 9f492c7c5d67f1a6887088d1fa447be2ecd544d1 Author: Translation commit bot Date: Mon Jun 29 15:17:08 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tor-and-https --- fr.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr.po b/fr.po index

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

2020-06-29 Thread translation
commit d4594e1cee5db7277e837fbc1f7bc29e2ac17bf5 Author: Translation commit bot Date: Mon Jun 29 15:17:39 2020 + https://gitweb.torproject.org/translation.git/commit/?h=torcheck --- fr/torcheck.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fr/torcheck.po

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

2020-06-29 Thread translation
commit 88110635ff11ff1ca8dde3a517043700f1254687 Author: Translation commit bot Date: Mon Jun 29 15:16:39 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-iuk_completed --- fr.po | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fr.po

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

2020-06-29 Thread translation
commit 79f76cdc892bf5455ee4d658b6e08676ca71d151 Author: Translation commit bot Date: Mon Jun 29 15:16:46 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-greeter-2 --- fr/fr.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fr/fr.po

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

2020-06-29 Thread translation
commit 1b4b2e792c5f7464a58aef36e2aed73ba8431231 Author: Translation commit bot Date: Mon Jun 29 15:17:14 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tor-and-https_completed --- fr.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr.po b/fr.po

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

2020-06-29 Thread translation
commit 5ce8dde612de7299788c4bb181a72a760b70da6d Author: Translation commit bot Date: Mon Jun 29 15:16:55 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-persistence-setup --- fr/fr.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

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

2020-06-29 Thread translation
commit 82d42765460c4c55536055155573dc1febc1eab9 Author: Translation commit bot Date: Mon Jun 29 15:16:58 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-persistence-setup_completed --- fr/fr.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff

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

2020-06-29 Thread translation
commit 0dd9daec05a843f24b768e2929e586a03122e856 Author: Translation commit bot Date: Mon Jun 29 15:46:59 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot --- contents+pt-PT.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

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

2020-06-29 Thread translation
commit 87561c33cac5202723d20453db46f3e7f81bbb58 Author: Translation commit bot Date: Mon Jun 29 14:16:33 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release --- fr.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fr.po b/fr.po

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

2020-06-29 Thread translation
commit 85d8f807e2da2b37cfaf2f31f8a6b773f91b7970 Author: Translation commit bot Date: Mon Jun 29 15:17:43 2020 + https://gitweb.torproject.org/translation.git/commit/?h=torcheck_completed --- fr/torcheck.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [tor/maint-0.4.3] Add tests for get_first_advertised_{addr, port}_by_type_af()

2020-06-29 Thread nickm
commit 6ffe073db741afcee90d078a30c680b87b7ad327 Author: Nick Mathewson Date: Thu Mar 19 09:17:09 2020 -0400 Add tests for get_first_advertised_{addr,port}_by_type_af() --- src/app/config/config.c | 5 +--- src/app/config/config.h | 4 +++ src/test/test_config.c | 66

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

2020-06-29 Thread nickm
commit 2962c32b7a60b78f4d470bf063f8b1454b56506b Merge: 42ea03eb7 96ca14d98 Author: teor Date: Sat Mar 21 03:50:36 2020 +1000 Merge branch 'bug32588_035' into bug32588_041 Merge tests from maint-0.4.1 with new tests from bug32588_035 in test_router.c. changes/bug32588

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

2020-06-29 Thread nickm
commit 3008255aea7c0c0ca4aa368e2fc975b932241ee3 Merge: 183d0d30d 52f61ec83 Author: Nick Mathewson Date: Mon Jun 29 12:56:39 2020 -0400 Merge remote-tracking branch 'tor-github/pr/1829/head' into maint-0.4.3 changes/bug32588 | 4 ++ src/app/config/config.c| 5 +-

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

2020-06-29 Thread nickm
commit 5e2f31f177d106388021f18c9077b656bf494fec Merge: 3aa855dc6 2962c32b7 Author: teor Date: Sat Mar 21 03:52:32 2020 +1000 Merge branch 'bug32588_041' into bug32588_042 changes/bug32588 | 4 ++ src/app/config/config.c| 5 +- src/app/config/config.h| 4 ++

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

2020-06-29 Thread nickm
commit 41a424390107f62a754f7344f23ffe9958e00c6d Merge: 2c61f22e4 3008255ae Author: Nick Mathewson Date: Mon Jun 29 12:56:50 2020 -0400 Merge branch 'maint-0.4.3' into maint-0.4.4 ___ tor-commits mailing list tor-commits@lists.torproject.org

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

2020-06-29 Thread nickm
commit 52f61ec83ea8fd2641ca8cae111b2437d8114aa1 Merge: e380396d4 5e2f31f17 Author: teor Date: Sat Mar 21 04:01:00 2020 +1000 Merge branch 'bug32588_042' into bug32588_043 Merge static function declaration deletions from bug32588_042 and maint-0.4.3 in app/config/config.c.

[tor-commits] [tor/maint-0.4.3] Add a test for the localhost case.

2020-06-29 Thread nickm
commit 96ca14d98924fec8a18a592c491900a9142f6e71 Author: Nick Mathewson Date: Thu Mar 19 09:50:36 2020 -0400 Add a test for the localhost case. --- src/test/test_router.c | 46 +- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git

[tor-commits] [tor/maint-0.4.3] Extend test to handle router_get_advertised_ipv6_or_ap

2020-06-29 Thread nickm
commit 1251265a0f49c7446f3e00854eda8091e84d9e96 Author: Nick Mathewson Date: Thu Mar 19 09:44:27 2020 -0400 Extend test to handle router_get_advertised_ipv6_or_ap --- src/test/test_router.c | 33 +++-- 1 file changed, 27 insertions(+), 6 deletions(-) diff

[tor-commits] [tor/maint-0.4.3] router: Stop advertising incorrect auto IPv6 ORPorts

2020-06-29 Thread nickm
commit 861337fd6d286329537e07f667602992b82e921f Author: teor Date: Fri Dec 20 14:30:51 2019 +1000 router: Stop advertising incorrect auto IPv6 ORPorts When IPv6 ORPorts are set to "auto", tor relays and bridges would advertise an incorrect port in their descriptor.

[tor-commits] [tor/maint-0.4.3] Add a test for router_get_advertised_or_port_by_af().

2020-06-29 Thread nickm
commit 1ba79d4567c95f75daf171878faaa07b78d89130 Author: Nick Mathewson Date: Thu Mar 19 09:36:47 2020 -0400 Add a test for router_get_advertised_or_port_by_af(). --- src/test/test_router.c | 54 ++ 1 file changed, 54 insertions(+) diff

[tor-commits] [tor/maint-0.4.3] router: Refactor IPv6 ORPort function logic

2020-06-29 Thread nickm
commit bac8bc0ff11d5b4502f2e71138d23f71fc25e72a Author: teor Date: Wed Jan 8 17:34:37 2020 +1000 router: Refactor IPv6 ORPort function logic Return early when there is no suitable IPv6 ORPort. Show the address and port on error, using a convenience function. Code

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

2020-06-29 Thread nickm
commit 3008255aea7c0c0ca4aa368e2fc975b932241ee3 Merge: 183d0d30d 52f61ec83 Author: Nick Mathewson Date: Mon Jun 29 12:56:39 2020 -0400 Merge remote-tracking branch 'tor-github/pr/1829/head' into maint-0.4.3 changes/bug32588 | 4 ++ src/app/config/config.c| 5 +-

[tor-commits] [tor/release-0.4.4] Merge remote-tracking branch 'tor-github/pr/1725/head' into maint-0.3.5

2020-06-29 Thread nickm
commit 0c0214bcc08e85040e8eb12f8388a45d271a6918 Merge: 6a43aadec 88489cd29 Author: Nick Mathewson Date: Mon Jun 29 12:55:27 2020 -0400 Merge remote-tracking branch 'tor-github/pr/1725/head' into maint-0.3.5 changes/ticket28992| 3 +++ src/feature/hs/hs_client.c | 11 ---

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

2020-06-29 Thread nickm
commit fd8ce812b0a7263b75096207a735c02945320c86 Merge: 0f218a05a 0c0214bcc Author: Nick Mathewson Date: Mon Jun 29 12:55:35 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 changes/ticket28992| 3 +++ src/feature/hs/hs_client.c | 11 --- 2 files changed, 11

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

2020-06-29 Thread nickm
commit 2c61f22e438d5ba13ace278af5c9c1005dde58f1 Merge: 68d848e24 183d0d30d Author: Nick Mathewson Date: Mon Jun 29 12:55:35 2020 -0400 Merge branch 'maint-0.4.3' into maint-0.4.4 ___ tor-commits mailing list tor-commits@lists.torproject.org

[tor-commits] [tor/release-0.4.2] Merge remote-tracking branch 'tor-github/pr/1725/head' into maint-0.3.5

2020-06-29 Thread nickm
commit 0c0214bcc08e85040e8eb12f8388a45d271a6918 Merge: 6a43aadec 88489cd29 Author: Nick Mathewson Date: Mon Jun 29 12:55:27 2020 -0400 Merge remote-tracking branch 'tor-github/pr/1725/head' into maint-0.3.5 changes/ticket28992| 3 +++ src/feature/hs/hs_client.c | 11 ---

  1   2   3   >