[tor-commits] [orbot/master] don't try to build external folders in eclipse

2015-06-25 Thread n8fr8
commit f558a0a67c31862ca48a5d98f7e999f085c15837 Author: Nathan Freitas nat...@freitas.net Date: Thu Jun 25 10:37:48 2015 -0400 don't try to build external folders in eclipse --- .project | 11 +++ 1 file changed, 11 insertions(+) diff --git a/.project b/.project index

[tor-commits] [orbot/master] remove delayed handling of Intents in OrbotMainActivity

2015-06-25 Thread n8fr8
commit adf7c09f0e78bc0ea6fc60cc6430fff7140beb95 Author: Hans-Christoph Steiner h...@eds.org Date: Wed Jun 17 11:15:31 2015 -0400 remove delayed handling of Intents in OrbotMainActivity This is a leftover bit from the old structure, it should no longer be needed and it causes

[tor-commits] [orbot/master] remove Firefox ProxyMob recommendation, ProxyMob is no longer supported

2015-06-25 Thread n8fr8
commit 0e6ba61ac0369072b6ff83a5df124b931b7f73f6 Author: Hans-Christoph Steiner h...@eds.org Date: Wed Jun 3 16:35:43 2015 -0400 remove Firefox ProxyMob recommendation, ProxyMob is no longer supported --- res/layout/layout_wizard_tips.xml |9 -

[tor-commits] [tor/maint-0.2.5] Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4

2015-06-25 Thread nickm
commit cb8c5c023f0e349f30fd6a539437d76358b8b87a Merge: efae1bc e5907e9 Author: Nick Mathewson ni...@torproject.org Date: Thu Jun 25 11:42:31 2015 -0400 Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 changes/geoip-june2015 |3 + src/config/geoip |14347

[tor-commits] [tor/maint-0.2.5] Merge remote-tracking branch 'karsten/geoip6-jun2015' into maint-0.2.4

2015-06-25 Thread nickm
commit fde4199e1caa094965da0904955ad34748db1e30 Merge: cb8c5c0 08e14e1 Author: Nick Mathewson ni...@torproject.org Date: Thu Jun 25 11:42:47 2015 -0400 Merge remote-tracking branch 'karsten/geoip6-jun2015' into maint-0.2.4 changes/geoip6-june2015 |3 + src/config/geoip6 | 2282

[tor-commits] [orbot/master] rework start/stop procedure to have clear points for ON, OFF, STARTING, STOPPING

2015-06-25 Thread n8fr8
commit 780abf003ed38830b2140c4753312fc405c964f0 Author: Hans-Christoph Steiner h...@eds.org Date: Tue Jun 9 13:20:38 2015 -0400 rework start/stop procedure to have clear points for ON, OFF, STARTING, STOPPING In order to send reliable information to any app using Tor, Orbot itself

[tor-commits] [orbot/master] a couple tweaks to make the long press feel more responsive

2015-06-25 Thread n8fr8
commit 13d29878f92ec3b7b9176cc68c1e8eb836a0b2ce Author: Hans-Christoph Steiner h...@eds.org Date: Tue Jun 9 17:27:01 2015 -0400 a couple tweaks to make the long press feel more responsive --- src/org/torproject/android/OrbotMainActivity.java |4 +++- 1 file changed, 3 insertions(+), 1

[tor-commits] [orbot/master] drive main screen UI updated entirely from TorService status updates

2015-06-25 Thread n8fr8
commit ddaae1d941d0f1a565438f5ddea73e8be1497547 Author: Hans-Christoph Steiner h...@eds.org Date: Fri Jun 12 14:54:04 2015 -0400 drive main screen UI updated entirely from TorService status updates Now that STATUS_STARTING is sent in TorService.onCreate(), the response time is

[tor-commits] [orbot/master] rename status to STARTING and STOPPING since it also starts/stops daemons

2015-06-25 Thread n8fr8
commit 86593df6fb40ded939891011b32755ed48bbf791 Author: Hans-Christoph Steiner h...@eds.org Date: Tue Jun 9 11:23:56 2015 -0400 rename status to STARTING and STOPPING since it also starts/stops daemons The CONNECTING status also is starting up daemons as well as connecting to

[tor-commits] [orbot/master] set STATUS_STARTING in TorService.onCreate(), that's where it begins

2015-06-25 Thread n8fr8
commit 232098eeafef79c024a5b255e3de82cb3a8e92b4 Author: Hans-Christoph Steiner h...@eds.org Date: Fri Jun 12 14:49:19 2015 -0400 set STATUS_STARTING in TorService.onCreate(), that's where it begins The very first place that the whole tor start sequence starts is from

[tor-commits] [orbot/master] init file path variables (tor, polipo, etc) when the app starts

2015-06-25 Thread n8fr8
commit a81c0001d6cfb764ba6e1cd2fca6e78c6487c5f3 Author: Hans-Christoph Steiner h...@eds.org Date: Wed Jun 17 12:06:23 2015 -0400 init file path variables (tor, polipo, etc) when the app starts These file path variables can be set at the very start, OrbotApp.onCreate() and they

[tor-commits] [orbot/master] include all status messages with start in them in the starting sequence

2015-06-25 Thread n8fr8
commit f16394b7dba6ba6ed216c669eb75b4fd2fee9755 Author: Hans-Christoph Steiner h...@eds.org Date: Fri Jun 12 14:55:17 2015 -0400 include all status messages with start in them in the starting sequence Before, the startup sequence showed Orbot is starting... for a long time,

[tor-commits] [orbot/master] strictly target local broadcasts

2015-06-25 Thread n8fr8
commit 90b731cc8d6c7935cf3ac95144e642b0b6eedc71 Author: Hans-Christoph Steiner h...@eds.org Date: Tue Jun 9 15:10:52 2015 -0400 strictly target local broadcasts This sets an action for each kind of local broadcast, and uses the action to choose how to handle it. Before, it was

[tor-commits] [orbot/master] on receiving ACTION_START, only send status reply if EXTRA_PACKAGE_NAME set

2015-06-25 Thread n8fr8
commit 77b1bdfbc5aaee6b25b4e9d9f4468a73d185d4c5 Author: Hans-Christoph Steiner h...@eds.org Date: Wed Jun 10 17:39:57 2015 -0400 on receiving ACTION_START, only send status reply if EXTRA_PACKAGE_NAME set In order to receive a targeted reply, an app has to send its packageName to

[tor-commits] [orbot/master] purge unused code from OrbotMainActivity

2015-06-25 Thread n8fr8
commit 2f1d52f02d93eef32df8e6a3bdf3913c22e95486 Author: Hans-Christoph Steiner h...@eds.org Date: Tue Jun 9 16:01:42 2015 -0400 purge unused code from OrbotMainActivity mItemOnOff no longer exists, there is no more start/stop button on the menu and this code was trying to

[tor-commits] [orbot/master] make updateStatus() more closely match the state given from TorService

2015-06-25 Thread n8fr8
commit 5c2d4501fa10235b69965c090552ce4f4e6566c6 Author: Hans-Christoph Steiner h...@eds.org Date: Tue Jun 9 16:20:41 2015 -0400 make updateStatus() more closely match the state given from TorService This aims to make the UI more tighly in sync with the data coming from

[tor-commits] [orbot/master] let the requesting app know that the user has disabled starting via Intent

2015-06-25 Thread n8fr8
commit 775135d07a9b2d91818d5b45ecac5af2cb07b0e8 Author: Hans-Christoph Steiner h...@eds.org Date: Wed Jun 10 18:15:29 2015 -0400 let the requesting app know that the user has disabled starting via Intent If an app is using ACTION_START to start Orbot in the background, but the

[tor-commits] [orbot/master] announce Orbot is ON once the first circuit is complete

2015-06-25 Thread n8fr8
commit ff04bde300651b6f035beae562b66278693a54d4 Author: Hans-Christoph Steiner h...@eds.org Date: Fri Jun 12 14:24:57 2015 -0400 announce Orbot is ON once the first circuit is complete Before, it was announcing tor was started when it had completed starting the daemons. But

[tor-commits] [orbot/master] Allow Background Starts prefs also controls the old START_TOR Intent

2015-06-25 Thread n8fr8
commit 943edf094bfd559abc0d7359ce7728f3e322cd15 Author: Hans-Christoph Steiner h...@eds.org Date: Wed Jun 17 11:45:07 2015 -0400 Allow Background Starts prefs also controls the old START_TOR Intent --- src/org/torproject/android/OrbotMainActivity.java |8 1 file changed, 4

[tor-commits] [tor/master] Merge remote-tracking branch 'origin/maint-0.2.6'

2015-06-25 Thread nickm
commit bd731683070351d640e40f1a4d6320e0fe4b727e Merge: 07e1e75 1c1d71f Author: Nick Mathewson ni...@torproject.org Date: Thu Jun 25 11:14:53 2015 -0400 Merge remote-tracking branch 'origin/maint-0.2.6' changes/bug16013|5 + src/or/circuituse.c | 12 2 files

[tor-commits] [tor/maint-0.2.6] Merge remote-tracking branch 'public/bug16013_025' into maint-0.2.6

2015-06-25 Thread nickm
commit 1c1d71fe1adf9202a1e0c9e4aa35c2cb7ce1fe7b Merge: 03e3cf6 68eaaed Author: Nick Mathewson ni...@torproject.org Date: Thu Jun 25 11:14:44 2015 -0400 Merge remote-tracking branch 'public/bug16013_025' into maint-0.2.6 changes/bug16013|5 + src/or/circuituse.c | 12

[tor-commits] [tor/master] Merge remote-tracking branch 'public/bug16013_025' into maint-0.2.6

2015-06-25 Thread nickm
commit 1c1d71fe1adf9202a1e0c9e4aa35c2cb7ce1fe7b Merge: 03e3cf6 68eaaed Author: Nick Mathewson ni...@torproject.org Date: Thu Jun 25 11:14:44 2015 -0400 Merge remote-tracking branch 'public/bug16013_025' into maint-0.2.6 changes/bug16013|5 + src/or/circuituse.c | 12

[tor-commits] [tor/release-0.2.6] Merge remote-tracking branch 'dgoulet/bug16381_026_01-revert' into maint-0.2.6

2015-06-25 Thread nickm
commit f18ee7fc7287e9d5f55c7c6c2007a8a1c2466a3e Merge: c8cb556 8acf525 Author: Nick Mathewson ni...@torproject.org Date: Thu Jun 18 11:30:01 2015 -0400 Merge remote-tracking branch 'dgoulet/bug16381_026_01-revert' into maint-0.2.6 changes/bug16381| 13 +

[tor-commits] [tor/release-0.2.6] Repair breakage in early-error case of microdesc parsing

2015-06-25 Thread nickm
commit e0b7598833238766b157f8eb799f448dac4c1283 Author: Nick Mathewson ni...@torproject.org Date: Mon Jun 22 13:51:56 2015 -0400 Repair breakage in early-error case of microdesc parsing When I fixed #11243, I made it so we would take the digest of a descriptor before tokenizing

[tor-commits] [tor/release-0.2.6] Merge remote-tracking branch 'public/bug16400_026' into maint-0.2.6

2015-06-25 Thread nickm
commit 03e3cf6a7aa86c74d01cebd61c9ad89200661e73 Merge: f18ee7f e0b7598 Author: Nick Mathewson ni...@torproject.org Date: Thu Jun 25 10:40:58 2015 -0400 Merge remote-tracking branch 'public/bug16400_026' into maint-0.2.6 changes/bug16400 |5 + src/or/routerparse.c |

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

2015-06-25 Thread nickm
commit 23a95986cee0479669ca49e3d2397238070d3fe9 Merge: d41ab97 1c1d71f Author: Nick Mathewson ni...@torproject.org Date: Thu Jun 25 11:20:11 2015 -0400 Merge branch 'maint-0.2.6' into release-0.2.6 changes/bug16013 |5 +

[tor-commits] [tor/release-0.2.6] Merge remote-tracking branch 'public/bug16013_025' into maint-0.2.6

2015-06-25 Thread nickm
commit 1c1d71fe1adf9202a1e0c9e4aa35c2cb7ce1fe7b Merge: 03e3cf6 68eaaed Author: Nick Mathewson ni...@torproject.org Date: Thu Jun 25 11:14:44 2015 -0400 Merge remote-tracking branch 'public/bug16013_025' into maint-0.2.6 changes/bug16013|5 + src/or/circuituse.c | 12

[tor-commits] [tor/release-0.2.6] Avoid crashing on busy/NEWNYM+hidden service clients

2015-06-25 Thread nickm
commit 68eaaed7982b63abedfcfba33f7e2656c68e3e4a Author: Nick Mathewson ni...@torproject.org Date: Thu Jun 25 11:10:43 2015 -0400 Avoid crashing on busy/NEWNYM+hidden service clients When we ran out of intro points for a hidden service (which could happen on a newnym), we would

[tor-commits] [tor/master] Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5

2015-06-25 Thread nickm
commit fd082c394bf392cab0c586313a82d5bb3bbd6139 Merge: 75388f6 fde4199 Author: Nick Mathewson ni...@torproject.org Date: Thu Jun 25 11:43:04 2015 -0400 Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5 changes/geoip-june2015 |3 + changes/geoip6-june2015 |3 +

[tor-commits] [tor/master] Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4

2015-06-25 Thread nickm
commit cb8c5c023f0e349f30fd6a539437d76358b8b87a Merge: efae1bc e5907e9 Author: Nick Mathewson ni...@torproject.org Date: Thu Jun 25 11:42:31 2015 -0400 Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 changes/geoip-june2015 |3 + src/config/geoip |14347

[tor-commits] [tor/master] Merge remote-tracking branch 'karsten/geoip6-jun2015' into maint-0.2.4

2015-06-25 Thread nickm
commit fde4199e1caa094965da0904955ad34748db1e30 Merge: cb8c5c0 08e14e1 Author: Nick Mathewson ni...@torproject.org Date: Thu Jun 25 11:42:47 2015 -0400 Merge remote-tracking branch 'karsten/geoip6-jun2015' into maint-0.2.4 changes/geoip6-june2015 |3 + src/config/geoip6 | 2282

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

2015-06-25 Thread translation
commit e540b990fbe91d31ca985debd2e72f8f3197f09b Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 16:45:21 2015 + Update translations for https_everywhere_completed --- ka/https-everywhere.properties |8 1 file changed, 8 insertions(+) diff --git

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

2015-06-25 Thread translation
commit 5dd04379602d59ecd4b1ab14833bb6865a1f5174 Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 16:45:16 2015 + Update translations for https_everywhere --- ka/https-everywhere.dtd|8 ka/https-everywhere.properties | 16

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

2015-06-25 Thread translation
commit 1a0ff0cfddd5ffd93372d5134a9db12e59acde6d Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 16:45:39 2015 + Update translations for mat-gui --- ka.po | 75 + 1 file changed, 38

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

2015-06-25 Thread translation
commit d302abe03ca1bcbf24668351f68ca44aaa095d74 Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 16:45:49 2015 + Update translations for tor-launcher-network-settings --- ka/network-settings.dtd |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

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

2015-06-25 Thread translation
commit ea211295b860d994fccdaf9f91edb7c8c7a64958 Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 16:45:34 2015 + Update translations for torbirdy --- ka/torbirdy.dtd | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff

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

2015-06-25 Thread translation
commit 2c1c375dae7e936503e13c0e22a18983d563d408 Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 16:45:54 2015 + Update translations for tails-misc --- ka.po |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ka.po b/ka.po index

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

2015-06-25 Thread translation
commit 653ae8ff1fd3727b1b1c9370b868ae560dd24a4e Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 16:46:15 2015 + Update translations for torbutton-torbuttondtd --- ka/torbutton.dtd |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

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

2015-06-25 Thread translation
commit 75cc486e3036ce9cab8f5511e5561c252f1f1633 Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 16:46:09 2015 + Update translations for torbutton-browserproperties_completed --- ka/browser.properties |2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

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

2015-06-25 Thread translation
commit b6d963ffbcd24c5feeef4b468280d11dd9d12f0c Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 16:46:06 2015 + Update translations for torbutton-browserproperties --- ka/browser.properties |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [stem/master] Link to 1.4.1b.tar as our latest release

2015-06-25 Thread atagar
commit 87f5833ccdc522f1edbea33a67ee6cf5c07f7aae Author: Damian Johnson ata...@torproject.org Date: Thu Jun 25 10:11:33 2015 -0700 Link to 1.4.1b.tar as our latest release I uploaded the wrong commit to PyPI for our 1.4.1 hotfix release. Unfortunately it doesn't let us replace

[tor-commits] [tor-browser-bundle/master] Bug 16351: Use --no-insert-timestamp for linking

2015-06-25 Thread gk
commit 1b5ae9017625081f251c71afb359bf9345c76b03 Author: Georg Koppen g...@torproject.org Date: Thu Jun 25 09:38:04 2015 + Bug 16351: Use --no-insert-timestamp for linking In Binutils 2.25 inserting timestamps in PE headers got the default behavior. This was motivated by

[tor-commits] [tor-messenger-build/master] Add libdmg-hfsplus

2015-06-25 Thread boklm
commit 3a3a9c16a9d0b66fa44309bade175d6a1034f769 Author: Nicolas Vigier bo...@torproject.org Date: Thu Jun 25 20:01:32 2015 +0200 Add libdmg-hfsplus --- projects/libdmg-hfsplus/build| 16 ++ projects/libdmg-hfsplus/config | 19 +

[tor-commits] [tor-browser-bundle/master] Replace old Py2exe mirror

2015-06-25 Thread gk
commit b31fe56304045321080c377ec619a50879003798 Author: Georg Koppen g...@torproject.org Date: Thu Jun 25 18:42:00 2015 + Replace old Py2exe mirror --- gitian/versions |2 +- gitian/versions.alpha |2 +- gitian/versions.nightly |2 +- 3 files changed, 3

[tor-commits] [tor-browser-bundle/master] Included change log for 4.5.3

2015-06-25 Thread gk
commit 5bbed9ba56ce1bda1adc6d43802b86c0909feb41 Author: Georg Koppen g...@torproject.org Date: Thu Jun 25 18:40:05 2015 + Included change log for 4.5.3 --- Bundle-Data/Docs/ChangeLog.txt | 12 1 file changed, 12 insertions(+) diff --git a/Bundle-Data/Docs/ChangeLog.txt

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

2015-06-25 Thread translation
commit 06936303ca63ca47425554cef4b595e2acceb8d5 Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 18:15:27 2015 + Update translations for tails-greeter --- fr/fr.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr/fr.po b/fr/fr.po index

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

2015-06-25 Thread translation
commit cad125594ce9922370a18790288efee76bb24216 Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 18:15:32 2015 + Update translations for tails-greeter_completed --- fr/fr.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr/fr.po

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

2015-06-25 Thread translation
commit 30146f00d046a666a8c306d7a330678e105d7506 Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 18:15:54 2015 + Update translations for abouttor-homepage --- nn/aboutTor.dtd |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

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

2015-06-25 Thread translation
commit 1d85bc2eeb98107494da04c3442a3e7348f2a63e Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 21:45:48 2015 + Update translations for tails-misc --- pl.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pl.po b/pl.po index

[tor-commits] [tor-browser-bundle/master] Bug 13247: Update meek to 0.20 to fix profile error

2015-06-25 Thread mikeperry
commit 6132f1a5796a11410f00c33be2a447b2898a6521 Author: Mike Perry mikeperry-...@torproject.org Date: Thu Jun 25 14:45:10 2015 -0700 Bug 13247: Update meek to 0.20 to fix profile error --- gitian/versions.alpha |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [tor-browser-bundle/master] Bug 16430: Backport Tor patch to allow DNS names with _

2015-06-25 Thread mikeperry
commit 066ad19d4a13a3ba5f3c4512fb3f257de99fa56a Author: Mike Perry mikeperry-...@torproject.org Date: Thu Jun 25 12:58:44 2015 -0700 Bug 16430: Backport Tor patch to allow DNS names with _ --- gitian/descriptors/linux/gitian-tor.yml |2 + gitian/descriptors/mac/gitian-tor.yml |

[tor-commits] [tor-browser/tor-browser-38.1.0esr-5.x-1] Bug 15646: Prevent keyboard layout fingerprinting in KeyboardEvent

2015-06-25 Thread mikeperry
commit d888d0afb8e1f2770cc9420387ff031eb584e416 Author: Arthur Edelstein arthuredelst...@gmail.com Date: Sat Jun 13 19:27:43 2015 -0700 Bug 15646: Prevent keyboard layout fingerprinting in KeyboardEvent --- dom/base/nsContentUtils.cpp |4 + dom/base/nsContentUtils.h | 13 ++-

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

2015-06-25 Thread translation
commit 3ba67d05afee790e86c82860d0e5b8a2e77ef54a Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 21:45:51 2015 + Update translations for tails-misc_completed --- pl.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pl.po b/pl.po index

[tor-commits] [tor-browser/tor-browser-38.1.0esr-5.x-1] fixup! Bug 12827: Create preference to disable SVG.

2015-06-25 Thread mikeperry
commit 455a21820dff054fb8bde1417f3d0a289917d932 Author: Kathy Brade br...@pearlcrescent.com Date: Thu Jun 25 12:06:54 2015 -0400 fixup! Bug 12827: Create preference to disable SVG. If an object is used to load an SVG from a .xml file, avoid dereferencing null pointers when

[tor-commits] [tor-browser/tor-browser-38.1.0esr-5.x-1] Bug 16300: Isolate Broadcast Channels to first party.

2015-06-25 Thread mikeperry
commit 8a7950b34812259d857f65daaae766174dc48ce5 Author: Kathy Brade br...@pearlcrescent.com Date: Fri Jun 19 10:53:28 2015 -0400 Bug 16300: Isolate Broadcast Channels to first party. Note that when the privacy.thirdparty.isolate pref. is set to 1 or 2, we disable use of

[tor-commits] [tor-browser/tor-browser-38.1.0esr-5.x-1] Bug #16005: Relax minimal mode.

2015-06-25 Thread mikeperry
commit 340de21bca0cf0c8a7633bdad3c61ef4d9265438 Author: Mike Perry mikeperry-...@torproject.org Date: Fri Jun 19 20:20:00 2015 -0700 Bug #16005: Relax minimal mode. Use min values from a 2013 Moto E and a 2009 laptop with integrated graphics. --- dom/canvas/WebGLContext.cpp

[tor-commits] [tor-browser-bundle/master] Bug 16446: Update FTE bridge #1 fingerprint.

2015-06-25 Thread mikeperry
commit 1d57b74a17a246b7e1e49eaa14a26c4824011298 Author: Mike Perry mikeperry-...@torproject.org Date: Thu Jun 25 12:52:50 2015 -0700 Bug 16446: Update FTE bridge #1 fingerprint. --- Bundle-Data/PTConfigs/bridge_prefs.js |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[tor-commits] [tor-browser/tor-browser-38.1.0esr-5.x-1] fixup! Bug 13670.2: Isolate OCSP requests by first party domain

2015-06-25 Thread mikeperry
commit c95f25a009d421a7cf38e56cc4c6fe83ff43c438 Author: Arthur Edelstein arthuredelst...@gmail.com Date: Tue Jun 23 13:21:11 2015 -0700 fixup! Bug 13670.2: Isolate OCSP requests by first party domain --- dom/base/ThirdPartyUtil.cpp|9 +

[tor-commits] [tor-browser/tor-browser-38.1.0esr-5.x-1] Merge branch '13670_fixup' into tor-browser-38.1.0esr-5.x-1

2015-06-25 Thread mikeperry
commit e6d886d23065815b1aabaf4b6aa197e1ab95c4ca Merge: d888d0a c95f25a Author: Mike Perry mikeperry-...@torproject.org Date: Thu Jun 25 18:56:12 2015 -0700 Merge branch '13670_fixup' into tor-browser-38.1.0esr-5.x-1 dom/base/ThirdPartyUtil.cpp|9 +

[tor-commits] [tor-messenger-build/master] Fix ctypes-otr OSX build

2015-06-25 Thread boklm
commit f72ee579c66d7a524b89302116fa63d75f3cf4c3 Author: Nicolas Vigier bo...@torproject.org Date: Thu Jun 25 20:21:30 2015 +0200 Fix ctypes-otr OSX build --- projects/ctypes-otr/config |3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/ctypes-otr/config

[tor-commits] [tor-messenger-build/master] Add Tor Messenger OSX Build

2015-06-25 Thread boklm
commit e6b72c4d6dcc6efe2e39c95c873e902e2e797961 Author: Nicolas Vigier bo...@torproject.org Date: Fri Jun 26 02:44:06 2015 +0200 Add Tor Messenger OSX Build --- Makefile |5 - projects/tor-messenger/build |5 + projects/tor-messenger/build.osx |

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

2015-06-25 Thread translation
commit a6fa031e13660c715c2dfcdca2042c31444c9f9a Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 08:17:08 2015 + Update translations for abouttor-homepage --- ach/aboutTor.dtd |2 +- ady/aboutTor.dtd |2 +- af/aboutTor.dtd |

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

2015-06-25 Thread translation
commit 8417e76c7b78e53622fbd51cd75420ddbec372c7 Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 08:17:14 2015 + Update translations for abouttor-homepage_completed --- en/aboutTor.dtd |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [bridgedb/develop] Merge branch 'fix/12029-distribute-module' into develop

2015-06-25 Thread isis
commit 4ebb7842a53b513996604b3a8442fc0c5fc0e3fd Merge: 5019761 8d4bb32 Author: Isis Lovecruft i...@torproject.org Date: Thu Jun 25 03:24:18 2015 + Merge branch 'fix/12029-distribute-module' into develop doc/sphinx/source/bridgedb.Dist.rst |8 -

[tor-commits] [bridgedb/develop] Merge branch 'hotfix/0.3.2-pep440' into develop

2015-06-25 Thread isis
commit 300bc1110c686285080d4e5e162d7fdcc9dc6480 Merge: 8bf4f5f 6fb22aa Author: Isis Lovecruft i...@torproject.org Date: Thu Jun 25 06:43:43 2015 + Merge branch 'hotfix/0.3.2-pep440' into develop MANIFEST.in |2 + bridgedb/_version.py | 551 ++ setup.cfg

[tor-commits] [bridgedb/develop] Update versioneer to newest version in order to be PEP440 compliant.

2015-06-25 Thread isis
commit 6fb22aaa33f271cbaad4f71a265a4298c1115223 Author: Isis Lovecruft i...@torproject.org Date: Thu Jun 25 05:04:32 2015 + Update versioneer to newest version in order to be PEP440 compliant. --- MANIFEST.in |2 + bridgedb/_version.py | 551 ++ setup.cfg

[tor-commits] [bridgedb/develop] Merge branch 'hotfix/0.3.2-remove-lib-dir' into develop

2015-06-25 Thread isis
commit 8bf4f5f995f0592a0c85347b440fa393a6f7a8e3 Merge: 4ebb784 6d309ca Author: Isis Lovecruft i...@torproject.org Date: Thu Jun 25 06:43:27 2015 + Merge branch 'hotfix/0.3.2-remove-lib-dir' into develop .gitattributes |2 +- .pylintrc

[tor-commits] [bridgedb/develop] PEP8 remove extra blank line in bridgedb.bridges module.

2015-06-25 Thread isis
commit 3c990f7cd86b7f2ca8799ee4b7054b5e0167620e Author: Isis Lovecruft i...@torproject.org Date: Tue May 12 07:28:26 2015 + PEP8 remove extra blank line in bridgedb.bridges module. --- lib/bridgedb/bridges.py |1 - 1 file changed, 1 deletion(-) diff --git a/lib/bridgedb/bridges.py

[tor-commits] [bridgedb/develop] Define IBridge interface for sufficiently bridge-like things.

2015-06-25 Thread isis
commit 910941c712f20816c70e06e64add5e8530218c1c Author: Isis Lovecruft i...@torproject.org Date: Tue Jun 9 00:16:37 2015 + Define IBridge interface for sufficiently bridge-like things. * ADD bridgedb.bridges.IBridge interface specification. * CHANGE the following classes

[tor-commits] [bridgedb/develop] Refactor bridgedb.Filters and move it to bridgedb.filters.

2015-06-25 Thread isis
commit 9c09ef7bdb335fd58d48d8f8ff6d79d41fbd088c Author: Isis Lovecruft i...@torproject.org Date: Tue Apr 21 05:09:32 2015 + Refactor bridgedb.Filters and move it to bridgedb.filters. --- doc/sphinx/source/bridgedb.Filters.rst |8 - doc/sphinx/source/bridgedb.filters.rst |8 +

[tor-commits] [bridgedb/develop] Add subring numbers to their names to improve log clarity.

2015-06-25 Thread isis
commit aecbe451d65f55e92de3554ef8a17bb858dda3e1 Author: Isis Lovecruft i...@torproject.org Date: Tue Apr 21 02:47:09 2015 + Add subring numbers to their names to improve log clarity. * CHANGE bridgedb.Filters.filterAssignBridgesToRing() to rename generated filter

[tor-commits] [bridgedb/develop] Declare that b.test.util.DummyBridge and decendents implement IBridge.

2015-06-25 Thread isis
commit 8d4bb32e075b806e7e99faa07e41f79701f47d93 Author: Isis Lovecruft i...@torproject.org Date: Tue Jun 9 00:19:49 2015 + Declare that b.test.util.DummyBridge and decendents implement IBridge. This allows for more accurate (but still mocked) testing of anything that has

[tor-commits] [bridgedb/develop] Add a utility for registering interface adapter classes.

2015-06-25 Thread isis
commit ab5c6b01c2c0dc461d45899105a0e6892e682ef7 Author: Isis Lovecruft i...@torproject.org Date: Mon May 11 02:01:45 2015 + Add a utility for registering interface adapter classes. --- lib/bridgedb/util.py | 16 1 file changed, 16 insertions(+) diff --git

[tor-commits] [bridgedb/develop] Remove dumpAssignments() for all Distributors.

2015-06-25 Thread isis
commit 69becd92ceb3b55777acddbe4734f7aa912cb425 Author: Isis Lovecruft i...@torproject.org Date: Sun Apr 19 04:49:24 2015 + Remove dumpAssignments() for all Distributors. These methods were never used. Hashrings dump the bridges assigned to them. --- lib/bridgedb/Dist.py

[tor-commits] [bridgedb/develop] Rewrite testDistWithFilterAll() and testDistWithFilterBoth() in legacy_Tests.

2015-06-25 Thread isis
commit 6357566edb74341f84cc3f953ed34bbb1ce01247 Author: Isis Lovecruft i...@torproject.org Date: Tue Apr 21 23:33:42 2015 + Rewrite testDistWithFilterAll() and testDistWithFilterBoth() in legacy_Tests. --- lib/bridgedb/test/legacy_Tests.py | 35 ---

[tor-commits] [bridgedb/develop] Remove Bridges.BridgeHolder class.

2015-06-25 Thread isis
commit 346d321fa4f78626c49cd4ff6d82a346267f6c0c Author: Isis Lovecruft i...@torproject.org Date: Sun Apr 19 03:25:11 2015 + Remove Bridges.BridgeHolder class. It wasn't a real metaclass, base class, or interface; its methods were never used; it didn't provide any decent

[bridgedb/develop] Change BridgeRequestBase.addressClass → BridgeRequestBase.ipVersion.

2015-06-25 Thread isis
commit 9c34acd384a57f23f451142978b0fdbc4694dc72 Author: Isis Lovecruft i...@torproject.org Date: Mon May 11 01:04:42 2015 + Change BridgeRequestBase.addressClass → BridgeRequestBase.ipVersion. Passing an integer around both requires less memory, and makes the IP version

[bridgedb/develop] Move bridgedb.Dist.EmailBasedDistributor → bridgedb.email.distributor.

2015-06-25 Thread isis
commit 55f36f523dae951e2c0e57cdfdc84e3a78ba7cbe Author: Isis Lovecruft i...@torproject.org Date: Tue Apr 21 21:41:20 2015 + Move bridgedb.Dist.EmailBasedDistributor → bridgedb.email.distributor. --- doc/sphinx/source/bridgedb.Dist.rst |8 -

[tor-commits] [bridgedb/develop] Add several additional tests for bridgedb.email.distributor.

2015-06-25 Thread isis
commit bb5b29dd19f32fb62d01a4d7ffb65b34493645e4 Author: Isis Lovecruft i...@torproject.org Date: Wed Apr 22 02:58:31 2015 + Add several additional tests for bridgedb.email.distributor. --- lib/bridgedb/email/distributor.py | 12 +-

[tor-commits] [bridgedb/develop] Add a filter for unblocked pluggable transports.

2015-06-25 Thread isis
commit 5088163284bd512082f113fe84f27f7af86973b8 Author: Isis Lovecruft i...@torproject.org Date: Tue Apr 21 03:08:03 2015 + Add a filter for unblocked pluggable transports. * ADD Filters.filterBridgesByUnblockedTransport(). * CHANGE

[tor-commits] [bridgedb/develop] Remove testDistWithFilterBlockedCountries() from legacy_Tests.

2015-06-25 Thread isis
commit e9713d2a58566b761a68544d552ae5e702008a2d Author: Isis Lovecruft i...@torproject.org Date: Sun Apr 19 05:03:40 2015 + Remove testDistWithFilterBlockedCountries() from legacy_Tests. The functionality tested in testDistWithFilterBlockedCountries() is now tested in

[tor-commits] [bridgedb/develop] Rewrite testDistWithFilterIP4() in legacy_Tests.

2015-06-25 Thread isis
commit d9dcb7f3d143cfb46f2f1e988da96cf5a5b1b449 Author: Isis Lovecruft i...@torproject.org Date: Tue Apr 21 23:34:50 2015 + Rewrite testDistWithFilterIP4() in legacy_Tests. --- lib/bridgedb/test/legacy_Tests.py | 16 lib/bridgedb/test/test_Dist.py| 20

[tor-commits] [bridgedb/develop] Rewrite testDistWithFilterIP6() in legacy_Tests.

2015-06-25 Thread isis
commit c1637a017d7e34a79b71829f0918184b63055c6e Author: Isis Lovecruft i...@torproject.org Date: Tue Apr 21 23:35:33 2015 + Rewrite testDistWithFilterIP6() in legacy_Tests. --- lib/bridgedb/test/legacy_Tests.py | 16 lib/bridgedb/test/test_Dist.py| 22

[tor-commits] [bridgedb/develop] Merge branch 'fix/12506-separate-dist-dirs' into develop

2015-06-25 Thread isis
commit 5019761881c7807ab0f09f0728f337b5ce857ca5 Merge: dfbc8e0 a51f553 Author: Isis Lovecruft i...@torproject.org Date: Thu Jun 25 03:17:58 2015 + Merge branch 'fix/12506-separate-dist-dirs' into develop doc/sphinx/source/bridgedb.HTTPServer.rst |8 -

[tor-commits] [bridgedb/develop] Rewrite testDistWithProxies() in legacy_Tests.

2015-06-25 Thread isis
commit dcafe58630f9048b7829184675a9a93deda2f0a3 Author: Isis Lovecruft i...@torproject.org Date: Sun Apr 19 05:43:39 2015 + Rewrite testDistWithProxies() in legacy_Tests. --- lib/bridgedb/test/legacy_Tests.py | 21 - lib/bridgedb/test/test_Dist.py| 24

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

2015-06-25 Thread translation
commit a647b0d95577c3afdd992807a85c041cb302e366 Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 08:45:46 2015 + Update translations for abouttor-homepage_completed --- zh_CN/aboutTor.dtd |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

<    1   2   3