| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Remove the dependency on `duct` from `talpid-openvpn`, since we can use
`tokio` to spawn processes instead.
|
|
`std::io::IsTerminal` has been since Rust `1.70`, which allows us to
migrate away from `is_terminal::IsTerminal`.
|
|
|
|
Make the logs less verbose and easier to read by silencing 'replay
attack' warnings.
There are lots of false positives showing up in regular UDP connections,
and since we don’t act on potential replays or warn our users (it’s
pretty hidden in the logs) they don’t really serve much purpose to be
there. The warning should not pose any threat to the user.
|
|
|
|
|
|
|