[tor-commits] [bridgedb/develop] Change PluggableTransport.methodname to be a @property.

2015-06-25 Thread isis
commit 70019ff8944cd29de272d34f432247b055045006 Author: Isis Lovecruft i...@torproject.org Date: Tue Apr 21 03:02:57 2015 + Change PluggableTransport.methodname to be a @property. This ensures that it's always lowercased when set, removing the need for so many lower()

[tor-commits] [bridgedb/develop] Remove unnecessary use of logSafely() in bridgedb.Bridges.

2015-06-25 Thread isis
commit 68434ca69f5a5b38fc877abf03064eddbe879956 Author: Isis Lovecruft i...@torproject.org Date: Mon Apr 20 03:45:24 2015 + Remove unnecessary use of logSafely() in bridgedb.Bridges. Logging str(bridge) will produce a hashed fingerprint if safelogging is enabled, so there's

[bridgedb/develop] Move bridgedb.Dist.HTTPSDistributor → bridgedb.https.distributor.

2015-06-25 Thread isis
commit dc91ea443e66223999c5b7a70c4b42025c0ac25c Author: Isis Lovecruft i...@torproject.org Date: Tue Apr 21 07:32:49 2015 + Move bridgedb.Dist.HTTPSDistributor → bridgedb.https.distributor. * FIXES part of #12506: https://bugs.torproject.org/12506 ---

[tor-commits] [bridgedb/develop] Switch to using relative imports for test helpers in test/tests_*.py.

2015-06-25 Thread isis
commit 6d309cae1e709e615b592690f1a34369f60fa709 Author: Isis Lovecruft i...@torproject.org Date: Thu Jun 25 05:47:04 2015 + Switch to using relative imports for test helpers in test/tests_*.py. --- bridgedb/util.py | 48 +-

[tor-commits] [bridgedb/develop] Make the @port property common to both PluggableTransports and Bridges.

2015-06-25 Thread isis
commit 63bc3924096d0cde3373e37d85ca1101e2fb438e Author: Isis Lovecruft i...@torproject.org Date: Tue Jun 9 00:08:04 2015 + Make the @port property common to both PluggableTransports and Bridges. Because it seems awkward to require doing type checks in order to know which

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

2015-06-25 Thread isis
commit 2de77ba16992b8a967bfe68cebc2c17c2b3998fc Author: Isis Lovecruft i...@torproject.org Date: Tue Apr 21 02:33:08 2015 + Rewrite testDistWithFilterBlockedCountriesAdvanced() in legacy_Tests. --- lib/bridgedb/test/legacy_Tests.py | 41 +

[tor-commits] [bridgedb/develop] Reuse mocked Bridges across various unittests.

2015-06-25 Thread isis
commit 7632085c0725e32001e41774564bffe7cb221584 Author: Isis Lovecruft i...@torproject.org Date: Sun May 10 22:18:26 2015 + Reuse mocked Bridges across various unittests. --- lib/bridgedb/test/util.py |8 1 file changed, 8 insertions(+) diff --git

[tor-commits] [bridgedb/develop] Add bridgedb.distribute module with IDistribute and Distributor classes.

2015-06-25 Thread isis
commit fe0efec8b00250756d36c7fb2cd061fd8ef3d3d3 Author: Isis Lovecruft i...@torproject.org Date: Sun Apr 19 00:05:02 2015 + Add bridgedb.distribute module with IDistribute and Distributor classes. * ADD distribute.IDistibute interface. * ADD distribute.Distributor class,

[tor-commits] [bridgedb/develop] Add additional test utilities for generating random valid IPs.

2015-06-25 Thread isis
commit 372206bb8a73f5229b606a60f40de1c71e4804fe Author: Isis Lovecruft i...@torproject.org Date: Sat Apr 18 03:15:19 2015 + Add additional test utilities for generating random valid IPs. --- lib/bridgedb/test/util.py | 25 + 1 file changed, 25 insertions(+)

[tor-commits] [bridgedb/develop] Separate DummyBridge._randomORPort() into its own test utility.

2015-06-25 Thread isis
commit 0214b0e9ddceca512bd8b7a9c3b052572c4511e4 Author: Isis Lovecruft i...@torproject.org Date: Sat Apr 18 00:50:36 2015 + Separate DummyBridge._randomORPort() into its own test utility. --- lib/bridgedb/test/util.py | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-)

[tor-commits] [bridgedb/develop] Add two more tests for Bridge.getBridgeLine() for blocked PTs.

2015-06-25 Thread isis
commit 534969dff39cd0307838bda213f0b183f6c5b24f Author: Isis Lovecruft i...@torproject.org Date: Sat Apr 18 05:12:12 2015 + Add two more tests for Bridge.getBridgeLine() for blocked PTs. --- lib/bridgedb/test/test_bridges.py | 41 + 1 file changed,

[tor-commits] [bridgedb/develop] Fix Filters.filterBridgesByNotBlockedIn to work with new Bridge class.

2015-06-25 Thread isis
commit 98cf68d778480aa005e5914cac47164f169b87b9 Author: Isis Lovecruft i...@torproject.org Date: Thu Apr 16 20:37:24 2015 + Fix Filters.filterBridgesByNotBlockedIn to work with new Bridge class. --- lib/bridgedb/Filters.py | 37 +

[tor-commits] [bridgedb/develop] Add Bridge.identity property and replace all usage of getID().

2015-06-25 Thread isis
commit 5fec5eb3e5f8901a08a741ab57cf48b9126e41ee Author: Isis Lovecruft i...@torproject.org Date: Sat Apr 18 00:48:26 2015 + Add Bridge.identity property and replace all usage of getID(). --- lib/bridgedb/Bridges.py | 25 ++--- lib/bridgedb/Filters.py |2 +-

[tor-commits] [bridgedb/develop] Add tests for https.request.HTTPSBridgeRequest and BridgeRequestBase.

2015-06-25 Thread isis
commit 8cd195e2a518694094f53bb24921eb499e31c270 Author: Isis Lovecruft i...@torproject.org Date: Tue Apr 14 10:15:23 2015 + Add tests for https.request.HTTPSBridgeRequest and BridgeRequestBase. --- lib/bridgedb/test/test_bridgerequest.py | 18 +++-

[tor-commits] [bridgedb/develop] BridgeRequest.notBlockedIn country codes should be lowercased.

2015-06-25 Thread isis
commit c712736cc04b0423a18fb9582e8d11c0bf663057 Author: Isis Lovecruft i...@torproject.org Date: Thu Apr 16 07:02:44 2015 + BridgeRequest.notBlockedIn country codes should be lowercased. --- lib/bridgedb/bridgerequest.py |4 ++-- lib/bridgedb/https/request.py |

[tor-commits] [bridgedb/develop] Add another test for Bridge.getBridgeLine() when the bridge is blocked.

2015-06-25 Thread isis
commit 1d44a42fdec2763ab868c091756a1446eb839737 Author: Isis Lovecruft i...@torproject.org Date: Sat Apr 18 03:27:28 2015 + Add another test for Bridge.getBridgeLine() when the bridge is blocked. --- lib/bridgedb/test/test_bridges.py | 18 ++ 1 file changed, 18

[tor-commits] [bridgedb/develop] Teach Bridge._getTransportForRequest() to filter blocked addresses.

2015-06-25 Thread isis
commit b77e0126da7132c02453111310231d4912818a66 Author: Isis Lovecruft i...@torproject.org Date: Sat Apr 18 06:25:49 2015 + Teach Bridge._getTransportForRequest() to filter blocked addresses. --- lib/bridgedb/bridges.py | 52 +-- 1 file

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

2015-06-25 Thread isis
commit e75d41608d0cec23a4d1240d59f3fb5e2ea593d5 Author: Isis Lovecruft i...@torproject.org Date: Sun Apr 19 05:31:13 2015 + Rewrite testBasicDist() in legacy_Tests. --- lib/bridgedb/test/legacy_Tests.py |8 lib/bridgedb/test/test_Dist.py| 15 +++ 2 files

[bridgedb/develop] Move Dist.getNumBridgesPerAnswer() → Distributor.bridgesPerResponse().

2015-06-25 Thread isis
commit a51f553e281091bc365d4161da2fb8d1b33923d9 Author: Isis Lovecruft i...@torproject.org Date: Sat Apr 18 22:41:27 2015 + Move Dist.getNumBridgesPerAnswer() → Distributor.bridgesPerResponse(). It was meant to be a method; it operates on the length of the primary

[tor-commits] [bridgedb/develop] Rewrite commented out testDistWithPortRestrictions() in legacy_Tests.

2015-06-25 Thread isis
commit 003165e7875412944b91785431ee1b749fda2a0d Author: Isis Lovecruft i...@torproject.org Date: Mon Apr 20 03:34:40 2015 + Rewrite commented out testDistWithPortRestrictions() in legacy_Tests. --- lib/bridgedb/test/legacy_Tests.py | 22 --

[tor-commits] [bridgedb/develop] Add tests for bridgedb.Dist module.

2015-06-25 Thread isis
commit 6c10de805e607e9c27c1f3ba4d79097c11c76dbb Author: Isis Lovecruft i...@torproject.org Date: Sat Apr 18 03:16:31 2015 + Add tests for bridgedb.Dist module. --- lib/bridgedb/test/test_Dist.py | 245 1 file changed, 245 insertions(+) diff

[tor-commits] [bridgedb/develop] Teach Bridge._getVanillaForRequest() to filter blocked addresses.

2015-06-25 Thread isis
commit 53c8e7a1aefc6a25c3a7cdc56d19c62137ad4066 Author: Isis Lovecruft i...@torproject.org Date: Sat Apr 18 03:28:31 2015 + Teach Bridge._getVanillaForRequest() to filter blocked addresses. --- lib/bridgedb/bridges.py | 36 +--- 1 file changed, 21

[tor-commits] [bridgedb/develop] Remove the __len__() method from all Distributors.

2015-06-25 Thread isis
commit e6357735d612074fe32f2273c52d9254427caa37 Author: Isis Lovecruft i...@torproject.org Date: Sun Apr 19 03:51:43 2015 + Remove the __len__() method from all Distributors. --- lib/bridgedb/Dist.py |6 -- lib/bridgedb/Main.py |4 ++-- 2 files changed, 2 insertions(+), 8

[tor-commits] [bridgedb/develop] Whitespace fixes in bridgedb.https.server module.

2015-06-25 Thread isis
commit e62191b6d484074d3d1fa30ef0cd4906822eaf2c Author: Isis Lovecruft i...@torproject.org Date: Thu Apr 16 05:10:47 2015 + Whitespace fixes in bridgedb.https.server module. --- lib/bridgedb/https/server.py | 106 +- 1 file changed, 53

[tor-commits] [bridgedb/develop] Change all distributors to store their own keys.

2015-06-25 Thread isis
commit d5628d5bb6244e7f8a0cbd30fa1e52941eb91867 Author: Isis Lovecruft i...@torproject.org Date: Tue Apr 14 09:11:21 2015 + Change all distributors to store their own keys. --- lib/bridgedb/Dist.py | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git

[tor-commits] [bridgedb/develop] Make `areaMapper` built into the IPBasedDistributor class.

2015-06-25 Thread isis
commit 34a97ccc019ca5b9956b8566d81d893293ae5f00 Author: Isis Lovecruft i...@torproject.org Date: Tue Apr 14 07:12:23 2015 + Make `areaMapper` built into the IPBasedDistributor class. * MOVE Dist.uniformMap() → Dist.IPBasedDistributor.getSubnet(). * REMOVE

[tor-commits] [bridgedb/develop] Remove the idea of clusters. Clusters are just subhashrings.

2015-06-25 Thread isis
commit 1a676f343a7a5a854106c9e90c8418d1f7b2c09e Author: Isis Lovecruft i...@torproject.org Date: Tue Apr 14 07:33:38 2015 + Remove the idea of clusters. Clusters are just subhashrings. --- lib/bridgedb/Dist.py| 60 +++

[bridgedb/develop] Rename IPBasedDistributor → HTTPSDistributor.

2015-06-25 Thread isis
commit ae7acb11669b380de4f7873857ca30167cd493b9 Author: Isis Lovecruft i...@torproject.org Date: Thu Apr 16 05:44:32 2015 + Rename IPBasedDistributor → HTTPSDistributor. --- lib/bridgedb/Bridges.py|2 +- lib/bridgedb/Dist.py | 25

[tor-commits] [bridgedb/develop] Update documentation on IPBasedDistributor area mapping.

2015-06-25 Thread isis
commit 33cb6c45d12d83c441595ff0fc2bf6cc21e46623 Author: Isis Lovecruft i...@torproject.org Date: Sat Apr 11 02:52:31 2015 + Update documentation on IPBasedDistributor area mapping. --- lib/bridgedb/Dist.py | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git

[tor-commits] [bridgedb/develop] Make subhashring cache size relative to numberOfClusters.

2015-06-25 Thread isis
commit 397cc7d316a618bcadfca6663f318d3b798f4405 Author: Isis Lovecruft i...@torproject.org Date: Sat Apr 11 02:53:20 2015 + Make subhashring cache size relative to numberOfClusters. * RENAME ring_cache_size → IPBasedDistributor.ringCacheSize. * CHANGE

[tor-commits] [bridgedb/develop] Remove IPBasedDistributor.rings.

2015-06-25 Thread isis
commit 809f447f3c8a7e0023a399de469b77a8b4c2735f Author: Isis Lovecruft i...@torproject.org Date: Tue Apr 14 07:25:45 2015 + Remove IPBasedDistributor.rings. It was never used. --- lib/bridgedb/Dist.py |5 - 1 file changed, 5 deletions(-) diff --git

[bridgedb/develop] Remove most splitters — they're just crappy consistent hashrings.

2015-06-25 Thread isis
commit d83438d24104c5834cd0230a757b17a8e1941edb Author: Isis Lovecruft i...@torproject.org Date: Tue Apr 14 09:23:40 2015 + Remove most splitters — they're just crappy consistent hashrings. --- lib/bridgedb/Bridges.py |2 +- lib/bridgedb/Dist.py | 60

[tor-commits] [bridgedb/develop] Deduplicate subhashring logic in IPBasedDistributor.prepopulateRings().

2015-06-25 Thread isis
commit 023596e567e17fd801a7cbc4827b4836908c73fe Author: Isis Lovecruft i...@torproject.org Date: Thu Apr 9 23:27:36 2015 + Deduplicate subhashring logic in IPBasedDistributor.prepopulateRings(). --- lib/bridgedb/Dist.py | 51 ++ 1 file

[tor-commits] [bridgedb/develop] Remove IPBasedDistributor.clear() and EmailBasedDistributor.clear().

2015-06-25 Thread isis
commit de631604e282c92bc3f54e56cfa0faa3416503b4 Author: Isis Lovecruft i...@torproject.org Date: Fri Apr 10 07:14:12 2015 + Remove IPBasedDistributor.clear() and EmailBasedDistributor.clear(). These were never used anywhere. --- lib/bridgedb/Dist.py |7 --- 1 file

[tor-commits] [bridgedb/develop] Generalise BridgeRequestBase.isValid().

2015-06-25 Thread isis
commit 7ebd8914e30fea061ecf6b537bb186660946db18 Author: Isis Lovecruft i...@torproject.org Date: Thu Apr 2 05:00:56 2015 + Generalise BridgeRequestBase.isValid(). It's now suitable for inheritance by email.request and https.request, so we can remove the custom methods from

[tor-commits] [bridgedb/develop] Refactor getBridgesForIP() to use b.https.request.HTTPSBridgeRequest.

2015-06-25 Thread isis
commit 7b880a1fe0f346c85364b255eee93995a6b31b94 Author: Isis Lovecruft i...@torproject.org Date: Wed Apr 1 08:40:50 2015 + Refactor getBridgesForIP() to use b.https.request.HTTPSBridgeRequest. * RENAME b.D.IPBasedDistributor.getBridgesForIP() →

[tor-commits] [bridgedb/develop] Remove the idea of categories. Proxies constitute another cluster.

2015-06-25 Thread isis
commit 9ba68b455a8adeaef34785ecccbe7ac5a5d5ac26 Author: Isis Lovecruft i...@torproject.org Date: Sat Apr 11 01:10:05 2015 + Remove the idea of categories. Proxies constitute another cluster. This completely removes the half-baked idea of IP categories from BridgeDB's

[tor-commits] [bridgedb/develop] Remove `countryCode` parameter from BridgeRing.getBridges().

2015-06-25 Thread isis
commit 509fb2094d6cc02ba889bbc0a6883447e3131e7e Author: Isis Lovecruft i...@torproject.org Date: Thu Apr 16 04:14:52 2015 + Remove `countryCode` parameter from BridgeRing.getBridges(). It was never used. And it's unnecessary. --- lib/bridgedb/Bridges.py | 21

[tor-commits] [bridgedb/develop] Why were there ever unreachable subhashrings? Kill them with fire.

2015-06-25 Thread isis
commit a45591af98741f5b4d7cf9a6cd5fbd1603c3bfe8 Author: Isis Lovecruft i...@torproject.org Date: Thu Apr 9 06:44:43 2015 + Why were there ever unreachable subhashrings? Kill them with fire. As part of #4297, $SOMEONE added the prepopulateRings() methods, which are used when

[bridgedb/develop] Rename nCluster → numberOfClusters.

2015-06-25 Thread isis
commit d85f4f710ebd67a32f43ea3db0426a9a7e67036b Author: Isis Lovecruft i...@torproject.org Date: Fri Apr 10 07:34:44 2015 + Rename nCluster → numberOfClusters. --- lib/bridgedb/Dist.py | 24 lib/bridgedb/test/test_HTTPServer.py |4 ++--

[bridgedb/develop] Rename ipCategories → proxySets.

2015-06-25 Thread isis
commit 423f75d309abe304297cad2449e9a210347877da Author: Isis Lovecruft i...@torproject.org Date: Fri Apr 10 07:37:24 2015 + Rename ipCategories → proxySets. --- lib/bridgedb/Dist.py | 16 lib/bridgedb/test/test_HTTPServer.py |4 ++-- 2 files

[tor-commits] [bridgedb/develop] Deduplicate getClientIP() function in bridgedb.HTTPServer.

2015-06-25 Thread isis
commit 06c22e1b40bec96502331fd7054c2354ef1eea38 Author: Isis Lovecruft i...@torproject.org Date: Wed Apr 1 08:38:53 2015 + Deduplicate getClientIP() function in bridgedb.HTTPServer. --- lib/bridgedb/HTTPServer.py | 53 ++-- 1 file changed, 32

[bridgedb/develop] Rename in EmailBasedDistributor.getBridges() `epoch` → `interval`.

2015-06-25 Thread isis
commit 53732c492d29f094d17530bf60d740d957b21eab Author: Isis Lovecruft i...@torproject.org Date: Thu Apr 9 05:03:37 2015 + Rename in EmailBasedDistributor.getBridges() `epoch` → `interval`. --- lib/bridgedb/Dist.py |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff

[tor-commits] [bridgedb/develop] Refactor getBridgesForEmail() to use EmailBridgeRequests.

2015-06-25 Thread isis
commit 7c339c18cd3f190521369d5047bbd7ccf369 Author: Isis Lovecruft i...@torproject.org Date: Wed Apr 1 05:54:53 2015 + Refactor getBridgesForEmail() to use EmailBridgeRequests. * RENAME b.D.EmailBasedDistributor.getBridgesForEmail() →

[tor-commits] [bridgedb/develop] Separate BridgeHolder class from Distributor.

2015-06-25 Thread isis
commit de555a5908d18cbb04c34afa88a7138ab204753f Author: Isis Lovecruft i...@torproject.org Date: Thu Apr 9 06:35:27 2015 + Separate BridgeHolder class from Distributor. * FIXES part of #12506: https://bugs.torproject.org/12506 --- lib/bridgedb/Bridges.py|1 -

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

2015-06-25 Thread mikeperry
commit 2c3f85664eda04e9a942d56d1c56ff2cc7d2de83 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] [meek/master] Unset environment variables Firefox sets on restart.

2015-06-25 Thread dcf
commit 8cd16980da0cd50e5b6e203a4ee5eaa87725184a Author: David Fifield da...@bamsoftware.com Date: Thu Jun 25 12:57:10 2015 -0700 Unset environment variables Firefox sets on restart. These were the cause of the profile error that you saw when restarting Tor Browser after an

[tor-commits] [meek/master] Remove leftover variable declaration.

2015-06-25 Thread dcf
commit 04e6919bc2bf00cb9126c09efcecce36d4374a18 Author: David Fifield da...@bamsoftware.com Date: Thu Jun 25 12:42:14 2015 -0700 Remove leftover variable declaration. --- meek-client-torbrowser/meek-client-torbrowser.go |1 - 1 file changed, 1 deletion(-) diff --git

[tor-commits] [check/master] Added Orfox user agent identification to regexp

2015-06-25 Thread arlo
commit 749fd988c32e764e7fc8dde1f59ab7f06a63f0cd Author: Amogh Pradeep amogh...@gmail.com Date: Thu Jun 25 18:57:12 2015 -0500 Added Orfox user agent identification to regexp --- utils.go |2 +- utils_test.go |1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git

[tor-commits] [check/master] Test LikelyTBB

2015-06-25 Thread arlo
commit 682823141993e77cb5151ad655ec612550a678a5 Author: Arlo Breault arlo...@gmail.com Date: Thu Jun 25 21:39:48 2015 -0700 Test LikelyTBB --- utils_test.go | 21 + 1 file changed, 21 insertions(+) diff --git a/utils_test.go b/utils_test.go new file mode 100644 index

[tor-commits] [user-manual/master] Add section on downloading, and TODO file

2015-06-25 Thread harmony
commit e13ef5f34bc189ecd2d5c96afe3267d544225cee Author: Harmony harmon...@riseup.net Date: Thu Jun 25 11:29:51 2015 + Add section on downloading, and TODO file --- C/downloading.page | 131 TODO | 55

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

2015-06-25 Thread translation
commit e8cdae1d427d2e0afe9122ffa2ea0f94050003ee Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 13:15:15 2015 + Update translations for whisperback_completed --- id/id.po |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/id/id.po

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

2015-06-25 Thread translation
commit f938199ccbe25286cc4ecc5cc96d6918b59eb346 Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 13:15:20 2015 + Update translations for https_everywhere --- id/ssl-observatory.dtd |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

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

2015-06-25 Thread translation
commit 05982e7e94e80a4407a8f56437a17bff678a336f Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 13:15:11 2015 + Update translations for whisperback --- id/id.po |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/id/id.po b/id/id.po

[tor-commits] [torbutton/master] Include 1.9.2.8 in the CHANGELOG

2015-06-25 Thread gk
commit a62c2a21fe69330f8df7fb699d7364db6a6dbc3a Author: Georg Koppen g...@torproject.org Date: Thu Jun 25 13:16:25 2015 + Include 1.9.2.8 in the CHANGELOG --- src/CHANGELOG |5 + 1 file changed, 5 insertions(+) diff --git a/src/CHANGELOG b/src/CHANGELOG index 7abf527..9df81e2

[tor-commits] [tor-browser-bundle/maint-4.5] Preparations for 4.5.3

2015-06-25 Thread gk
commit 208ed4d69784fe319231b403b63ce503b849b708 Author: Georg Koppen g...@torproject.org Date: Thu Jun 25 12:26:35 2015 + Preparations for 4.5.3 --- Bundle-Data/Docs/ChangeLog.txt| 11 +++ gitian/versions | 12 ++--

[tor-commits] [onionoo/master] Avoid error because of non-existant descriptor type

2015-06-25 Thread karsten
commit c04a33a074a9815b0c146192b3b14225da15f7de Author: Karsten Loesing karsten.loes...@gmx.net Date: Thu Jun 25 14:15:26 2015 +0200 Avoid error because of non-existant descriptor type When splitting up the hourly updater into three phases, we lost the ability to skip

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

2015-06-25 Thread translation
commit aeb368c3aae3c2c8cbb3d8220eee20e02cda87ed Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 12:45:28 2015 + Update translations for https_everywhere_completed --- id/https-everywhere.dtd |2 +- id/ssl-observatory.dtd |8 2 files changed,

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

2015-06-25 Thread translation
commit a79e2196dfc5e6e00dc61e820c427e4447552a56 Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 12:45:32 2015 + Update translations for liveusb-creator --- id/id.po |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/id/id.po b/id/id.po

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

2015-06-25 Thread translation
commit 62986b527eb52366d745a3ef5f36cf606839a809 Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 12:45:23 2015 + Update translations for https_everywhere --- id/https-everywhere.dtd |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2015-06-25 Thread translation
commit f8da861325b7ce762ec8859f6dee631d62bba1dd Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 12:45:36 2015 + Update translations for liveusb-creator_completed --- id/id.po |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/id/id.po

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

2015-06-25 Thread translation
commit 568722e15c20b15f59dbd213e6dd656a170929fd Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 12:45:10 2015 + Update translations for gettor_completed --- id/gettor.po |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/id/gettor.po

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

2015-06-25 Thread translation
commit 0c3e6561f916d2513effb6dd3ac38a95dfae0154 Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 12:46:39 2015 + Update translations for tails-iuk --- id.po |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/id.po b/id.po index

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

2015-06-25 Thread translation
commit 04651f91d6f44230fba8158a0670d25661f20796 Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 12:46:50 2015 + Update translations for tor_animation --- id.srt |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/id.srt b/id.srt index

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

2015-06-25 Thread translation
commit b0b8fd65216031ee04925201b934b42c5dd32011 Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 12:46:42 2015 + Update translations for tails-iuk_completed --- id.po |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/id.po b/id.po

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

2015-06-25 Thread translation
commit d2c84163c481eee3dd9ecde6da4c8b9df5cf070b Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 12:46:53 2015 + Update translations for tor_animation_completed --- id.srt |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/id.srt

[tor-commits] [tor-browser-bundle/maint-4.5] Fix change log

2015-06-25 Thread gk
commit 71b1e4789a81bc03c6a2302476ba7aff6b8944eb Author: Georg Koppen g...@torproject.org Date: Thu Jun 25 13:18:27 2015 + Fix change log --- Bundle-Data/Docs/ChangeLog.txt |1 + 1 file changed, 1 insertion(+) diff --git a/Bundle-Data/Docs/ChangeLog.txt

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

2015-06-25 Thread translation
commit 01140590be6ff41d67f801e65f26301f31e9e2b9 Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 12:46:22 2015 + Update translations for abouttor-homepage --- de/aboutTor.dtd |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2015-06-25 Thread translation
commit a657ba10b30c87bf71e9e3ca9e0471f40c11942c Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 12:46:09 2015 + Update translations for tor-launcher-network-settings_completed --- id/network-settings.dtd |2 +- 1 file changed, 1 insertion(+), 1

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

2015-06-25 Thread translation
commit 5f9c5409864732a504b9a35df942dc0ed34a5d5e Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 12:46:05 2015 + Update translations for tor-launcher-network-settings --- id/network-settings.dtd |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

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

2015-06-25 Thread translation
commit 39e0775d173897b4b184bf34a467a802fed1950b Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 12:46:17 2015 + Update translations for tails-misc_completed --- id.po |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/id.po b/id.po

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

2015-06-25 Thread translation
commit 62be299d0ed74cad0d72ad1c4e55c7387238 Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 12:46:25 2015 + Update translations for abouttor-homepage_completed --- de/aboutTor.dtd|2 +- pt_BR/aboutTor.dtd |2 +- 2 files changed, 2

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

2015-06-25 Thread translation
commit 510c0331425839d5a1b8f36279e3682733840187 Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 12:45:05 2015 + Update translations for gettor --- id/gettor.po |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/id/gettor.po

[tor-commits] [translation/tails-persistence-setup] Update translations for tails-persistence-setup

2015-06-25 Thread translation
commit e56436ff5673ea865c1f0475afbeaae9897ae09b Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 12:45:40 2015 + Update translations for tails-persistence-setup --- id/id.po |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/id/id.po

[tor-commits] [translation/tails-persistence-setup_completed] Update translations for tails-persistence-setup_completed

2015-06-25 Thread translation
commit 968050b3e8e0eb26daa6b6ff3b9d7575442fb32f Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 12:45:43 2015 + Update translations for tails-persistence-setup_completed --- id/id.po |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

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

2015-06-25 Thread translation
commit af2d4392eade980bde69da8f8e6559881a0eedb1 Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 12:45:57 2015 + Update translations for mat-gui_completed --- id.po |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/id.po b/id.po index

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

2015-06-25 Thread translation
commit 6a533be80e28373bd55977490f22d2b568eb87d0 Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 12:45:53 2015 + Update translations for mat-gui --- id.po |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/id.po b/id.po index

[tor-commits] [torbutton/master] Translation updates

2015-06-25 Thread gk
commit 9904039ef4904c11d117d67603e58ad8dd84fa86 Author: Georg Koppen g...@torproject.org Date: Thu Jun 25 12:49:10 2015 + Translation updates --- src/chrome/locale/ar/aboutTor.dtd |2 +- src/chrome/locale/ar/brand.dtd|1 + src/chrome/locale/de/aboutTor.dtd

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

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

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

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

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

2015-06-25 Thread translation
commit 86fa71259fe3a1955f7c00171355ee499be4ab8a Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 10:15:52 2015 + Update translations for abouttor-homepage_completed --- nl/aboutTor.dtd |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

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

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

2015-06-25 Thread mikeperry
commit 16c6fa4a20e67cb34fc2e29680eca6e9fa890b2f 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-bundle/maint-4.5] Update changelog for 4.5.3.

2015-06-25 Thread mikeperry
commit d1fa7e5602d806bcedff71797453ce2de4169b4f Author: Mike Perry mikeperry-...@torproject.org Date: Thu Jun 25 12:59:01 2015 -0700 Update changelog for 4.5.3. --- Bundle-Data/Docs/ChangeLog.txt |3 +++ 1 file changed, 3 insertions(+) diff --git a/Bundle-Data/Docs/ChangeLog.txt

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

2015-06-25 Thread translation
commit 3e274c8694a107157bb8c7b52f97a098299ceca6 Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 21:15:54 2015 + Update translations for abouttor-homepage --- pl/aboutTor.dtd |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2015-06-25 Thread translation
commit c218d5341d8ba2f08b63d880c0ba436395284c41 Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 21:15:46 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] [translation/tails-misc_completed] Update translations for tails-misc_completed

2015-06-25 Thread translation
commit d2bbd2097a581c0b9d96fd739d7de8636b8280f6 Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 21:15:50 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] [translation/abouttor-homepage_completed] Update translations for abouttor-homepage_completed

2015-06-25 Thread translation
commit d0e910240a32ebbfccc8b4de27bfec58160f2e2e Author: Translation commit bot translat...@torproject.org Date: Thu Jun 25 21:15:58 2015 + Update translations for abouttor-homepage_completed --- pl/aboutTor.dtd |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[tor-commits] [tor-messenger-build/master] .gitignore: add hg_clones

2015-06-25 Thread boklm
commit 09af7afc5ef61ad9f32ab8057c58e8ad92196e88 Author: Nicolas Vigier bo...@torproject.org Date: Thu Jun 25 16:14:06 2015 +0200 .gitignore: add hg_clones --- .gitignore |1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 16833ae..9ba4e91 100644 ---

[tor-commits] [tor-messenger-build/master] Fix instantbird OSX build

2015-06-25 Thread boklm
commit 2558d308860add10c6d75123ee178897e1d27f52 Author: Nicolas Vigier bo...@torproject.org Date: Thu Jun 25 16:17:15 2015 +0200 Fix instantbird OSX build --- projects/gcc/build |3 +- projects/gcc/config|9 ++

[tor-commits] [tor/maint-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/maint-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] [orbot/master] purge troublesome half-disabled Wizard, rename menu to Get Apps...

2015-06-25 Thread n8fr8
commit fd23da52372729166fcd4c5d59f4b9fe1ff190c8 Author: Hans-Christoph Steiner h...@eds.org Date: Mon Jun 8 15:38:22 2015 -0400 purge troublesome half-disabled Wizard, rename menu to Get Apps... When clicking on Wizard from the menu, then clicking back, it gets stuck in a

[tor-commits] [orbot/master] handle logging native process Exceptions closer to the source

2015-06-25 Thread n8fr8
commit 12d92f48f5f43ccb80da63698765478df46eb46e Author: Hans-Christoph Steiner h...@eds.org Date: Mon Jun 8 20:42:18 2015 -0400 handle logging native process Exceptions closer to the source Instead of passing Exceptions through many layers only to log them, just log them where

[tor-commits] [orbot/master] rename mMessageReceiver to mLocalBroadcastReceiver

2015-06-25 Thread n8fr8
commit 65d880100510562c74399d1c9d1ce7a009c147c8 Author: Hans-Christoph Steiner h...@eds.org Date: Tue Jun 9 14:44:13 2015 -0400 rename mMessageReceiver to mLocalBroadcastReceiver --- src/org/torproject/android/OrbotMainActivity.java |8 1 file changed, 4 insertions(+), 4

[tor-commits] [orbot/master] create String constants for Intent actions and extras

2015-06-25 Thread n8fr8
commit f09379d86c3c529e77b057627a34577208d35e7b Author: Hans-Christoph Steiner h...@eds.org Date: Mon Jun 8 20:04:29 2015 -0400 create String constants for Intent actions and extras Following the Android system naming convention, this uses constants for the action and extra

[tor-commits] [orbot/master] add script to compare APKs for the reproducible process

2015-06-25 Thread n8fr8
commit 2372b186c6d5dbeff78d3341824c0fa44b424ba1 Author: Hans-Christoph Steiner h...@eds.org Date: Thu Jun 4 17:58:53 2015 -0400 add script to compare APKs for the reproducible process --- compare-to-official-release | 62 +++ 1 file changed, 62

[tor-commits] [orbot/master] purge dead and unused code from TorService

2015-06-25 Thread n8fr8
commit 6e13a7e369a8a33ed14602672872e5445a3bd01c Author: Hans-Christoph Steiner h...@eds.org Date: Mon Jun 8 20:43:02 2015 -0400 purge dead and unused code from TorService --- src/org/torproject/android/service/TorService.java | 94 +--- 1 file changed, 2 insertions(+), 92

[tor-commits] [orbot/master] ./fix-translations script to fix common problems in the strings.xml

2015-06-25 Thread n8fr8
commit d55c7b7eaf7856a6be1bb118559b2ae880892b31 Author: Hans-Christoph Steiner h...@eds.org Date: Wed Jun 3 18:00:28 2015 -0400 ./fix-translations script to fix common problems in the strings.xml --- fix-translations | 10 ++ 1 file changed, 10 insertions(+) diff --git

[tor-commits] [orbot/master] create a new pref: Allow Background Starts

2015-06-25 Thread n8fr8
commit ac8329c7f279b1e3afb747cff8b15c2fa1821bf1 Author: Hans-Christoph Steiner h...@eds.org Date: Wed Jun 10 18:00:30 2015 -0400 create a new pref: Allow Background Starts This lets the user disable the new ACTION_START Intent, in case they have more sensitive needs. ---

  1   2   3   >