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

2020-09-01 Thread translation
commit 08177a210516f3fe902b11b9eabaab1737b05546 Author: Translation commit bot Date: Tue Sep 1 21:45:11 2020 + https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-contentspot --- contents+ar.po | 20 ++-- 1 file changed, 18 insertions(+), 2

[tor-commits] [stem/master] Replace all IOErrors with OSErrors

2020-09-01 Thread atagar
commit 4164c7a6203fae6671075dfba69461340dd05bc5 Author: Damian Johnson Date: Tue Sep 1 13:57:23 2020 -0700 Replace all IOErrors with OSErrors PEP 3151 deprecated IOError... https://www.python.org/dev/peps/pep-3151/#confusing-set-of-os-related-exceptions Python

[tor-commits] [onionperf/master] Bump version to 0.7.

2020-09-01 Thread karsten
commit c8275b25e4afda9328634ec6be56ff46c7ee1cfe Author: Karsten Loesing Date: Tue Sep 1 22:30:12 2020 +0200 Bump version to 0.7. --- CHANGELOG.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0253c5..80fb14d

[tor-commits] [onionperf/master] Let TGen client finish by itself in one-shot mode.

2020-09-01 Thread karsten
commit 959cf3689106189001a83c7e58dc40e10497a081 Author: Philipp Winter Date: Fri Aug 7 14:48:58 2020 -0700 Let TGen client finish by itself in one-shot mode. We tell TGen client to finish on its own by passing the count option to the end node:

[tor-commits] [onionperf/master] Make some tweaks to new TGen model.

2020-09-01 Thread karsten
commit b8f1e5c2695c097a7494f7975403664c0c833825 Author: Karsten Loesing Date: Sun Aug 16 22:03:34 2020 +0200 Make some tweaks to new TGen model. - Change timeout back to 270 seconds and stallout back to 0 seconds. - Change initial pause to 300 seconds to keep default

[tor-commits] [onionperf/master] Merge remote-tracking branch 'karsten/task-33399-2' into develop

2020-09-01 Thread karsten
commit 8fe84702dea4b2e4640c0817e505e6c449e7b9a8 Merge: f496ede 9d76ca4 Author: Karsten Loesing Date: Tue Sep 1 22:28:52 2020 +0200 Merge remote-tracking branch 'karsten/task-33399-2' into develop CHANGELOG.md | 3 ++- onionperf/monitor.py | 12 +++- onionperf/onionperf

[tor-commits] [onionperf/master] Tweak #33399 patch.

2020-09-01 Thread karsten
commit dfec0b8960ac214f63985dfc317ffce750ef5922 Author: Karsten Loesing Date: Thu Aug 20 15:40:25 2020 +0200 Tweak #33399 patch. - Add a change log entry. - Pick are more sensible default for `drop_guards_interval_hours`, also to fix unit tests. --- CHANGELOG.md

[tor-commits] [onionperf/master] Tweak --drop-guards switch.

2020-09-01 Thread karsten
commit 9d76ca4b3847a10c9565d12cf130933a1076297b Author: Karsten Loesing Date: Tue Sep 1 17:02:47 2020 +0200 Tweak --drop-guards switch. This commit tweaks the recently added --drop-guards switch as follows: - Guards are dropped right at startup and then every N hours.

[tor-commits] [onionperf/master] Apply 1 suggestion(s) to 1 file(s)

2020-09-01 Thread karsten
commit a6aa4189e04ee1b05dbdb68b90f24e14bf3443ac Author: Philipp Winter Date: Fri Aug 14 16:47:04 2020 + Apply 1 suggestion(s) to 1 file(s) --- onionperf/model.py | 54 ++ 1 file changed, 22 insertions(+), 32 deletions(-) diff --git

[tor-commits] [onionperf/master] Measure static guard nodes.

2020-09-01 Thread karsten
commit e9fd47d95db102b3a7ace36fa412e18d182c5fa4 Author: Karsten Loesing Date: Tue Jun 16 21:30:07 2020 +0200 Measure static guard nodes. Add --drop-guards parameter to use and drop guards after a given number of hours. Implements #33399. --- onionperf/measurement.py

[tor-commits] [onionperf/master] Merge branch 'phw-enhancement-33432-3' into develop

2020-09-01 Thread karsten
commit c707674ba9b0d7931038c12bbe2d01585a88eb22 Merge: dfec0b8 b8f1e5c Author: Karsten Loesing Date: Thu Aug 27 10:38:21 2020 +0200 Merge branch 'phw-enhancement-33432-3' into develop CHANGELOG.md| 4 ++ onionperf/measurement.py| 139

[tor-commits] [onionperf/master] Rename variables for consistency and clarity.

2020-09-01 Thread karsten
commit 86f746c3c6ee6dc3be342f53fea90e6c02d39991 Author: Philipp Winter Date: Fri Aug 14 10:49:09 2020 -0700 Rename variables for consistency and clarity. initial_pause-> pause_initial inter_transfer_pause -> pause_between Thanks to Rob for the suggestion. ---

[tor-commits] [onionperf/master] Add issue number to change log.

2020-09-01 Thread karsten
commit f496edec6fec8adc0b4e5c0454989c2bc06312e3 Author: Karsten Loesing Date: Thu Aug 27 11:09:07 2020 +0200 Add issue number to change log. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b7fcb2..a212842 100644 ---

[tor-commits] [onionperf/master] Merge branch 'task-33399' into develop

2020-09-01 Thread karsten
commit 4ff257c4270c0d1e5fd0f1ef76e640696ec2c514 Merge: e333be2 e9fd47d Author: Karsten Loesing Date: Thu Aug 20 15:05:23 2020 +0200 Merge branch 'task-33399' into develop onionperf/measurement.py | 7 --- onionperf/monitor.py | 18 +- onionperf/onionperf |

[tor-commits] [onionperf/master] Use format string for consistency.

2020-09-01 Thread karsten
commit 1eea5e10700c76f8e1b37e626eaeaf96c5488150 Author: Philipp Winter Date: Fri Aug 14 11:29:01 2020 -0700 Use format string for consistency. Thanks to Rob for pointing this out. --- onionperf/model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [onionperf/master] Make models more configurable.

2020-09-01 Thread karsten
commit 7ef8c64833d41337d5c9cc5baaee2808092c9aad Author: Philipp Winter Date: Fri Jun 26 10:00:29 2020 -0700 Make models more configurable. This patch removes the --oneshot subcommand and replaces it with several new subcommands for OnionPerf's "measure" command:

[tor-commits] [onionperf/develop] Tweak --drop-guards switch.

2020-09-01 Thread karsten
commit 9d76ca4b3847a10c9565d12cf130933a1076297b Author: Karsten Loesing Date: Tue Sep 1 17:02:47 2020 +0200 Tweak --drop-guards switch. This commit tweaks the recently added --drop-guards switch as follows: - Guards are dropped right at startup and then every N hours.

[tor-commits] [onionperf/develop] Merge remote-tracking branch 'karsten/task-33399-2' into develop

2020-09-01 Thread karsten
commit 8fe84702dea4b2e4640c0817e505e6c449e7b9a8 Merge: f496ede 9d76ca4 Author: Karsten Loesing Date: Tue Sep 1 22:28:52 2020 +0200 Merge remote-tracking branch 'karsten/task-33399-2' into develop CHANGELOG.md | 3 ++- onionperf/monitor.py | 12 +++- onionperf/onionperf

[tor-commits] [onionperf/develop] Bump version to 0.7.

2020-09-01 Thread karsten
commit c8275b25e4afda9328634ec6be56ff46c7ee1cfe Author: Karsten Loesing Date: Tue Sep 1 22:30:12 2020 +0200 Bump version to 0.7. --- CHANGELOG.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0253c5..80fb14d

[tor-commits] [tor-browser-build/master] Bug 34101: Add application-services

2020-09-01 Thread sysrqb
commit 2d6b83020e118fab3e7388d234690b7ee4807378 Author: Georg Koppen Date: Mon Aug 24 07:29:23 2020 + Bug 34101: Add application-services --- projects/application-services/1651660.patch| 811 + projects/application-services/build| 103 +++

[tor-commits] [tor-browser-build/master] Update our Gradle dependencies creation instructions

2020-09-01 Thread sysrqb
commit 1f4a684fb6cb1c83a092171bd529259c896daa6b Author: Georg Koppen Date: Mon Aug 24 08:27:19 2020 + Update our Gradle dependencies creation instructions --- projects/common/how-to-create-gradle-dependencies-list.txt | 12 1 file changed, 8 insertions(+), 4 deletions(-)

[tor-commits] [tor-browser-build/master] Bug 34101: Add missing dependencies manually

2020-09-01 Thread sysrqb
commit f33d3e07b0a183d7cfd1fad662c884e98e466210 Author: Georg Koppen Date: Mon Aug 24 07:31:26 2020 + Bug 34101: Add missing dependencies manually For yet unknown reasons not all dependencies which we need get exposed via Gradle's --debug flag. We therefore add them

[tor-commits] [tor-browser-build/master] Pick up tor-android-service#40001

2020-09-01 Thread sysrqb
commit 3dad656fd01c4fcf3c4168e4dde5babeb6c86e79 Author: Georg Koppen Date: Tue Sep 1 07:28:40 2020 + Pick up tor-android-service#40001 --- projects/tor-android-service/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/tor-android-service/config

[tor-commits] [tor-browser-build/master] Merge remote-tracking branch 'gkgl/bug_40061_v5'

2020-09-01 Thread sysrqb
commit 689c9c66626510fc9d19268330469ee98dce55ed Merge: f6b8950 3dad656 Author: Matthew Finkel Date: Tue Sep 1 19:48:16 2020 + Merge remote-tracking branch 'gkgl/bug_40061_v5' projects/android-components/build | 52 ++ projects/android-components/config

[tor-commits] [tor-browser-build/master] Bug 40061: Remove Android SDK 28

2020-09-01 Thread sysrqb
commit e596732bca82b78e3f5182595f8cffcd0b9b2024 Author: Georg Koppen Date: Fri Aug 28 07:25:31 2020 + Bug 40061: Remove Android SDK 28 --- projects/android-toolchain/build | 10 +++--- projects/android-toolchain/config | 6 +- 2 files changed, 4 insertions(+), 12

[tor-commits] [tor-browser-build/master] Downgrade NSS and SQLCipher for 61.0.10

2020-09-01 Thread sysrqb
commit 933d4b890546abc07729e455c3074783c5da62f2 Author: Georg Koppen Date: Fri Aug 21 20:14:00 2020 + Downgrade NSS and SQLCipher for 61.0.10 We are about to switch to a previous `application-services` version which is the proper dependency for the `android-components` and

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

2020-09-01 Thread translation
commit 6e62581ec9d33f3a61b20be4d8edc32f01f55278 Author: Translation commit bot Date: Tue Sep 1 19:45:14 2020 + https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-contentspot --- contents+es-AR.po | 33 + 1 file changed, 29

[tor-commits] [community/master] Add bold to ipv6 troubleshooting

2020-09-01 Thread gus
commit b8b174a14bfa97fd60f4f6d96d3e291ab3de5127 Author: Gustavo Gus Date: Tue Sep 1 15:06:54 2020 + Add bold to ipv6 troubleshooting https://gitlab.torproject.org/tpo/web/community/-/issues/149 --- content/relay-operations/technical-setup/post-install/contents.lr | 4 ++-- 1

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

2020-09-01 Thread translation
commit 3e8dcb155f2c5802da408055100ba06fb84dbd1a Author: Translation commit bot Date: Tue Sep 1 19:15:10 2020 + https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-contentspot --- contents+es-AR.po | 37 - 1 file changed, 32

[tor-commits] [tor-browser-build/master] Bug 40002: Rename Linux debug builds to ASan builds

2020-09-01 Thread sysrqb
commit 968e536605061ec37e982dcb76d6e5e45b1f1b3c Author: Georg Koppen Date: Sun Aug 30 19:01:19 2020 + Bug 40002: Rename Linux debug builds to ASan builds --- Makefile| 16 README.MAKEFILE | 4 ++-- projects/release/config | 6 +++--- rbm.conf

[tor-commits] [tor-browser-build/master] Merge remote-tracking branch 'gkgl/bug_40002_v2'

2020-09-01 Thread sysrqb
commit f6b89500953983b2fa2f8b2103e7a9772e3b1492 Merge: d1ae111 968e536 Author: Matthew Finkel Date: Tue Sep 1 18:42:50 2020 + Merge remote-tracking branch 'gkgl/bug_40002_v2' Makefile | 16 +- README.MAKEFILE |

[tor-commits] [tor-browser-build/master] Bug 40002: Fix Linux ASan builds for ESR 78

2020-09-01 Thread sysrqb
commit 13fe20de0088216a1f71a669050199447c5b3217 Author: Georg Koppen Date: Sun Aug 30 05:31:59 2020 + Bug 40002: Fix Linux ASan builds for ESR 78 We make the ASan build a first-class tor-browser-build citizen as well. Additionally, we clean the .mozconfig file up so that

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

2020-09-01 Thread translation
commit a712d0ea5bb346ee7459a690ab6239c336ea39dc Author: Translation commit bot Date: Tue Sep 1 18:45:09 2020 + https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-contentspot --- contents+es-AR.po | 39 +-- 1 file changed, 33

[tor-commits] [tor-browser/tor-browser-78.2.0esr-10.0-1] Merge remote-tracking branch 'gkgl/bug_40107' into tor-browser-78.2.0esr-10.0-1

2020-09-01 Thread sysrqb
commit b1f49b0a36f19408bae2c122d03b597650f0733e Merge: 37e128fe3e2d 33ca178b8133 Author: Matthew Finkel Date: Tue Sep 1 18:40:38 2020 + Merge remote-tracking branch 'gkgl/bug_40107' into tor-browser-78.2.0esr-10.0-1 .mozconfig-asan | 5 +++-- 1 file changed, 3 insertions(+), 2

[tor-commits] [tor-browser/tor-browser-78.2.0esr-10.0-1] squash! TB3: Tor Browser's official .mozconfigs.

2020-09-01 Thread sysrqb
commit 33ca178b81336d12693de10b2e4bfdd0a600e320 Author: Georg Koppen Date: Sun Aug 30 20:51:49 2020 + squash! TB3: Tor Browser's official .mozconfigs. Bug 40107: Adapt .mozconfig-asan for ESR 78 --- .mozconfig-asan | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)

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

2020-09-01 Thread translation
commit 7c01160de2ce0820b98e6c1e63fa526e92e0efb8 Author: Translation commit bot Date: Tue Sep 1 17:45:11 2020 + https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-contentspot --- contents+ar.po | 33 + 1 file changed, 21 insertions(+),

[tor-commits] [tor-browser-build/master] Merge remote-tracking branch 'gitlab/merge-requests/52' into master

2020-09-01 Thread gk
commit d1ae11169f205ecdaeaf3013f9c07e3c1fd4cd5c Merge: e8b008d 6218bc7 Author: Georg Koppen Date: Tue Sep 1 09:57:03 2020 + Merge remote-tracking branch 'gitlab/merge-requests/52' into master projects/debootstrap-image/config | 8 1 file changed, 4 insertions(+), 4

[tor-commits] [tor-browser-build/master] Bug 40065: Bump debootstrap-image ubuntu_version to 20.04.1

2020-09-01 Thread gk
commit 6218bc7ecfa93cd1d1f435709a978262ec2fae18 Author: Alex Catarineu Date: Mon Aug 31 09:20:28 2020 + Bug 40065: Bump debootstrap-image ubuntu_version to 20.04.1 --- projects/debootstrap-image/config | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

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

2020-09-01 Thread translation
commit a399f66e5bc3f006af18378e803b6e80b8389112 Author: Translation commit bot Date: Tue Sep 1 08:15:11 2020 + https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-contentspot --- contents+es-AR.po | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff

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

2020-09-01 Thread translation
commit 580ac5dcf63fe2255a582fa894575569057078dc Author: Translation commit bot Date: Tue Sep 1 07:45:21 2020 + https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere --- ka/https-everywhere.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2020-09-01 Thread translation
commit 9d90fc03e1fd2bfe7c8487b8f4ab4ae793b4c8d1 Author: Translation commit bot Date: Tue Sep 1 07:45:23 2020 + https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere_completed --- ka/https-everywhere.dtd | 1 + 1 file changed, 1 insertion(+) diff --git

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

2020-09-01 Thread translation
commit 8f206c813a67c9929f0c0e4120fbaf135042e069 Author: Translation commit bot Date: Tue Sep 1 07:45:13 2020 + https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-contentspot --- contents+es-AR.po | 37 + 1 file changed, 29

[tor-commits] [tor-android-service/master] Bug 40001: Remove default bridge 37.218.240.34.

2020-09-01 Thread gk
commit 68b91198066cf89a3664295116b5249b499461d6 Author: Philipp Winter Date: Mon Aug 31 09:13:26 2020 -0700 Bug 40001: Remove default bridge 37.218.240.34. The colocation site where the bridge is running will be shut down. This patch fixes

[tor-commits] [tor-browser-build/master] Bug 40066: Remove default bridge 37.218.240.34.

2020-09-01 Thread gk
commit e8b008d6eb90c8ea06a2562ecda9341ea7a380f5 Author: Philipp Winter Date: Mon Aug 31 09:01:57 2020 -0700 Bug 40066: Remove default bridge 37.218.240.34. The colocation site where the bridge is running will be shut down. This patch fixes

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

2020-09-01 Thread translation
commit f32f8db6f3558bcd4a6604e99c3f963a68d8f1ab Author: Translation commit bot Date: Tue Sep 1 07:17:51 2020 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+es-AR.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2020-09-01 Thread translation
commit 488a239913791149d75a10bc818c8215e7f15833 Author: Translation commit bot Date: Tue Sep 1 07:15:10 2020 + https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-contentspot --- contents+es-AR.po | 43 --- 1 file changed, 32

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

2020-09-01 Thread translation
commit 0a8773f6c87c94a043ba91478ffe553d2c4fa25e Author: Translation commit bot Date: Tue Sep 1 06:45:12 2020 + https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-contentspot --- contents+es-AR.po | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git