[tor-commits] [ooni-probe/master] Start implementing support for reporting using JSON

2016-04-29 Thread art
commit 086d95180179b2d5e1433fec718a2f8d192ee90a Author: Arturo Filastò Date: Fri Dec 4 17:42:57 2015 +0100 Start implementing support for reporting using JSON Working on #444 --- data/ooniprobe.conf.sample | 1 + ooni/reporter.py | 36 +-

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

2016-04-29 Thread art
commit 2adc991557e39797821e5dd0f66a01ab7ccc2835 Merge: b4f14c0 a9d48f3 Author: Arturo Filastò Date: Fri Feb 5 17:09:27 2016 +0100 Merge branch 'master' of github.com:TheTorProject/ooni-probe * 'master' of github.com:TheTorProject/ooni-probe: Fix: Typo correction Consis

[tor-commits] [ooni-probe/master] Pass missing start_tor argument

2016-04-29 Thread art
commit 9cc891dca9a15d229db0806b1f4b482b537bd88b Author: Arturo Filastò Date: Tue Feb 16 14:44:10 2016 +0100 Pass missing start_tor argument --- ooni/oonicli.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ooni/oonicli.py b/ooni/oonicli.py index 1ba70d5..d75aa41 100644 --- a/ooni/

[tor-commits] [ooni-probe/master] hotfix: Move logic for detecting supported collectors into deck

2016-04-29 Thread art
commit 52b44ac93f71a8bddb3b3a154f5517a6abda18e8 Author: Arturo Filastò Date: Tue Feb 16 13:21:16 2016 +0100 hotfix: Move logic for detecting supported collectors into deck --- ooni/deck.py| 11 +++ ooni/errors.py | 6 ++ ooni/oonicli.py | 24 +--- 3 f

[tor-commits] [ooni-probe/master] hotfix: fix bug that lead to body not being included

2016-04-29 Thread art
commit 3a4d9ef5482f6af884a23a05b9548e816f3bdc18 Author: Arturo Filastò Date: Mon Feb 22 18:27:35 2016 +0100 hotfix: fix bug that lead to body not being included --- ooni/templates/httpt.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ooni/templates/httpt.py b/oo

[tor-commits] [ooni-probe/master] Merge pull request #461 from TheTorProject/fix/hotfixes

2016-04-29 Thread art
commit 16032999b51ed8e2575c64f94c08a0a45787b28c Merge: 52b44ac 9cc891d Author: Joe Landers Date: Tue Feb 16 16:24:39 2016 +0100 Merge pull request #461 from TheTorProject/fix/hotfixes Pass missing start_tor argument ooni/oonicli.py | 2 ++ 1 file changed, 2 insertions(+) _

[tor-commits] [ooni-probe/master] catch ProcessExitedAlready exception during cleanup

2016-04-29 Thread art
commit 2929098b673542bb6148e61f5cf15a8eba313e00 Author: juga0 Date: Wed Dec 23 16:31:52 2015 + catch ProcessExitedAlready exception during cleanup --- ooni/nettests/third_party/psiphon.py | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ooni/nettests/third_party

[tor-commits] [ooni-probe/master] add/change report variable names

2016-04-29 Thread art
commit 1a38fe60ac1137e45b6dc1c8c038f7a2133f85d3 Author: juga0 Date: Thu Dec 24 13:42:34 2015 + add/change report variable names * add bootstrapped_success report key with value true when the text 'Press Ctrl-C to terminate.' is found, false when psiphon runs but is not found and

[tor-commits] [ooni-probe/master] change new psiphon path to the psiphonpath attribute

2016-04-29 Thread art
commit 40c4b7e7d1fc392aa7657d17a76ab18894aad100 Author: juga0 Date: Tue Dec 22 21:10:13 2015 + change new psiphon path to the psiphonpath attribute --- ooni/nettests/third_party/psiphon.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ooni/nettests/third_par

[tor-commits] [ooni-probe/master] Handle and log errors when OpenVPN fails to start

2016-04-29 Thread art
commit 46be7badf8d509b6315e282e69245f5b7fa11910 Author: srvetus Date: Thu Nov 19 12:23:38 2015 +0100 Handle and log errors when OpenVPN fails to start When OpenVPN encouters a configuration error it will exit the process with error code 1 before beginning to bootstrap. This com

[tor-commits] [ooni-probe/master] add success key to the report after doRequest

2016-04-29 Thread art
commit 50d2f89e51885456d9d16a5df6995feb56f2370c Author: juga0 Date: Tue Dec 22 21:14:21 2015 + add success key to the report after doRequest --- ooni/nettests/third_party/psiphon.py | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/ooni/nettests/third_p

[tor-commits] [ooni-probe/master] change again command report structure for ProcessTest

2016-04-29 Thread art
commit 6e1cc4bb698d361154bf20bc82e44a86754b7c93 Author: juga0 Date: Thu Dec 24 13:28:38 2015 + change again command report structure for ProcessTest * Change report structure as commented in https://github.com/TheTorProject/ooni-probe/pull/445#issuecomment-166981539 --- ooni/

[tor-commits] [ooni-probe/master] Merge branch 'feature/org_queue'

2016-04-29 Thread art
commit b4f14c001c9ee1a64906f6aa8bd66eb3448e41a8 Merge: 5b4ce0e 4aeb08e Author: Arturo Filastò Date: Fri Feb 5 17:07:40 2016 +0100 Merge branch 'feature/org_queue' * feature/org_queue: (78 commits) Check for the minimum version of twisted to support certificates Run apt

[tor-commits] [ooni-probe/master] Log failure when OpenVPN process hangs for user input

2016-04-29 Thread art
commit 1944e8e80d7605a161a3c56a8bf5ce983b1a10e7 Author: srvetus Date: Thu Dec 10 21:03:58 2015 +0100 Log failure when OpenVPN process hangs for user input --- ooni/nettests/third_party/openvpn.py | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/ooni/nettes

[tor-commits] [ooni-probe/master] leave success key to none in case psiphon fails

2016-04-29 Thread art
commit fbf9de395051b2f88d3f68a122f22ff25aa1cee0 Author: juga0 Date: Wed Dec 23 16:18:59 2015 + leave success key to none in case psiphon fails --- ooni/nettests/third_party/psiphon.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ooni/nettests/third_party/psiphon.py b/ooni/nettes

[tor-commits] [ooni-probe/master] README: proper path to example inputs

2016-04-29 Thread art
commit 474d20b5e672a3310d1ff43bd8878454175cbf7b Author: ecneladis Date: Sat Jan 9 17:02:37 2016 +0100 README: proper path to example inputs --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c824c44..a1b6386 100644 --- a/README.

[tor-commits] [ooni-probe/master] Fix typo in code snippet example

2016-04-29 Thread art
commit e0428e869f9dab9eb7dec9dab9425a0341eaedc6 Author: Arturo Filastò Date: Fri Jan 22 11:08:22 2016 +0100 Fix typo in code snippet example --- docs/source/writing_test_helpers.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/writing_test_helpers.rs

[tor-commits] [ooni-probe/master] fix checking if commands exist, other minor changes

2016-04-29 Thread art
commit 0e975d3c47a1a6d9cdbe028b2c3ce08aca6431ce Author: juga0 Date: Wed Dec 23 19:50:07 2015 + fix checking if commands exist, other minor changes * fix checking if commands exist * only install virtualenv if it is needed to create a new one * add/change debug ouput ---

[tor-commits] [ooni-probe/master] Really handleAllFailures()

2016-04-29 Thread art
commit 864d001be170cb12fd5ad55faafe9518fbffce89 Author: srvetus Date: Fri Sep 25 00:23:53 2015 +0200 Really handleAllFailures() handleAllFailures() only handles failures which are explicitly named. Maybe it should be renamed or emit a log message when an unknown failure is rer

[tor-commits] [ooni-probe/master] changed report structure for ProcessTest

2016-04-29 Thread art
commit a309440621561c47d4cb7db5b04e73b342d96307 Author: juga0 Date: Wed Dec 23 16:51:35 2015 + changed report structure for ProcessTest --- ooni/templates/process.py | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/ooni/templates/process.py b/ooni/template

[tor-commits] [ooni-probe/master] Fix to make the psiphon test run

2016-04-29 Thread art
commit 5f7e947953c8af4ca56d0462e69e80ae991293b4 Author: Arturo Filastò Date: Wed Dec 9 17:34:51 2015 +0100 Fix to make the psiphon test run * Remove unneeded imports --- ooni/nettests/third_party/psiphon.py | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff

[tor-commits] [ooni-probe/master] Add description of what test helpers are in introduction.

2016-04-29 Thread art
commit 568b5cdd71755b3ba12861c72ec918c425b463c3 Author: Arturo Filastò Date: Fri Jan 22 11:03:56 2016 +0100 Add description of what test helpers are in introduction. * Fix links --- docs/source/writing_test_helpers.rst | 24 1 file changed, 12 insertions(

[tor-commits] [ooni-probe/master] Avoid installing Twisted 15.5 to avoid bugs with txtorcon

2016-04-29 Thread art
commit ad1cca904691cb246cf0bae079901ef965974f59 Author: Arturo Filastò Date: Wed Dec 2 12:40:08 2015 +0100 Avoid installing Twisted 15.5 to avoid bugs with txtorcon --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt

[tor-commits] [ooni-probe/master] Add link to test_helper_tutorial in index

2016-04-29 Thread art
commit b97304a0cf459437ad7849ec116f29c570393315 Author: Arturo Filastò Date: Fri Jan 22 11:04:19 2016 +0100 Add link to test_helper_tutorial in index --- docs/source/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/index.rst b/docs/source/index.rst index 10c7c8f..

[tor-commits] [ooni-probe/master] No need to downgrade Twisted

2016-04-29 Thread art
commit 9963b3beda4ad29b050c60bbae2efdba6b3d79fc Author: anadahz Date: Sun Dec 20 15:30:05 2015 +0100 No need to downgrade Twisted All Twister version are supported by ooniprobe! Fixed (https://trac.torproject.org/projects/tor/ticket/15944) --- scripts/install.sh | 4 1 fi

[tor-commits] [ooni-probe/master] Fix lantern test

2016-04-29 Thread art
commit a9e003e9cd6cc9a2767ab567f6215fb2d92cf603 Author: Arturo Filastò Date: Fri Dec 11 11:39:59 2015 +0100 Fix lantern test --- ooni/nettests/third_party/lantern.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ooni/nettests/third_party/lantern.py b/ooni/nett

[tor-commits] [ooni-probe/master] README: Vagrantfile requires ooni-backend in parent directory

2016-04-29 Thread art
commit 2c18041d9b1d13a788df27292fca83c0460bac04 Author: ecneladis Date: Sat Jan 9 16:54:49 2016 +0100 README: Vagrantfile requires ooni-backend in parent directory --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index bf52114..c824c44 100644 --- a

[tor-commits] [ooni-probe/master] Add lantern test documentation

2016-04-29 Thread art
commit 3d7f9448fcc4bcdfa18d56d758cf900f33e1c63a Author: anadahz Date: Mon Dec 21 02:32:47 2015 +0100 Add lantern test documentation --- docs/source/tests/lantern.rst | 60 +++ 1 file changed, 60 insertions(+) diff --git a/docs/source/tests/lantern.r

[tor-commits] [ooni-probe/master] add script to install openvpn for the openvpn test

2016-04-29 Thread art
commit 73b6546d3344a06207b9ba54717d5b0c2b49c5ad Author: juga0 Date: Thu Nov 19 15:36:51 2015 + add script to install openvpn for the openvpn test --- scripts/openvpn_install.sh | 21 + 1 file changed, 21 insertions(+) diff --git a/scripts/openvpn_install.sh b/scrip

[tor-commits] [ooni-probe/master] Move general SOCKSError after more specific failures

2016-04-29 Thread art
commit 5f8bc2ca87dfcbc7ea666276c9a24b50e092c6c6 Author: srvetus Date: Thu Nov 19 13:52:47 2015 +0100 Move general SOCKSError after more specific failures --- ooni/errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ooni/errors.py b/ooni/errors.py index 84c0afc..55

[tor-commits] [ooni-probe/master] add openvpn user documentation

2016-04-29 Thread art
commit 652f236777b1f0f394b5b26dd6518e815c87de4b Author: juga0 Date: Thu Nov 19 19:59:58 2015 + add openvpn user documentation --- docs/source/nettests/ooni.nettests.third_party.rst | 8 ++ docs/source/tests/openvpn.rst | 148 + 2 files changed

[tor-commits] [ooni-probe/master] Fix typo in docstring spotted by @armadev

2016-04-29 Thread art
commit d115c8902d51c37dacda96a10a7bd17a1e741f4e Author: Arturo Filastò Date: Wed Dec 2 15:27:22 2015 +0100 Fix typo in docstring spotted by @armadev --- ooni/tests/test_errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ooni/tests/test_errors.py b/ooni/tests/tes

[tor-commits] [ooni-probe/master] add psiphon user documentation

2016-04-29 Thread art
commit d29782da9e3aa31feee5261a5713a04247e5e611 Author: juga0 Date: Thu Nov 19 19:55:36 2015 + add psiphon user documentation --- docs/source/nettests/ooni.nettests.third_party.rst | 8 ++ docs/source/tests/psiphon.rst | 119 + 2 files changed

[tor-commits] [ooni-probe/master] Major fixes and enhancements to psipshon install script

2016-04-29 Thread art
commit 55f96585d62dcbbff41c01b9b8a97f5ee346c3d9 Author: anadahz Date: Fri Nov 6 10:58:54 2015 +0100 Major fixes and enhancements to psipshon install script * Create required PSIPHON_PATH directory * Add command_exists function * Check if running as root user non sudo usage

[tor-commits] [ooni-probe/master] Disable debug mode

2016-04-29 Thread art
commit 96a87d23da2837eaed2ee5a632984fc3953ec43b Author: anadahz Date: Wed Nov 18 19:34:57 2015 +0100 Disable debug mode --- scripts/psiphon_install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/psiphon_install.sh b/scripts/psiphon_install.sh index 9a1431d

[tor-commits] [ooni-probe/master] Test that specific Failures are caught before parent Failures

2016-04-29 Thread art
commit 525a8438bd601592c4f878ca5d42d3dab8943be0 Author: srvetus Date: Thu Nov 19 14:16:42 2015 +0100 Test that specific Failures are caught before parent Failures --- ooni/tests/test_errors.py | 20 1 file changed, 20 insertions(+) diff --git a/ooni/tests/test_errors.

[tor-commits] [ooni-probe/master] We no longer need to avoid twisted 15.5.0

2016-04-29 Thread art
commit 87764340881d0afd2091e588141d9aa677660c52 Author: Arturo Filastò Date: Thu Dec 3 13:09:39 2015 +0100 We no longer need to avoid twisted 15.5.0 Thanks to @meejah for releasing a fix so quickly --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -

[tor-commits] [ooni-probe/master] Fix conditionals, move echo output

2016-04-29 Thread art
commit 20fae977f9b905561435e9d64fa14eefd0edfa00 Author: anadahz Date: Wed Nov 18 19:33:52 2015 +0100 Fix conditionals, move echo output --- scripts/psiphon_install.sh | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/scripts/psiphon_install.sh b/scripts/psiphon_i

[tor-commits] [ooni-probe/master] Fix annotations in ooniprobe

2016-04-29 Thread art
commit 08d54806912c2e690f294d0b07afbe9e54f62cf8 Author: Arturo Filastò Date: Thu Nov 26 18:39:06 2015 +0100 Fix annotations in ooniprobe --- ooni/nettest.py | 4 +++- ooni/oonicli.py | 3 +-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ooni/nettest.py b/ooni/nettest.py

[tor-commits] [ooni-probe/master] Update ooniprobe to 1.3.2

2016-04-29 Thread art
commit 5b62ae5e8e5f8b098dc527561a055de9d0085ca1 Author: Arturo Date: Fri Nov 20 15:33:30 2015 +0100 Update ooniprobe to 1.3.2 --- ChangeLog.rst| 17 + ooni/__init__.py | 2 +- setup.py | 1 + 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/Chang

[tor-commits] [ooni-probe/master] Remove unneeded space

2016-04-29 Thread art
commit ad6c90b781ff89ed8292c728c5bcb200c0395ca7 Author: anadahz Date: Tue Nov 17 20:17:31 2015 +0100 Remove unneeded space --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f265676..926468a 100644 --- a/.travis.yml +++ b/.tr

[tor-commits] [ooni-probe/master] psiphon.py: prepare for merge with master

2016-04-29 Thread art
commit 03cec435f36d43fdc0e47c0067548b92c41d55d5 Author: Simone Basso Date: Sun Nov 15 15:58:54 2015 +0100 psiphon.py: prepare for merge with master - for now check.torprokect.org will do - for now it's OK to keep psiphon in the home directory - couple of cosmetic

[tor-commits] [ooni-probe/master] Make sure bin/ooniprobe-dev can be called from anywhere

2016-04-29 Thread art
commit 71c79a749cb4d77ab2df97260ef9e4f9faa87788 Author: Simone Basso Date: Tue Oct 13 12:01:25 2015 +0200 Make sure bin/ooniprobe-dev can be called from anywhere This was a feature or #412 that I initially overlooked since the developer script was performing a `cd`. Re

[tor-commits] [ooni-probe/master] Add all supported twisted version, revise build dependencies

2016-04-29 Thread art
commit ff417896e2bdedd13ac6e598c471a9ce4df9d0a2 Author: anadahz Date: Tue Nov 17 20:09:51 2015 +0100 Add all supported twisted version, revise build dependencies Include all Twisted versions >= 12.2 and latest as travis ENV tests Add required build dependencies packages Rem

[tor-commits] [ooni-probe/master] Add description to meek test

2016-04-29 Thread art
commit f5279950cd048d9a9ce36a26933865012783b90b Author: Arturo Date: Fri Nov 20 15:03:21 2015 +0100 Add description to meek test --- ooni/nettests/blocking/meek_fronted_requests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ooni/nettests/blocking/meek_fronted_req

[tor-commits] [ooni-probe/master] change the way HTTP request errors are handled

2016-04-29 Thread art
commit 6da1e0e2dd98aaeafe31b6f2241d92223738551d Author: juga0 Date: Thu Sep 24 23:03:30 2015 + change the way HTTP request errors are handled * eliminate addFailureToReport because the errors are handled by HTTPTest errback and addToReport * add ConnectionDone exception

[tor-commits] [ooni-probe/master] Correct sample report test command

2016-04-29 Thread art
commit d099693c84508e6283565a1ac61063ca1340b6bb Author: anadahz Date: Fri Oct 16 01:31:43 2015 +0200 Correct sample report test command --- docs/source/tests/bridge_reachability.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tests/bridge_reachability.rs

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

2016-04-29 Thread art
commit 8f0895fd657450057ca9d16a38051c379c283cd1 Author: Arturo Filastò Date: Wed Nov 11 19:12:25 2015 +0100 Update README.rst --- README.rst | 9 + 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index 71a253e..930426c 100644 --- a/README.rst +++ b/README.rst

[tor-commits] [ooni-probe/master] psiphon: use the python provided by sys.executable

2016-04-29 Thread art
commit b899fb7f25533fef7ddc9a23afe869c4bf684f14 Author: Simone Basso Date: Sat Oct 10 11:06:11 2015 +0200 psiphon: use the python provided by sys.executable There may be more than one Python (for example on MacOS I have both the system Python and the one installed with brew).

[tor-commits] [ooni-probe/master] Properly add BTC address

2016-04-29 Thread art
commit 0b1d79f26de4a92ad9377067d2e107a7371fc262 Author: Arturo Filastò Date: Wed Nov 11 19:15:12 2015 +0100 Properly add BTC address --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e4174d3..7c624dc 100644 --- a/README.r

[tor-commits] [ooni-probe/master] Increase the timeout of director tests or travis will be sad

2016-04-29 Thread art
commit 3e047141058c2f9d172e7f6ff79055b73b629526 Author: Arturo Filastò Date: Mon Jul 27 16:52:50 2015 +0200 Increase the timeout of director tests or travis will be sad --- ooni/tests/test_oonicli.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ooni/tests/test_oonicli.py b/ooni/t

[tor-commits] [ooni-probe/master] Merge pull request #458 from pra85/patch-2

2016-04-29 Thread art
commit 1fac7cd1d1c3ad306044ecde04cc7ac2681b3bd1 Merge: 5b4ce0e 305bef0 Author: Arturo Filastò Date: Tue Feb 2 15:41:36 2016 +0100 Merge pull request #458 from pra85/patch-2 Fix typos in Readme.md README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) _

[tor-commits] [ooni-probe/master] Fix typos in Readme.md

2016-04-29 Thread art
commit 305bef050c6be3e34acb48c39cb1fe6a3cae96c7 Author: Prayag Verma Date: Tue Feb 2 19:05:58 2016 +0530 Fix typos in Readme.md Found some spelling mistakes while reading Readme.md `depedencies` > `dependencies` `distributation` > `distribution` `Projec` > `Project` ---

[tor-commits] [ooni-probe/master] add psiphon_install.sh, code should be improved

2016-04-29 Thread art
commit c3e0912271313d1d28c3d31bd182586829a1dd52 Author: juga0 Date: Sun Sep 20 21:23:47 2015 + add psiphon_install.sh, code should be improved --- scripts/psiphon_install.sh | 51 ++ 1 file changed, 51 insertions(+) diff --git a/scripts/psip

[tor-commits] [ooni-probe/master] Remove duplicate package

2016-04-29 Thread art
commit b5781702b1f9e287dd8921585d32835f2d27bd7a Author: anadahz Date: Tue Nov 17 21:44:59 2015 +0100 Remove duplicate package Remove duplicate apt package libdumbnet-dev As spotted by @bassosimone --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi

[tor-commits] [ooni-probe/master] psiphon: fix bug that psiphon hangs ooniprobe -ng

2016-04-29 Thread art
commit 85ae20219c13a19e26896d867ea121fdf24ccc0e Author: Simone Basso Date: Sun Nov 15 16:58:37 2015 +0100 psiphon: fix bug that psiphon hangs ooniprobe -ng Marked my fix with XXX because I'm not sure whether this is the proper approach, or whether it would be better to work on

[tor-commits] [ooni-probe/master] Add meek fronted requests documentation

2016-04-29 Thread art
commit d6f1fdfc9e411dff85164646a462a7823dac7152 Author: anadahz Date: Fri Oct 16 01:33:35 2015 +0200 Add meek fronted requests documentation --- docs/source/tests/meek_fronted_requests.rst | 176 1 file changed, 176 insertions(+) diff --git a/docs/source/tests

[tor-commits] [ooni-probe/master] Downgrading Twisted version is not needed

2016-04-29 Thread art
commit 9402fe9511b377507d22358eed75cac97eb5f7a0 Author: anadahz Date: Tue Nov 17 21:50:08 2015 +0100 Downgrading Twisted version is not needed Thanks to @bassosimone --- README.rst | 6 -- 1 file changed, 6 deletions(-) diff --git a/README.rst b/README.rst index 7c624dc..bf52

[tor-commits] [ooni-probe/master] Proper fix for issue reported by @anadahz in #401

2016-04-29 Thread art
commit 11511563659b4d3a18aa9e2c1a189d3cf1139155 Author: Simone Basso Date: Tue Nov 17 15:44:03 2015 +0100 Proper fix for issue reported by @anadahz in #401 --- ooni/utils/trueheaders.py | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/ooni/utils/truehea

[tor-commits] [ooni-probe/master] Add IRC travis build notifications

2016-04-29 Thread art
commit bc62c2d9b28e763bf2aa7abba924782e545a8ae3 Author: anadahz Date: Tue Nov 17 20:14:03 2015 +0100 Add IRC travis build notifications IRC build notifications will be send to channel #ooni (OFTC) triggered on build success change and always on build failure --- .travis.yml |

[tor-commits] [ooni-probe/master] Minor improvements commented on https://github.com/TheTorProject/ooni-probe/pull/410

2016-04-29 Thread art
commit 9921f4827f58c2282b00903f3169a2ca243df9a5 Author: juga0 Date: Wed Nov 11 12:48:16 2015 + Minor improvements commented on https://github.com/TheTorProject/ooni-probe/pull/410 * add comment about why using usePTY * add comment about why is needed to run psiphon from an

[tor-commits] [ooni-probe/master] Remove script to install psiphon

2016-04-29 Thread art
commit 867efea7487bd9168a1b7c543954ea2a910587f1 Author: Simone Basso Date: Sun Nov 15 16:11:18 2015 +0100 Remove script to install psiphon We will write a more ad-hoc script to install psiphon as part of the lepidopter install process of OONI. This way we don't need to

[tor-commits] [ooni-probe/master] initial psiphon test. Failure cases doesn't fail propertly

2016-04-29 Thread art
commit 01bf963445daea590510044ea40269d9762498fe Author: juga0 Date: Sun Sep 20 21:09:06 2015 + initial psiphon test. Failure cases doesn't fail propertly --- ooni/nettests/third_party/psiphon.py | 141 +++ 1 file changed, 141 insertions(+) diff --git a/

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

2016-04-29 Thread art
commit 043af3853b8b8e8423c3084e7d7156e301ac52cd Author: Arturo Filastò Date: Wed Nov 11 19:13:55 2015 +0100 Update README.rst --- README.rst | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 930426c..e4174d3 100644 --- a/README.rst

[tor-commits] [ooni-probe/master] Use the latest version of txsocksx that includes a fix for 15.0

2016-04-29 Thread art
commit fc752878a97e242930fc05c46d356222b0be290f Author: Arturo Filastò Date: Mon Jul 27 16:52:33 2015 +0200 Use the latest version of txsocksx that includes a fix for 15.0 --- ooni/reporter.py | 2 +- ooni/utils/hacks.py | 27 --- ooni/utils/truehea

[tor-commits] [ooni-probe/master] Skip failing tests

2016-04-29 Thread art
commit 4c794e8303eda88f0e50da2ec34a4e6cbabc63b3 Author: anadahz Date: Tue Nov 17 19:42:29 2015 +0100 Skip failing tests test_http_header_field_manipulation uses an unreachable backend test_sniffing_activated due to non configured packat capture (?) --- ooni/tests/test_oonicli.

[tor-commits] [ooni-probe/master] Cosmetic fix

2016-04-29 Thread art
commit 4a3dbc875fd95ecbecc86e8a2c7ed313cac65fd8 Author: Arturo Filastò Date: Mon Jul 27 16:53:04 2015 +0200 Cosmetic fix --- ooni/utils/trueheaders.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ooni/utils/trueheaders.py b/ooni/utils/trueheaders.py index 3905949..a

[tor-commits] [ooni-probe/master] Make bin/ooniprobe-dev portable

2016-04-29 Thread art
commit 5cbf718350a7aacab0d2a273424f3ccd33c1f9e3 Author: Simone Basso Date: Fri Oct 9 09:38:42 2015 +0200 Make bin/ooniprobe-dev portable - use a portable recipe to get the absolute path of the toplevel directory where ooni-probe sources are located [1] - make sure we

[tor-commits] [ooni-probe/master] Remove accidental change to Vagrantfile

2016-04-29 Thread art
commit 6f437a0937884a597386c81ab5ca9c80122d8201 Author: Daniel Ramsay Date: Tue Nov 3 09:08:54 2015 + Remove accidental change to Vagrantfile --- Vagrantfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index a06dc41..16a6ba0 100644 --- a/Vagrantfile +

[tor-commits] [ooni-probe/master] Remove unneeded imports, fix call to variables out of scope.

2016-04-29 Thread art
commit 6a1a3c1f02802db6f1c006916b0469078fa5525b Author: Arturo Filastò Date: Fri Feb 5 16:00:58 2016 +0100 Remove unneeded imports, fix call to variables out of scope. --- ooni/oonicli.py | 19 --- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/ooni/oonicli

[tor-commits] [ooni-probe/master] Consistency fix: lowercase ooni backend/probe words

2016-04-29 Thread art
commit d35a9c5b552a985d70bbad021ec9727e4e6378df Author: anadahz Date: Thu Feb 4 10:45:18 2016 -0300 Consistency fix: lowercase ooni backend/probe words --- docs/source/writing_test_helpers.rst | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/source/wr

[tor-commits] [ooni-probe/master] Fix misleading error message

2016-04-29 Thread art
commit be4cc909dcb620f5e1788ad5cf8549d14d0918f6 Author: Simone Basso Date: Wed Nov 4 16:02:32 2015 +0100 Fix misleading error message --- bin/oonireport | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/oonireport b/bin/oonireport index 1335a83..6a79f4c 100755 --- a/b

[tor-commits] [ooni-probe/master] Add Bridge Reachability Test documentation

2016-04-29 Thread art
commit 9617f31aa5dede2b49460cf4ae9e70139c7f61db Author: anadahz Date: Tue Oct 13 06:03:57 2015 +0200 Add Bridge Reachability Test documentation --- docs/source/tests/bridge_reachability.rst | 129 ++ 1 file changed, 129 insertions(+) diff --git a/docs/source/te

[tor-commits] [ooni-probe/master] Squashed commit of the following:

2016-04-29 Thread art
commit 6d2728ca795a97f6929c37579432ebcf909097d8 Author: Daniel Ramsay Date: Mon Aug 31 23:14:52 2015 +0100 Squashed commit of the following: Add support for ORG's blocked.org.uk scheduler Add: * ORG Queue integration * Support for additional values

[tor-commits] [ooni-probe/master] deal with existing, but empty, reporting.yml

2016-04-29 Thread art
commit da614dfd225ddf493b6d039111539cce7acf95eb Author: Simone Basso Date: Thu Nov 5 14:47:13 2015 +0100 deal with existing, but empty, reporting.yml Spotted while helping @anadahz to debug lepidopter. --- ooni/reporter.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ooni

[tor-commits] [ooni-probe/master] Refactoring of the ORG queue

2016-04-29 Thread art
commit 814b2879843a04450f1822dbdd42909906e876df Author: Arturo Filastò Date: Fri Feb 5 13:33:27 2016 +0100 Refactoring of the ORG queue * Do not start tor if we already have a tor state * Fix failure to import GeoIP --- ooni/director.py | 2 +- ooni/geoip.py| 1 + oon

[tor-commits] [ooni-probe/master] Fix: Typo correction

2016-04-29 Thread art
commit b6c84cd03ce1a4ea1bfc2e07bcad1574e298cd7a Author: anadahz Date: Thu Feb 4 11:03:38 2016 -0300 Fix: Typo correction --- docs/source/writing_test_helpers.rst | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/source/writing_test_helpers.rst b/doc

[tor-commits] [ooni-probe/master] Improve Readme and fix typo in test_settings

2016-04-29 Thread art
commit b9dbbb6c918a11b3887dbcb8e21f4d47ef0585cd Author: Arturo Date: Fri Nov 20 13:49:49 2015 +0100 Improve Readme and fix typo in test_settings --- README.rst | 1 - ooni/tests/test_settings.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.r

[tor-commits] [ooni-probe/master] Merge pull request #459 from TheTorProject/doc/fix-test-helpers-doc

2016-04-29 Thread art
commit a9d48f3efae4d29d616fdc5dfbcf318a760a6048 Merge: 1fac7cd b6c84cd Author: Arturo Filastò Date: Fri Feb 5 13:57:00 2016 +0100 Merge pull request #459 from TheTorProject/doc/fix-test-helpers-doc Doc/fix test helpers doc docs/source/writing_test_helpers.rst | 26 +-

[tor-commits] [ooni-probe/master] Merge pull request #445 from TheTorProject/fix/psiphon

2016-01-30 Thread art
commit f222a9d68cfd845c3bbb0c66b0e20a0667f78530 Merge: 91f4a18 c70886a Author: Arturo Filastò Date: Tue Jan 26 17:25:50 2016 +0100 Merge pull request #445 from TheTorProject/fix/psiphon Fix to make the psiphon test run ooni/nettests/third_party/psiphon.py | 44 ++

[tor-commits] [ooni-probe/master] Merge pull request #455 from agrabeli/patch-1

2016-01-30 Thread art
commit 314edba631a88ddb201adef0eb86baa1aa324f5d Merge: c124a42 c8afae8 Author: Arturo Filastò Date: Sat Jan 30 20:10:27 2016 +0100 Merge pull request #455 from agrabeli/patch-1 Edited various bits of the documentation page & moved "using ooniprob… docs/source/index.rst | 96 ++

[tor-commits] [ooni-probe/master] Edited various bits of the documentation page & moved "using ooniprobe" towards the beginning

2016-01-30 Thread art
commit c8afae85af648942607faa2a3315533de80176fa Author: Maria Xynou Date: Sat Jan 30 13:09:53 2016 +0100 Edited various bits of the documentation page & moved "using ooniprobe" towards the beginning --- docs/source/index.rst | 96 +-- 1 file

[tor-commits] [ooni-probe/master] README: Vagrantfile requires ooni-backend in parent directory

2016-01-30 Thread art
commit c031b604b66acc701a65afddb8acfc4ed1409a42 Author: ecneladis Date: Sat Jan 9 16:54:49 2016 +0100 README: Vagrantfile requires ooni-backend in parent directory --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index bf52114..c824c44 100644 --- a

[tor-commits] [ooni-probe/master] Merge pull request #452 from juga0/fix/psiphon_install

2016-01-30 Thread art
commit 5bfe7a72763f54fe08dcf136c1c6f612d6a1c976 Merge: f222a9d 16bb447 Author: Arturo Filastò Date: Tue Jan 26 17:25:58 2016 +0100 Merge pull request #452 from juga0/fix/psiphon_install fix checking if commands exist, other minor changes scripts/psiphon_install.sh | 66 +

[tor-commits] [ooni-probe/master] add/change report variable names

2016-01-30 Thread art
commit c9d1d950e76ccba69a3b7373b99e26be4b679ee9 Author: juga0 Date: Thu Dec 24 13:42:34 2015 + add/change report variable names * add bootstrapped_success report key with value true when the text 'Press Ctrl-C to terminate.' is found, false when psiphon runs but is not found and

[tor-commits] [ooni-probe/master] fix checking if commands exist, other minor changes

2016-01-30 Thread art
commit b955184f3689de91b9a4b792e46ceb144e03f161 Author: juga0 Date: Wed Dec 23 19:50:07 2015 + fix checking if commands exist, other minor changes * fix checking if commands exist * only install virtualenv if it is needed to create a new one * add/change debug ouput ---

[tor-commits] [ooni-probe/master] catch ProcessExitedAlready exception during cleanup

2016-01-30 Thread art
commit 23e22f9e9d1821ad052687d3956f4a35b591f336 Author: juga0 Date: Wed Dec 23 16:31:52 2015 + catch ProcessExitedAlready exception during cleanup --- ooni/nettests/third_party/psiphon.py | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ooni/nettests/third_party

[tor-commits] [ooni-probe/master] Merge pull request #451 from juga0/fix/psiphon

2016-01-30 Thread art
commit c70886ab71954382c97e9897a71f18e83cf90eac Merge: c8e6244 c9d1d95 Author: Arturo Filastò Date: Tue Jan 26 17:25:42 2016 +0100 Merge pull request #451 from juga0/fix/psiphon Fix/psiphon ooni/nettests/third_party/psiphon.py | 40 ooni/temp

[tor-commits] [ooni-probe/master] README: proper path to example inputs

2016-01-30 Thread art
commit 91f4a18f028c1feb230c6839b881b762b2312960 Author: ecneladis Date: Sat Jan 9 17:02:37 2016 +0100 README: proper path to example inputs --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c824c44..a1b6386 100644 --- a/README.

[tor-commits] [ooni-probe/master] Add link to test_helper_tutorial in index

2016-01-30 Thread art
commit 757b18ba7ea43fb69ac871b93e5524af81641742 Author: Arturo Filastò Date: Fri Jan 22 11:04:19 2016 +0100 Add link to test_helper_tutorial in index --- docs/source/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/index.rst b/docs/source/index.rst index 10c7c8f..

[tor-commits] [ooni-probe/master] Merge pull request #411 from srvetus/openvpn-test-rebased

2016-01-30 Thread art
commit c124a4206b52757ada82714f11cbb829a85e0998 Merge: 5bfe7a7 1fb05dc Author: Arturo Filastò Date: Tue Jan 26 17:26:05 2016 +0100 Merge pull request #411 from srvetus/openvpn-test-rebased OpenVPN Circumvention Test ooni/nettests/third_party/openvpn.py | 142

[tor-commits] [ooni-probe/master] Fix typo in code snippet example

2016-01-30 Thread art
commit be3aa99d8a41fab5da938007cb8f3b07218e4473 Author: Arturo Filastò Date: Fri Jan 22 11:08:22 2016 +0100 Fix typo in code snippet example --- docs/source/writing_test_helpers.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/writing_test_helpers.rs

[tor-commits] [ooni-probe/master] Add description of what test helpers are in introduction.

2016-01-30 Thread art
commit c2e0def0fbac26f8262b6304d5aa692392612360 Author: Arturo Filastò Date: Fri Jan 22 11:03:56 2016 +0100 Add description of what test helpers are in introduction. * Fix links --- docs/source/writing_test_helpers.rst | 24 1 file changed, 12 insertions(

[tor-commits] [ooni-probe/master] Run apt-get update before the install

2016-01-30 Thread art
commit 5b4ce0ef3277e8ef69e9b734f6e8ea61b250cc4e Author: Arturo Filastò Date: Sat Jan 30 20:06:02 2016 +0100 Run apt-get update before the install --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index fb6a033..72d7663 100644 --- a/.travis.yml +

[tor-commits] [ooni-probe/master] add variables for paths, change variable names

2016-01-30 Thread art
commit 16bb4478c33ee80bff9a364e950ee98818129a4d Author: juga0 Date: Fri Dec 25 19:54:31 2015 + add variables for paths, change variable names --- scripts/psiphon_install.sh | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/scripts/psiphon_install.s

[tor-commits] [ooni-probe/master] No need to downgrade Twisted

2016-01-30 Thread art
commit 1225125d99b642f718a5bc538f31ec16d0ab6b83 Author: anadahz Date: Sun Dec 20 15:30:05 2015 +0100 No need to downgrade Twisted All Twister version are supported by ooniprobe! Fixed (https://trac.torproject.org/projects/tor/ticket/15944) --- scripts/install.sh | 4 1 fi

[tor-commits] [ooni-probe/master] change new psiphon path to the psiphonpath attribute

2016-01-30 Thread art
commit 5746afdc25515c553d100d9e77c579b8d72d7d34 Author: juga0 Date: Tue Dec 22 21:10:13 2015 + change new psiphon path to the psiphonpath attribute --- ooni/nettests/third_party/psiphon.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ooni/nettests/third_par

[tor-commits] [ooni-probe/master] Add lantern test documentation

2016-01-30 Thread art
commit fbe9e0b4c06b81a31a8aebb45af215bb391781d6 Author: anadahz Date: Mon Dec 21 02:32:47 2015 +0100 Add lantern test documentation --- docs/source/tests/lantern.rst | 60 +++ 1 file changed, 60 insertions(+) diff --git a/docs/source/tests/lantern.r

[tor-commits] [ooni-probe/master] changed report structure for ProcessTest

2016-01-30 Thread art
commit d8b4121c2867c60af03c0129c4b14696c646ad55 Author: juga0 Date: Wed Dec 23 16:51:35 2015 + changed report structure for ProcessTest --- ooni/templates/process.py | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/ooni/templates/process.py b/ooni/template

[tor-commits] [ooni-probe/master] Added a simple tutorial on how to write test helpers.

2016-01-30 Thread art
commit d16f45eab8c134634819a301f97623dec935869f Author: seamus tuohy Date: Mon Jan 18 14:24:59 2016 -0500 Added a simple tutorial on how to write test helpers. --- docs/source/writing_test_helpers.rst | 137 +++ 1 file changed, 137 insertions(+) diff --git

<    2   3   4   5   6   7   8   9   10   11   >