summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Clean up tests for updated ooni codebasefeature/task_managerArturo Filastò2013-04-11
* Final cleanup and bugfixing for task_managerArturo Filastò2013-04-11
* Pass the IP address of the probe instead of an objectArturo Filastò2013-04-11
* Make reporting more robustArturo Filastò2013-04-11
* Make the starting of ooniprobe via cmd line more robustArturo Filastò2013-04-11
* Parametrize task timeout and retry countArturo Filastò2013-04-11
* Add option to disable the default collectorArturo Filastò2013-04-11
* Raise NoMoreReporters exception on failureArturo Filastò2013-04-11
* Fix typo in test deck before_i_commitArturo Filastò2013-04-11
* Fix so that parsing of test decks works properlyArturo Filastò2013-04-11
* Update test decks with the proper keyArturo Filastò2013-04-11
* Set the default collector via the command line optionArturo Filastò2013-04-11
* Add more debugging to managersArturo Filastò2013-04-11
* Make the starting of tests more robust.Arturo Filastò2013-04-11
* Change how we pass arguments to the nettest loaderArturo Filastò2013-04-11
* Remove now superfluos runner unittestArturo Filastò2013-04-11
* Fix director unittestArturo Filastò2013-04-11
* Rename private option to test_file to separate it from test string.Arturo Filastò2013-04-11
* Refactoring of NetTestLoaderArturo Filastò2013-04-11
* Fix unittests for nettestArturo Filastò2013-04-11
* Revert "Fix #7936, minor typo in dnsspoof docs."Arturo Filastò2013-03-29
* Merge branch 'master' of github.com:TheTorProject/ooni-probeArturo Filastò2013-03-29
|\
| * Merge pull request #52 from hellais/bug7999aagbsn2013-03-20
| |\
| | * Add an example test that inherits from the HTTP and DNS test templateArturo Filastò2013-02-26
| | * Fix bug #7999 allowing tests to inherit from multiple test templatesArturo Filastò2013-02-26
| * | Merge pull request #51 from hellais/experimental-testsaagbsn2013-03-20
| |\ \
| | * | Uniform transparent_http_proxy keys in reportArturo Filastò2013-02-26
| | * | Bump up the version of the HTTP Host test.Arturo Filastò2013-02-26
| | * | Merge branch 'master' into experimental-testsArturo Filastò2013-02-26
| | |\ \
| | * | | Add note on the versions of libdnet and pypcap (#7994)Arturo Filastò2013-02-01
| | * | | Add test that will prepend newline to requestArturo Filastò2013-01-31
| | * | | Add HTTP Filtering bypass tests and some HTTP Trix testArturo Filastò2013-01-31
| * | | | Merge pull request #71 from hellais/feature/probe_ip_lookupaagbsn2013-03-20
| |\ \ \ \
| | * \ \ \ Merge branch 'master' into feature/probe_ip_lookupArturo Filastò2013-03-20
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Use regexp instead of parsing XML.feature/probe_ip_lookupArturo Filastò2013-03-19
| | * | | | Write unittests also for Tor geoip stuffArturo Filastò2013-03-16
| | * | | | Add test for checking the failure of the traceroute methodArturo Filastò2013-03-15
| | * | | | Write unittests for geoip web services.Arturo Filastò2013-03-15
| | * | | | Move geoip related classes into ooni.geoipArturo Filastò2013-03-15
| | * | | | Make reporter creation more robustArturo Filastò2013-03-13
| | * | | | Implement modular probe IP address lookup function.Arturo Filastò2013-03-13
* | | | | | Remove test_runner, move tests into ooni/Arturo Filastò2013-03-29
|/ / / / /
* | | | | Merge branch 'feature/pygeoip'Arturo Filastò2013-03-20
|\ \ \ \ \
| * | | | | Support CPython with patch from lunar https://trac.torproject.org/projects/to...Arturo Filastò2013-03-19
| |/ / / /
* | | | | Merge pull request #70 from isislovecruft/fix/director-unknown-cmdlineoptionsaagbsn2013-03-19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Change None to correct YAML "Null" syntax in ooniprobe.conf.sample.Isis Lovecruft2013-03-20
| * | | | Add the 'reports' group to the sample config file.Isis Lovecruft2013-03-11
| * | | | Change ooni.director.start() to set config.reports.pcap option.Isis Lovecruft2013-03-11
| * | | | Move config processing options to new function config.processConfigFile().Isis Lovecruft2013-03-11
| * | | | Rewrite config.generatePcapFilename().Isis Lovecruft2013-03-11