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

2017-04-10 Thread translation
commit ae813d0ae9c6d4ebfb32f925df6b7ee93abeb17a Author: Translation commit bot Date: Tue Apr 11 02:18:45 2017 + Update translations for exoneratorproperties --- ro/exonerator.properties | 62 1 file changed,

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

2017-04-10 Thread translation
commit 2aaebfc2f1f5b511eb903029d9a156cc1a64ffb4 Author: Translation commit bot Date: Tue Apr 11 02:18:53 2017 + Update translations for exoneratorproperties_completed --- ro/exonerator.properties | 62 1 file

[tor-commits] [stem/master] Support sha256 extrainfo digests

2017-04-10 Thread atagar
commit f487454259537fe37adea2ba90d7990475e789fd Author: Damian Johnson Date: Mon Apr 10 17:25:45 2017 -0700 Support sha256 extrainfo digests Server descriptors now include both a hex digest along with the base64 encoded sha256. Including this new

[tor-commits] [translation/tails-greeter-2] Update translations for tails-greeter-2

2017-04-10 Thread translation
commit 847a022c3286982a2af40c955f2b744df0731d84 Author: Translation commit bot Date: Mon Apr 10 22:18:13 2017 + Update translations for tails-greeter-2 --- is/is.po | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git

[tor-commits] [translation/tails-greeter-2_completed] Update translations for tails-greeter-2_completed

2017-04-10 Thread translation
commit c88df0b3ba6061253e1d3d331c6f4042aada9e3e Author: Translation commit bot Date: Mon Apr 10 22:18:18 2017 + Update translations for tails-greeter-2_completed --- is/is.po | 86 +++- 1 file

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

2017-04-10 Thread translation
commit 7d8f0f6527fc14dfa386cc23385633b06389d1f9 Author: Translation commit bot Date: Mon Apr 10 22:16:20 2017 + Update translations for tails-misc_completed --- is.po | 82 +++ 1 file changed,

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

2017-04-10 Thread translation
commit 3ceb33e30be1c87434476d76ad3cac9070afca1e Author: Translation commit bot Date: Mon Apr 10 22:16:17 2017 + Update translations for tails-misc --- is.po | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/is.po b/is.po index

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

2017-04-10 Thread translation
commit 7ee91fdd69c4eb91f4af5ee33e49e65ce72cabf6 Author: Translation commit bot Date: Mon Apr 10 22:15:21 2017 + Update translations for whisperback_completed --- is/is.po | 60 ++-- 1 file changed, 38

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

2017-04-10 Thread translation
commit f696ed66224e4fa784fbd86a72e354b97b6c5666 Author: Translation commit bot Date: Mon Apr 10 22:15:15 2017 + Update translations for whisperback --- is/is.po | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/is/is.po

[tor-commits] [tor-browser-bundle/master] Bug 21837: Fix reproducibility of accessibility code for Windows

2017-04-10 Thread gk
commit f13a2dae1ca038a448483dc6b25f17e40c8f3c9b Author: Georg Koppen Date: Thu Apr 6 14:32:13 2017 + Bug 21837: Fix reproducibility of accessibility code for Windows --- gitian/descriptors/windows/gitian-firefox.yml | 2 ++ 1 file changed, 2 insertions(+) diff

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

2017-04-10 Thread nickm
commit 01fc93ffef3843a86710718c12ba9be67dcca2bc Merge: f525804 0fdad78 Author: Nick Mathewson Date: Mon Apr 10 12:12:14 2017 -0400 Merge remote-tracking branch 'dgoulet/bug16706_031_01' changes/bug16706 | 3 +++ src/or/relay.c | 9 +++-- 2 files changed, 10

[tor-commits] [tor/master] cell: Do not warn on hidden service invalid port

2017-04-10 Thread nickm
commit 0fdad78fe1f20955ba1c0c93c752e20063c0bb58 Author: David Goulet Date: Wed Apr 5 16:28:37 2017 -0400 cell: Do not warn on hidden service invalid port When a client tried to connect to an invalid port of an hidden service, a warning was printed:

[tor-commits] [tor/master] Fix some no-longer-reasonable unit tests for base64_decode()

2017-04-10 Thread nickm
commit f5258045c4cab07eea443563cac7608d5d3be5ab Author: Nick Mathewson Date: Mon Apr 10 12:08:31 2017 -0400 Fix some no-longer-reasonable unit tests for base64_decode() These tests tried to use ridiculously large buffer sizes to check the sanity-checking

[tor-commits] [tor/master] Remove SR_COMMIT_LEN workaround

2017-04-10 Thread nickm
commit 26dd4d92cfac7a201607caf280accec1b2d7d897 Author: Taylor Yu Date: Fri Apr 7 18:06:13 2017 -0400 Remove SR_COMMIT_LEN workaround Now that base64_decode() checks the destination buffer length against the actual number of bytes as they're produced,

[tor-commits] [tor/master] changes file for 17868

2017-04-10 Thread nickm
commit aebd72a2f07dbbc102c58639b399451342c4e3ac Author: Nick Mathewson Date: Mon Apr 10 11:27:41 2017 -0400 changes file for 17868 --- changes/17868 | 4 1 file changed, 4 insertions(+) diff --git a/changes/17868 b/changes/17868 new file mode 100644 index

[tor-commits] [tor/master] Remove base64_decode_nopad()

2017-04-10 Thread nickm
commit 2b38bb28b470dbca322ae64b7c5eaef9cd7206fa Author: Taylor Yu Date: Fri Apr 7 17:54:50 2017 -0400 Remove base64_decode_nopad() Remove base64_decode_nopad() because it is redundant now that base64_decode() correctly handles both padded and unpadded

[tor-commits] [tor/master] Make base64_decode() check actual decoded length

2017-04-10 Thread nickm
commit f15818f280a6773e41b45a1a45cdb749ce7d611b Author: Taylor Yu Date: Fri Apr 7 16:01:40 2017 -0400 Make base64_decode() check actual decoded length base64_decode() was applying an overly conservative check on the output buffer length that could

[tor-commits] [tor/master] Test odd-sized base64 decodes

2017-04-10 Thread nickm
commit 00ffefb41bc63d17ff68b7af2c9e8253715c12f3 Author: Taylor Yu Date: Fri Apr 7 16:33:22 2017 -0400 Test odd-sized base64 decodes Test base64_decode() with odd sized decoded lengths, including unpadded encodings and padded encodings with

[tor-commits] [torspec/master] Prop #278: Be explicit about handling both ".z"-suffixes and "plaintext" files.

2017-04-10 Thread ahf
commit c512794f54894b75f3fea0b07a2d5ffc81f3be96 Author: Alexander Færøy Date: Fri Apr 7 13:19:23 2017 +0200 Prop #278: Be explicit about handling both ".z"-suffixes and "plaintext" files. --- proposals/278-directory-compression-scheme-negotiation.txt | 14

[tor-commits] [torspec/master] Prop #278: Describe backwards compatibility for directory servers.

2017-04-10 Thread ahf
commit 7401488308ec5de485cdf745199c3ed87dfd930a Author: Alexander Færøy Date: Fri Apr 7 13:18:44 2017 +0200 Prop #278: Describe backwards compatibility for directory servers. --- proposals/278-directory-compression-scheme-negotiation.txt | 6 ++ 1 file changed,

[tor-commits] [torspec/master] Prop #278: Prefix our encoding with "x-" and use LZMA2 instead of xz.

2017-04-10 Thread ahf
commit 2dfdc83b11f5b13356ec137a56ab760373676396 Author: Alexander Færøy Date: Thu Apr 6 20:15:58 2017 +0200 Prop #278: Prefix our encoding with "x-" and use LZMA2 instead of xz. --- proposals/278-directory-compression-scheme-negotiation.txt | 6 +++--- 1 file

[tor-commits] [webwml/staging] Add a line break for gpg verify instruction on linux

2017-04-10 Thread hiro
commit 657e2ec9abee5be5d7fc2b149125d4fceafd2c2a Author: hiromipaw Date: Mon Apr 10 14:39:00 2017 +0200 Add a line break for gpg verify instruction on linux --- docs/en/verifying-signatures.wml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [webwml/master] Add a line break for gpg verify instruction on linux

2017-04-10 Thread hiro
commit 657e2ec9abee5be5d7fc2b149125d4fceafd2c2a Author: hiromipaw Date: Mon Apr 10 14:39:00 2017 +0200 Add a line break for gpg verify instruction on linux --- docs/en/verifying-signatures.wml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [webwml/master] Make 64bit instructions default for Linux on signature verification page

2017-04-10 Thread hiro
commit 39e3fe0954986998952207df909cf289d10cef2e Author: hiromipaw Date: Mon Apr 10 14:28:23 2017 +0200 Make 64bit instructions default for Linux on signature verification page --- docs/en/verifying-signatures.wml | 10 +- 1 file changed, 5 insertions(+), 5

[tor-commits] [webwml/staging] Make 64bit instructions default for Linux on signature verification page

2017-04-10 Thread hiro
commit 39e3fe0954986998952207df909cf289d10cef2e Author: hiromipaw Date: Mon Apr 10 14:28:23 2017 +0200 Make 64bit instructions default for Linux on signature verification page --- docs/en/verifying-signatures.wml | 10 +- 1 file changed, 5 insertions(+), 5

[tor-commits] [webwml/master] Merge branch 'master' of ssh://git-rw.torproject.org/project/web/webwml

2017-04-10 Thread hiro
commit 599051d2bc74011d44f78b7bc7399b90c949dde0 Merge: 4593792 630a318 Author: hiromipaw Date: Mon Apr 10 11:43:59 2017 +0200 Merge branch 'master' of ssh://git-rw.torproject.org/project/web/webwml Makefile | 2 +- include/versions.wmi | 2 +- 2 files

[tor-commits] [webwml/master] Update Matt\s description

2017-04-10 Thread hiro
commit 459379278c2939849bb0d3818b5507eba57acef5 Author: hiromipaw Date: Mon Apr 10 11:43:46 2017 +0200 Update Matt\s description --- about/en/corepeople.wml | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/about/en/corepeople.wml

[tor-commits] [webwml/staging] version bump on website: 0.3.0.5-rc

2017-04-10 Thread hiro
commit 630a31846127f1d060e96da57dd8f0a2902001d9 Author: Nick Mathewson Date: Wed Apr 5 09:46:43 2017 -0400 version bump on website: 0.3.0.5-rc --- Makefile | 2 +- include/versions.wmi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[tor-commits] [webwml/staging] Update Matt\s description

2017-04-10 Thread hiro
commit 459379278c2939849bb0d3818b5507eba57acef5 Author: hiromipaw Date: Mon Apr 10 11:43:46 2017 +0200 Update Matt\s description --- about/en/corepeople.wml | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/about/en/corepeople.wml

[tor-commits] [webwml/staging] Merge branch 'master' of ssh://git-rw.torproject.org/project/web/webwml

2017-04-10 Thread hiro
commit 599051d2bc74011d44f78b7bc7399b90c949dde0 Merge: 4593792 630a318 Author: hiromipaw Date: Mon Apr 10 11:43:59 2017 +0200 Merge branch 'master' of ssh://git-rw.torproject.org/project/web/webwml Makefile | 2 +- include/versions.wmi | 2 +- 2 files

[tor-commits] [tor-browser-bundle/master] Bug 21904: Bump mingw-w64 commit to help with sandbox compilation

2017-04-10 Thread gk
commit 2b565b9f4125d0cd54e705b2f54719e2b0f4db40 Author: Georg Koppen Date: Mon Apr 10 07:13:27 2017 + Bug 21904: Bump mingw-w64 commit to help with sandbox compilation --- gitian/versions | 2 +- gitian/versions.alpha | 2 +- gitian/versions.nightly | 2

[tor-commits] [exonerator/master] Add Romanian translation by Transifex and s7r.

2017-04-10 Thread karsten
commit 231010c5dc0169606b605c0f6f74b993479ea5a0 Author: Karsten Loesing Date: Mon Apr 10 09:53:15 2017 +0200 Add Romanian translation by Transifex and s7r. --- src/main/resources/ExoneraTor_ro.properties | 52 + 1 file changed, 52

[tor-commits] [tor-browser/tor-browser-52.0.2esr-7.0-2] Revert "Bug 19212: SIGSEGV with developer tools open"

2017-04-10 Thread gk
commit ef5d0175d652406190334a77bde5c1ccf492a9a7 Author: Arthur Edelstein Date: Mon Apr 10 00:20:24 2017 -0700 Revert "Bug 19212: SIGSEGV with developer tools open" This reverts commit 6fd5ac8e307994411078e20e9bda1a322fc5e40e. --- js/src/jsapi.cpp | 5