summaryrefslogtreecommitdiff
path: root/ooni
Commit message (Expand)AuthorAge
...
* | | | | 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
* | | | | Merge branch 'master' of github.com:TheTorProject/ooni-probeArturo Filastò2013-03-29
|\ \ \ \ \
| * \ \ \ \ Merge pull request #52 from hellais/bug7999aagbsn2013-03-20
| |\ \ \ \ \
| | * | | | | Fix bug #7999 allowing tests to inherit from multiple test templatesArturo Filastò2013-02-26
| * | | | | | Merge branch 'master' into feature/probe_ip_lookupArturo Filastò2013-03-20
| |\ \ \ \ \ \
| * | | | | | | Use regexp instead of parsing XML.Arturo 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 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
| | |/ / / | |/| | |
* | | | | Merge pull request #41 from aagbsn/check_raw_socketIsis Agora Lovecruft2013-03-11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Don't ask for root if we have the poweraagbsn2013-02-18
| * | | | Test for raw socket permissionaagbsn2013-02-18
* | | | | Merge pull request #53 from aagbsn/task_managerJacob Appelbaum2013-03-04
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Open YAML report in createReportaagbsn2013-02-28
| | |_|/ | |/| |
| * | | Fix a bug where test options were not included in the reportaagbsn2013-02-27
| * | | Add a default OONIB reporter unless instructed otherwiseaagbsn2013-02-27
| * | | Add missing importsaagbsn2013-02-27
| * | | Log correct value of IPaagbsn2013-02-27
| * | | Make sure the collector address is at least the minimum length requiredaagbsn2013-02-27
| * | | Wait until Tor has started before adding reportersaagbsn2013-02-27
| * | | Fix race condition bug in reporteraagbsn2013-02-27
| * | | Cancel tasks on timeoutaagbsn2013-02-27
| * | | Refactor test_case loader so that test methods share an input setaagbsn2013-02-27
| * | | Remove dependency of NetTest on Director and Reporteraagbsn2013-02-27
| * | | Open report in director, not generateMeasurementsaagbsn2013-02-27
| * | | write failure instances to reportaagbsn2013-02-27
| * | | Shutdown reactor after running all tests, and remove unused code.aagbsn2013-02-27
| * | | Set testName from classaagbsn2013-02-27
| * | | Add failedOpeningReport to reporter created errbackaagbsn2013-02-27
| * | | Fix typo in doneReport docstringaagbsn2013-02-27
| * | | Add report.close to nettest.done deferredaagbsn2013-02-27
| * | | Add test deck support to runWithDirectoraagbsn2013-02-27
| * | | Initialize reporters in startNetTest, not Director __init__aagbsn2013-02-27
| * | | Use proper name for AllReportersFailedArturo Filastò2013-02-27
| * | | Add the input of the Measurement to the ReportEntriesArturo Filastò2013-02-27
| * | | Fix regexp for validating collector addressArturo Filastò2013-02-27
| * | | Move the instancing of the t.i.w.Agent into createReportArturo Filastò2013-02-27
| * | | Add missing import osArturo Filastò2013-02-27