summaryrefslogtreecommitdiff
path: root/ooni
Commit message (Collapse)AuthorAge
...
* | | | Only print what we are actually doing.Arturo Filastò2013-12-26
|/ / /
* | | Merge pull request #250 from TheTorProject/feature/list-testsaagbsn2013-11-28
|\ \ \ | | | | | | | | Feature/list tests
| * | | rename captivep to captiveportalArturo Filastò2013-11-27
| | | |
| * | | Add support for listing available nettests.Arturo Filastò2013-11-27
| | | |
| * | | Rename tcp_connect to be uniform to other namesArturo Filastò2013-11-27
| | | |
* | | | Revert "Fix indentation of if else statement."aagbsn2013-11-27
|/ / / | | | | | | | | | | | | | | | This reverts commit f6b849a88ce2f97571e051caca5dcf164ca1e064. See: For-Else loop construct
* | | Merge pull request #249 from TheTorProject/fix/update_ip_lookup_servicesArturo Filastò2013-11-23
|\ \ \ | | | | | | | | Fix/update ip lookup services
| * | | Remove maxmind; requires javascript nowaagbsn2013-11-22
| | | |
| * | | Updates regexp for updated check.tpoaagbsn2013-11-22
| | | |
* | | | Merge pull request #248 from ↵Arturo Filastò2013-11-23
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | TheTorProject/fix/do_not_require_helper_if_bouncer_supplied Check to see if a required option is a test helper we can look up
| * | | | Fix indentation of if else statement.Arturo Filastò2013-11-23
| | | | |
| * | | | Check to see if a required option is a test helper we can look upaagbsn2013-11-22
| |/ / /
* | | | Gotta catch em allaagbsn2013-11-22
| | | |
* | | | Move exceptions into ooni/errors.pyaagbsn2013-11-22
|/ / /
* | | Merge branch 'feature/use_postprocessor_with_http_requests'Arturo Filastò2013-11-22
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feature/use_postprocessor_with_http_requests: Indicate whether Tor was used in a request or not in the report. Refactor postProcessor to accommodate result callback refactoring. Add measurement result to measurement object. Use inlineCallbacks Rewrite http_requests to use postProcessor API
| * | | Indicate whether Tor was used in a request or not in the report.aagbsn2013-11-22
| | | |
| * | | Refactor postProcessor to accommodate result callback refactoring.aagbsn2013-11-22
| | | |
| * | | Add measurement result to measurement object.aagbsn2013-11-22
| | | | | | | | | | | | | | | | Simplify callback chain by adding the measurement result to the measurement object.
| * | | Use inlineCallbacksaagbsn2013-11-22
| | | | | | | | | | | | | | | | | | | | | | | | For some reason, using inlineCallbacks seems to produce a proper result from the doRequest method -- however, in the previous code the returned deferred had been called but the result was not set.
| * | | 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
| |/ / /
* | | | 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
* | | Fix report header in order to fix issue ↵Arturo Filastò2013-11-06
| | | | | | | | | | | | https://github.com/TheTorProject/ooni-probe/issues/223
* | | 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.