| Commit message (Collapse) | Author | Age |
| ... | |
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* 'master' of ssh://git-rw.torproject.org/ooni-probe:
This fixes a broken commit and fixes scripts/before_i_commit.sh
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Normally, I would not put two fixes into one commit - however, git master
was broken. The fix in txscapy.py fixes it such that I can run tests at all.
The fix in scripts/before_i_commit.sh allows me to actually run the thing.
It now depends on bash and as a result, it works properly. If we actually
want this this to run on an older unix machine, such a user can fix it to work
with a /bin/sh that isn't based on bash or later implementations.
The previous version of scripts/before_i_commit.sh erased all .yamloo files
and as a result, erased a lot of import data. If we run tests, we should not
ever erase the data automatically.
|
| | | | | |
|
| | | | | |
|
| |/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
Import SOCKSError, ResponseNeverReceived
Add error logging for unknown failure types
Log entire failure instance
Try to catch more details about errors
|
| | | |
| | |
| | |
| | |
| | | |
* No longer use the python logging interface
* Include only the timestamp and component name in the ooniprobe log
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | | |
* Should be good as per http://tools.ietf.org/html/draft-ietf-idr-as0-06
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | | |
* Add support for setting the tor binary path in oonib/config.py
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | |
| | | | |
Setup.py
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
* Update before_i_commit script to point to the new test deck location
|
| | | | |
| | | |
| | | |
| | | | |
* Create directory for storing test decks
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* 'master' of github.com:hellais/ooni-probe:
Make nettests/* python modules
Add nettest apidoc
Set release version to 0.1-alpha
Add references to classes in writing_tests
Add documentation for the DNSSpoof test
Add documentation for HTTPHeaderFieldManipulation
Clean up writing_tests.rst
Remove redundant heading
Add automodule for tcpt to ooni.templates.rst
Use section headers
Add documentation and examples templates httpt and dnst
Clean up index.rst
Add docstrings to ooni/runner.py
Remove automodule for ooni/__init__.py
Add docstrings to network helper functions
Add dnst to ooni.templates.rst
Fix spelling in test documentation
call launch_tor with the tor_binary from config
Use HTTPS where available
|
| | |\ \ \ \
| | | | | |
| | | | | | |
Update documentation
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add URLs to source in writing_tests
Fix spelling and grammar
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix link to http_header_field_manipulation
Fix some spelling errors
Remove daphne from list of tests
Disable globbing in index TOC
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add docstring to startTor()
Add docstring to startSniffing()
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Adds documentation for getDefaultIface and getNetworkFromRoutes.
Also adds #XXX warning for users of OpenVZ environments.
|
| | | | | | | |
|
| | | | |_|/
| | |/| | |
|
| | |\ \ \ \
| | | | | |
| | | | | | |
Use HTTPS where available
|
| | | | | | | |
|
| | |\ \ \ \ \
| | |_|/ / /
| |/| | | | |
call launch_tor with the tor_binary from config
|
| | | |/ / /
| | | | |
| | | | |
| | | | | |
Otherwise, the default is supplied by txtorcon as /usr/sbin/tor
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Add support for processing the ASN number of the probe
Test reports shall follow the specification detailed inside of docs/reports.rst
|
| | | | | |
| | | | |
| | | | |
| | | | | |
* Remove un-needed dependencies from requirements.txt
|
| | | | | |
| | | | |
| | | | |
| | | | | |
* The ASN number will get sent when creating a new report
|
| | | | | |
| | | | |
| | | | |
| | | | | |
* As detailed in https://trac.torproject.org/projects/tor/ticket/7447
|
| |/ / / / |
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* timestamp:
Change the timestamp format to use ISO8601. * Write unittests for timestamp generation functions * Add documentation on how reports will be stored in the backend
|