| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-11-22 | Check that that tunnel can serve traffic after starting a new tunnel | Kalle Lindström | 3 | -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-25 | Fix use of deprecated socket2 function | Joakim Hulthe | 1 | -1/+1 | |
| 2024-02-27 | Replace err_derive with thiserror | Joakim Hulthe | 2 | -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-08 | Fix typos | Sebastian Holmin | 1 | -0/+2 | |
| 2023-08-01 | Fix clippy error about cfg(any(...)) | Linus Färnstrand | 1 | -1/+1 | |
| 2023-05-24 | Fix warnings pointed out by Clippy | Linus Färnstrand | 1 | -1/+1 | |
| 2022-11-07 | Drop Error suffix in Error enum variants | Emīls Piņķis | 1 | -14/+14 | |
| 2022-11-07 | Split up talpid-core | Emīls Piņķis | 3 | -0/+364 | |
