ooni-probe-cli/internal/engine
DecFox 5501b2201a
feat: dnsping using step-by-step (#831)
Reference issue for this pull request: https://github.com/ooni/probe/issues/2159

This diff refactors the `dnsping` experiment to use the [step-by-step measurement style](https://github.com/ooni/probe-cli/blob/master/docs/design/dd-003-step-by-step.md).

Co-authored-by: decfox <decfox@github.com>
Co-authored-by: Simone Basso <bassosimone@gmail.com>
2022-07-08 19:42:24 +02:00
..
experiment feat: dnsping using step-by-step (#831) 2022-07-08 19:42:24 +02:00
geolocate cleanup: use NewHTTPTransportWithResolver more often (#808) 2022-06-08 15:13:01 +02:00
internal/sessionresolver refactor(sessionresolver): replace dnsclientmaker with function (#811) 2022-06-08 22:29:01 +02:00
mockable feat(oonirun): add support for OONIRun v2 links (#844) 2022-07-08 16:53:59 +02:00
netx feat: tlsping and tcpping using step-by-step (#815) 2022-07-01 12:22:22 +02:00
probeservices refactor(engine): *http.Client -> model.HTTPClient (#836) 2022-07-08 11:08:10 +02:00
testdata fix: add missing files causing tests to fail (#202) 2021-02-02 14:18:22 +01:00
.gitignore feat: support embedding encrypted psiphon config (#285) 2021-04-02 17:36:06 +02:00
allexperiments.go refactor(engine): more abstract Experiment{,Builder} (#838) 2022-07-08 12:29:23 +02:00
doc.go feat(engine): allow runner to return many measurements (#527) 2021-09-30 00:54:52 +02:00
experiment_integration_test.go refactor(engine): more abstract Experiment{,Builder} (#838) 2022-07-08 12:29:23 +02:00
experiment_test.go refactor(engine): more abstract Experiment{,Builder} (#838) 2022-07-08 12:29:23 +02:00
experiment.go refactor(engine): more abstract Experiment{,Builder} (#838) 2022-07-08 12:29:23 +02:00
experimentbuilder_test.go refactor(engine): more abstract Experiment{,Builder} (#838) 2022-07-08 12:29:23 +02:00
experimentbuilder.go refactor(engine): more abstract Experiment{,Builder} (#838) 2022-07-08 12:29:23 +02:00
inputloader_network_test.go refactor: interfaces and data types into the model package (#642) 2022-01-03 13:53:23 +01:00
inputloader_test.go refactor: interfaces and data types into the model package (#642) 2022-01-03 13:53:23 +01:00
inputloader.go [forwardport] fix(dnscheck): remove apparently-broken static input (#804) 2022-06-06 16:08:09 +02:00
inputprocessor_test.go refactor: interfaces and data types into the model package (#642) 2022-01-03 13:53:23 +01:00
inputprocessor.go refactor: interfaces and data types into the model package (#642) 2022-01-03 13:53:23 +01:00
saver_test.go refactor: interfaces and data types into the model package (#642) 2022-01-03 13:53:23 +01:00
saver.go refactor: interfaces and data types into the model package (#642) 2022-01-03 13:53:23 +01:00
session_integration_test.go refactor(engine): *http.Client -> model.HTTPClient (#836) 2022-07-08 11:08:10 +02:00
session_internal_test.go fix(ooniprobe): use ooniprobe-cli-unattended for unattended runs (#714) 2022-04-29 13:41:09 +02:00
session_nopsiphon_test.go refactor: only use shaping dialer for ndt7 and dash (#754) 2022-05-24 18:23:42 +02:00
session_nopsiphon.go refactor: only use shaping dialer for ndt7 and dash (#754) 2022-05-24 18:23:42 +02:00
session_psiphon_test.go refactor: only use shaping dialer for ndt7 and dash (#754) 2022-05-24 18:23:42 +02:00
session_psiphon.go refactor: only use shaping dialer for ndt7 and dash (#754) 2022-05-24 18:23:42 +02:00
session.go fix(engine): repair broken integration test (#841) 2022-07-08 13:12:12 +02:00
submitter_test.go refactor: interfaces and data types into the model package (#642) 2022-01-03 13:53:23 +01:00
submitter.go refactor: interfaces and data types into the model package (#642) 2022-01-03 13:53:23 +01:00