[tor-commits] [tor-launcher/master] Bug 25807: Change front domain to unbreak Moat

2018-04-30 Thread gk
commit add227697f9af12056ca26f6e510572cd9c5faef Author: Georg Koppen Date: Thu Apr 26 07:00:10 2018 + Bug 25807: Change front domain to unbreak Moat Google forbids to use www.google.com as front domain now, breaking Moat. We change that domain to

[tor-commits] [tor-browser/tor-browser-52.7.3esr-8.0-1] Bug 1334776 - ResponseHeader Visitor will get original header casing. We need to fix it at some places in devtools.

2018-04-30 Thread gk
commit b238251db34180e957c0807e8e8adbd9e086cf11 Author: Dragana Damjanovic Date: Thu Apr 27 16:48:43 2017 +0200 Bug 1334776 - ResponseHeader Visitor will get original header casing. We need to fix it at some places in devtools. Backported to TBB/ESR52 by

[tor-commits] [tor-browser/tor-browser-52.7.3esr-8.0-1] Bug 1334776 - Store header names into nsHttpHeaderArray. r=mcmanus

2018-04-30 Thread gk
commit f2829fa4eaf3756863dd524562055c1d7a221df7 Author: Dragana Damjanovic Date: Thu Apr 27 16:48:36 2017 +0200 Bug 1334776 - Store header names into nsHttpHeaderArray. r=mcmanus Backported to TBB/ESR52 by Arthur Edelstein ---

[tor-commits] [tor/master] Add a cast to make clang happy.

2018-04-30 Thread nickm
commit 3a2470762d352484d8fe163fe9d895647b4f02be Author: Nick Mathewson Date: Mon Apr 30 17:14:40 2018 -0400 Add a cast to make clang happy. --- src/or/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/main.c b/src/or/main.c index

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

2018-04-30 Thread nickm
commit 72124dc1ef68b870ddec615249e25ddb72d6d4cb Merge: a9dfaafca 987a7f667 Author: Nick Mathewson Date: Mon Apr 30 16:46:59 2018 -0400 Merge branch 'ticket25948_squashed' changes/ticket25948 | 9 + src/or/main.c | 44

[tor-commits] [tor/master] Move responsibility for or_state_save() to a scheduled callback

2018-04-30 Thread nickm
commit 987a7f667698576d745674965973871363ffd719 Author: Nick Mathewson Date: Fri Apr 27 10:30:30 2018 -0400 Move responsibility for or_state_save() to a scheduled callback Closes ticket 25948. --- changes/ticket25948 | 9 + src/or/main.c | 44

[tor-commits] [tor/master] Move or_state_mark_dirty into statefile.c

2018-04-30 Thread nickm
commit 9f8b60d74c91f4028b68ea8345a5562768acc81e Author: Nick Mathewson Date: Fri Apr 27 10:05:53 2018 -0400 Move or_state_mark_dirty into statefile.c Previously it was an inline function in or.h --- src/or/or.h| 9 - src/or/rephist.c | 2

[tor-commits] [tor/master] Remove a comment about 0.2.8 that will soon be irrelevant.

2018-04-30 Thread nickm
commit c9c26d0c31295bc6e60fb8edabe83d2bd1387fda Author: Nick Mathewson Date: Wed Apr 18 10:44:25 2018 -0400 Remove a comment about 0.2.8 that will soon be irrelevant. (It becomes irrelevant on 15 May 2018 when 0.2.5 is EOL.) ---

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

2018-04-30 Thread nickm
commit a9dfaafca47fb214e9f2eb64a27f8d388e948989 Merge: d1a053464 c9c26d0c3 Author: Nick Mathewson Date: Mon Apr 30 16:44:30 2018 -0400 Merge branch 'ticket24790' scripts/maint/updateFallbackDirs.py | 6 -- 1 file changed, 6 deletions(-)

[tor-commits] [stem/master] Fix typo

2018-04-30 Thread atagar
commit ffb3ade85297ea80fa88752cf9cd1a5585e30044 Author: Damian Johnson Date: Mon Apr 30 10:43:36 2018 -0700 Fix typo Pointed out by toralf on irc. --- stem/control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stem/control.py

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

2018-04-30 Thread translation
commit 26cd02c6b26df0b3fa0f57c3ae926ad2adef0a99 Author: Translation commit bot Date: Mon Apr 30 15:45:47 2018 + Update translations for https_everywhere_completed --- eo/https-everywhere.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2018-04-30 Thread translation
commit 9e520aaef3ef13a338d405b4ac0b887db43d35a0 Author: Translation commit bot Date: Mon Apr 30 15:45:38 2018 + Update translations for https_everywhere --- eo/https-everywhere.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2018-04-30 Thread nickm
commit 3800d5916f90b11df433c885fae94f1dc7edca5c Merge: b205061eb 868e34857 Author: Nick Mathewson Date: Mon Apr 30 10:27:22 2018 -0400 Merge remote-tracking branch 'dgoulet/ticket25900_034_01' src/or/main.c | 8 ++-- src/or/periodic.h | 1 + 2 files changed,

[tor-commits] [tor/master] Make unit tests pass with new dirserver role.

2018-04-30 Thread nickm
commit d1a0534649be02e37668073279664f513f4dc7d7 Author: Nick Mathewson Date: Mon Apr 30 10:36:00 2018 -0400 Make unit tests pass with new dirserver role. --- src/test/test_periodic_event.c | 28 +++- 1 file changed, 19 insertions(+), 9

[tor-commits] [tor/master] callbacks: Add a DirServer role

2018-04-30 Thread nickm
commit 868e348570911c52534132bc245a8fea07b42934 Author: David Goulet Date: Wed Apr 25 14:21:19 2018 -0400 callbacks: Add a DirServer role The clean_consdiffmgr() callback is only for relays acting as a directory server, not all relays. This

[tor-commits] [tor/master] clean_consdiffmgr() callback is only for directories

2018-04-30 Thread nickm
commit b6f7e23bbde7ae8c50360665a7ff2f0839e9219e Author: David Goulet Date: Wed Apr 25 14:12:38 2018 -0400 clean_consdiffmgr() callback is only for directories Only relevant for directory servers. Signed-off-by: David Goulet

[tor-commits] [tor/master] Improve documentation for CONFIG_TYPE_CSV_INTERVAL.

2018-04-30 Thread nickm
commit 510220844774dee27f40204ee24a70b81af1dcb5 Author: Nick Mathewson Date: Wed Apr 18 11:30:16 2018 -0400 Improve documentation for CONFIG_TYPE_CSV_INTERVAL. --- src/or/confparse.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[tor-commits] [tor/master] Clean up the documentation for *DownloadInitialDelay

2018-04-30 Thread nickm
commit 3b2ed849c845f9e4c1b307f45982f6b33a86b661 Author: Nick Mathewson Date: Wed Apr 18 11:36:41 2018 -0400 Clean up the documentation for *DownloadInitialDelay --- doc/tor.1.txt | 84 +-- 1 file changed, 36

[tor-commits] [tor/master] Remove extra values from InitialDelay defaults

2018-04-30 Thread nickm
commit 82d1d8b0711282888accc2807934f7029c28c4ef Author: Nick Mathewson Date: Wed Apr 18 11:23:43 2018 -0400 Remove extra values from InitialDelay defaults These options are now ignored. --- src/or/config.c | 53

[tor-commits] [tor/master] Describe schedules as TimeInterval, not TimeIntervalCommaList.

2018-04-30 Thread nickm
commit b205061eb13abd68a5335f8008c5121ef230c34e Author: Nick Mathewson Date: Mon Apr 30 09:47:35 2018 -0400 Describe schedules as TimeInterval, not TimeIntervalCommaList. --- src/or/config.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

[tor-commits] [tor/master] Changes file for ticket 23354 (remove old download schedules)

2018-04-30 Thread nickm
commit 71d503201e71197b6bdf75f7e159cfcd6280ff08 Author: Nick Mathewson Date: Wed Apr 18 11:38:27 2018 -0400 Changes file for ticket 23354 (remove old download schedules) --- changes/ticket23354 | 6 ++ 1 file changed, 6 insertions(+) diff --git

[tor-commits] [tor/master] Rename *DownloadSchedule to *DownloadInitialDelay; make them ints

2018-04-30 Thread nickm
commit 9aaed729c188a1f560d025388374c7dc1135478e Author: Nick Mathewson Date: Wed Apr 18 10:53:39 2018 -0400 Rename *DownloadSchedule to *DownloadInitialDelay; make them ints This commit won't compile. It was made with the following perl scripts:

[tor-commits] [tor/master] Add aliases for the old DownloadSchedule options

2018-04-30 Thread nickm
commit 2f792c041a8d7a76d9de517b0f9698243e312be8 Author: Nick Mathewson Date: Wed Apr 18 11:20:59 2018 -0400 Add aliases for the old DownloadSchedule options These will produce a warning, but still work fine. --- src/or/config.c | 15 +++ 1 file

[tor-commits] [tor/master] Fix an absurdly wide line.

2018-04-30 Thread nickm
commit 8b6fc47cc30521195124191cdd4a6324baf652a6 Author: Nick Mathewson Date: Wed Apr 18 11:27:44 2018 -0400 Fix an absurdly wide line. --- src/or/directory.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/or/directory.c

[tor-commits] [tor/master] Rename find_dl_schedule to find_dl_min_delay.

2018-04-30 Thread nickm
commit ff6f49f033a6fdcc63eb790548b22b9cb23d3d33 Author: Nick Mathewson Date: Wed Apr 18 11:26:40 2018 -0400 Rename find_dl_schedule to find_dl_min_delay. (We no longer need two separate functions here.) --- src/or/directory.c | 21 +++--

[tor-commits] [tor/master] Change the type of "download schedule" from smartlist to int.

2018-04-30 Thread nickm
commit 2d7b5c6fe5dc46b7e7cd040e6723e25d12015985 Author: Nick Mathewson Date: Wed Apr 18 11:19:14 2018 -0400 Change the type of "download schedule" from smartlist to int. This is done as follows: * Only one function (find_dl_schedule()) actually returned

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

2018-04-30 Thread nickm
commit 6cb467b462bda8d623c1a061ea2107084ff1cb41 Merge: a9736f1f3 71d503201 Author: Nick Mathewson Date: Mon Apr 30 09:45:28 2018 -0400 Merge remote-tracking branch 'github/ticket23354' changes/ticket23354 | 6 +++ doc/tor.1.txt | 84

[tor-commits] [tor/master] Add support for openssl built with "no-deprecated".

2018-04-30 Thread nickm
commit a15b2c57e1f901c531a5f063513a541adb418ae1 Author: Nick Mathewson Date: Wed Apr 18 12:31:24 2018 -0400 Add support for openssl built with "no-deprecated". Patch from Andrew John Hughes; partial fix for 19981. --- src/common/aes.c| 4

[tor-commits] [tor/master] mention 19429 in changes file

2018-04-30 Thread nickm
commit 32181cbaa2c4f0cdd8d3d39ddafb8aff643a4280 Author: Nick Mathewson Date: Wed Apr 18 13:03:31 2018 -0400 mention 19429 in changes file --- changes/feature19429 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes/feature19429

[tor-commits] [tor/master] Only define X509_get_not{BeforeAfter} if they are not defined

2018-04-30 Thread nickm
commit d6a773f57d7d91e9a98444b048ed779120f14dfd Author: Nick Mathewson Date: Fri Apr 27 12:55:52 2018 -0400 Only define X509_get_not{BeforeAfter} if they are not defined (The originally submitted version of a15b2c57e1f901c531 broke with OpenSSL 1.1.0.)

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

2018-04-30 Thread nickm
commit a9736f1f3800a7f10de72c6c847e48a502dd5643 Merge: cb0af6157 d6a773f57 Author: Nick Mathewson Date: Mon Apr 30 09:41:33 2018 -0400 Merge remote-tracking branch 'github/ticket19429_034' changes/feature19429 | 5 + configure.ac | 15

[tor-commits] [tor/master] Make test_tortls.c build with openssl no_deprecated.

2018-04-30 Thread nickm
commit 9d27e3f01468c2a31d3d3ab538a668d8351e5324 Author: Nick Mathewson Date: Wed Apr 18 12:32:39 2018 -0400 Make test_tortls.c build with openssl no_deprecated. Also for 19981. --- src/test/test_tortls.c | 41 ++--- 1 file

[tor-commits] [tor/master] Edit our openssl detection in autoconf to tolerate no-deprecated.

2018-04-30 Thread nickm
commit 8e562874a42a1a3eb982ba2df3ff1f3860db0d31 Author: Nick Mathewson Date: Mon Mar 5 15:34:04 2018 -0500 Edit our openssl detection in autoconf to tolerate no-deprecated. When openssl is built with no-deprecated, the TLSv1_1_method() function isn't

[tor-commits] [tor/master] Changes file for openssl no-deprecated work.

2018-04-30 Thread nickm
commit c296f002541aee6dee5884187640fb273466b8f6 Author: Nick Mathewson Date: Wed Apr 18 12:35:36 2018 -0400 Changes file for openssl no-deprecated work. --- changes/feature19429 | 5 + 1 file changed, 5 insertions(+) diff --git a/changes/feature19429

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

2018-04-30 Thread translation
commit d5ff4808454fb2b4b943489ebbb6ecc5cb3ef837 Author: Translation commit bot Date: Mon Apr 30 11:50:40 2018 + Update translations for support-tormessenger --- bn_BD.json | 24 1 file changed, 12 insertions(+), 12 deletions(-)

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

2018-04-30 Thread translation
commit 56824fed9700d9a6a3475961a483f3ba323b22f3 Author: Translation commit bot Date: Mon Apr 30 11:50:44 2018 + Update translations for support-tormessenger_completed --- bn_BD.json | 20 1 file changed, 20 insertions(+) diff --git

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

2018-04-30 Thread translation
commit 295df72bf8a07857331db1b11988660a4abcdf0e Author: Translation commit bot Date: Mon Apr 30 11:45:38 2018 + Update translations for https_everywhere_completed --- bn_BD/https-everywhere.dtd | 5 + 1 file changed, 5 insertions(+) diff --git

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

2018-04-30 Thread translation
commit 38a78ce0b043a20586ce17753e2d0a56f21afc1b Author: Translation commit bot Date: Mon Apr 30 11:45:29 2018 + Update translations for https_everywhere --- bn_BD/https-everywhere.dtd | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff

[tor-commits] [tor-browser/tor-browser-52.7.3esr-8.0-1] Bug 1356893 - Reject opening intents with file data schemes. r=sebastian, r=nalexander

2018-04-30 Thread gk
commit e53935623c1da11a7b327542667dba32ddd95017 Author: Eugen Sawin Date: Tue Apr 24 19:09:24 2018 -0300 Bug 1356893 - Reject opening intents with file data schemes. r=sebastian, r=nalexander --HG-- extra : rebase_source :

[tor-commits] [tor-browser/tor-browser-52.7.3esr-8.0-1] Bug 1416940; r=snorp

2018-04-30 Thread gk
commit 5bdd0416f089ddaab4d14e63b7cd35bf51a2035b Author: Jim Chen Date: Tue Nov 28 23:07:52 2017 -0500 Bug 1416940; r=snorp MozReview-Commit-ID: 7izmybLFG6i --- mozglue/android/NSSBridge.cpp | 114 +++---

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

2018-04-30 Thread translation
commit 0b0b152f9f501a679e0f701540f54a4a2ab88cb9 Author: Translation commit bot Date: Mon Apr 30 06:50:20 2018 + Update translations for support-miscellaneous --- es.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es.json b/es.json

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

2018-04-30 Thread translation
commit 085125ba66185c76d5f6bb453c32b74c6f81083a Author: Translation commit bot Date: Mon Apr 30 06:49:48 2018 + Update translations for support-censorship_completed --- es.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es.json

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

2018-04-30 Thread translation
commit 9d49f76169fd154d6941b8ab41efdd276698c6fa Author: Translation commit bot Date: Mon Apr 30 06:50:24 2018 + Update translations for support-miscellaneous_completed --- es.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es.json

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

2018-04-30 Thread translation
commit 822285dff89827d333c7b11bf3c2f39785d25fbf Author: Translation commit bot Date: Mon Apr 30 06:49:42 2018 + Update translations for support-censorship --- es.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es.json b/es.json