ooni-probe-cli/internal/engine/legacy/netx
Simone Basso 06ee0e55a9
refactor(netx/dialer): hide implementation complexity (#372)
* refactor(netx/dialer): hide implementation complexity

This follows the blueprint of `module.Config` and `nodule.New`
described at https://github.com/ooni/probe/issues/1591.

* fix: ndt7 bug where we were not using the right resolver

* fix(legacy/netx): clarify irrelevant implementation change

* fix: improve comments

* fix(hhfm): do not use dialer.New b/c it breaks it

Unclear to me why this is happening. Still, improve upon the
previous situation by adding a timeout.

It does not seem a priority to look into this issue now.
2021-06-09 09:42:31 +02:00
..
connid chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
dialid refactor: flatten and separate (#353) 2021-06-04 10:34:18 +02:00
handlers refactor: flatten and separate (#353) 2021-06-04 10:34:18 +02:00
modelx release 3.9.0 process: reduce warnings (#279) 2021-03-31 15:59:19 +02:00
oldhttptransport refactor: flatten and separate (#353) 2021-06-04 10:34:18 +02:00
testdata chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
transactionid refactor: flatten and separate (#353) 2021-06-04 10:34:18 +02:00
DESIGN.md chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
dialer_test.go release 3.9.0 process: reduce warnings (#279) 2021-03-31 15:59:19 +02:00
dialer.go refactor(netx/dialer): hide implementation complexity (#372) 2021-06-09 09:42:31 +02:00
emitterdialer_test.go refactor(netx): towards removing connid, dialid, etc (#369) 2021-06-09 00:15:33 +02:00
emitterdialer.go refactor(netx): towards removing connid, dialid, etc (#369) 2021-06-09 00:15:33 +02:00
http_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
http.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
resolver_internal_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
resolver_test.go Release 3.6.0 (#239) 2021-03-03 14:42:17 +01:00
resolver.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00