ooni-probe-cli/internal/cmd/oohelperd/internal/webconnectivity
Simone Basso 58adb68b2c
refactor: move tracex outside of engine/netx (#782)
* refactor: move tracex outside of engine/netx

Consistently with https://github.com/ooni/probe/issues/2121 and
https://github.com/ooni/probe/issues/2115, we can now move tracex
outside of engine/netx. The main reason why this makes sense now
is that the package is now changed significantly from the one
that we imported from ooni/probe-engine.

We have improved its implementation, which had not been touched
significantly for quite some time, and converted it to unit
testing. I will document tomorrow some extra work I'd like to
do with this package but likely could not do $soon.

* go fmt

* regen tutorials
2022-06-02 00:50:55 +02:00
..
dns_test.go refactor: move httpx into the internal package (#646) 2022-01-05 17:17:20 +01:00
dns.go refactor: move tracex outside of engine/netx (#782) 2022-06-02 00:50:55 +02:00
fake_test.go feat(netxlite): implements NS queries (#734) 2022-05-16 10:46:53 +02:00
http_test.go fix(oohelperd): reduce errors to what the old TH would emit (#543) 2021-10-13 16:37:02 +02:00
http.go refactor: move tracex outside of engine/netx (#782) 2022-06-02 00:50:55 +02:00
measure.go cleanup: remove unnecessary legacy interfaces (#656) 2022-01-07 18:33:37 +01:00
tcpconnect_test.go fix(oohelperd): reduce errors to what the old TH would emit (#543) 2021-10-13 16:37:02 +02:00
tcpconnect.go cleanup: remove unnecessary legacy interfaces (#656) 2022-01-07 18:33:37 +01:00
webconnectivity_test.go refactor(netxlite): introduce the getaddrinfo transport (#775) 2022-06-01 09:59:44 +02:00
webconnectivity.go cleanup: remove unnecessary legacy interfaces (#656) 2022-01-07 18:33:37 +01:00