ooni-probe-cli/internal/netxlite
Simone Basso 24b230fd38
fix(netxlite/dns): more stricly mirror stdlib error strings (#513)
This diff attempts to modify the errors reported by our custom
resolver by matching more strings from the stdlib.

Part of https://github.com/ooni/probe/issues/1733 and diff has been
extracted from https://github.com/ooni/probe-cli/pull/506.
2021-09-27 16:48:46 +02:00
..
dnsx fix(netxlite/dns): more stricly mirror stdlib error strings (#513) 2021-09-27 16:48:46 +02:00
errorsx fix(netxlite/dns): more stricly mirror stdlib error strings (#513) 2021-09-27 16:48:46 +02:00
internal/gencertifi refactor(errorsx): improve errno generating code (#473) 2021-09-07 14:25:42 +02:00
iox refactor(netxlite/iox): group tests and avoid races (#484) 2021-09-07 22:41:34 +02:00
mocks refactor(netx/resolver): add CloseIdleConnections to RoundTripper (#501) 2021-09-09 20:49:12 +02:00
quicx refactor(netxlite): hide details without breaking the rest of the tree (#454) 2021-09-05 14:49:38 +02:00
certifi_test.go netxlite: improve docs, tests, and code quality (#493) 2021-09-08 21:19:51 +02:00
certifi.go fix(netxlite/dns): more stricly mirror stdlib error strings (#513) 2021-09-27 16:48:46 +02:00
dialer_test.go netxlite: improve docs, tests, and code quality (#493) 2021-09-08 21:19:51 +02:00
dialer.go feat(netxlite): introduce wrapping constructors (#507) 2021-09-27 12:00:43 +02:00
doc.go netxlite: code quality, improve tests, docs (#494) 2021-09-08 22:48:10 +02:00
http_test.go fix(netxlite/quic): wrap Close (#509) 2021-09-27 14:14:17 +02:00
http.go fix(netxlite): do not mutate outgoing requests (#508) 2021-09-27 13:35:47 +02:00
http3_test.go netxlite: code quality, improve tests, docs (#494) 2021-09-08 22:48:10 +02:00
http3.go fix(netxlite): http3 transport needs logging by default (#492) 2021-09-08 20:49:01 +02:00
integration_test.go refactor: migrate apitool from netx to netxlite (#496) 2021-09-09 01:19:17 +02:00
legacy_test.go refactor(netxlite): finish grouping tests (#488) 2021-09-08 11:39:27 +02:00
legacy.go fix(netxlite): do not mutate outgoing requests (#508) 2021-09-27 13:35:47 +02:00
logger.go refactor: move httptransport w/ logging to netxlite (#411) 2021-06-26 18:11:47 +02:00
quic_test.go fix(netxlite/quic): wrap Close (#509) 2021-09-27 14:14:17 +02:00
quic.go fix(netxlite/quic): wrap Close (#509) 2021-09-27 14:14:17 +02:00
quirks_test.go netxlite: code quality, improve tests, docs (#494) 2021-09-08 22:48:10 +02:00
quirks.go netxlite: improve docs, tests, and code quality (#493) 2021-09-08 21:19:51 +02:00
resolver_test.go fix(netxlite/dns): more stricly mirror stdlib error strings (#513) 2021-09-27 16:48:46 +02:00
resolver.go fix(netxlite/dns): more stricly mirror stdlib error strings (#513) 2021-09-27 16:48:46 +02:00
tls_test.go netxlite: code quality, improve tests, docs (#494) 2021-09-08 22:48:10 +02:00
tls.go fix(netxlite/dns): more stricly mirror stdlib error strings (#513) 2021-09-27 16:48:46 +02:00
utls_test.go refactor(netxlite): finish grouping tests (#488) 2021-09-08 11:39:27 +02:00
utls.go netxlite: code quality, improve tests, docs (#494) 2021-09-08 22:48:10 +02:00