summaryrefslogtreecommitdiffhomepage
path: root/talpid-wireguard/src/ping_monitor
AgeCommit message (Collapse)AuthorFilesLines
2024-11-22Check that that tunnel can serve traffic after starting a new tunnelKalle Lindström3-365/+0
- Split up "ConnectivityCheck" into more descriptive types and collect them in a new `connectivity` module. - Fix allow Wireguard-Go tunnel setup to be cancelled - Use retry param in connectivity check
2024-04-25Fix use of deprecated socket2 functionJoakim Hulthe1-1/+1
2024-02-27Replace err_derive with thiserrorJoakim Hulthe2-18/+17
`err_derive` is unmaintained and will probably stop working with rust edition 2024. `thiserror` is almost a drop-in replacement. This commit simply replaces all occurences of `derive(err_derive::Error)` with `derive(thiserror::Error)` and fixes the attributes, but the Error and Display impls should be identical.
2024-02-08Fix typosSebastian Holmin1-0/+2
2023-08-01Fix clippy error about cfg(any(...))Linus Färnstrand1-1/+1
2023-05-24Fix warnings pointed out by ClippyLinus Färnstrand1-1/+1
2022-11-07Drop Error suffix in Error enum variantsEmīls Piņķis1-14/+14
2022-11-07Split up talpid-coreEmīls Piņķis3-0/+364