ooni-probe-cli/internal/engine/tunnel
Simone Basso 8b92037ae3
fix(tunnel/tor): keep tunneldir clean (#300)
* fix(tunnel/tor): keep tunneldir clean

This diff ensures that we don't keep the log file growing and
we also remove the temporary files created by the library we
are currently using for running tor from golang.

Part of https://github.com/ooni/probe/issues/985

* fix(session.go): tell use we're using a tunnel
2021-04-05 19:18:00 +02:00
..
testdata feat(tunnel): introduce persistent tunnel state dir (#294) 2021-04-05 11:27:41 +02:00
config.go feat(tunnel): implement the fake tunnel (#298) 2021-04-05 17:41:15 +02:00
fake_integration_test.go feat(tunnel): implement the fake tunnel (#298) 2021-04-05 17:41:15 +02:00
fake_test.go urlgetter: fix tunnel test (#299) 2021-04-05 18:25:43 +02:00
fake.go urlgetter: fix tunnel test (#299) 2021-04-05 18:25:43 +02:00
psiphon_integration_test.go feat(tunnel): improve the test suite (#297) 2021-04-05 16:38:25 +02:00
psiphon_test.go feat(tunnel): improve the test suite (#297) 2021-04-05 16:38:25 +02:00
psiphon.go refactor(tunnel): remove nil tunnels hack (#296) 2021-04-05 16:08:16 +02:00
tor_integration_test.go feat(tunnel): improve the test suite (#297) 2021-04-05 16:38:25 +02:00
tor_test.go fix(tunnel/tor): keep tunneldir clean (#300) 2021-04-05 19:18:00 +02:00
tor.go fix(tunnel/tor): keep tunneldir clean (#300) 2021-04-05 19:18:00 +02:00
tunnel_test.go feat(tunnel): improve the test suite (#297) 2021-04-05 16:38:25 +02:00
tunnel.go feat(tunnel): implement the fake tunnel (#298) 2021-04-05 17:41:15 +02:00