[tor-commits] [tor/release-0.3.5] rust/tor_log: fix C_RUST_COUPLED documentation

2018-10-24 Thread nickm
commit bfab7b9d353227104c3f323c964b0e80fdf60d31 Author: cypherpunks Date: Tue Oct 23 17:12:13 2018 + rust/tor_log: fix C_RUST_COUPLED documentation This file was moved in 97b15a1d7c51764888d2172711e3f3a71fb01916 and moved again in e7f5f48d68553206b95cbb4f610702c887500124.

[tor-commits] [tor/master] rust/tor_log: fix C_RUST_COUPLED documentation

2018-10-24 Thread nickm
commit bfab7b9d353227104c3f323c964b0e80fdf60d31 Author: cypherpunks Date: Tue Oct 23 17:12:13 2018 + rust/tor_log: fix C_RUST_COUPLED documentation This file was moved in 97b15a1d7c51764888d2172711e3f3a71fb01916 and moved again in e7f5f48d68553206b95cbb4f610702c887500124.

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

2018-10-24 Thread nickm
commit c3e14a3236c2c7577f0b9425418684fc95f44862 Merge: 3dc5cce74 bfab7b9d3 Author: Nick Mathewson Date: Wed Oct 24 09:02:06 2018 -0400 Merge branch 'maint-0.3.5' src/rust/tor_log/tor_log.rs | 8 1 file changed, 4 insertions(+), 4 deletions(-)

[tor-commits] [translation/tor-browser-manual] Update translations for tor-browser-manual

2018-10-24 Thread translation
commit 7f254bc8583069fe8e4f1c14113bc0ba7c3d5bb8 Author: Translation commit bot Date: Wed Oct 24 13:17:52 2018 + Update translations for tor-browser-manual --- de/de.po | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/de/de.po b/de/de.po index

[tor-commits] [translation/torbutton-brandproperties] Update translations for torbutton-brandproperties

2018-10-24 Thread translation
commit 3e9ed5de26679a93c44d423c38a2e98357ce13ca Author: Translation commit bot Date: Wed Oct 24 13:18:03 2018 + Update translations for torbutton-brandproperties --- hr/brand.properties | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hr/brand.properties

[tor-commits] [translation/tor-browser-manual_completed] Update translations for tor-browser-manual_completed

2018-10-24 Thread translation
commit 2160a7be5a24e2299f69578641b7a8e5b58e98e1 Author: Translation commit bot Date: Wed Oct 24 13:17:58 2018 + Update translations for tor-browser-manual_completed --- de/de.po | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/de/de.po b/de/de.po index

[tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties

2018-10-24 Thread translation
commit 04e923187d40a2f438679f4cf8dac20d085c94fe Author: Translation commit bot Date: Wed Oct 24 13:18:25 2018 + Update translations for torbutton-torbuttonproperties --- hr/torbutton.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hr/torbutton.properties

[tor-commits] [translation/torbutton-branddtd_completed] Update translations for torbutton-branddtd_completed

2018-10-24 Thread translation
commit 57e3f360c1b8121bec463cb56961b794dfc433f2 Author: Translation commit bot Date: Wed Oct 24 13:18:19 2018 + Update translations for torbutton-branddtd_completed --- hr/brand.dtd | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/hr/brand.dtd b/hr/brand.dtd

[tor-commits] [sbws/master] Add entry about min percent warning

2018-10-24 Thread juga
commit 210fb2386f98ab0e57465fdd0b24314e12c2405f Author: juga0 Date: Tue Oct 23 14:35:07 2018 + Add entry about min percent warning --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76c66ab..148fce4 100644 --- a/CHANGELOG.md +++

[tor-commits] [sbws/master] Add test for update_progress

2018-10-24 Thread juga
commit 65c5095a44138ea87b159c88d391d56da9800237 Author: juga0 Date: Tue Oct 23 14:33:25 2018 + Add test for update_progress --- tests/unit/lib/test_v3bwfile.py | 32 +++- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git

[tor-commits] [sbws/master] Write/read min_perc_reached in the state

2018-10-24 Thread juga
commit fc5db6793205c52dd8dbc8d051e6199619dbfc00 Author: juga0 Date: Tue Oct 23 12:40:21 2018 + Write/read min_perc_reached in the state To know whether the min percent of measured relays was reached before or not, and warn when it was. --- sbws/core/generate.py | 2 +-

[tor-commits] [sbws/master] Use num relays in the net to calculate percent

2018-10-24 Thread juga
commit 7ad67810cb165cc6399dfbaa2537140db8109ea0 Author: juga0 Date: Tue Oct 23 12:25:16 2018 + Use num relays in the net to calculate percent --- sbws/lib/v3bwfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbws/lib/v3bwfile.py b/sbws/lib/v3bwfile.py index

[tor-commits] [sbws/master] Add method to read the number of relays in the net

2018-10-24 Thread juga
commit ec43211f9583b42648fe5db0075c22f5f66e281c Author: juga0 Date: Tue Oct 23 10:54:44 2018 + Add method to read the number of relays in the net So that the method to calculate statistics about the number of relays measured can be tested without having a tor data

[tor-commits] [tor/master] Test argument concatenation in get_next_token()

2018-10-24 Thread nickm
commit 5c891dba770b752d16f7e7cea8f61f15abd09ef5 Author: rl1987 Date: Fri Oct 12 15:48:38 2018 +0300 Test argument concatenation in get_next_token() --- src/test/test_parsecommon.c | 21 + 1 file changed, 21 insertions(+) diff --git a/src/test/test_parsecommon.c

[tor-commits] [tor/master] Add new source file to test target

2018-10-24 Thread nickm
commit 55412c4f3d3486d28fe337b919e7fddc2f93e1b4 Author: rl1987 Date: Thu Oct 11 15:22:12 2018 +0300 Add new source file to test target --- src/test/include.am | 1 + src/test/test.c | 1 + src/test/test.h | 1 + src/test/test_parsecommon.c | 44

[tor-commits] [translation/tor-browser-manual] Update translations for tor-browser-manual

2018-10-24 Thread translation
commit 2384f133157b1bb294f07d62ff46da4304e85ebd Author: Translation commit bot Date: Wed Oct 24 13:47:51 2018 + Update translations for tor-browser-manual --- de/de.po | 10 +- hr/hr.po | 7 --- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/de/de.po

[tor-commits] [translation/tor-browser-manual_completed] Update translations for tor-browser-manual_completed

2018-10-24 Thread translation
commit 49046edb20db1bc77047a0ac21d83afb2b1e45ca Author: Translation commit bot Date: Wed Oct 24 13:47:57 2018 + Update translations for tor-browser-manual_completed --- de/de.po | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/de/de.po b/de/de.po index

[tor-commits] [translation/tails-openpgp-applet] Update translations for tails-openpgp-applet

2018-10-24 Thread translation
commit e8512a77764a8c629bc384ea496514b9499f5d98 Author: Translation commit bot Date: Wed Oct 24 13:46:45 2018 + Update translations for tails-openpgp-applet --- hr/openpgp-applet.pot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hr/openpgp-applet.pot

[tor-commits] [sbws/master] Add changelog entry about min percent relays

2018-10-24 Thread juga
commit d1a23f14739ee188c0a13e31cd29ebe5a3c1974b Author: juga0 Date: Tue Oct 16 15:11:09 2018 + Add changelog entry about min percent relays --- CHANGELOG.md | 5 + 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f58bfe3..778b5f6 100644 ---

[tor-commits] [sbws/master] Merge branch 'ticket28141'

2018-10-24 Thread juga
commit ed1d61c98044e9ed081a7462d94ae31630b75705 Merge: 1defb77 8787741 Author: juga0 Date: Wed Oct 24 09:39:59 2018 + Merge branch 'ticket28141' CHANGELOG.md | 1 + sbws/globals.py | 10 +- sbws/lib/relaylist.py | 5 - 3 files changed, 14 insertions(+), 2

[tor-commits] [sbws/master] Add method to update state from progress

2018-10-24 Thread juga
commit 9c99e312b3f03bcddf1ecf7d7bba5aca4e08046f Author: juga0 Date: Tue Oct 23 12:13:37 2018 + Add method to update state from progress This way the method to measure progress calculate only the statistics and it is easier to test, removing the logic about the state

[tor-commits] [sbws/master] Implement get method in State

2018-10-24 Thread juga
commit f41f9134973b47ebd6dc72e7142348ca755e55c2 Author: juga0 Date: Tue Oct 23 10:19:38 2018 + Implement get method in State --- sbws/util/state.py | 7 +++ 1 file changed, 7 insertions(+) diff --git a/sbws/util/state.py b/sbws/util/state.py index ce3dbb9..58da699 100644 ---

[tor-commits] [sbws/master] Don't assume we can resolve a domain name

2018-10-24 Thread juga
commit a7dce5ce0c191cce9e3dc8e9e7e34a2c1ee91cfd Author: Matt Traudt Date: Mon Oct 22 10:13:43 2018 -0400 Don't assume we can resolve a domain name Even for a valid domain that usually resolves, sometimes the local DNS resolver won't be able to resolve it (duh). Catch the

[tor-commits] [sbws/master] Create bwfile passing consensus path

2018-10-24 Thread juga
commit 06af6d34c22006f1f26fc10e2d78a825a7c7d883 Author: juga0 Date: Thu Oct 18 21:48:38 2018 + Create bwfile passing consensus path and rm condition about whether the min percentage of measured relays was reached. It will be checked when writing the file. Also pass the

[tor-commits] [tor/maint-0.3.5] rust/tor_log: fix C_RUST_COUPLED documentation

2018-10-24 Thread nickm
commit bfab7b9d353227104c3f323c964b0e80fdf60d31 Author: cypherpunks Date: Tue Oct 23 17:12:13 2018 + rust/tor_log: fix C_RUST_COUPLED documentation This file was moved in 97b15a1d7c51764888d2172711e3f3a71fb01916 and moved again in e7f5f48d68553206b95cbb4f610702c887500124.

[tor-commits] [translation/tba-android_stringsdtd] Update translations for tba-android_stringsdtd

2018-10-24 Thread translation
commit 56e9a0d31d0c2a9567e5c9639287d5ab3510e261 Author: Translation commit bot Date: Wed Oct 24 09:47:02 2018 + Update translations for tba-android_stringsdtd --- hr_HR/android_strings.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hr_HR/android_strings.dtd

[tor-commits] [translation/torcheck_completed] Update translations for torcheck_completed

2018-10-24 Thread translation
commit f66a2342de7d2c66d2a362077c5df017d550132a Author: Translation commit bot Date: Wed Oct 24 11:18:49 2018 + Update translations for torcheck_completed --- cs/torcheck.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cs/torcheck.po b/cs/torcheck.po index

[tor-commits] [translation/torcheck] Update translations for torcheck

2018-10-24 Thread translation
commit 9dcd30735a05676566fdbd466348015827164547 Author: Translation commit bot Date: Wed Oct 24 11:18:42 2018 + Update translations for torcheck --- cs/torcheck.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cs/torcheck.po b/cs/torcheck.po index

[tor-commits] [translation/torcheck] Update translations for torcheck

2018-10-24 Thread translation
commit 2a6db36cb1d46c58b010d792ae6bc25425c78e8e Author: Translation commit bot Date: Wed Oct 24 11:48:49 2018 + Update translations for torcheck --- cs/torcheck.po | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cs/torcheck.po b/cs/torcheck.po index

[tor-commits] [translation/torcheck_completed] Update translations for torcheck_completed

2018-10-24 Thread translation
commit e66a9b6059b6e6f83f25b2a46f41609cfd2e5111 Author: Translation commit bot Date: Wed Oct 24 11:48:55 2018 + Update translations for torcheck_completed --- cs/torcheck.po | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cs/torcheck.po b/cs/torcheck.po index

[tor-commits] [translation/tor-launcher-network-settings] Update translations for tor-launcher-network-settings

2018-10-24 Thread translation
commit b3c870fad3d31effe272d5eac3028f9cb2afcbb4 Author: Translation commit bot Date: Wed Oct 24 12:18:56 2018 + Update translations for tor-launcher-network-settings --- cs/network-settings.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cs/network-settings.dtd

[tor-commits] [translation/abouttor-homepage] Update translations for abouttor-homepage

2018-10-24 Thread translation
commit 32c4309bb260c2461ca3ae0eb9cc5517ca81c7cf Author: Translation commit bot Date: Wed Oct 24 12:45:03 2018 + Update translations for abouttor-homepage --- hr/aboutTor.dtd | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hr/aboutTor.dtd b/hr/aboutTor.dtd

[tor-commits] [tor/master] add --enable-nss build to Travis CI

2018-10-24 Thread nickm
commit fcbbcf92cbd9e59b336a93c4e877eed55344de18 Author: cypherpunks Date: Tue Sep 25 18:41:19 2018 + add --enable-nss build to Travis CI --- .travis.yml | 5 - changes/ticket27751 | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml

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

2018-10-24 Thread nickm
commit 98e28efa8c2558e408313254c161a3ff9b371f27 Merge: 131ab9d52 fcbbcf92c Author: Nick Mathewson Date: Wed Oct 24 08:57:22 2018 -0400 Merge branch 'nss-travis' into maint-0.3.5 .travis.yml | 5 - changes/ticket27751 | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-)

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

2018-10-24 Thread nickm
commit 98e28efa8c2558e408313254c161a3ff9b371f27 Merge: 131ab9d52 fcbbcf92c Author: Nick Mathewson Date: Wed Oct 24 08:57:22 2018 -0400 Merge branch 'nss-travis' into maint-0.3.5 .travis.yml | 5 - changes/ticket27751 | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-)

[tor-commits] [tor/release-0.3.5] add --enable-nss build to Travis CI

2018-10-24 Thread nickm
commit fcbbcf92cbd9e59b336a93c4e877eed55344de18 Author: cypherpunks Date: Tue Sep 25 18:41:19 2018 + add --enable-nss build to Travis CI --- .travis.yml | 5 - changes/ticket27751 | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml

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

2018-10-24 Thread nickm
commit 3dc5cce7493dc4914087fd4621939d588ecf1476 Merge: 5db592522 98e28efa8 Author: Nick Mathewson Date: Wed Oct 24 08:57:28 2018 -0400 Merge branch 'maint-0.3.5' .travis.yml | 5 - changes/ticket27751 | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-)

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

2018-10-24 Thread nickm
commit 98e28efa8c2558e408313254c161a3ff9b371f27 Merge: 131ab9d52 fcbbcf92c Author: Nick Mathewson Date: Wed Oct 24 08:57:22 2018 -0400 Merge branch 'nss-travis' into maint-0.3.5 .travis.yml | 5 - changes/ticket27751 | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-)

[tor-commits] [tor/maint-0.3.5] add --enable-nss build to Travis CI

2018-10-24 Thread nickm
commit fcbbcf92cbd9e59b336a93c4e877eed55344de18 Author: cypherpunks Date: Tue Sep 25 18:41:19 2018 + add --enable-nss build to Travis CI --- .travis.yml | 5 - changes/ticket27751 | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml

[tor-commits] [tor/master] Test-case for public key parsing using get_next_token()

2018-10-24 Thread nickm
commit 569d8d8cd73987cd0ca126a6f98a75dd34b21137 Author: rl1987 Date: Fri Oct 12 18:33:27 2018 +0300 Test-case for public key parsing using get_next_token() --- src/test/test_parsecommon.c | 42 ++ 1 file changed, 42 insertions(+) diff --git

[tor-commits] [tor/master] Unit-test some error conditions in get_next_token()

2018-10-24 Thread nickm
commit 81731a290d2a806047901c1835afb557533a0350 Author: rl1987 Date: Mon Oct 15 20:01:42 2018 +0300 Unit-test some error conditions in get_next_token() --- src/test/test_parsecommon.c | 173 1 file changed, 173 insertions(+) diff --git

[tor-commits] [tor/master] Unit-test multiple line parsing with tokenize_string()

2018-10-24 Thread nickm
commit 78c446af7ef9900c31e84496a4547550d4c191e2 Author: rl1987 Date: Tue Oct 16 14:53:04 2018 +0300 Unit-test multiple line parsing with tokenize_string() --- src/test/test_parsecommon.c | 46 + 1 file changed, 46 insertions(+) diff --git

[tor-commits] [tor/master] One testcase for annotation handling in tokenize_string()

2018-10-24 Thread nickm
commit 7fd82a4570c4c3ea887c02190a54e424eb5f4c5f Author: rl1987 Date: Tue Oct 16 17:39:52 2018 +0300 One testcase for annotation handling in tokenize_string() --- src/test/test_parsecommon.c | 28 1 file changed, 28 insertions(+) diff --git

[tor-commits] [tor/master] Add testcase for too few elements in tokenize_string() input

2018-10-24 Thread nickm
commit 7c8bf2f7c7adbae3b0f56631c2a2c036076b322d Author: rl1987 Date: Tue Oct 16 15:22:48 2018 +0300 Add testcase for too few elements in tokenize_string() input --- src/test/test_parsecommon.c | 31 +++ 1 file changed, 31 insertions(+) diff --git

[tor-commits] [tor/master] Test AT_END checking in tokenize_string()

2018-10-24 Thread nickm
commit f10d664fd14b318fba23c7290c800590d0a474b4 Author: rl1987 Date: Tue Oct 16 15:54:11 2018 +0300 Test AT_END checking in tokenize_string() --- src/test/test_parsecommon.c | 62 + 1 file changed, 62 insertions(+) diff --git

[tor-commits] [tor/master] Fix memory management in test_parsecommon_get_next_token_parse_keys

2018-10-24 Thread nickm
commit 38a7033d3378a7b0cdc68258ebcd0e53371e8f24 Author: rl1987 Date: Mon Oct 15 17:44:40 2018 +0300 Fix memory management in test_parsecommon_get_next_token_parse_keys --- src/test/test_parsecommon.c | 41 + 1 file changed, 17 insertions(+), 24

[tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/409'

2018-10-24 Thread nickm
commit c6d3bebb1e32fa62712a475081a6724ffa5c9d67 Merge: c3e14a323 65864be9b Author: Nick Mathewson Date: Wed Oct 24 09:06:29 2018 -0400 Merge remote-tracking branch 'tor-github/pr/409' changes/ticket27625 | 4 + src/test/include.am | 1 + src/test/test.c |

[tor-commits] [tor/master] Test RSA private key parsing with get_next_token()

2018-10-24 Thread nickm
commit 7764d6dfc914d9a29c706cbcb2b399b09680c9b7 Author: rl1987 Date: Fri Oct 12 19:19:40 2018 +0300 Test RSA private key parsing with get_next_token() --- src/test/test_parsecommon.c | 41 +++-- 1 file changed, 39 insertions(+), 2 deletions(-) diff

[tor-commits] [tor/master] Add testcase for too many elements in tokenize_string() input

2018-10-24 Thread nickm
commit 1a4edceee9049d19a97b08dc28e87fa346d02536 Author: rl1987 Date: Tue Oct 16 15:31:47 2018 +0300 Add testcase for too many elements in tokenize_string() input --- src/test/test_parsecommon.c | 32 1 file changed, 32 insertions(+) diff --git

[tor-commits] [tor/master] Add changes file

2018-10-24 Thread nickm
commit 65864be9bc59fb3743d2cebf497d0a4268596f95 Author: rl1987 Date: Tue Oct 16 17:53:17 2018 +0300 Add changes file --- changes/ticket27625 | 4 1 file changed, 4 insertions(+) diff --git a/changes/ticket27625 b/changes/ticket27625 new file mode 100644 index 0..33d40adf3

[tor-commits] [tor/master] First testcase for get_next_token()

2018-10-24 Thread nickm
commit 7829e3a86875da16e3d7ac55be85145bd672fc12 Author: rl1987 Date: Fri Oct 12 14:19:40 2018 +0300 First testcase for get_next_token() --- src/test/test_parsecommon.c | 27 +++ 1 file changed, 27 insertions(+) diff --git a/src/test/test_parsecommon.c

[tor-commits] [tor/master] Test object parsing in get_next_token()

2018-10-24 Thread nickm
commit 6c5ba2662af08c8094e024a2c04141e776d966a6 Author: rl1987 Date: Mon Oct 15 18:51:08 2018 +0300 Test object parsing in get_next_token() --- src/test/test_parsecommon.c | 57 + 1 file changed, 57 insertions(+) diff --git

[tor-commits] [translation/torbutton-branddtd] Update translations for torbutton-branddtd

2018-10-24 Thread translation
commit 0528d798c5f5007e3a1846f724dab226a1e23f76 Author: Translation commit bot Date: Wed Oct 24 13:18:14 2018 + Update translations for torbutton-branddtd --- hr/brand.dtd | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hr/brand.dtd b/hr/brand.dtd index

[tor-commits] [translation/torbutton-torbuttondtd] Update translations for torbutton-torbuttondtd

2018-10-24 Thread translation
commit 5d6018107bf0facdd2d9805ea282b97d4f89a01f Author: Translation commit bot Date: Wed Oct 24 13:18:35 2018 + Update translations for torbutton-torbuttondtd --- hr/torbutton.dtd | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git

[tor-commits] [translation/torbutton-brandproperties_completed] Update translations for torbutton-brandproperties_completed

2018-10-24 Thread translation
commit c14dfb09b84e176854296cea8101a433e8155dff Author: Translation commit bot Date: Wed Oct 24 13:18:09 2018 + Update translations for torbutton-brandproperties_completed --- hr/brand.properties | 16 1 file changed, 16 insertions(+) diff --git a/hr/brand.properties

[tor-commits] [translation/https_everywhere] Update translations for https_everywhere

2018-10-24 Thread translation
commit 92c9bb8a7fa44043250c6d13507f8c9abaccf7b9 Author: Translation commit bot Date: Wed Oct 24 10:15:38 2018 + Update translations for https_everywhere --- de/https-everywhere.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de/https-everywhere.dtd

[tor-commits] [translation/https_everywhere_completed] Update translations for https_everywhere_completed

2018-10-24 Thread translation
commit 00b5a9a889235e2e9b5dfa5e2f08c67d0fb31683 Author: Translation commit bot Date: Wed Oct 24 10:15:45 2018 + Update translations for https_everywhere_completed --- de/https-everywhere.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de/https-everywhere.dtd

[tor-commits] [translation/torbutton-torbuttondtd] Update translations for torbutton-torbuttondtd

2018-10-24 Thread translation
commit 7c6cb72cd7ee2b6febe143c9add6176da7e6d5b5 Author: Translation commit bot Date: Wed Oct 24 13:48:28 2018 + Update translations for torbutton-torbuttondtd --- hr/torbutton.dtd | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git

[tor-commits] [sbws/master] Add new constants to use as header attributes

2018-10-24 Thread juga
commit a53611826fd5ddbc9b8e72cd719f8f7f57d4b382 Author: juga0 Date: Thu Oct 18 21:51:34 2018 + Add new constants to use as header attributes --- sbws/lib/v3bwfile.py | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sbws/lib/v3bwfile.py b/sbws/lib/v3bwfile.py

[tor-commits] [sbws/master] Create method to add new header attrs

2018-10-24 Thread juga
commit c5b342d25b989f7bbdd8b22b5e6871dbe4eb735a Author: juga0 Date: Thu Oct 18 21:53:24 2018 + Create method to add new header attrs --- sbws/lib/v3bwfile.py | 5 + 1 file changed, 5 insertions(+) diff --git a/sbws/lib/v3bwfile.py b/sbws/lib/v3bwfile.py index e33a7ec..83df447

[tor-commits] [sbws/master] Remove arg and condition to rm the link

2018-10-24 Thread juga
commit 43e80f8838b91c7f061d5f6cac2fc87d498b9b4f Author: juga0 Date: Tue Oct 23 09:02:28 2018 + Remove arg and condition to rm the link since the option to remove the bw file link has been removed. --- sbws/lib/v3bwfile.py | 5 + 1 file changed, 1 insertion(+), 4

[tor-commits] [sbws/master] Modify entry, no option to rm the link

2018-10-24 Thread juga
commit 9adb58f9fafcca9b8794581484ee52cc60a5c1ac Author: juga0 Date: Tue Oct 23 13:30:36 2018 + Modify entry, no option to rm the link --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c13dd5..7d0df92 100644 ---

[tor-commits] [sbws/master] Revert "Add method to remove latest link"

2018-10-24 Thread juga
commit a9a109e6472cad4e6dfe388b80efbb7763201e40 Author: juga0 Date: Tue Oct 23 09:07:21 2018 + Revert "Add method to remove latest link" This reverts commit 5b33d3a3e9e1658ce2393f0cdd3cb13332faaf94. Since the option to rm the bw file link has been removed from the cli.

[tor-commits] [sbws/master] Fix syntax error

2018-10-24 Thread juga
commit 8787741b7fcebdc9fb18b68ea27bb8f858d93efc Author: Matt Traudt Date: Mon Oct 22 10:29:47 2018 -0400 Fix syntax error --- sbws/globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbws/globals.py b/sbws/globals.py index e6ba3f5..5d1e667 100644 ---

[tor-commits] [sbws/master] Move function to check percentage to classmethod

2018-10-24 Thread juga
commit 5003c6bc4a56563d05ffc6345661df8955e07f3f Author: juga0 Date: Thu Oct 18 21:52:30 2018 + Move function to check percentage to classmethod --- sbws/lib/v3bwfile.py | 56 +--- 1 file changed, 40 insertions(+), 16 deletions(-) diff

[tor-commits] [sbws/master] Add entry about bw file header statistics

2018-10-24 Thread juga
commit 6276cdaaca084a4c070445c5b9196dae90a5b102 Author: juga0 Date: Thu Oct 18 21:58:48 2018 + Add entry about bw file header statistics --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 778b5f6..6c13dd5 100644 --- a/CHANGELOG.md

[tor-commits] [sbws/master] Add test about the measured relays statistics

2018-10-24 Thread juga
commit 2d705ee3029cebeb2254b5011d02a94ab285ba1e Author: juga0 Date: Tue Oct 23 12:24:32 2018 + Add test about the measured relays statistics --- tests/unit/lib/test_v3bwfile.py | 30 ++ 1 file changed, 30 insertions(+) diff --git

[tor-commits] [sbws/master] Revert "Add cli arg to rm the bw file link"

2018-10-24 Thread juga
commit 5d0a8b3a3a3eac33be5f85a8b1f1975e6cfad7bc Author: juga0 Date: Tue Oct 23 08:59:27 2018 + Revert "Add cli arg to rm the bw file link" This reverts commit 199c92747068bd45184dddfab3d07b4ed2acb45f. We decided that this option is not needed when the header include

[tor-commits] [sbws/master] Add statistics in the header before scaling too

2018-10-24 Thread juga
commit f0437bf02c46d2d67e3da02d0b21813a2a3943ed Author: juga0 Date: Tue Oct 23 11:05:23 2018 + Add statistics in the header before scaling too It can be the case that after selecting the results to consider and before scaling, there is not any. In this case the statistics

[tor-commits] [sbws/master] Stop to require consensus path to be str

2018-10-24 Thread juga
commit 1defb776b3db0d272ed255e6fea6acd2d0befa50 Author: juga0 Date: Tue Oct 23 15:15:24 2018 + Stop to require consensus path to be str And catch exception. This way the tests do not need to be modified to include a consensus path. --- sbws/lib/v3bwfile.py | 3 +-- 1

[tor-commits] [sbws/master] Merge branch 'ticket28076_rmlink_or_header'

2018-10-24 Thread juga
commit cf4fe8a110de2b0bd0f495dde71e27dc041e09e9 Merge: 73c01a4 9adb58f Author: juga0 Date: Tue Oct 23 13:49:18 2018 + Merge branch 'ticket28076_rmlink_or_header' CHANGELOG.md | 8 ++ sbws/core/generate.py | 8 -- sbws/globals.py | 1 + sbws/lib/v3bwfile.py

[tor-commits] [translation/tor-launcher-network-settings_completed] Update translations for tor-launcher-network-settings_completed

2018-10-24 Thread translation
commit b85e4b5fec87df62758ac98f23f2c6e42240acac Author: Translation commit bot Date: Wed Oct 24 12:19:03 2018 + Update translations for tor-launcher-network-settings_completed --- cs/network-settings.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [translation/abouttor-homepage] Update translations for abouttor-homepage

2018-10-24 Thread translation
commit 95c7dfaee5b9c11ba255eedfee8a5b83bd1fb591 Author: Translation commit bot Date: Wed Oct 24 13:15:04 2018 + Update translations for abouttor-homepage --- hr/aboutTor.dtd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hr/aboutTor.dtd b/hr/aboutTor.dtd index

[tor-commits] [translation/support-portal] Update translations for support-portal

2018-10-24 Thread translation
commit d53ca7dd527acf98d6eca8dbbfdd957edc700514 Author: Translation commit bot Date: Wed Oct 24 13:19:45 2018 + Update translations for support-portal --- contents+de.po | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contents+de.po b/contents+de.po index

[tor-commits] [translation/support-portal_completed] Update translations for support-portal_completed

2018-10-24 Thread translation
commit ec3787f8336dc9d2955dd045e94f5932855771cf Author: Translation commit bot Date: Wed Oct 24 13:19:51 2018 + Update translations for support-portal_completed --- contents+de.po | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contents+de.po b/contents+de.po

[tor-commits] [sbws/master] Add cli arg to rm the bw file link

2018-10-24 Thread juga
commit 199c92747068bd45184dddfab3d07b4ed2acb45f Author: juga0 Date: Thu Oct 18 21:47:34 2018 + Add cli arg to rm the bw file link --- sbws/core/generate.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sbws/core/generate.py b/sbws/core/generate.py index 885569a..f147993

[tor-commits] [sbws/master] Rm bwfile link when writting the file

2018-10-24 Thread juga
commit c6a1ace87fb682d03cb7e695b2457ecdebd42a3b Author: juga0 Date: Thu Oct 18 21:55:53 2018 + Rm bwfile link when writting the file --- sbws/lib/v3bwfile.py | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/sbws/lib/v3bwfile.py

[tor-commits] [sbws/master] Write bw file only when there is a min percentage

2018-10-24 Thread juga
commit 544936cd81abf4de58c84ad4d490fa3ff0e96064 Author: juga0 Date: Tue Oct 16 15:01:30 2018 + Write bw file only when there is a min percentage --- sbws/core/generate.py | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/sbws/core/generate.py

[tor-commits] [sbws/master] Add method to remove latest link

2018-10-24 Thread juga
commit 5b33d3a3e9e1658ce2393f0cdd3cb13332faaf94 Author: juga0 Date: Tue Oct 16 15:01:18 2018 + Add method to remove latest link --- sbws/lib/v3bwfile.py | 11 +++ 1 file changed, 11 insertions(+) diff --git a/sbws/lib/v3bwfile.py b/sbws/lib/v3bwfile.py index 58056b1..c69e674

[tor-commits] [sbws/master] Add function to obtain percentage measured relays

2018-10-24 Thread juga
commit ed520c485a7bcd4ad9f1b1c3e4288b35303fae2e Author: juga0 Date: Tue Oct 16 12:52:55 2018 + Add function to obtain percentage measured relays --- sbws/globals.py | 1 + sbws/lib/v3bwfile.py | 23 --- 2 files changed, 21 insertions(+), 3 deletions(-) diff

[tor-commits] [translation/exoneratorproperties] Update translations for exoneratorproperties

2018-10-24 Thread translation
commit b6097d57aecd8e302b7c8c25ef40fc4fa1001245 Author: Translation commit bot Date: Wed Oct 24 12:15:28 2018 + Update translations for exoneratorproperties --- de/exonerator.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de/exonerator.properties

[tor-commits] [translation/exoneratorproperties_completed] Update translations for exoneratorproperties_completed

2018-10-24 Thread translation
commit 45b0de1d18e6bff881d9feda45e1de97afbbfb02 Author: Translation commit bot Date: Wed Oct 24 12:15:33 2018 + Update translations for exoneratorproperties_completed --- de/exonerator.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [translation/mat-gui] Update translations for mat-gui

2018-10-24 Thread translation
commit 71c223676fe9683ece1a56d32e8502efc23f6c72 Author: Translation commit bot Date: Wed Oct 24 13:46:01 2018 + Update translations for mat-gui --- hr.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hr.po b/hr.po index 214f8638b..7afe463f3 100644 --- a/hr.po

[tor-commits] [translation/tails-misc] Update translations for tails-misc

2018-10-24 Thread translation
commit 6834ec6b6ad438b4365c94738cdf511bc7c8a461 Author: Translation commit bot Date: Wed Oct 24 15:46:10 2018 + Update translations for tails-misc --- de.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/de.po b/de.po index 10fc4bbbe..b8c538670 100644 ---

[tor-commits] [translation/tails-misc_completed] Update translations for tails-misc_completed

2018-10-24 Thread translation
commit 3f8fa7510923d2af95ab0b1c919bb096174582af Author: Translation commit bot Date: Wed Oct 24 15:46:16 2018 + Update translations for tails-misc_completed --- de.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/de.po b/de.po index 10fc4bbbe..b8c538670

[tor-commits] [tor/master] node: Make node_supports_v3_rendezvous_point() also check for the key

2018-10-24 Thread nickm
commit b063ca0604d6cc99adf1009818c10ee14d006aab Author: David Goulet Date: Thu Sep 20 08:50:27 2018 -0400 node: Make node_supports_v3_rendezvous_point() also check for the key It is not enough to look at protover for v3 rendezvous support but also we need to make sure that the

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

2018-10-24 Thread nickm
commit c78904b6302c53e0778854974c13aa4d5a499bb0 Merge: 6851a0809 b063ca060 Author: Nick Mathewson Date: Wed Oct 24 12:57:14 2018 -0400 Merge branch 'maint-0.3.4' into maint-0.3.5 "ours" to avoid taking a second instance of 27797. ___

[tor-commits] [tor/release-0.3.4] node: Make node_supports_v3_rendezvous_point() also check for the key

2018-10-24 Thread nickm
commit b063ca0604d6cc99adf1009818c10ee14d006aab Author: David Goulet Date: Thu Sep 20 08:50:27 2018 -0400 node: Make node_supports_v3_rendezvous_point() also check for the key It is not enough to look at protover for v3 rendezvous support but also we need to make sure that the

[tor-commits] [translation/tails-misc] Update translations for tails-misc

2018-10-24 Thread translation
commit 4b916005a139cac335dc704abbb9ef762a50671a Author: Translation commit bot Date: Wed Oct 24 14:46:10 2018 + Update translations for tails-misc --- fr.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fr.po b/fr.po index 0d7823a38..dc2acb4da 100644 ---

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

2018-10-24 Thread nickm
commit 6851a08090325dc51b26e80350395c4a0c778cf8 Merge: bfab7b9d3 d1d66866b Author: Nick Mathewson Date: Wed Oct 24 10:20:41 2018 -0400 Merge branch 'ticket28115_035' into maint-0.3.5 changes/bug28115 | 3 +++ src/lib/crypt_ops/crypto_ope.c | 12 ++-- 2 files

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

2018-10-24 Thread nickm
commit 6851a08090325dc51b26e80350395c4a0c778cf8 Merge: bfab7b9d3 d1d66866b Author: Nick Mathewson Date: Wed Oct 24 10:20:41 2018 -0400 Merge branch 'ticket28115_035' into maint-0.3.5 changes/bug28115 | 3 +++ src/lib/crypt_ops/crypto_ope.c | 12 ++-- 2 files

[tor-commits] [tor/maint-0.3.5] Rename a function; it is used to convert a value _From_ le.

2018-10-24 Thread nickm
commit d1d66866b2c5e4e7ce246008f62f74d979cd8351 Author: Nick Mathewson Date: Fri Oct 19 08:42:28 2018 -0400 Rename a function; it is used to convert a value _From_ le. We can't use htons()/ntohs() -- those are no-ops on exactly the wrong platforms. ---

[tor-commits] [tor/release-0.3.5] Rename a function; it is used to convert a value _From_ le.

2018-10-24 Thread nickm
commit d1d66866b2c5e4e7ce246008f62f74d979cd8351 Author: Nick Mathewson Date: Fri Oct 19 08:42:28 2018 -0400 Rename a function; it is used to convert a value _From_ le. We can't use htons()/ntohs() -- those are no-ops on exactly the wrong platforms. ---

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

2018-10-24 Thread nickm
commit 6851a08090325dc51b26e80350395c4a0c778cf8 Merge: bfab7b9d3 d1d66866b Author: Nick Mathewson Date: Wed Oct 24 10:20:41 2018 -0400 Merge branch 'ticket28115_035' into maint-0.3.5 changes/bug28115 | 3 +++ src/lib/crypt_ops/crypto_ope.c | 12 ++-- 2 files

[tor-commits] [tor/maint-0.3.5] Fix a misspelled macro test that was breaking big-endian OPE

2018-10-24 Thread nickm
commit f8a1dc64f975bcaa74634f4666e448ca3fe88d3b Author: Nick Mathewson Date: Fri Oct 19 08:41:25 2018 -0400 Fix a misspelled macro test that was breaking big-endian OPE Fixes bug 28115; bugfix on 0.3.5.1-alpha. --- changes/bug28115 | 3 +++

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

2018-10-24 Thread nickm
commit b77889fc5f40208a7c79a82c7c6b9d7f48fbcd51 Merge: c6d3bebb1 6851a0809 Author: Nick Mathewson Date: Wed Oct 24 10:20:53 2018 -0400 Merge branch 'maint-0.3.5' changes/bug28115 | 3 +++ src/lib/crypt_ops/crypto_ope.c | 12 ++-- 2 files changed, 9 insertions(+), 6

[tor-commits] [tor/master] Fix a misspelled macro test that was breaking big-endian OPE

2018-10-24 Thread nickm
commit f8a1dc64f975bcaa74634f4666e448ca3fe88d3b Author: Nick Mathewson Date: Fri Oct 19 08:41:25 2018 -0400 Fix a misspelled macro test that was breaking big-endian OPE Fixes bug 28115; bugfix on 0.3.5.1-alpha. --- changes/bug28115 | 3 +++

[tor-commits] [tor/release-0.3.5] Fix a misspelled macro test that was breaking big-endian OPE

2018-10-24 Thread nickm
commit f8a1dc64f975bcaa74634f4666e448ca3fe88d3b Author: Nick Mathewson Date: Fri Oct 19 08:41:25 2018 -0400 Fix a misspelled macro test that was breaking big-endian OPE Fixes bug 28115; bugfix on 0.3.5.1-alpha. --- changes/bug28115 | 3 +++

[tor-commits] [tor/master] Rename a function; it is used to convert a value _From_ le.

2018-10-24 Thread nickm
commit d1d66866b2c5e4e7ce246008f62f74d979cd8351 Author: Nick Mathewson Date: Fri Oct 19 08:42:28 2018 -0400 Rename a function; it is used to convert a value _From_ le. We can't use htons()/ntohs() -- those are no-ops on exactly the wrong platforms. ---

[tor-commits] [translation/tor-browser-manual] Update translations for tor-browser-manual

2018-10-24 Thread translation
commit 5cb4d221352765ca131f9226e00e579479cf2687 Author: Translation commit bot Date: Wed Oct 24 14:17:49 2018 + Update translations for tor-browser-manual --- de/de.po | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/de/de.po b/de/de.po index

  1   2   >