summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | Rewrite http_requests to use postProcessor APIaagbsn2013-11-22
| |/ / / | | | | | | | | | | | | | | | | Both the control and experiment tests can be rescheduled independently if we use the postProcessor API.
* | | | Merge pull request #246 from TheTorProject/fix/encode_helper_addressArturo Filastò2013-11-22
|\ \ \ \ | | | | | | | | | | Properly encode the helper address
| * | | | Properly encode the helper addressaagbsn2013-11-22
| |/ / /
* | | | Merge pull request #245 from TheTorProject/fix/logfile_optionArturo Filastò2013-11-22
|\ \ \ \ | |/ / / |/| | | Fix/logfile option
| * | | Remove test for W_OK on logfileaagbsn2013-11-22
|/ / / | | | | | | | | | | | | | | | Removes the test for W_OK on logfile because it fails when the logfile does not exist, and we do not do a similar test for the default ooniprobe.log filename.
* | | Revert "Do not raise an exception on no input processor."aagbsn2013-11-22
| | | | | | | | | | | | | | | | | | This reverts commit 77cfa98526f43919619dacf27a0f5c2644313985. Reason: this commit breaks writing reports.
* | | Revert "Refactor the code of the post processor to work properly."aagbsn2013-11-22
| | | | | | | | | | | | | | | | | | This reverts commit e89163c608f27cd34cd871b6bcb814a24b65c762. Reason: this commit breaks writing reports.
* | | Revert "Fix report header in order to fix issue ↵aagbsn2013-11-22
| | | | | | | | | | | | | | | | | | | | | | | | https://github.com/TheTorProject/ooni-probe/issues/223" This reverts commit 72728414754c6df8defc133992788ba43af53615. Reason: Breaks report header parsing in ooni-backend
* | | Merge pull request #238 from TheTorProject/fix/report_headeraagbsn2013-11-13
|\ \ \ | | | | | | | | Fix report header in order to fix issue https://github.com/TheTorProject...
| * | | Fix report header in order to fix issue ↵Arturo Filastò2013-11-06
| | | | | | | | | | | | | | | | https://github.com/TheTorProject/ooni-probe/issues/223
* | | | Merge pull request #240 from TheTorProject/feature/include-decks-n-inputsaagbsn2013-11-13
|\ \ \ \ | | | | | | | | | | Feature/include decks n inputs
| * | | | Add decks and inputs to MANIFEST.inArturo Filastò2013-11-13
| | | | |
| * | | | Move decks and inouts to data directory.Arturo Filastò2013-11-13
|/ / / /
* | | | Point travis badge at master.Arturo Filastò2013-11-06
|/ / /
* | | fix coveralls badgeArturo Filastò2013-11-06
| | |
* | | Add coveralls.yml file.Arturo Filastò2013-11-06
| | |
* | | Merge branch 'feature/coveralls'Arturo Filastò2013-11-06
|\ \ \ | | | | | | | | | | | | | | | | * feature/coveralls: Add support for running coveralls after travis CI
| * | | Add support for running coveralls after travis CIArturo Filastò2013-11-06
| | | |
* | | | Delete symlink to READMEArturo Filastò2013-11-06
| | | |
* | | | Add build status to READMEArturo Filastò2013-11-06
|/ / /
* | | Add coveralls badgeArturo Filastò2013-11-06
| | |
* | | Add blocking tests to setup.py modules.Arturo Filastò2013-11-06
| | |
* | | Merge pull request #230 from TheTorProject/fix/traceroute_decodes_wrong_protocolArturo Filastò2013-11-06
|\ \ \ | | | | | | | | Decode correct protocol
| * | | Add keys for each traceroute type to reportaagbsn2013-10-18
| | | |
| * | | Decode correct protocolaagbsn2013-10-16
| |/ / | | | | | | | | | No wonder it didn't work.
* | | Merge pull request #208 from TheTorProject/feature/use_txsocksxaagbsn2013-11-04
|\ \ \ | | | | | | | | Feature/use txsocksx
| * | | str().replace() returns a copy and does not modify in place.aagbsn2013-10-10
| | | |
| * | | Use our TrueHeaders version of the SOCKS5Agent in oonibclientaagbsn2013-10-10
| | | |
| * | | Start adding support for using txsocksx inside of oonibclient.Arturo Filastò2013-09-16
| | | | | | | | | | | | | | | | | | | | There is some badness happening because we use the httpo (HTTP over Tor Hidden Service) as the scheme name.
| * | | Add support for using txsocksx inside of oonibclient.Arturo Filastò2013-09-16
| | | |
| * | | Fix unittest for true headers..Arturo Filastò2013-09-16
| | | |
| * | | Finish adding support for using txsocksx in HTTP templat in HTTP templat in ↵Arturo Filastò2013-09-16
| | | | | | | | | | | | | | | | | | | | | | | | HTTP templat in HTTP template * Make sure we are using the TrueHeaders and in SOCKSAgent and Agent
| * | | Replace txagentwithsocks in httpt templateaagbsn2013-09-16
| | | |
* | | | Merge pull request #235 from TheTorProject/fix/lookup_failuresaagbsn2013-11-04
|\ \ \ \ | | | | | | | | | | Fix/lookup failures
| * | | | Fix bug in exception printing.Arturo Filastò2013-11-04
| | | | |
| * | | | Fix recursion with proper arrest condition.Arturo Filastò2013-11-04
| | | | |
* | | | | Merge pull request #222 from ↵Arturo Filastò2013-11-04
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | TheTorProject/fix/dnsconsistency_control_resolver_keyname Use a string for the control_resolver key
| * | | | Use a string for the control_resolver keyaagbsn2013-10-14
| | | | | | | | | | | | | | | | | | | | If a tuple is used as the report key, it will break the yaml parser.
* | | | | Merge branch 'master' of github.com:TheTorProject/ooni-probeArturo Filastò2013-11-04
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of github.com:TheTorProject/ooni-probe: Add GeoIP city data to report
| * \ \ \ \ Merge pull request #229 from TheTorProject/fix/add_geoip_city_dataArturo Filastò2013-10-29
| |\ \ \ \ \ | | | | | | | | | | | | | | Add GeoIP city data to report
| | * | | | | Add GeoIP city data to reportaagbsn2013-10-15
| | | |_|/ / | | |/| | |
* | | | | | Do not raise an exception on no input processor.Arturo Filastò2013-10-29
|/ / / / /
* | | | | Merge pull request #219 from ↵Arturo Filastò2013-10-29
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | TheTorProject/fix/default_backends_break_helper_lookup Fix/default backends break helper lookup
| * | | | | Do not set default backendsaagbsn2013-10-12
| | | | | | | | | | | | | | | | | | | | | | | | If a valid default backend is specified, the bouncer will not look up test helpers
| * | | | | Don't look up helpers if we have already specified a helper.aagbsn2013-10-10
| | | | | | | | | | | | | | | | | | | | | | | | Note: we will need to remove the default helpers in ooni's NetTests.
* | | | | | Refactor the code of the post processor to work properly.Arturo Filastò2013-10-29
| | | | | |
* | | | | | Merge pull request #211 from TheTorProject/feature/support_postprocessor_apiArturo Filastò2013-10-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | Feature/support postprocessor api
| * | | | | | Check to see if setUp was already called correctlyaagbsn2013-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The report dict is already created in the constructor, so we look to see if instead the input argument was already set.
| * | | | | | Add postProcessor support to NetTestaagbsn2013-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a NetTestCase has multiple test_ methods, then the report write shall not occur until all of the individual Measurements have completed. This also changes the postProcessor API slightly; postProcessors are now expected to return a report instance. If a postProcessor is not supplied, then the report object from the instanced NetTestCase class is passed to Report.write()
| * | | | | | Take an instance rather than classaagbsn2013-09-18
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | Measurements should be able to take an instanced class so that the resulting report can be shared between several Measurements.