ooni-probe-cli/internal/engine/netx/dialer
Simone Basso adbde7246b
refactor(netx): remove the self censorship mechanism (#364)
We're currently use jafar for QA and jafar is a better mechanism,
even though it is not portable outside of Linux.

This self censorship mechanism was less cool and added a bunch
of (also cognitive) complexity to netx.

If we ever want to go down a self censorship like road, we probably
want to do as little work as possible in the problem and as much
work as possible inside a helper like jafar.

Part of https://github.com/ooni/probe/issues/1591.
2021-06-08 19:40:17 +02:00
..
bytecounter_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
bytecounter.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
dialer.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
dns_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
dns.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
emitter_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
emitter.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
eof_test.go refactor(netx): extract tlsdialer from dialer 2021-06-08 12:52:15 +02:00
errorwrapper_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
errorwrapper.go Release 3.6.0 (#239) 2021-03-03 14:42:17 +01:00
fake_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
integration_test.go refactor(netx): extract tlsdialer from dialer 2021-06-08 12:52:15 +02:00
logging_test.go refactor(netx): extract tlsdialer from dialer 2021-06-08 12:52:15 +02:00
logging.go refactor(netx): extract tlsdialer from dialer 2021-06-08 12:52:15 +02:00
proxy_internal_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
proxy_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
proxy.go Release 3.6.0 (#239) 2021-03-03 14:42:17 +01:00
saver_test.go refactor(netx): extract tlsdialer from dialer 2021-06-08 12:52:15 +02:00
saver.go refactor(netx): extract tlsdialer from dialer 2021-06-08 12:52:15 +02:00
shaping_disabled.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
shaping_enabled.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
shaping_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
system_test.go refactor(netx): remove the self censorship mechanism (#364) 2021-06-08 19:40:17 +02:00
system.go refactor(netx): remove the self censorship mechanism (#364) 2021-06-08 19:40:17 +02:00
timeout_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
timeout.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00