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

2015-11-20 Thread art
commit dd1668496d90f99a17fe8813d7848453bf1886c6 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

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

2015-11-20 Thread art
commit ce4bf8688ad56eb7e2811ad0f5ba0cb536c6dc00 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

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

2015-11-20 Thread art
commit 8c53b36b94f7cefdaad045e4941503def5d9a121 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

[tor-commits] [ooni-probe/master] Proper order of installation steps

2015-11-20 Thread art
commit d3a8881cd300cdf6e8c4df41985d43fbb983e842 Author: Ulysses Aalto Date: Sun Oct 11 12:29:27 2015 -0400 Proper order of installation steps --- README.rst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index

[tor-commits] [ooni-probe/master] Preserve evnironment in su and sudo commands

2015-11-20 Thread art
commit 235416252df23e0030a6cfa279cb37a5c0b60718 Author: anadahz Date: Sun Jul 12 20:55:25 2015 +0200 Preserve evnironment in su and sudo commands --- scripts/install.sh |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install.sh

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

2015-11-20 Thread art
commit 88cc41e9f2b1ee7a2f428c4a4ab039edd9436a1d 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

[tor-commits] [ooni-probe/master] Setup backports to install go

2015-11-20 Thread art
commit 0ed75b1bce3d11c1dc45cd7cf1c2be661a2e07f1 Author: Arturo Filastò Date: Mon Jul 13 10:41:02 2015 +0200 Setup backports to install go Install meek-client with go --- scripts/install.sh | 64 1 file

[tor-commits] [ooni-probe/master] Merge pull request #405 from TheTorProject/fix/feature/install

2015-11-20 Thread art
commit 2ffdb863a8800ba84a03eac04f2e5e612a35dc63 Merge: ed26fa9 0c636ba Author: Arturo Filastò Date: Fri Jul 31 10:59:13 2015 +0200 Merge pull request #405 from TheTorProject/fix/feature/install Add support for DNF package manager, add required build

[tor-commits] [ooni-probe/master] Install pip using get-pip.py

2015-11-20 Thread art
commit f795f96da57197c2e1f42c7e6ea63a9600408e96 Author: Arturo Filastò Date: Fri Jul 3 17:29:01 2015 +0200 Install pip using get-pip.py --- scripts/install.sh |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh

[tor-commits] [ooni-probe/master] Fix wheezy backports uRL

2015-11-20 Thread art
commit 85e990cbf78589ac160916b4230d1108f668d455 Author: Arturo Filastò Date: Mon Jul 13 11:33:31 2015 +0200 Fix wheezy backports uRL --- scripts/install.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index

[tor-commits] [ooni-probe/master] Set PYTHONPATH before running pip

2015-11-20 Thread art
commit 01ab8d01caa5231428b807624a8d2199abfeabce Author: Arturo Filastò Date: Mon Jul 13 11:22:17 2015 +0200 Set PYTHONPATH before running pip --- scripts/install.sh |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install.sh

[tor-commits] [ooni-probe/master] Use the special curl command

2015-11-20 Thread art
commit e49e21f19292b666f8c05cae626a3eb8a6bb869d Author: Arturo Filastò Date: Fri Jul 3 16:33:13 2015 +0200 Use the special curl command --- scripts/install.sh |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install.sh

[tor-commits] [ooni-probe/master] Improve pip installation

2015-11-20 Thread art
commit 9e093b2c6200627907e7035f4521c622819d2743 Author: Arturo Filastò Date: Fri Jul 3 17:36:57 2015 +0200 Improve pip installation * Fix some shell bugs --- scripts/install.sh | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git

[tor-commits] [ooni-probe/master] fteproxy requires also gmp-dev

2015-11-20 Thread art
commit 38883e35f7a76c2a3c5789a05d143aa1aace87ba Author: Arturo Filastò Date: Fri Jul 3 17:48:12 2015 +0200 fteproxy requires also gmp-dev --- scripts/install.sh | 47 ++- 1 file changed, 30 insertions(+), 17 deletions(-) diff

[tor-commits] [ooni-probe/master] Remove bashism

2015-11-20 Thread art
commit dafe5ca9963647da329ee0c7c421209d58dd1e1f Author: Arturo Filastò Date: Mon Jul 6 16:14:24 2015 +0200 Remove bashism --- scripts/install.sh |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index

[tor-commits] [ooni-probe/master] Make the https repo detection cross sh-*

2015-11-20 Thread art
commit 77558d6be6c6b0ac049cd5d7894e20dfa9d07e8c Author: Arturo Filastò Date: Fri Jul 3 16:18:16 2015 +0200 Make the https repo detection cross sh-* --- scripts/install.sh | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git

[tor-commits] [ooni-probe/master] add more spawnProcess arguments to run

2015-11-20 Thread art
commit 138891558e46983a9cac4faafd7bbe533f9eb7d6 Author: juga0 Date: Sat Sep 19 19:53:45 2015 + add more spawnProcess arguments to run --- ooni/templates/process.py |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ooni/templates/process.py

[tor-commits] [ooni-probe/master] Set PYTHONPATH path from calling python

2015-11-20 Thread art
commit ed26fa9674ed2898afa35110f515c9fb8e0f6381 Author: Arturo Filastò Date: Mon Jul 13 14:24:36 2015 +0200 Set PYTHONPATH path from calling python --- scripts/install.sh |1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install.sh b/scripts/install.sh index

[tor-commits] [ooni-probe/master] Merge pull request #400 from anadahz/fix/feature/install

2015-11-20 Thread art
commit ccc751be92d8b5bb24888434fa60c4de5c246262 Merge: 0ed75b1 2354162 Author: Arturo Filastò Date: Mon Jul 13 10:45:30 2015 +0200 Merge pull request #400 from anadahz/fix/feature/install Preserve evnironment in su and sudo commands scripts/install.sh |4

[tor-commits] [ooni-probe/master] Parametrise the mktemp call

2015-11-20 Thread art
commit 5c925d1d29b62a341945b85d497f73c905091167 Author: Arturo Filastò Date: Sun Jul 12 19:47:30 2015 +0200 Parametrise the mktemp call --- scripts/install.sh |9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/scripts/install.sh

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

2015-11-20 Thread art
commit 4d2804d5ff5beba979e495e07770d09af4139313 Merge: f2e717b ca3f990 Author: Arturo Date: Fri Nov 20 13:50:58 2015 +0100 Merge branch 'master' of github.com:TheTorProject/ooni-probe * 'master' of github.com:TheTorProject/ooni-probe: (67 commits) Downgrading

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

2015-11-20 Thread translation
commit acc60b847bd59f59207e7f7fb9f05d33f3eec035 Author: Translation commit bot Date: Fri Nov 20 13:45:26 2015 + Update translations for tails-greeter --- ar/ar.po |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ar/ar.po

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

2015-11-20 Thread translation
commit 22e5248a37c0ff1855c02df0e9ddf22d05f2a28f Author: Translation commit bot Date: Fri Nov 20 13:45:31 2015 + Update translations for tails-greeter_completed --- ar/ar.po | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git

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

2015-11-20 Thread translation
commit af9a95ffab5aa5552bed27ab629f0928996060b0 Author: Translation commit bot Date: Fri Nov 20 13:45:18 2015 + Update translations for liveusb-creator --- ar/ar.po | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/ar/ar.po

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

2015-11-20 Thread translation
commit ee03cdaf82f19c285758ad21c4c8b49fe0ad8bc1 Author: Translation commit bot Date: Fri Nov 20 14:15:18 2015 + Update translations for liveusb-creator --- ar/ar.po | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ar/ar.po

[tor-commits] [ooni-probe/master] Check spelling with codespell

2015-11-20 Thread art
commit a02799fdc9fb687af2141f9938df8b2aac33b9d7 Author: Kevin Murray Date: Fri Sep 25 21:26:40 2015 +1000 Check spelling with codespell --- HACKING|2 +- README.rst |2

[tor-commits] [ooni-probe/master] Fix typo in the meek tests

2015-11-20 Thread art
commit 83e079312fed91ee24aec19a57691e0d67e39010 Author: Paul Wise Date: Thu Oct 15 17:31:09 2015 +0800 Fix typo in the meek tests Signed-off-by: Isis Lovecruft --- ooni/nettests/blocking/meek_fronted_requests.py |2 +- 1 file

[tor-commits] [ooni-probe/master] Merge pull request #419 from TheTorProject/doc/enhance-test-documentation

2015-11-20 Thread art
commit d14f7f668d1e95b0b44de895395e73c0ae301ad5 Merge: 7bf8c8b 054625f Author: Arturo Filastò Date: Mon Nov 9 10:50:03 2015 +0100 Merge pull request #419 from TheTorProject/doc/enhance-test-documentation Add Bridge Reachability Test documentation

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

2015-11-20 Thread art
commit b2fdc20e46f7dd862248757fe8c241e04542a37d Merge: ed0fdf5 d3a8881 Author: Simone Basso Date: Sun Oct 11 20:00:43 2015 +0200 Merge pull request #418 from uaalto/patch-1 Proper order of installation steps README.rst |2 +- 1 file changed, 1

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

2015-11-20 Thread art
commit 65596e9d92894e5e9e9fcdd6f7e86a06175236dc Merge: 77ce0b5 f91d136 Author: Arturo Filastò Date: Sun Sep 20 13:57:43 2015 +0200 Merge pull request #409 from juga0/fix/process Fix/process ooni/templates/process.py | 23 +++ 1 file

[tor-commits] [ooni-probe/master] Workaround: uninstall/install a Twisted version >=12.2.0, <=14.0.0

2015-11-20 Thread art
commit 8d136def559fd25fdc22749474eddba169a8bef8 Author: anadahz Date: Wed Sep 9 14:46:06 2015 +0200 Workaround: uninstall/install a Twisted version >=12.2.0,<=14.0.0 By default pip grabs the latest Twisted version (15.x) which is not currently supported by

[tor-commits] [ooni-probe/master] Fix typo in exporting of PYTHONPATH

2015-11-20 Thread art
commit 6c29f698799a7e34ed3023f2f2854de3e2c3d461 Author: Arturo Filastò Date: Thu Aug 6 12:26:32 2015 +0200 Fix typo in exporting of PYTHONPATH --- scripts/install.sh |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install.sh

[tor-commits] [ooni-probe/master] Fix developer script

2015-11-20 Thread art
commit 52b02e0e863dec2969e0858780bbd3f5fc0f20e6 Author: aagbsn Date: Thu Sep 24 15:51:36 2015 + Fix developer script --- bin/ooniprobe-dev |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ooniprobe-dev b/bin/ooniprobe-dev index

[tor-commits] [ooni-probe/master] Merge pull request #399 from TheTorProject/feature/install

2015-11-20 Thread art
commit 77ce0b5c8e62c13fca950979aa4f2fdf5e36ed6f Merge: a1c75bd 7609ffc Author: anadahz Date: Mon Sep 14 00:28:39 2015 + Merge pull request #399 from TheTorProject/feature/install Feature/install scripts/install.sh | 352

[tor-commits] [ooni-probe/master] Bug: add notes to uninstall/downgrade Twisted via pip

2015-11-20 Thread art
commit c35d1f639ba987dded61073e94dfbd8cc68ef702 Author: anadahz Date: Fri Sep 11 10:15:28 2015 +0200 Bug: add notes to uninstall/downgrade Twisted via pip pypi ooniprobe requirements installs the latest version of Twisted Currently due to a bug in Twisted

[tor-commits] [ooni-probe/master] check shouldClose in errReceived as outReceived does

2015-11-20 Thread art
commit 94eeb20f4ce4c1ff9ef35c3a994e6f42ed670f82 Author: juga0 Date: Sat Sep 19 19:37:13 2015 + check shouldClose in errReceived as outReceived does --- ooni/templates/process.py |3 +++ 1 file changed, 3 insertions(+) diff --git a/ooni/templates/process.py

[tor-commits] [ooni-probe/master] Attempt to fix https://trac.torproject.org/projects/tor/ticket/16713

2015-11-20 Thread art
commit 3e3c18367fdf018f2d919fdc89f5295332adc212 Author: Arturo Filastò Date: Tue Aug 4 18:18:21 2015 +0200 Attempt to fix https://trac.torproject.org/projects/tor/ticket/16713 --- scripts/install.sh |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff

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

2015-11-20 Thread art
commit 054625fb414a32d0b757fb72cdf5cbd45b2d5b26 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

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

2015-11-20 Thread art
commit 305fb1204db3d9f7c668dfbe6992838b1474844d Author: hadiasghari Date: Sat Oct 10 14:50:00 2015 -0400 Update README.rst development instructions --- README.rst | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git

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

2015-11-20 Thread art
commit 7fab827752ca7d6b79c81e165714ca87e9372314 Merge: b2fdc20 52b02e0 Author: Simone Basso Date: Tue Oct 13 11:53:08 2015 +0200 Merge pull request #412 from TheTorProject/fix/developer_script Fix developer script bin/ooniprobe-dev |4 ++-- 1 file

[tor-commits] [ooni-probe/master] Change file mode to executable

2015-11-20 Thread art
commit 1c02310d4e4bee9b0208cb991d8035087f90e2ae Author: anadahz Date: Wed Aug 5 10:56:42 2015 +0200 Change file mode to executable --- 0 files changed diff --git a/scripts/install.sh b/scripts/install.sh old mode 100644 new mode 100755

[tor-commits] [ooni-probe/master] Add a connect timeout of 20 seconds

2015-11-20 Thread art
commit c4f016bfd5a03e43e65caa2e9941f4d775225e29 Author: Arturo Filastò Date: Fri Jul 3 16:05:46 2015 +0200 Add a connect timeout of 20 seconds --- scripts/install.sh |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/scripts/install.sh

[tor-commits] [ooni-probe/master] Fix: Don't ask for confirmation of uninstall deletions

2015-11-20 Thread art
commit 978ea69a8dd1a004947acade9138e1cf405339b9 Author: anadahz Date: Wed Sep 9 17:13:41 2015 +0200 Fix: Don't ask for confirmation of uninstall deletions --- scripts/install.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh

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

2015-11-20 Thread art
commit b1cf6c440c2b2c6f438a79511ce059426b4eabc3 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

[tor-commits] [ooni-probe/master] Add support for DNF package manager, add required build dependencies

2015-11-20 Thread art
commit 0c636ba35227db9832682ce5de107c545bdbe354 Author: anadahz Date: Fri Jul 31 01:30:40 2015 +0200 Add support for DNF package manager, add required build dependencies - Fedora 22 introduces the next upcoming major version of Yum DNF, this commit adds

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

2015-11-20 Thread art
commit a1c75bd4d9dcc4e3c5a16434564ff29b6eb5ee4f Merge: a3b6e77 c35d1f6 Author: Simone Basso Date: Fri Sep 11 12:48:28 2015 +0200 Merge pull request #407 from TheTorProject/fix/readme Bug: add notes to uninstall/downgrade Twisted via pip README.rst |6

[tor-commits] [tor/release-0.2.7] prepare for a release.

2015-11-20 Thread nickm
commit b6024ec1498edbf8a0b89e1575adb932469d4497 Author: Nick Mathewson Date: Fri Nov 20 08:48:08 2015 -0500 prepare for a release. --- ChangeLog| 29 + ReleaseNotes |6 +++--- 2 files changed, 32 insertions(+), 3 deletions(-)

[tor-commits] [ooni-probe/master] Add install.sh script heavily based on docker

2015-11-20 Thread art
commit 2af2c9ffd983ea22271322b17319332dd3be7d10 Author: Arturo Filastò Date: Fri Jul 3 12:03:20 2015 +0200 Add install.sh script heavily based on docker --- scripts/install.sh | 166 1 file changed, 166 insertions(+)

[tor-commits] [ooni-probe/master] Add support for installing pluggable transports

2015-11-20 Thread art
commit d0b200391219caafe39747a686796ec8b5892762 Author: Arturo Filastò Date: Fri Jul 3 12:24:01 2015 +0200 Add support for installing pluggable transports --- scripts/install.sh | 65 +--- 1 file changed, 52 insertions(+),

[tor-commits] [ooni-probe/master] Implement codename detection without lsb_release

2015-11-20 Thread art
commit 23ae055fb90a332799302a483e571406b9169d99 Author: Arturo Filastò Date: Fri Jul 3 12:55:42 2015 +0200 Implement codename detection without lsb_release --- scripts/install.sh |2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install.sh

[tor-commits] [ooni-probe/master] Add cloudfronted domain for the tor debian repository

2015-11-20 Thread art
commit 9f04a266db99de1518c574ff18080e863255aae3 Author: Arturo Filastò Date: Fri Jul 3 15:33:00 2015 +0200 Add cloudfronted domain for the tor debian repository --- scripts/install.sh |4 1 file changed, 4 insertions(+) diff --git a/scripts/install.sh

[tor-commits] [ooni-probe/master] Fix line formatting

2015-11-20 Thread art
commit 7609ffc64d077e1488edaa76f81dc183ba4f9326 Author: anadahz Date: Thu Sep 10 10:58:47 2015 +0200 Fix line formatting --- scripts/install.sh |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index

[tor-commits] [ooni-probe/master] It seems like censor from country X blocks also when the URL contains "torproject.org"

2015-11-20 Thread art
commit 847ef37168e6f2621f78a6df0f99280db1430113 Author: Arturo Filastò Date: Fri Jul 3 16:13:51 2015 +0200 It seems like censor from country X blocks also when the URL contains "torproject.org" --- scripts/install.sh |9 - 1 file changed, 8 insertions(+), 1

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

2015-11-20 Thread art
commit 1172083dff321c2544e4dfaa7c312528a0226512 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

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

2015-11-20 Thread art
commit 2176d0dd113d0e9754d2efb4ce1f9a17716134b0 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

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

2015-11-20 Thread art
commit 4fdc3c376dc041836d563b0c219645fc88258698 Author: Arturo Filastò Date: Wed Nov 11 19:12:25 2015 +0100 Update README.rst --- README.rst |8 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 5c043cd..930426c 100644 ---

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

2015-11-20 Thread art
commit 13b06e93f7f80dd6ab100bf5edb3aa2bff620628 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

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

2015-11-20 Thread art
commit 954452ba8f38569757a519bae2307001a91e7378 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.

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

2015-11-20 Thread art
commit 4b7f72746a10c1e48df93a3c62c84fcb1d6f2bb2 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

[tor-commits] [ooni-probe/master] Merge pull request #420 from TheTorProject/doc/meek-fronted-requests-doc

2015-11-20 Thread art
commit 9e2d2a75626e329e6a321826c74e2d10b8320254 Merge: d14f7f6 91cc699 Author: Arturo Filastò Date: Mon Nov 9 10:51:09 2015 +0100 Merge pull request #420 from TheTorProject/doc/meek-fronted-requests-doc Add meek fronted requests documentation

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

2015-11-20 Thread art
commit e2e5f8c7c157eaf6782d9cb5fa22ee39ccb30aad 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 (?) ---

[tor-commits] [ooni-probe/master] Merge pull request #401 from TheTorProject/fix/twisted15.0

2015-11-20 Thread art
commit 8449d674f69c8ca740631fab534935fc87265af2 Merge: 866ed35 b1cf6c4 Author: Simone Basso Date: Fri Nov 13 08:57:08 2015 +0100 Merge pull request #401 from TheTorProject/fix/twisted15.0 Fix/twisted15.0 ooni/reporter.py |2 +-

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

2015-11-20 Thread art
commit 61a6b2af1f77f07232eded4d5e7971b162aef987 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

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

2015-11-20 Thread art
commit 7eb2022821315a94baed956bf2d5e036b9537381 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

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

2015-11-20 Thread art
commit 867236e460c65e840afa4a7be3da6898d3319398 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

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

2015-11-20 Thread art
commit 387a3113287cf6a86c299e517a23d8154c6fb740 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

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

2015-11-20 Thread art
commit 528f965b86da50aa97f96acb2f547e351060ee70 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

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

2015-11-20 Thread art
commit 703cc52947fd1c35d57360c6301a1c0466ee60f7 Merge: 6a44287 f7bcdeb Author: Simone Basso Date: Tue Nov 17 21:03:29 2015 +0100 Merge pull request #427 from TheTorProject/fix/travis Fix/travis .travis.yml| 23 ---

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

2015-11-20 Thread art
commit ab57cb58cacbbc9f046fa323fa256cf9fa1aaf32 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

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

2015-11-20 Thread art
commit d362048243be4990d43d4fda211d29bb053dcdae 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

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

2015-11-20 Thread art
commit f2e717b8be93b3c292727ec7355b6ea2e15963ec Author: Arturo Date: Fri Nov 20 13:49:49 2015 +0100 Improve Readme and fix typo in test_settings --- README.rst | 25 +++-- ooni/tests/test_settings.py |2 +- 2 files changed, 20

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

2015-11-20 Thread art
commit 53934923f0531eea4b3e4258d74044466edd66e6 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

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

2015-11-20 Thread art
commit 083ccc01bd152e01df934e4b9a865f8ef9efa5aa 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

[tor-commits] [ooni-probe/master] Merge pull request #425 from TheTorProject/feature/psiphon-dev-sbs-rebased

2015-11-20 Thread art
commit c853b7bfaccaae9a4122f5241a7e23dea26c1b53 Merge: 8449d67 1172083 Author: Simone Basso Date: Sun Nov 15 17:18:13 2015 +0100 Merge pull request #425 from TheTorProject/feature/psiphon-dev-sbs-rebased Add third_party test for psiphon ooni/errors.py

[tor-commits] [ooni-probe/master] Parametrise backports repo configuration

2015-11-20 Thread art
commit b25a0c89819392721361edf31903fd3af9f03021 Author: Arturo Filastò Date: Mon Jul 13 11:30:00 2015 +0200 Parametrise backports repo configuration Install the GPG key of the backports repo --- scripts/install.sh | 10 ++ 1 file changed, 6

[tor-commits] [ooni-probe/master] Merge pull request #416 from TheTorProject/fix/bin-ooniprobe-dev

2015-11-20 Thread art
commit 8c6dad7633308a9fc6564b5087ec2a0622ea3e30 Merge: f183629 8c53b36 Author: Arturo Filastò Date: Sun Nov 8 10:18:19 2015 +0100 Merge pull request #416 from TheTorProject/fix/bin-ooniprobe-dev Improve ./bin/ooniprobe-dev bin/ooniprobe-dev |8 ++--

[tor-commits] [ooni-probe/master] modify resetTimer and cancelTimer to avoid alreadyCancelled exception

2015-11-20 Thread art
commit 2a385f9292755fe66fea4f6952c02c033ff715c6 Author: juga0 Date: Sat Sep 19 19:24:10 2015 + modify resetTimer and cancelTimer to avoid alreadyCancelled exception --- ooni/templates/process.py |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[tor-commits] [ooni-probe/master] Update Debian package info

2015-11-20 Thread art
commit 0945a51ae9db3ff06e43a7a0396f0a534f156765 Author: KwadroNaut Date: Fri Oct 30 09:12:11 2015 +0100 Update Debian package info Package isn't in wheezy-backports anymore, but on it's way in the current Debian Stable:

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

2015-11-20 Thread art
commit d99aa31cca332d4147c61fc6aa20791d89be97df 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

[tor-commits] [ooni-probe/master] add handleRead

2015-11-20 Thread art
commit f91d1369627eac0c8c42b361f9f2131b62b65f80 Author: juga0 Date: Sat Sep 19 20:55:48 2015 + add handleRead --- ooni/templates/process.py | 10 ++ 1 file changed, 10 insertions(+) diff --git a/ooni/templates/process.py b/ooni/templates/process.py index a3c74ff..7ec4b2e

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

2015-11-20 Thread art
commit 91cc6993c019fb40356dcb40822fb2f92129e776 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

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

2015-11-20 Thread art
commit 866ed353f2f49a29aab73f41789d900325099066 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

[tor-commits] [ooni-probe/master] Merge pull request #421 from KwadroNaut/install-instr

2015-11-20 Thread art
commit f183629dbef887959290510f8164407b0b7bf0be Merge: 83e0793 0945a51 Author: Arturo Filastò Date: Fri Oct 30 09:41:22 2015 +0100 Merge pull request #421 from KwadroNaut/install-instr Update Debian package info README.rst |2 +- 1 file changed, 1

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

2015-11-20 Thread art
commit a3aad913eccbad3bcd390b3cb73f52f11dddaadc 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

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

2015-11-20 Thread art
commit ed0fdf50c127764fd7d25416413b46819d68529b Merge: be134f7 305fb12 Author: anadahz Date: Sat Oct 10 19:06:12 2015 + Merge pull request #417 from hadiasghari/patch-1 Update README.rst development instructions README.rst | 14

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

2015-11-20 Thread art
commit cbeff0f327045c34ed4ea744a981a04224152e3b 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]

[tor-commits] [ooni-probe/master] Merge pull request #414 from kdmurray91/daube/spellcheck

2015-11-20 Thread art
commit be134f784820103a6f0ce8725e2ebe2880903d41 Merge: 65596e9 a02799f Author: Simone Basso Date: Fri Sep 25 22:02:14 2015 +0200 Merge pull request #414 from kdmurray91/daube/spellcheck A bunch of little spelling fixes HACKING

[tor-commits] [ooni-probe/master] Merge pull request #422 from TheTorProject/fix/oonireport-error-message

2015-11-20 Thread art
commit 7bf8c8bf2e51683d2599ef23a590ecc043794fd3 Merge: 8c6dad7 a3aad91 Author: Arturo Filastò Date: Sun Nov 8 10:21:48 2015 +0100 Merge pull request #422 from TheTorProject/fix/oonireport-error-message Fixes spotted while debugging lepidopter issue

[tor-commits] [ooni-probe/master] add processDirector as a class attribute

2015-11-20 Thread art
commit e9d22b1914df503ae6f238abfc3ece2bac2ddf04 Author: juga0 Date: Sat Sep 19 20:54:36 2015 + add processDirector as a class attribute --- ooni/templates/process.py |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ooni/templates/process.py

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

2015-11-20 Thread art
commit 3eeaa200e29ea4dbfea36a8b68302321aefe5d4e 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

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

2015-11-20 Thread art
commit 6fadb736110fc722a06cc6176851cca4f5b6d660 Merge: 703cc52 ab57cb5 Author: Simone Basso Date: Wed Nov 18 16:26:49 2015 +0100 Merge pull request #429 from TheTorProject/fix/README Downgrading Twisted version is not needed README.rst |6 -- 1

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

2015-11-20 Thread art
commit 7e31feb94ff1d1f6b751c1b9b698a08a100a9a1b 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

[tor-commits] [webwml/staging] include some images

2015-11-20 Thread sebastian
commit f64b50364a69969def6651ae6d994ea8c6be2b5b Author: Sebastian Hahn Date: Fri Nov 20 15:57:44 2015 +0100 include some images --- donate/en/donate.wml |2 +- images/cory-doctorow.jpg | Bin 0 -> 15747 bytes images/laura_poitras.jpg | Bin 0 -> 31763

[tor-commits] [ooni-probe/master] Merge pull request #424 from TheTorProject/fix/get-diff-missing-error

2015-11-20 Thread art
commit 6a442875fe2c88d2921aee6acffd44143d61fa8f Merge: c853b7b d362048 Author: anadahz Date: Tue Nov 17 18:01:23 2015 + Merge pull request #424 from TheTorProject/fix/get-diff-missing-error Fix regression I introduced in #401

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

2015-11-20 Thread art
commit ca3f9902285e468c0003e0ca2e1bd4588ffcfb25 Merge: 6fadb73 528f965 Author: Simone Basso Date: Wed Nov 18 16:27:23 2015 +0100 Merge pull request #428 from TheTorProject/fix/travis Remove duplicate package .travis.yml |2 +- 1 file changed, 1

[tor-commits] [webwml/staging] New attempt at amazon button

2015-11-20 Thread sebastian
commit e291ed80de191ff5a54e36a0fb251947a697ff34 Author: Sebastian Hahn Date: Fri Nov 20 14:14:15 2015 +0100 New attempt at amazon button --- donate/en/donate-amazon.wml | 20 +++- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git

[tor-commits] [webwml/staging] Adding hardened builds to the website

2015-11-20 Thread sebastian
commit 4e93dae28b6706fefa32b1cc133795782367b675 Author: Georg Koppen Date: Thu Nov 5 20:40:47 2015 + Adding hardened builds to the website --- projects/en/torbrowser.wml | 24 1 file changed, 24 insertions(+) diff --git

[tor-commits] [webwml/staging] Adding hardened release to recommended versions

2015-11-20 Thread sebastian
commit a95b5fc6ee77a984af1d392f9c620d617a4c8309 Author: Georg Koppen Date: Thu Nov 5 20:10:21 2015 + Adding hardened release to recommended versions --- projects/torbrowser/RecommendedTBBVersions |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff

[tor-commits] [webwml/staging] Merge remote-tracking branch 'origin/master' into staging

2015-11-20 Thread sebastian
commit 32fabd39ebd2a1716b55f33e37901aa009a359ca Merge: 172fab9 65c2448 Author: Sebastian Hahn Date: Tue Nov 17 14:33:16 2015 +0100 Merge remote-tracking branch 'origin/master' into staging docs/en/rpms.wml |6 +++---

[tor-commits] [webwml/staging] Bump TBB version to list 5.0.4 and 5.5a4.

2015-11-20 Thread sebastian
commit fe194ff0201348dd1fd9c9807666c3050acd0f89 Author: Mike Perry Date: Tue Nov 3 15:32:07 2015 -0800 Bump TBB version to list 5.0.4 and 5.5a4. --- include/versions.wmi | 22 +++---

  1   2   >