[tor-commits] [tor/master] Release ownership of the dummy socket that tortls_nss.c will close

2018-09-20 Thread nickm
commit 62b709bc26fe628777d2af4becdf08fd8adf1140 Author: Nick Mathewson Date: Thu Sep 20 12:53:39 2018 -0400 Release ownership of the dummy socket that tortls_nss.c will close Related to #27795 -- since NSS will close the socket, we must not count it as owned by Tor. ---

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

2018-09-20 Thread nickm
commit 1c1e84281db6a5a8cd2a66c63481e4df316c44d5 Author: Nick Mathewson Date: Thu Sep 20 12:46:47 2018 -0400 Add a tor_release_socket_ownership() function. --- src/lib/net/socket.c | 88 +++- src/lib/net/socket.h | 1 + 2 files changed, 54

[tor-commits] [tor/master] Fix an NSS socket leak-on-error found by dgoulet

2018-09-20 Thread nickm
commit 4e2028152d31e27c44d0c2ef31dca829c6ae2d2e Author: Nick Mathewson Date: Thu Sep 20 13:53:04 2018 -0400 Fix an NSS socket leak-on-error found by dgoulet --- src/lib/tls/tortls_nss.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/tls/tortls_nss.c b/src/lib/tls/tortls_nss.c

[tor-commits] [tor/master] Fix socket accounting with ORConn sockets.

2018-09-20 Thread nickm
commit f25323fe3f64fbfee0e1c2614d0e13befe283b88 Author: Nick Mathewson Date: Thu Sep 20 12:52:29 2018 -0400 Fix socket accounting with ORConn sockets. When we close a socket via tor_tls_free(), we previously had no way for our socket accounting logic to learn about it. This

[tor-commits] [tor/master] Use the correct macro to detect an invalid socket in tortls_nss.c

2018-09-20 Thread nickm
commit d6c564e09ab491765b6773cc45320bc0f605fcfe Author: Nick Mathewson Date: Thu Sep 20 12:55:31 2018 -0400 Use the correct macro to detect an invalid socket in tortls_nss.c Fixes bug 27782; bugfix on 0.3.5.1-alpha --- changes/bug27782 | 4 src/lib/tls/tortls_nss.c |

[tor-commits] [tor/master] Fix a pair of errors in bug23512

2018-09-20 Thread nickm
commit 72e30f26ec291baba202b71e121c3211af2db371 Author: Nick Mathewson Date: Thu Sep 20 14:18:09 2018 -0400 Fix a pair of errors in bug23512 --- src/or/rephist.c | 5 ++--- src/test/test_relay.c | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git

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

2018-09-20 Thread translation
commit 8b45bfe8ad036cda6817a045a030d004a4a4b8ec Author: Translation commit bot Date: Thu Sep 20 19:48:08 2018 + Update translations for torbutton-abouttbupdatedtd --- es/abouttbupdate.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es/abouttbupdate.dtd

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

2018-09-20 Thread translation
commit a4913d47975c72c2c7337aa93c4bedcaa5fcf17a Author: Translation commit bot Date: Thu Sep 20 19:48:12 2018 + Update translations for torbutton-abouttbupdatedtd_completed --- es/abouttbupdate.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2018-09-20 Thread translation
commit d53f3fa690f8cd5f4e97054ae4c4d6e31d28a0a5 Author: Translation commit bot Date: Thu Sep 20 20:15:33 2018 + Update translations for https_everywhere_completed --- es/https-everywhere.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es/https-everywhere.dtd

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

2018-09-20 Thread translation
commit b5e9c5162f277bee83825a79f9f0a6457c96e720 Author: Translation commit bot Date: Thu Sep 20 20:15:26 2018 + Update translations for https_everywhere --- es/https-everywhere.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es/https-everywhere.dtd

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

2018-09-20 Thread nickm
commit 6fed66d268fa84bff7c68eb549907546b66ca6f8 Merge: a4e8f9450 12258bbb9 Author: David Goulet Date: Tue Jul 3 13:31:08 2018 -0400 Merge branch 'maint-0.3.1' into maint-0.3.2 ___ tor-commits mailing list tor-commits@lists.torproject.org

[tor-commits] [tor/master] test: hs-v3 desc has arrived unit test

2018-09-20 Thread nickm
commit cb81a69f90c82c2c2a5b41b80eadf50be5e8193d Author: David Goulet Date: Wed Sep 19 09:55:57 2018 -0400 test: hs-v3 desc has arrived unit test That unit test makes sure we don't have pending SOCK request if the descriptor turns out to be unusable. Part of #27410.

[tor-commits] [tor/master] hs-v3: Close all SOCKS request on descriptor failure

2018-09-20 Thread nickm
commit f4f809fe3dc45ce72b4ccfb891eb715a8b330675 Author: David Goulet Date: Wed Sep 19 10:56:15 2018 -0400 hs-v3: Close all SOCKS request on descriptor failure Client side, when a descriptor is finally fetched and stored in the cache, we then go over all pending SOCKS request

[tor-commits] [tor/master] Merge branch 'maint-0.3.2' of https://git.torproject.org/tor into maint-0.3.2

2018-09-20 Thread nickm
commit d1a6043bfb0a3869439565d563a93aeb0fa30923 Merge: 9c83cd199 0971b3ce4 Author: David Goulet Date: Thu Sep 20 10:59:23 2018 -0400 Merge branch 'maint-0.3.2' of https://git.torproject.org/tor into maint-0.3.2 changes/bug27335| 4 changes/bug27658| 6 ++

[tor-commits] [tor/master] changes for 27799

2018-09-20 Thread nickm
commit 313b67163a39a0cbf9d7ac720c26246d7c1cae69 Author: Nick Mathewson Date: Thu Sep 20 16:30:33 2018 -0400 changes for 27799 --- changes/ticket27799 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changes/ticket27799 b/changes/ticket27799 new file mode 100644 index

[tor-commits] [tor/master] Merge remote-tracking branch 'dgoulet/ticket27410_035_01'

2018-09-20 Thread nickm
commit e7ac8fabcc36e8b63f4967f5efc9447b60cb2204 Merge: 2ed0d240e cb81a69f9 Author: Nick Mathewson Date: Thu Sep 20 16:22:16 2018 -0400 Merge remote-tracking branch 'dgoulet/ticket27410_035_01' src/feature/hs/hs_client.c | 2 +- src/feature/hs/hs_client.h | 2 +

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

2018-09-20 Thread nickm
commit 12258bbb9056ae400a58de4eb57c3de079b21782 Merge: 2968c716d b205714ba Author: David Goulet Date: Tue Jul 3 13:31:06 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.1 changes/bug26535.029 | 5 + src/test/ntor_ref.py | 9 ++--- 2 files changed, 11 insertions(+), 3

[tor-commits] [tor/master] Merge branch 'maint-0.3.2' of https://git.torproject.org/tor into maint-0.3.2

2018-09-20 Thread nickm
commit 9c83cd1993b6ed98301020e5a170df9d5427a1e6 Merge: 6fed66d26 5a8827a4c Author: David Goulet Date: Tue Sep 11 15:36:48 2018 -0400 Merge branch 'maint-0.3.2' of https://git.torproject.org/tor into maint-0.3.2 .travis.yml | 267 +- Makefile.am

[tor-commits] [tor/master] Merge remote-tracking branch 'dgoulet/ticket27410_032_01'

2018-09-20 Thread nickm
commit 2ed0d240e8dea9a789bd6969112a1df4d0363947 Merge: 813019cc5 fa6d5dd26 Author: Nick Mathewson Date: Thu Sep 20 16:22:02 2018 -0400 Merge remote-tracking branch 'dgoulet/ticket27410_032_01' changes/ticket27410| 5 + src/feature/hs/hs_client.c | 2 +- 2 files changed, 6

[tor-commits] [tor/master] hs-v3: Close all SOCKS request on descriptor failure

2018-09-20 Thread nickm
commit fa6d5dd2686d9fedfbbea9bdf0d7dab1a7afc7c4 Author: David Goulet Date: Wed Sep 19 10:56:15 2018 -0400 hs-v3: Close all SOCKS request on descriptor failure Client side, when a descriptor is finally fetched and stored in the cache, we then go over all pending SOCKS request

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

2018-09-20 Thread translation
commit eb87d835095d78337a4666e9e1ffde858b45469a Author: Translation commit bot Date: Thu Sep 20 20:48:06 2018 + Update translations for torbutton-browseronboardingproperties --- fr/browserOnboarding.properties | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[tor-commits] [tor/master] Remove another needless typedef

2018-09-20 Thread nickm
commit 1da9741bca8b16e8c5f15d91f646ee1ea4985750 Author: Nick Mathewson Date: Thu Sep 20 14:34:44 2018 -0400 Remove another needless typedef --- src/or/rephist.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/or/rephist.h b/src/or/rephist.h index 837bb8d04..f4bcd8ea0 100644 ---

[tor-commits] [tor/master] Start on an 0.3.5.2-alpha changelog

2018-09-20 Thread nickm
commit de066b76a536b7c8deacdc1beddadd2f2bd200dd Author: Nick Mathewson Date: Thu Sep 20 16:35:36 2018 -0400 Start on an 0.3.5.2-alpha changelog --- ChangeLog | 63 + changes/bug23512| 6 - changes/bug27073| 4

[tor-commits] [tor/master] Bump to 0.3.5.2-alpha

2018-09-20 Thread nickm
commit 1a85ac8c2de77f40212d46569632ec47bc309ba7 Author: Nick Mathewson Date: Thu Sep 20 16:36:07 2018 -0400 Bump to 0.3.5.2-alpha --- configure.ac| 2 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 3

[tor-commits] [translation/liveusb-creator_completed] Update translations for liveusb-creator_completed

2018-09-20 Thread translation
commit 19ecdbb9ec5a5d558b27be6780d86226107e4232 Author: Translation commit bot Date: Thu Sep 20 19:45:46 2018 + Update translations for liveusb-creator_completed --- es/es.po | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/es/es.po b/es/es.po index

[tor-commits] [translation/liveusb-creator] Update translations for liveusb-creator

2018-09-20 Thread translation
commit 25c7577601e8942f4c47c42e740242c0fe8c8c8f Author: Translation commit bot Date: Thu Sep 20 19:45:40 2018 + Update translations for liveusb-creator --- es/es.po | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/es/es.po b/es/es.po index

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

2018-09-20 Thread translation
commit 5e757bb6d88b5bc38e9af5a367308de6a84c771c Author: Translation commit bot Date: Thu Sep 20 19:45:34 2018 + Update translations for https_everywhere_completed --- es/https-everywhere.dtd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

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

2018-09-20 Thread translation
commit 27734c4ed8896234532804c43848a5186f877ed9 Author: Translation commit bot Date: Thu Sep 20 19:45:27 2018 + Update translations for https_everywhere --- es/https-everywhere.dtd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/es/https-everywhere.dtd

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

2018-09-20 Thread translation
commit 9308b11f2f68c53a635afcc74743196ce1e06fad Author: Translation commit bot Date: Thu Sep 20 21:18:06 2018 + Update translations for torbutton-browseronboardingproperties --- fr/browserOnboarding.properties | 36 ++-- 1 file changed, 18

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

2018-09-20 Thread translation
commit a17cb2e049ab26f388d0f97fc8585f9624467f53 Author: Translation commit bot Date: Fri Sep 21 03:48:51 2018 + Update translations for support-portal --- contents+zh_CN.po | 25 +++-- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git

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

2018-09-20 Thread translation
commit bcabecf0351ea11222cdefcebee9ff7c2103fa3e Author: Translation commit bot Date: Fri Sep 21 04:48:49 2018 + Update translations for support-portal --- contents+zh_CN.po | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/contents+zh_CN.po

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

2018-09-20 Thread translation
commit f3a878b948f9bd4ab990f546529c604740789190 Author: Translation commit bot Date: Fri Sep 21 05:18:51 2018 + Update translations for support-portal --- contents+zh_CN.po | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/contents+zh_CN.po

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

2018-09-20 Thread translation
commit 6e0a44bbabcf920c8eb9fd96c3b34b2a3373bca5 Author: Translation commit bot Date: Fri Sep 21 05:48:50 2018 + Update translations for support-portal --- contents+zh_CN.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contents+zh_CN.po b/contents+zh_CN.po

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

2018-09-20 Thread translation
commit 8f285243b7ba9fea2c098d3f8226c153836f323c Author: Translation commit bot Date: Fri Sep 21 04:18:45 2018 + Update translations for support-portal --- contents+zh_CN.po | 36 +++- 1 file changed, 23 insertions(+), 13 deletions(-) diff --git

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

2018-09-20 Thread translation
commit 2b9874475f88198201798bf31bfb7a460a28b4fd Author: Translation commit bot Date: Fri Sep 21 02:19:27 2018 + Update translations for support-portal --- contents+zh_CN.po | 26 ++ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git

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

2018-09-20 Thread translation
commit 3eb8c70f992121a7d0c7c6c214b6f31c4b9bab14 Author: Translation commit bot Date: Thu Sep 20 22:15:27 2018 + Update translations for https_everywhere --- fr/ssl-observatory.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr/ssl-observatory.dtd

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

2018-09-20 Thread translation
commit 25eca2ea723770b57a498000590b4f23e6cdbd86 Author: Translation commit bot Date: Thu Sep 20 22:15:33 2018 + Update translations for https_everywhere_completed --- fr/ssl-observatory.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr/ssl-observatory.dtd

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

2018-09-20 Thread translation
commit 6d0f7b5c8fab7053bfca599325750cb967156e9b Author: Translation commit bot Date: Fri Sep 21 02:49:32 2018 + Update translations for support-portal --- contents+zh_CN.po | 28 +--- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git

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

2018-09-20 Thread translation
commit b2f6b867b4afc656c4a21107f13cdeba8a38a138 Author: Translation commit bot Date: Fri Sep 21 03:19:20 2018 + Update translations for support-portal --- contents+zh_CN.po | 20 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/contents+zh_CN.po

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

2018-09-20 Thread translation
commit bea4ed575c4e18e6b02fe1a463b6433f8dadde1c Author: Translation commit bot Date: Thu Sep 20 21:47:48 2018 + Update translations for torbutton-torbuttonproperties --- fr/torbutton.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

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

2018-09-20 Thread translation
commit ec06dc849c1d25ea78ce4476a51fae1b7b54e10c Author: Translation commit bot Date: Thu Sep 20 21:49:01 2018 + Update translations for support-portal --- contents+fr.po | 38 +++--- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git

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

2018-09-20 Thread translation
commit 1d356885d2cb070702943738a21bdc187355ad5e Author: Translation commit bot Date: Thu Sep 20 21:48:19 2018 + Update translations for torbutton-browseronboardingproperties --- fr/browserOnboarding.properties | 38 +++--- 1 file changed, 19

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

2018-09-20 Thread translation
commit c7cf58639946c97eaf878f32809c1bbe09cc4728 Author: Translation commit bot Date: Thu Sep 20 21:48:24 2018 + Update translations for torbutton-browseronboardingproperties_completed --- fr/browserOnboarding.properties | 54 + 1 file changed,

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

2018-09-20 Thread translation
commit 76069605e636fed9ac7e8548cd303beaf878a945 Author: Translation commit bot Date: Thu Sep 20 21:47:52 2018 + Update translations for torbutton-torbuttonproperties_completed --- fr/torbutton.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

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

2018-09-20 Thread translation
commit 938000656950c36c76a102d6e8c5b5f8afb469a8 Author: Translation commit bot Date: Thu Sep 20 21:46:36 2018 + Update translations for tails-onioncircuits_completed --- fr/onioncircuits.pot | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git

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

2018-09-20 Thread translation
commit b79e27775e3637176bd943621afa74f09d2d0b2b Author: Translation commit bot Date: Thu Sep 20 21:46:30 2018 + Update translations for tails-onioncircuits --- fr/onioncircuits.pot | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/fr/onioncircuits.pot

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

2018-09-20 Thread translation
commit bf220e95fb0578ec29107ba85492a9f26330cbb3 Author: Translation commit bot Date: Thu Sep 20 21:47:12 2018 + Update translations for torbirdy --- fr/torbirdy.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr/torbirdy.dtd b/fr/torbirdy.dtd index

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

2018-09-20 Thread translation
commit b1f90c3a27c5813cf7544e2087b2c6ea3b3dbd2a Author: Translation commit bot Date: Thu Sep 20 21:47:24 2018 + Update translations for tor-browser-manual --- fr/fr.po | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/fr/fr.po b/fr/fr.po index

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

2018-09-20 Thread translation
commit 791ea1cf99c7f302091dd79075f3a1f3a4da4d07 Author: Translation commit bot Date: Thu Sep 20 21:47:18 2018 + Update translations for torbirdy_completed --- fr/torbirdy.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr/torbirdy.dtd b/fr/torbirdy.dtd index

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

2018-09-20 Thread translation
commit b6e27c7c4409903c5f30770d6fd1de5c4108b5ab Author: Translation commit bot Date: Thu Sep 20 07:18:59 2018 + Update translations for support-portal_completed --- contents+es_AR.po | 48 1 file changed, 24 insertions(+), 24

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

2018-09-20 Thread translation
commit 4511a2168d84bb2f2d64b5b3d12e38f4125f64e1 Author: Translation commit bot Date: Thu Sep 20 07:18:52 2018 + Update translations for support-portal --- contents+es_AR.po | 48 1 file changed, 24 insertions(+), 24 deletions(-) diff

[tor-commits] [tor-launcher/maint-0.2.16] Version bump (0.2.16.6)

2018-09-20 Thread gk
commit 020b7730ee1637728d6f90dad3fbe3b27b37a2d3 Author: Georg Koppen Date: Thu Sep 20 06:28:26 2018 + Version bump (0.2.16.6) --- src/install.rdf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.rdf b/src/install.rdf index a5d027e..6a0c65a 100644 ---

[tor-commits] [tor-launcher/maint-0.2.16] Revert "Bug 25405: cannot use Moat if a meek bridge is configured"

2018-09-20 Thread gk
commit b48803c87dde780a0897fe85bf4d27c739eecfbe Author: Georg Koppen Date: Thu Sep 20 06:18:03 2018 + Revert "Bug 25405: cannot use Moat if a meek bridge is configured" This reverts commit a5791ec33537b5efefb5c64c240e48d9ce1c8721. Let's test this bugfix a bit more on

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

2018-09-20 Thread translation
commit 630931cb2f723f202db546ba04035226ce7607f9 Author: Translation commit bot Date: Thu Sep 20 07:45:08 2018 + Update translations for abouttor-homepage_completed --- de/aboutTor.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de/aboutTor.dtd b/de/aboutTor.dtd

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

2018-09-20 Thread translation
commit e67aadb85eb36c2e15c2efa4d726bfc2a510d3e0 Author: Translation commit bot Date: Thu Sep 20 07:45:03 2018 + Update translations for abouttor-homepage --- de/aboutTor.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de/aboutTor.dtd b/de/aboutTor.dtd index

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

2018-09-20 Thread translation
commit 8c3d5b5202368429fe3446d205b1498bf70f1024 Author: Translation commit bot Date: Thu Sep 20 07:15:03 2018 + Update translations for abouttor-homepage --- cs/aboutTor.dtd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cs/aboutTor.dtd b/cs/aboutTor.dtd index

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

2018-09-20 Thread translation
commit 27df69a5d523388c17a0d3835f27d3ecbace5e5a Author: Translation commit bot Date: Thu Sep 20 07:48:59 2018 + Update translations for support-portal_completed --- contents+es_AR.po | 56 +++ 1 file changed, 28 insertions(+), 28

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

2018-09-20 Thread translation
commit 999427e6392bf7427315dc371fd07c3516e5b358 Author: Translation commit bot Date: Thu Sep 20 07:48:54 2018 + Update translations for support-portal --- contents+es_AR.po | 56 +++ 1 file changed, 28 insertions(+), 28 deletions(-)

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

2018-09-20 Thread translation
commit 1d23c7b2dd872c4f9b24521ecf40d71f67d1b7fd Author: Translation commit bot Date: Thu Sep 20 10:47:19 2018 + Update translations for tor-browser-manual --- el/el.po | 54 ++ 1 file changed, 46 insertions(+), 8 deletions(-) diff

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

2018-09-20 Thread translation
commit aeab2e4347b545447796c297baef434c22d7fe69 Author: Translation commit bot Date: Thu Sep 20 11:47:20 2018 + Update translations for tor-browser-manual --- el/el.po | 4 1 file changed, 4 insertions(+) diff --git a/el/el.po b/el/el.po index aff6f2924..63a39d0c3 100644 ---

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

2018-09-20 Thread translation
commit b70babf5ae43d927123e7c87c13526cc30cf178e Author: Translation commit bot Date: Thu Sep 20 08:17:20 2018 + Update translations for tor-browser-manual --- el/el.po | 21 + 1 file changed, 21 insertions(+) diff --git a/el/el.po b/el/el.po index

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

2018-09-20 Thread translation
commit 651e0607528ef594c43493843bd054cf64ccfafa Author: Translation commit bot Date: Thu Sep 20 08:48:50 2018 + Update translations for support-portal --- contents+es_AR.po | 33 + 1 file changed, 17 insertions(+), 16 deletions(-) diff --git

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

2018-09-20 Thread translation
commit 2f2843be32cf66e7eb292f2e7b04060b5c18941e Author: Translation commit bot Date: Thu Sep 20 08:48:55 2018 + Update translations for support-portal_completed --- contents+es_AR.po | 33 + 1 file changed, 17 insertions(+), 16 deletions(-) diff --git

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

2018-09-20 Thread translation
commit a318639581ab9f1718784cd07ae12538d9dd8751 Author: Translation commit bot Date: Thu Sep 20 08:47:17 2018 + Update translations for tor-browser-manual --- el/el.po | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/el/el.po b/el/el.po index

[tor-commits] [tor-browser-build/maint-8.0] Preparing a build2 for 8.0.1

2018-09-20 Thread gk
commit eaf882ad3dd1c5fc2461d5ba898837de1eed66eb Author: Georg Koppen Date: Thu Sep 20 08:24:35 2018 + Preparing a build2 for 8.0.1 We pick up three patches that are planned for Firefox 60.2.1esr but we can't wait for the final release candidate as we run out of time before

[tor-commits] [tor-browser/tor-browser-60.2.0esr-8.5-1] Bug 1475775 - Clean up old NSS DB file after upgrade if necessary. r=franziskus, r=mattn, a=RyanVM

2018-09-20 Thread gk
commit e47b36fb220d31308765559a6ae09045ffebbf8f Author: David Keeler Date: Tue Jul 17 13:51:00 2018 -0700 Bug 1475775 - Clean up old NSS DB file after upgrade if necessary. r=franziskus, r=mattn, a=RyanVM Reviewers: franziskus, mattn Bug #: 1475775 Differential

[tor-commits] [tor-browser/tor-browser-60.2.0esr-8.5-1] Bug 1489744 - Fix a bounds violation crash in the prefs parser. r=glandium, a=RyanVM

2018-09-20 Thread gk
commit e4f063eb30d140dcf0c04074dfe4ab82307fd7c3 Author: Nicholas Nethercote Date: Tue Sep 11 09:36:07 2018 +1000 Bug 1489744 - Fix a bounds violation crash in the prefs parser. r=glandium, a=RyanVM Currently, if a get_char() call returns EOF, the index moves beyond the

[tor-commits] [tor-browser/tor-browser-60.2.0esr-8.5-1] Bug 1490585 - Ensure we got an nsISSLStatus when deserializing in TransportSecurityInfo. r=jcj, a=RyanVM

2018-09-20 Thread gk
commit d29ffa3dedf25a5e656df2751eaa6b3c99964ce0 Author: Dana Keeler Date: Thu Sep 13 16:59:21 2018 + Bug 1490585 - Ensure we got an nsISSLStatus when deserializing in TransportSecurityInfo. r=jcj, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D5803

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

2018-09-20 Thread translation
commit 1eb35f48658539d50fe39309a2df31c4979f801e Author: Translation commit bot Date: Thu Sep 20 09:19:13 2018 + Update translations for support-portal_completed --- contents+es_AR.po | 45 - 1 file changed, 20 insertions(+), 25 deletions(-)

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

2018-09-20 Thread translation
commit 1a37dbdd31a10bda161be034b366e596de0b0469 Author: Translation commit bot Date: Thu Sep 20 09:19:08 2018 + Update translations for support-portal --- contents+es_AR.po | 45 - 1 file changed, 20 insertions(+), 25 deletions(-) diff

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

2018-09-20 Thread translation
commit c2c8a14f9c83da893bf6f466e6d7e26245cc5ea6 Author: Translation commit bot Date: Thu Sep 20 07:47:21 2018 + Update translations for tor-browser-manual --- el/el.po | 23 --- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/el/el.po b/el/el.po

[tor-commits] [tor/release-0.3.4] Changes file for the 32-bit msec conversion fixes of #27139

2018-09-20 Thread nickm
commit 9a90f4c6b42cb2c251dae74f92d4192e171442e1 Author: Nick Mathewson Date: Fri Sep 14 08:49:27 2018 -0400 Changes file for the 32-bit msec conversion fixes of #27139 --- changes/bug27139 | 14 ++ 1 file changed, 14 insertions(+) diff --git a/changes/bug27139

[tor-commits] [tor/release-0.3.4] Avoid integer overflow on fast 32-bit millisecond conversion.

2018-09-20 Thread nickm
commit f02e8b5944c238979c0c0cf3ce4a8911026b2210 Author: Nick Mathewson Date: Fri Sep 14 08:36:33 2018 -0400 Avoid integer overflow on fast 32-bit millisecond conversion. Multiply-then-divide is more accurate, but it runs into trouble when our input is above

[tor-commits] [tor/release-0.3.4] Use a slightly more accurate formula for OSX 32-bit msec conversion

2018-09-20 Thread nickm
commit 4eabc6db47fe64b6757f7a5f0e651a41f02efca3 Author: Nick Mathewson Date: Fri Sep 14 08:30:24 2018 -0400 Use a slightly more accurate formula for OSX 32-bit msec conversion We use an optimized but less accurate formula for converting coarse time differences to milliseconds

[tor-commits] [tor/release-0.3.4] Merge remote-tracking branch 'github/bug27139_034' into maint-0.3.4

2018-09-20 Thread nickm
commit 163230e2405af394ce3684dc7fdf2475bf1318b0 Merge: 2ddbaf9cd 9a90f4c6b Author: Nick Mathewson Date: Thu Sep 20 10:43:05 2018 -0400 Merge remote-tracking branch 'github/bug27139_034' into maint-0.3.4 changes/bug27139 | 14 ++ src/common/compat_time.c | 22

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

2018-09-20 Thread nickm
commit 1f377e910f89753f6e64a4f9ddc2ff9c35d1e341 Merge: 119159677 163230e24 Author: Nick Mathewson Date: Thu Sep 20 10:43:08 2018 -0400 Merge branch 'maint-0.3.4' changes/bug27139 | 14 ++ src/lib/time/compat_time.c | 22 --

[tor-commits] [tor/release-0.3.4] Make circuitmux ewma timing test more tolerant on 32bit osx

2018-09-20 Thread nickm
commit 6e5e1be7375e6e8de38af1f8c2c13e35d745edea Author: Nick Mathewson Date: Fri Sep 14 08:40:10 2018 -0400 Make circuitmux ewma timing test more tolerant on 32bit osx Since we use a 32-bit approximation for millisecond conversion here, we can't expect so much precision.

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

2018-09-20 Thread nickm
commit 4149b15540a763e6bee1d9aa0f7776701b925bca Merge: 3384638c6 163230e24 Author: Nick Mathewson Date: Thu Sep 20 10:43:08 2018 -0400 Merge branch 'maint-0.3.4' into release-0.3.4 changes/bug27139 | 14 ++ src/common/compat_time.c | 22 --

[tor-commits] [tor/maint-0.3.4] Avoid integer overflow on fast 32-bit millisecond conversion.

2018-09-20 Thread nickm
commit f02e8b5944c238979c0c0cf3ce4a8911026b2210 Author: Nick Mathewson Date: Fri Sep 14 08:36:33 2018 -0400 Avoid integer overflow on fast 32-bit millisecond conversion. Multiply-then-divide is more accurate, but it runs into trouble when our input is above

[tor-commits] [tor/master] Use a slightly more accurate formula for OSX 32-bit msec conversion

2018-09-20 Thread nickm
commit 4eabc6db47fe64b6757f7a5f0e651a41f02efca3 Author: Nick Mathewson Date: Fri Sep 14 08:30:24 2018 -0400 Use a slightly more accurate formula for OSX 32-bit msec conversion We use an optimized but less accurate formula for converting coarse time differences to milliseconds

[tor-commits] [tor/maint-0.3.4] Merge remote-tracking branch 'github/bug27139_034' into maint-0.3.4

2018-09-20 Thread nickm
commit 163230e2405af394ce3684dc7fdf2475bf1318b0 Merge: 2ddbaf9cd 9a90f4c6b Author: Nick Mathewson Date: Thu Sep 20 10:43:05 2018 -0400 Merge remote-tracking branch 'github/bug27139_034' into maint-0.3.4 changes/bug27139 | 14 ++ src/common/compat_time.c | 22

[tor-commits] [tor/master] Changes file for the 32-bit msec conversion fixes of #27139

2018-09-20 Thread nickm
commit 9a90f4c6b42cb2c251dae74f92d4192e171442e1 Author: Nick Mathewson Date: Fri Sep 14 08:49:27 2018 -0400 Changes file for the 32-bit msec conversion fixes of #27139 --- changes/bug27139 | 14 ++ 1 file changed, 14 insertions(+) diff --git a/changes/bug27139

[tor-commits] [tor/maint-0.3.4] Use a slightly more accurate formula for OSX 32-bit msec conversion

2018-09-20 Thread nickm
commit 4eabc6db47fe64b6757f7a5f0e651a41f02efca3 Author: Nick Mathewson Date: Fri Sep 14 08:30:24 2018 -0400 Use a slightly more accurate formula for OSX 32-bit msec conversion We use an optimized but less accurate formula for converting coarse time differences to milliseconds

[tor-commits] [tor/maint-0.3.4] Make circuitmux ewma timing test more tolerant on 32bit osx

2018-09-20 Thread nickm
commit 6e5e1be7375e6e8de38af1f8c2c13e35d745edea Author: Nick Mathewson Date: Fri Sep 14 08:40:10 2018 -0400 Make circuitmux ewma timing test more tolerant on 32bit osx Since we use a 32-bit approximation for millisecond conversion here, we can't expect so much precision.

[tor-commits] [tor/master] Avoid integer overflow on fast 32-bit millisecond conversion.

2018-09-20 Thread nickm
commit f02e8b5944c238979c0c0cf3ce4a8911026b2210 Author: Nick Mathewson Date: Fri Sep 14 08:36:33 2018 -0400 Avoid integer overflow on fast 32-bit millisecond conversion. Multiply-then-divide is more accurate, but it runs into trouble when our input is above

[tor-commits] [tor/maint-0.3.4] Changes file for the 32-bit msec conversion fixes of #27139

2018-09-20 Thread nickm
commit 9a90f4c6b42cb2c251dae74f92d4192e171442e1 Author: Nick Mathewson Date: Fri Sep 14 08:49:27 2018 -0400 Changes file for the 32-bit msec conversion fixes of #27139 --- changes/bug27139 | 14 ++ 1 file changed, 14 insertions(+) diff --git a/changes/bug27139

[tor-commits] [tor/master] Make circuitmux ewma timing test more tolerant on 32bit osx

2018-09-20 Thread nickm
commit 6e5e1be7375e6e8de38af1f8c2c13e35d745edea Author: Nick Mathewson Date: Fri Sep 14 08:40:10 2018 -0400 Make circuitmux ewma timing test more tolerant on 32bit osx Since we use a 32-bit approximation for millisecond conversion here, we can't expect so much precision.

[tor-commits] [tor/master] Merge remote-tracking branch 'github/bug27139_034' into maint-0.3.4

2018-09-20 Thread nickm
commit 163230e2405af394ce3684dc7fdf2475bf1318b0 Merge: 2ddbaf9cd 9a90f4c6b Author: Nick Mathewson Date: Thu Sep 20 10:43:05 2018 -0400 Merge remote-tracking branch 'github/bug27139_034' into maint-0.3.4 changes/bug27139 | 14 ++ src/common/compat_time.c | 22

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

2018-09-20 Thread translation
commit 57c969acb2dd73ec59c001c02529309ab6c6db5f Author: Translation commit bot Date: Thu Sep 20 12:47:35 2018 + Update translations for tor-browser-manual --- el/el.po | 14 ++ 1 file changed, 14 insertions(+) diff --git a/el/el.po b/el/el.po index 63a39d0c3..6a01c17e2

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

2018-09-20 Thread translation
commit c809f904bdddf89697306f4b781e4d9e999a2602 Author: Translation commit bot Date: Thu Sep 20 13:15:10 2018 + Update translations for abouttor-homepage_completed --- ko/aboutTor.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ko/aboutTor.dtd b/ko/aboutTor.dtd

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

2018-09-20 Thread translation
commit 2c75f860bf0fcdfc6e82723c1aadf36488b0e335 Author: Translation commit bot Date: Thu Sep 20 13:15:04 2018 + Update translations for abouttor-homepage --- ko/aboutTor.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ko/aboutTor.dtd b/ko/aboutTor.dtd index

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

2018-09-20 Thread translation
commit 71952f227f8fd3398db0a193d2dca65a54984059 Author: Translation commit bot Date: Thu Sep 20 13:17:29 2018 + Update translations for tor-browser-manual_completed --- el/el.po | 2029 ++ 1 file changed, 2029 insertions(+)

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

2018-09-20 Thread translation
commit fbc810fcb3e298773dd7dd6d73fbf0237161752a Author: Translation commit bot Date: Thu Sep 20 13:18:57 2018 + Update translations for support-portal --- contents+el.po | 18 +++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/contents+el.po

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

2018-09-20 Thread translation
commit af6431baf101ee263e100b11722ffa7c0969b2c4 Author: Translation commit bot Date: Thu Sep 20 13:17:23 2018 + Update translations for tor-browser-manual --- el/el.po | 13 + 1 file changed, 13 insertions(+) diff --git a/el/el.po b/el/el.po index 6a01c17e2..ad1bde8f2

[tor-commits] [tor/master] Merge branch 'split_routerlist_dirserv_v2'

2018-09-20 Thread nickm
commit bd6007d8986d851bb9e76fc2d9a72143a03f04ac Merge: 1f377e910 b54a5e704 Author: Nick Mathewson Date: Thu Sep 20 11:07:50 2018 -0400 Merge branch 'split_routerlist_dirserv_v2' src/app/config/config.c |5 +- src/core/include.am | 26 +

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

2018-09-20 Thread translation
commit e19362857baa131946eb72e98efe11b575843032 Author: Translation commit bot Date: Thu Sep 20 15:18:57 2018 + Update translations for support-portal --- contents+el.po | 5 + 1 file changed, 5 insertions(+) diff --git a/contents+el.po b/contents+el.po index 3549e23dc..9032ab9d4

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

2018-09-20 Thread translation
commit 3f5c3040d5c10f831ecb4f5de51caea06189e14c Author: Translation commit bot Date: Thu Sep 20 15:48:51 2018 + Update translations for support-portal --- contents+el.po | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/contents+el.po b/contents+el.po index

[tor-commits] [tor-browser-build/master] Pick up three Mozilla patches for 8.5a2

2018-09-20 Thread gk
commit 578b05727c639523148353d88bbec620b8bca64b Author: Georg Koppen Date: Thu Sep 20 09:15:13 2018 + Pick up three Mozilla patches for 8.5a2 --- projects/firefox/config | 2 +- projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt | 3 ++- rbm.conf

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

2018-09-20 Thread translation
commit 08fff018444d2a4d42efd3035dba934790ec71b7 Author: Translation commit bot Date: Thu Sep 20 10:17:19 2018 + Update translations for tor-browser-manual --- el/el.po | 40 +++- 1 file changed, 35 insertions(+), 5 deletions(-) diff --git

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

2018-09-20 Thread translation
commit 9ba600084d7decf129574063228b19b033bbc8a7 Author: Translation commit bot Date: Thu Sep 20 08:18:57 2018 + Update translations for support-portal_completed --- contents+es_AR.po | 45 +++-- 1 file changed, 23 insertions(+), 22 deletions(-)

  1   2   >