Simone Basso
4241ee4bc1
feat(oohelperd): log messages at info level ( #896 )
...
We're using a request-specific logger where we also print the ID
of the request. This design helps to observe logs produced by
concurrent requests.
Part of https://github.com/ooni/probe/issues/2183
While there, fix https://github.com/ooni/probe/issues/2241
2022-08-28 22:26:58 +02:00
Simone Basso
1e7384d1cc
feat(oohelperd): measure TLS for :443 endpoints ( #886 )
...
This diff improves oohelperd to measure :443 endpoints with TLS.
Part of https://github.com/ooni/probe/issues/2237 .
2022-08-28 14:34:40 +02:00
Simone Basso
d711c19b55
fix(oohelperd): by default listen on localhost ( #887 )
...
Part of https://github.com/ooni/probe/issues/2183
2022-08-28 11:54:15 +02:00
Simone Basso
d419ed8ac8
refactor(oohelperd): improve tests implementation ( #835 )
...
After this diff has landed, we have addressed all the points
originally published at https://github.com/ooni/probe/issues/2134 .
2022-07-05 20:25:18 +02:00
Simone Basso
535a5d3e00
refactor(oohelperd): flatten package hierarchy ( #834 )
...
In https://github.com/ooni/probe-cli/pull/832's initial diff, I
mentioned it would be cool to flatten oohelperd's hier.
I'm doing this now, and just for the master branch.
This diff is mostly a mechanical refactoring with very light
and apparently rather safe manual changes.
2022-07-05 19:10:39 +02:00