[tor-commits] r26533: {} Created a Tor Browser FAQ page (nothing links to it yet) (website/trunk/docs/en)

2014-01-13 Thread Matt Pagan
Author: mttp Date: 2014-01-13 09:06:39 + (Mon, 13 Jan 2014) New Revision: 26533 Added: website/trunk/docs/en/faq-torbrowser.wml Log: Created a Tor Browser FAQ page (nothing links to it yet) Added: website/trunk/docs/en/faq-torbrowser.wml

[tor-commits] [onionoo/master] Add recommended_version field to details documents.

2014-01-13 Thread karsten
commit 786db5dae3641bf9d13896b9e84f59a54643c143 Author: Karsten Loesing karsten.loes...@gmx.net Date: Mon Jan 13 10:30:48 2014 +0100 Add recommended_version field to details documents. Implements #10619. --- src/org/torproject/onionoo/NodeDataWriter.java | 20

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

2014-01-13 Thread translation
commit e6a796f83075399b7ecb3c58ffa4dba954522a7b Author: Translation commit bot translat...@torproject.org Date: Mon Jan 13 11:16:17 2014 + Update translations for tails-misc_completed --- de.po | 97 ++--- 1 file changed, 51

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

2014-01-13 Thread translation
commit 983916e2b96bdeb3637f76c27205b4b17f721d3a Author: Translation commit bot translat...@torproject.org Date: Mon Jan 13 11:16:14 2014 + Update translations for tails-misc --- de.po | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/de.po b/de.po index

[tor-commits] [ooni-probe/master] Update the changelog to fix bug in signing

2014-01-13 Thread art
commit e2ad36956a8940ca1f020792b4f8affcc4879c80 Author: Arturo Filastò a...@fuffa.org Date: Sun Jan 12 18:32:13 2014 +0100 Update the changelog to fix bug in signing --- debian/changelog |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog

[tor-commits] [ooni-probe/master] Fix bug that emerges when using CGeoIP.

2014-01-13 Thread art
commit e82178bbf56c570878403023cdaa1d3a74f83067 Author: Arturo Filastò a...@fuffa.org Date: Mon Jan 13 14:14:02 2014 +0100 Fix bug that emerges when using CGeoIP. --- ooni/geoip.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ooni/geoip.py b/ooni/geoip.py index

[tor-commits] [ooni-probe/master] Only output fetching required test inputs once.

2014-01-13 Thread art
commit 79ad3987a48f628dc626145272d28699185fa861 Author: Arturo Filastò a...@fuffa.org Date: Mon Jan 13 13:50:43 2014 +0100 Only output fetching required test inputs once. --- ooni/deck.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ooni/deck.py b/ooni/deck.py

[tor-commits] [ooni-probe/master] Make the defaults paths relative to the ooni home directory.

2014-01-13 Thread art
commit 575ecd79e8428e413d4952e19f618be6b8c6ff13 Author: Arturo Filastò a...@fuffa.org Date: Mon Jan 13 12:53:20 2014 +0100 Make the defaults paths relative to the ooni home directory. --- data/ooniprobe.conf.sample |2 +- ooni/deck.py |7 ++- ooni/oonibclient.py

[tor-commits] [ooni-probe/master] Install the geoip data files to a different directory

2014-01-13 Thread art
commit f0edbbd8e0a2af12b51c24de5d4455deec174623 Author: Arturo Filastò a...@fuffa.org Date: Sun Jan 12 18:40:12 2014 +0100 Install the geoip data files to a different directory --- data/ooniprobe.conf.sample |2 +- setup.py |5 ++--- 2 files changed, 3

[tor-commits] [ooni-probe/master] Use the system Tor in the debian package

2014-01-13 Thread art
commit e60ca5934b256f46ad47b3c2dce736bc075c9cf8 Author: Arturo Filastò a...@fuffa.org Date: Mon Jan 13 13:35:35 2014 +0100 Use the system Tor in the debian package --- scripts/build-ooniprobe.sh |5 + 1 file changed, 5 insertions(+) diff --git a/scripts/build-ooniprobe.sh

[tor-commits] [ooni-probe/master] Update the debian packaging related files

2014-01-13 Thread art
commit 3d2a7598b1b99035584d90e7821945b81bf729a7 Author: Arturo Filastò a...@fuffa.org Date: Sun Jan 12 18:22:40 2014 +0100 Update the debian packaging related files --- debian/changelog |2 +- debian/control | 20 debian/rules |2 ++ requirements.txt |

[tor-commits] [ooni-probe/master] Only include the GeoIP data file if it does not exist

2014-01-13 Thread art
commit 08e11259fb7edf9f44e75a278b849821c09c5fc3 Author: Arturo Filastò a...@fuffa.org Date: Sun Jan 12 18:30:15 2014 +0100 Only include the GeoIP data file if it does not exist --- setup.py |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index

[tor-commits] [ooni-probe/master] Add commands for building ooniprobe debian package.

2014-01-13 Thread art
commit 24a0567a6810c63d7257483f2d863575596f9d5f Author: Arturo Filastò a...@fuffa.org Date: Sun Jan 12 17:10:39 2014 +0100 Add commands for building ooniprobe debian package. --- scripts/build-ooniprobe.sh | 10 ++ 1 file changed, 10 insertions(+) diff --git

[tor-commits] [ooni-probe/master] Automatically determine the test resolvers to use by reading /etc/resolv.conf

2014-01-13 Thread art
commit 05953ba5d3a1f69bd93875ef1e8482349dfaac0b Author: Arturo Filastò a...@fuffa.org Date: Mon Jan 13 13:11:51 2014 +0100 Automatically determine the test resolvers to use by reading /etc/resolv.conf --- ooni/nettests/blocking/dnsconsistency.py |7 ++- 1 file changed, 6

[tor-commits] [ooni-probe/master] Add dnet module to the sys.modules

2014-01-13 Thread art
commit 61b27de01f0d10f6f3adc6a48f19f70c76f88ddd Author: Arturo Filastò a...@fuffa.org Date: Sun Jan 12 15:56:22 2014 +0100 Add dnet module to the sys.modules --- ooni/utils/txscapy.py |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ooni/utils/txscapy.py

[tor-commits] [ooni-probe/master] Add the mlab default test deck

2014-01-13 Thread art
commit cc2f1ce49ca3dd69d51d02cc5773b368f6f8415c Author: Arturo Filastò a...@fuffa.org Date: Mon Jan 13 13:12:41 2014 +0100 Add the mlab default test deck --- data/decks/mlab.deck | 60 ++ 1 file changed, 60 insertions(+) diff --git

[tor-commits] [ooni-probe/master] Bump to version 1.0.0-rc6

2014-01-13 Thread art
commit 359aea8ddb7365dc1b5083228c4783c9db85ff50 Author: Arturo Filastò a...@fuffa.org Date: Mon Jan 13 14:44:20 2014 +0100 Bump to version 1.0.0-rc6 --- debian/changelog |6 +++--- ooni/__init__.py |2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git

[tor-commits] [ooni-probe/master] Merge branch 'master' of github.com:TheTorProject/ooni-probe

2014-01-13 Thread art
commit 80ea75a906c2d6cefa88ca3b1b4e7e2cd5a9cc52 Merge: 79ad398 51c92f2 Author: Arturo Filastò a...@fuffa.org Date: Mon Jan 13 13:51:11 2014 +0100 Merge branch 'master' of github.com:TheTorProject/ooni-probe * 'master' of github.com:TheTorProject/ooni-probe: Update README.md

[tor-commits] [ooni-probe/master] Add two other required dependencies.

2014-01-13 Thread art
commit b3d40ac1471d2439e9d93a0f3849b45b13882a5e Author: Arturo Filastò a...@fuffa.org Date: Sun Jan 12 18:49:54 2014 +0100 Add two other required dependencies. --- debian/control |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control

[tor-commits] [ooni-probe/master] Update README.md

2014-01-13 Thread art
commit 51c92f2d32a205624a80259d647fed311d62090f Author: Arturo Filastò hell...@users.noreply.github.com Date: Mon Jan 13 13:26:55 2014 +0100 Update README.md --- README.md |9 + 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index deb1b6f..f3551f8 100644

[tor-commits] [ooni-probe/master] Add stable string to changelog

2014-01-13 Thread art
commit 24d86161aa2772c110a3e98fe4f1241386ce3583 Author: Arturo Filastò a...@fuffa.org Date: Mon Jan 13 14:50:18 2014 +0100 Add stable string to changelog --- debian/changelog |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index

[tor-commits] [ooni-probe/master] Design a set of default test decks.

2014-01-13 Thread art
commit d475d641f2d6e6ca8e2609d54163a556bc048ad0 Author: Arturo Filastò a...@fuffa.org Date: Mon Jan 13 15:12:00 2014 +0100 Design a set of default test decks. --- data/decks/basic.deck | 24 data/decks/before_i_commit.testdeck | 36 --

[tor-commits] [ooni-probe/master] Update the README section on running test decks to reflect the new decks

2014-01-13 Thread art
commit 6fb109c9ad1b57623729703eee47d5221183be2b Author: Arturo Filastò a...@fuffa.org Date: Mon Jan 13 15:18:49 2014 +0100 Update the README section on running test decks to reflect the new decks --- README.md | 33 - 1 file changed, 32 insertions(+), 1

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

2014-01-13 Thread translation
commit d3725f4369b4b7473104810b8f17ad79bd307539 Author: Translation commit bot translat...@torproject.org Date: Mon Jan 13 15:45:52 2014 + Update translations for whisperback --- ta/ta.po | 57 + 1 file changed, 29

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

2014-01-13 Thread translation
commit a45d4a7e9289234e651a177e0967adb82e2902d1 Author: Translation commit bot translat...@torproject.org Date: Mon Jan 13 16:15:52 2014 + Update translations for whisperback --- ta/ta.po |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ta/ta.po b/ta/ta.po

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

2014-01-13 Thread translation
commit b40410196e8a3fdfe0247900c440191b2be6fb51 Author: Translation commit bot translat...@torproject.org Date: Mon Jan 13 16:45:52 2014 + Update translations for whisperback --- ta/ta.po |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ta/ta.po b/ta/ta.po

[tor-commits] [translation/tor-launcher-properties] Update translations for tor-launcher-properties

2014-01-13 Thread translation
commit 93d0a6fa9fde57cb6f20f4f2cafebdce6f6f2823 Author: Translation commit bot translat...@torproject.org Date: Mon Jan 13 17:16:10 2014 + Update translations for tor-launcher-properties --- ta/torlauncher.properties |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[tor-commits] [translation/tor-launcher-progress_completed] Update translations for tor-launcher-progress_completed

2014-01-13 Thread translation
commit 0bf688a1d63c21cafb351d471e98d237f6cecff2 Author: Translation commit bot translat...@torproject.org Date: Mon Jan 13 17:46:18 2014 + Update translations for tor-launcher-progress_completed --- ta/progress.dtd |4 1 file changed, 4 insertions(+) diff --git

[tor-commits] [translation/tor-launcher-properties] Update translations for tor-launcher-properties

2014-01-13 Thread translation
commit b68aadec1ee07fb55163c566adb3c2601d98266c Author: Translation commit bot translat...@torproject.org Date: Mon Jan 13 17:46:11 2014 + Update translations for tor-launcher-properties --- ta/torlauncher.properties | 32 1 file changed, 16

[tor-commits] [translation/tor-launcher-progress] Update translations for tor-launcher-progress

2014-01-13 Thread translation
commit 351b7947429617dbd0fa4caf56633e9c75241503 Author: Translation commit bot translat...@torproject.org Date: Mon Jan 13 17:46:15 2014 + Update translations for tor-launcher-progress --- ta/progress.dtd |4 1 file changed, 4 insertions(+) diff --git a/ta/progress.dtd

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

2014-01-13 Thread translation
commit b5cbf8acc35d13cc1f044ade01759b94e7744193 Author: Translation commit bot translat...@torproject.org Date: Mon Jan 13 18:16:30 2014 + Update translations for torbutton-branddtd --- ta/brand.dtd |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

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

2014-01-13 Thread translation
commit 31f0fb864ef26ce26fecf37c1fe4a0ef90b867e5 Author: Translation commit bot translat...@torproject.org Date: Mon Jan 13 18:15:50 2014 + Update translations for torcheck --- ta/torcheck.po | 27 ++- 1 file changed, 14 insertions(+), 13 deletions(-) diff

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

2014-01-13 Thread translation
commit 2b5803c040884b3023ac3c53bb59b1b4c3582d5b Author: Translation commit bot translat...@torproject.org Date: Mon Jan 13 18:16:17 2014 + Update translations for tor-launcher-network-settings --- ta/network-settings.dtd | 84 +++ 1 file

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

2014-01-13 Thread translation
commit a462ba7c6a6f69c0b8bfda41313e3eba6a55e75e Author: Translation commit bot translat...@torproject.org Date: Mon Jan 13 18:16:25 2014 + Update translations for torbutton-brandproperties --- ta/brand.properties | 16 1 file changed, 8 insertions(+), 8 deletions(-)

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

2014-01-13 Thread translation
commit 72b509924205cb7ad87762ce05913798271415bb Author: Translation commit bot translat...@torproject.org Date: Mon Jan 13 18:16:27 2014 + Update translations for torbutton-brandproperties_completed --- ta/brand.properties | 15 +++ 1 file changed, 15 insertions(+) diff

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

2014-01-13 Thread translation
commit 758737286f1c20c960eefb5d29448db34302221b Author: Translation commit bot translat...@torproject.org Date: Mon Jan 13 18:46:24 2014 + Update translations for torbutton-branddtd_completed --- ta/brand.dtd |8 1 file changed, 8 insertions(+) diff --git a/ta/brand.dtd

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

2014-01-13 Thread translation
commit 93e8ab74eb8860dc7bcfda3acfcb654dfcbba9a7 Author: Translation commit bot translat...@torproject.org Date: Mon Jan 13 18:46:21 2014 + Update translations for torbutton-branddtd --- ta/brand.dtd |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ta/brand.dtd

[tor-commits] r26534: {website} Transferred all TBB FAQs from the wiki to the faq.wml (website/trunk/docs/en)

2014-01-13 Thread Matt Pagan
Author: mttp Date: 2014-01-13 20:15:12 + (Mon, 13 Jan 2014) New Revision: 26534 Removed: website/trunk/docs/en/faq-torbrowser.wml Modified: website/trunk/docs/en/faq.wml Log: Transferred all TBB FAQs from the wiki to the faq.wml Deleted: website/trunk/docs/en/faq-torbrowser.wml

[tor-commits] [ooni-probe/master] Merge branch 'master' of github.com:TheTorProject/ooni-probe into setup-deps

2014-01-13 Thread art
commit 3902a082746d9e298900f310ed48c61110f9e765 Merge: 35e7ded e0cb2ec Author: David Stainton dstainton...@gmail.com Date: Mon Jan 13 21:30:33 2014 +0100 Merge branch 'master' of github.com:TheTorProject/ooni-probe into setup-deps README.md |6 +++--- 1 file changed, 3 insertions(+),

[tor-commits] [ooni-probe/master] Fix the requirements.txt to download the https hosted versions.

2014-01-13 Thread art
commit 8aecab7d6eae7037e41252cfb3db7b4b7a28dfe7 Author: Arturo Filastò a...@fuffa.org Date: Mon Jan 13 22:30:12 2014 +0100 Fix the requirements.txt to download the https hosted versions. --- requirements.txt |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git

[tor-commits] [ooni-probe/master] Add libgeoip-dev to the apt-get install

2014-01-13 Thread art
commit 37e268e5e00d0f7ef6bc02f1848bec696321b6b7 Author: David Stainton dstainton...@gmail.com Date: Mon Jan 13 14:40:47 2014 +0100 Add libgeoip-dev to the apt-get install libgeoip-dev is needed by the following pip install geoip --- setup-dependencies.sh |2 +- 1 file changed,

[tor-commits] [ooni-probe/master] Fix install instructions for debian based systems.

2014-01-13 Thread art
commit e0cb2ec752c84eb727a305ba7088055a1c8374f9 Author: Arturo Filastò hell...@users.noreply.github.com Date: Mon Jan 13 19:28:39 2014 +0100 Fix install instructions for debian based systems. --- README.md |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[tor-commits] [ooni-probe/master] Make the ipaddr dependency less strict.

2014-01-13 Thread art
commit 1f54ba1ad83d71164f40793ccf8c28c3add3ad58 Author: Arturo Filastò a...@fuffa.org Date: Mon Jan 13 22:03:52 2014 +0100 Make the ipaddr dependency less strict. --- requirements.txt |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt

[tor-commits] [ooni-probe/master] Add libgeoip also to travis build script

2014-01-13 Thread art
commit 056af4c31fde16e6a699b3461db6308a2bc7cd7e Author: Arturo Filastò a...@fuffa.org Date: Mon Jan 13 15:44:25 2014 +0100 Add libgeoip also to travis build script --- .travis.yml |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index

[tor-commits] [ooni-probe/master] Merge branch 'david-fixdeps'

2014-01-13 Thread art
commit bea2e9c534b35aa7c0f5c819c0a8852db7588ecf Merge: 6fb109c 056af4c Author: Arturo Filastò a...@fuffa.org Date: Mon Jan 13 15:44:45 2014 +0100 Merge branch 'david-fixdeps' * david-fixdeps: Add libgeoip also to travis build script Add libgeoip-dev to the apt-get

[tor-commits] [orbot/master] enable compiliation for all android not just armv7

2014-01-13 Thread n8fr8
commit 649ca401e714169784a30c95e3f7589ba25cf409 Author: Nathan Freitas nat...@freitas.net Date: Sun Jan 12 22:15:50 2014 -0500 enable compiliation for all android not just armv7 --- external/Makefile |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[tor-commits] [orbot/master] updated binary versions in strings

2014-01-13 Thread n8fr8
commit db53c191f11b7d74404f4ef29b3c37ef0a462068 Author: Nathan Freitas nat...@freitas.net Date: Sun Jan 12 22:15:12 2014 -0500 updated binary versions in strings --- res/values/strings.xml |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/res/values/strings.xml

[tor-commits] [orbot/master] ensures binary permissions are set

2014-01-13 Thread n8fr8
commit 92d19e3402874a9e77803e34f6d2779a780b7c5d Author: Nathan Freitas nat...@freitas.net Date: Sun Jan 12 22:14:30 2014 -0500 ensures binary permissions are set --- src/org/torproject/android/service/TorService.java | 21 +++- 1 file changed, 16 insertions(+), 5

[tor-commits] [orbot/master] updated torrc without automap settings (not needed)

2014-01-13 Thread n8fr8
commit 69271262cd94ce21e981d3cc57b20330de1bfc33 Author: Nathan Freitas nat...@freitas.net Date: Sun Jan 12 22:14:42 2014 -0500 updated torrc without automap settings (not needed) --- res/raw/torrc |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/res/raw/torrc

[tor-commits] [orbot/master] updated tor binary that works with armv5 and v7

2014-01-13 Thread n8fr8
commit 62a5da616fb132ba1ea3c500591935c13f068e46 Author: Nathan Freitas nat...@freitas.net Date: Sun Jan 12 22:14:53 2014 -0500 updated tor binary that works with armv5 and v7 --- libs/armeabi/libtor.so | Bin 4523600 - 4637328 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff

[tor-commits] [orbot/master] updated to 13.0.2

2014-01-13 Thread n8fr8
commit 591161f1b854a7ee8396f6c34f3b6027b0a1ab09 Author: Nathan Freitas nat...@freitas.net Date: Sun Jan 12 22:15:40 2014 -0500 updated to 13.0.2 --- AndroidManifest.xml |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml

[tor-commits] [orbot/master] cleanup imports

2014-01-13 Thread n8fr8
commit 635e307182ae70219d119e89fc7b4ae36bf78cd6 Author: Nathan Freitas nat...@freitas.net Date: Sun Jan 12 22:15:21 2014 -0500 cleanup imports --- src/org/torproject/android/settings/SettingsPreferences.java |3 --- 1 file changed, 3 deletions(-) diff --git

[tor-commits] [orbot/master] bump to 13.0.3

2014-01-13 Thread n8fr8
commit 43625f835b0b1d5c9c5f1b2ad6ae8047e0b673aa Author: Nathan Freitas nat...@freitas.net Date: Mon Jan 13 21:49:00 2014 -0500 bump to 13.0.3 --- AndroidManifest.xml |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index

[tor-commits] [orbot/master] solves problem with binaries being stored on external SDcard

2014-01-13 Thread n8fr8
commit c5959637af053d8b98584dbf0666c6a61e8af0a7 Author: Nathan Freitas nat...@freitas.net Date: Mon Jan 13 21:48:28 2014 -0500 solves problem with binaries being stored on external SDcard --- src/org/torproject/android/service/TorService.java | 283 +++-

[tor-commits] [translation/tor-launcher-progress_completed] Update translations for tor-launcher-progress_completed

2014-01-13 Thread translation
commit 0f6f0e652af6a71a63bcbace220543b4136f12a3 Author: Translation commit bot translat...@torproject.org Date: Tue Jan 14 03:16:13 2014 + Update translations for tor-launcher-progress_completed --- ja/progress.dtd |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [translation/tor-launcher-progress] Update translations for tor-launcher-progress

2014-01-13 Thread translation
commit 51f2887d799326588409fb2da9f8465e49f0a725 Author: Translation commit bot translat...@torproject.org Date: Tue Jan 14 03:16:10 2014 + Update translations for tor-launcher-progress --- ja/progress.dtd |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git