ooni-probe-cli/internal/cmd/oohelperd/internal/webconnectivity
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Simone Basso dea23b49d5
refactor(oohelperd): use netxlite rather than netx (#806)
The oohelperd implementation did not actually need using netx because
it was just constructing default types with logging, which is what
netxlite already does. Hence, let's avoid using netx here.

See https://github.com/ooni/probe/issues/2121
2022-06-08 10:14:10 +02:00
..
dns.go refactor: move tracex outside of engine/netx (#782) 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
fake_test.go feat(netxlite): implements NS queries (#734) 2022-05-16 10:46:53 +02:00
http.go refactor(oohelperd): use netxlite rather than netx (#806) 2022-06-08 10:14:10 +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
measure.go refactor(oohelperd): use netxlite rather than netx (#806) 2022-06-08 10:14:10 +02:00
tcpconnect.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
webconnectivity.go refactor(oohelperd): use netxlite rather than netx (#806) 2022-06-08 10:14:10 +02:00
webconnectivity_test.go cleanup: netx does not use netxlite legacy names (#801) 2022-06-06 14:46:44 +02:00