| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-09-23 | Upgrade `rand` to `0.9` in `talpid-wireguard` | Markus Pettersson | 1 | -7/+6 | |
| Document why `rand` can't be upgraded in `wireguard_nt::daita` | |||||
| 2025-07-10 | Run `cargo fmt` | Sebastian Holmin | 1 | -3/+5 | |
| 2025-06-10 | Update nix to 0.30 everywhere | Joakim Hulthe | 1 | -3/+7 | |
| 2024-08-20 | Move MTU helpers to talpid-net crate | David Lönnhager | 1 | -1/+1 | |
| 2024-02-27 | Use `tokio::time::pause` to mock time in tests | Sebastian Holmin | 1 | -117/+137 | |
| 2024-02-27 | Make `max_ping_size` only take `FuturesUnordered` instead of being generic | Sebastian Holmin | 1 | -31/+64 | |
| 2024-02-27 | Add unit test for MTU detection | Sebastian Holmin | 1 | -39/+156 | |
| Split MTU detection into an inner pure function `max_ping_sized` and an outer function `detect_mtu` and add unit and prop-testing to the non io-dependent parts. | |||||
| 2024-02-27 | Replace err_derive with thiserror | Joakim Hulthe | 1 | -13/+10 | |
| `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-13 | Fix MTU detection below min IPv6 value for windows | Sebastian Holmin | 1 | -3/+19 | |
| 2024-02-12 | Move MTU detection to separate module | Sebastian Holmin | 1 | -0/+193 | |
