| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-24 | Add DAITA stats to 'Stats' | David Lönnhager | 1 | -0/+1 | |
| 2025-10-24 | Integrate GotaTun cleanly | Markus Pettersson | 2 | -10/+12 | |
| Refactor `trait Tunnel` and factor `start_daita` into `set_config`. Co-authored-by: Joakim Hulthe <joakim.hulthe@mullvad.net> | |||||
| 2025-09-17 | Upgrade rtnetlink libs to latest version | Markus Pettersson | 4 | -122/+103 | |
| Signed-off-by: Markus Pettersson <markus.pettersson@mullvad.net> | |||||
| 2025-09-03 | Add last WG handshake to stats | David Lönnhager | 1 | -1/+24 | |
| 2025-07-15 | Fix `collapsible_if` clippy lint | Markus Pettersson | 1 | -6/+7 | |
| 2025-07-10 | Run `cargo fmt` | Sebastian Holmin | 5 | -12/+15 | |
| 2025-06-10 | Replace deprecated InetAddr with SocketAddr | Joakim Hulthe | 2 | -20/+36 | |
| 2025-06-05 | Fix typos | omahs | 2 | -2/+2 | |
| 2025-03-18 | Remove superfluous .to_vec()'s, and replace some with vec![] | Linus Färnstrand | 1 | -114/+74 | |
| 2025-02-25 | Fix unaligned pointer read | Joakim Hulthe | 1 | -16/+27 | |
| 2025-02-25 | Move iface_index helper to talpid-net | Joakim Hulthe | 1 | -27/+1 | |
| 2025-02-25 | Move some safety comments to clippy recognizes them | Joakim Hulthe | 1 | -3/+3 | |
| 2025-02-12 | Fix `unsafe_op_in_unsafe_fn` warning | Sebastian Holmin | 1 | -1/+1 | |
| 2025-01-23 | Refactor connectivity check to be async | David Lönnhager | 2 | -22/+18 | |
| 2024-12-12 | Use dynamic DAITA machines in wireguard-go | David Lönnhager | 2 | -2/+4 | |
| Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> | |||||
| 2024-09-02 | Set tunnel name to wg0-mullvad for wireguard-go | David Lönnhager | 3 | -4/+6 | |
| Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> | |||||
| 2024-06-25 | Add `daita` as a Cargo cfg variable | Markus Pettersson | 2 | -4/+4 | |
| Gate DAITA compilation on `"cargo::rustc-cfg=daita"` emitted in build files per platform. | |||||
| 2024-06-25 | Add a safe FFI wrapper in `wireguard-go-rs` | Sebastian Holmin | 2 | -4/+14 | |
| - Add local wireguard go import - Activate DAITA and add `wgActivateDaita` and `wgReceiveEvent` FFI - Implement `start_daita` on Wireguard-go tunnel type - Mention DAITA in `wireguard-go-rs` description - Do not compile `wireguard-go-rs` on Windows - Handle DAITA closed on `nil` event - Handle daita action timeouts in libwg - Remove noisy log lines - Remove `maybenot_on_action` callback - Remove unused link to `../build/lib` for `talpid-wireguard` - Bump the `wireguard-go` submodule to a signed release tag in Mullvad's `wireguard-go` fork. - Update path to `libwg/go.sum` in verification script Also: - Use u64 instead of *mut void as log context - Make Tunnel::set_config take a &mut self - Use dyn Error instead of i32s for wg errors Co-authored-by: Joakim Hulthe <joakim@hulthe.net> | |||||
| 2024-02-27 | Replace err_derive with thiserror | Joakim Hulthe | 3 | -39/+38 | |
| `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-19 | Fix redundant imports | David Lönnhager | 1 | -1/+0 | |
| 2024-02-08 | Fix typos | Sebastian Holmin | 1 | -1/+1 | |
| 2023-12-04 | Remove hidden assumptions from WireGuard config | David Lönnhager | 2 | -2/+2 | |
| 2023-12-01 | Rename MULLVAD_INTERFACE_NAME | Stephen Huan | 1 | -1/+1 | |
| 2023-08-31 | Hide implementation-specific wg stats parsers | David Lönnhager | 2 | -0/+33 | |
| 2023-08-30 | Fix clippy lints | Emīls | 1 | -2/+2 | |
| 2023-01-30 | Run `cargo clippy --fix` with the new Rust 1.67 preferred format | Linus Färnstrand | 1 | -4/+4 | |
| 2022-12-21 | Apply more clippy fixes. | Emīls | 1 | -1/+1 | |
| 2022-11-07 | Split up talpid-core | Emīls Piņķis | 6 | -0/+1852 | |
