summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | Include the resolver IP:Port in the reportArturo Filastò2012-11-20
| |
* | Add example usage of DNS Test TemplateArturo Filastò2012-11-20
| |
* | Create DNS Test templateArturo Filastò2012-11-20
| | | | | | | | * Use such template for DNS Tamper test
* | Add some TODOs to the traceroute test descriptionArturo Filastò2012-11-20
| |
* | Improve doc string of HTTP URL list testArturo Filastò2012-11-20
| |
* | Add list of tests to the tocArturo Filastò2012-11-20
| |
* | Include release number in configuration fileArturo Filastò2012-11-20
| |
* | Update sample report in HTTP Host testArturo Filastò2012-11-20
| |
* | Rename url list test to HTTP URL ListArturo Filastò2012-11-20
| | | | | | | | * Refactor of the test logic
* | Refactor HTTP Test TemplateArturo Filastò2012-11-20
| | | | | | | | | | | | * !! Changes to the report format of HTTP Test template derived tests Requests are now stored inside of an array to allow the storing of multiple request/response pairs
* | Remove dead codeArturo Filastò2012-11-20
| |
* | Improve report of TCP Connect testArturo Filastò2012-11-20
| |
* | Add test descriptions for HTTP Host test, TCP Connect test and Traceroute.Arturo Filastò2012-11-20
| | | | | | | | * Add also a test description template
* | Merge remote-tracking branch 'evil/master' into httprequestsArturo Filastò2012-11-19
|\ \ | | | | | | | | | | | | * evil/master: twisted Headers() class edited to avoid header fix in reference to: https://trac.torproject.org/projects/tor/ticket/7432
| * | twisted Headers() class edited to avoid header fix in reference to: ↵Giovanni Pellerano2012-11-19
| | | | | | | | | | | | https://trac.torproject.org/projects/tor/ticket/7432
* | | Fix bug that lead to httpt based reports to not have the url attribute set ↵Arturo Filastò2012-11-19
|/ / | | | | | | | | | | | | properly * It has to do with the fact that the request dict was being passed to the report as a reference and not being reinstanced for every test
* | Refactor HTTP Test TemplateArturo Filastò2012-11-18
| |
* | Refactor exception logging functionArturo Filastò2012-11-18
| | | | | | | | | | * Print out the stack trace when the exception is of twisted.python.failure.Failure type.
* | Use print instead of log in oonib bootstrapping processArturo Filastò2012-11-18
| | | | | | | | * This is required because the logger is not running yet
* | Merge remote-tracking branch 'flavioamiero/fix-requirements' into requirementsArturo Filastò2012-11-16
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | * flavioamiero/fix-requirements: Use the latest txtorcon in pypi Tells pip to install scapy from the website Conflicts: oonib/requirements.txt
| * | Use the latest txtorcon in pypiFlavio Amieiro2012-11-15
| | | | | | | | | | | | Currently, txtorcon in pypi is 0.6, oonib/requirements.txt required 0.7.
| * | Tells pip to install scapy from the websiteFlavio Amieiro2012-11-15
| | |
* | | Merge branch 'master' of ssh://git-rw.torproject.org/ooni-probeArturo Filastò2012-11-16
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of ssh://git-rw.torproject.org/ooni-probe: * Adding back in a few changes that got lost in an octopus battle. * Updated oonib requirements. * Rewrite of echo. * Minor change to Makefile. * Moved iface and ipaddr discovery function to ooni.utils.net. * Updated oonib requirements. * Rewrite of echo. * Minor change to Makefile. * Moved iface and ipaddr discovery function to ooni.utils.net.
| * | Merge branch 'master' into master-copyIsis Lovecruft2012-11-16
| |\ \ | | | | | | | | | | | | Apply fixes to a couple bugs in ooni.utils.net.
| | * | * Adding back in a few changes that got lost in an octopus battle.Isis Lovecruft2012-11-15
| | | |
| | * | * Updated oonib requirements.Isis Lovecruft2012-11-15
| | | |
| | * | * Rewrite of echo.Isis Lovecruft2012-11-15
| | | |
| | * | * Minor change to Makefile.Isis Lovecruft2012-11-15
| | | |
| | * | * Moved iface and ipaddr discovery function to ooni.utils.net.Isis Lovecruft2012-11-15
| | |/
| * | * Updated oonib requirements.Isis Lovecruft2012-11-15
| | |
| * | * Rewrite of echo.Isis Lovecruft2012-11-15
| | |
| * | * Minor change to Makefile.Isis Lovecruft2012-11-15
| | |
| * | Merge branch 'master' of git-rw.torproject.org:ooni-probeIsis Lovecruft2012-11-15
| |\ \ | | |/
| * | Merge branch 'master' of git-rw.torproject.org:ooni-probeIsis Lovecruft2012-11-15
| |\ \ | | | | | | | | | | | | | | | | Conflicts: ooni/utils/net.py
| * | | * Moved iface and ipaddr discovery function to ooni.utils.net.Isis Lovecruft2012-11-11
| | | |
* | | | Parametrize tor socksport for usage with modified HTTP AgentArturo Filastò2012-11-16
| | | |
* | | | Add documentation on usage of the SOCKS5 Tor socks clientArturo Filastò2012-11-16
| | | |
* | | | implemented a SOCKv5 endpoint using the same _WrappingFactory used for TCP ↵Giovanni `evilaliv3` Pellerano2012-11-16
| |_|/ |/| | | | | | | | | | | | | | and SSL. Twisted Agent class extended to use SOCKv5 andpoint to permit HTTP connections throught Tor (shttp:// standing for socksified http)
* | | Fix running of http_keyword_filtering test in before_i_commit scriptArturo Filastò2012-11-15
| | |
* | | Add daphn3 test yaml fileArturo Filastò2012-11-15
| | |
* | | Fix logic of daphn3 for loading inputs via inputProcessorArturo Filastò2012-11-15
| | |
* | | Clean up inputProcessor hookArturo Filastò2012-11-15
| | | | | | | | | | | | * Fixes a bug noticed by isis
* | | Remove old traceroute implementationArturo Filastò2012-11-12
| |/ |/| | | | | | | * Add whatheaders download to Makefile * Add script to be run in before_i_commit
* | Update URL List test to take as input also a single URLArturo Filastò2012-11-12
| | | | | | | | * Refactoring to make the test smaller
* | Port UK Mobile Network test to new APIArturo Filastò2012-11-12
| |
* | Do some refactoring of the NetTest classArturo Filastò2012-11-12
| | | | | | | | * Use _setUp for setting up of test templates.
* | Update readme with virtualenv command.Arturo Filastò2012-11-12
| |
* | Make loading of daphn3 yaml files use safe_load instead of loadArturo Filastò2012-11-12
| |
* | Add command line argument processing for daphn3 testArturo Filastò2012-11-12
| |
* | Merge branch 'daphn3port'Arturo Filastò2012-11-12
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * daphn3port: Add unittest for daphn3 mutator. Finish reafactoring and porting daphn3. * XXX not fully tested Progress towards making daphn3 a test helper backend Port daphn3 to be a kit Progress on porting daph3 to new API. The client component Make nettest take a filename instead of a file Trap exceptions that get raised when running tests Add exception logging method Trap exceptions properly in input unit Start rewriting daphn3 Start working on porting of daphn3