| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-09-24 | Lower MTU during ephemeral peer negotiation on Windows | David Lönnhager | 1 | -0/+27 | |
| 2024-09-23 | Generalize error that could occur while negotiating an ephemeral peer | Markus Pettersson | 1 | -8/+10 | |
| 2024-09-20 | Refactor obfuscation setup | David Lönnhager | 1 | -145/+28 | |
| 2024-09-18 | Fix bug where allowed ips would not be patched if DAITA was enabled | Markus Pettersson | 1 | -4/+6 | |
| 2024-09-18 | Fix negotiation of ephemeral peer failing due to timeout | Markus Pettersson | 1 | -24/+188 | |
| Address a race condition in `WireguardMonitor::start` where a Wireguard-GO tunnel would be started but try to serve traffic before actually being ready to do so. This is probably a latent issue on all platforms using Wireguard-GO, but it was mostly noticeable on Android. | |||||
| 2024-09-02 | Fix a lingering panic by using a stricter type | Max Zettlmeißl | 1 | -1/+1 | |
| The functions `request_ephemeral_peer` and consecutively `new_client` accepted an `IpAddr`, but due to only ever preparing a v4 socket this lead to panic due to an `EAFNOSUPPORT` error if an IPv6 was provided. It would also have made sense to change `new_client` to create either an IPv4 or IPv6 socket depending on the type of the address, but the tuncfg service is currently not accepting IPv6 connections, therefore this was the cleaner change. | |||||
| 2024-08-27 | Use std LazyLock instead of once_cell Lazy | David Lönnhager | 1 | -5/+3 | |
| 2024-08-20 | Move MTU helpers to talpid-net crate | David Lönnhager | 1 | -2/+0 | |
| 2024-08-16 | Add Shadowsocks obfuscation support to mullvad-daemon | David Lönnhager | 1 | -42/+58 | |
| 2024-08-16 | Add Shadowsocks to tunnel-obfuscation crate | David Lönnhager | 1 | -2/+2 | |
| 2024-06-28 | Remove pointless firewall update | David Lönnhager | 1 | -52/+40 | |
| 2024-06-25 | Add `daita` as a Cargo cfg variable | Markus Pettersson | 1 | -9/+10 | |
| Gate DAITA compilation on `"cargo::rustc-cfg=daita"` emitted in build files per platform. | |||||
| 2024-06-25 | Enable constant packet size for wireguard-go | Markus Pettersson | 1 | -1/+1 | |
| Activate the setting when DAITA is enabled and write constant packet size to WG config string. Co-authored-by: Sebastian Holmin <sebastian.holmin@mullvad.net> | |||||
| 2024-06-25 | Use Wireguard-go when DAITA is enabled | Markus Pettersson | 1 | -17/+48 | |
| 2024-06-25 | Add a safe FFI wrapper in `wireguard-go-rs` | Sebastian Holmin | 1 | -22/+35 | |
| - 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-04-16 | Add DAITA to relay selection | David Lönnhager | 1 | -1/+1 | |
| 2024-04-16 | Add DAITA Windows client and updated tuncfg | David Lönnhager | 1 | -33/+70 | |
| 2024-03-14 | Simplify route manager handle | David Lönnhager | 1 | -1/+1 | |
| 2024-02-27 | Replace err_derive with thiserror | Joakim Hulthe | 1 | -42/+40 | |
| `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-12 | Move MTU detection to separate module | Sebastian Holmin | 1 | -177/+16 | |
| 2024-02-12 | Enable MTU detection on macos | Sebastian Holmin | 1 | -7/+7 | |
| 2024-02-12 | Increase socket buffer size for MTU pinger on macos | David Lönnhager | 1 | -3/+20 | |
| 2024-02-09 | Add windows MTU detection implementation. | Sebastian Holmin | 1 | -11/+28 | |
| 2024-02-08 | Add `proptest` dependency | Sebastian Holmin | 1 | -5/+27 | |
| 2024-02-08 | Enable automatic MTU detection on linux | Sebastian Holmin | 1 | -0/+30 | |
| 2024-02-08 | Add automatic MTU detection | Sebastian Holmin | 1 | -0/+103 | |
| 2024-02-08 | Add `set_mtu` for linux | Sebastian Holmin | 1 | -0/+2 | |
| 2024-02-08 | Move constants | Sebastian Holmin | 1 | -6/+4 | |
| 2024-01-31 | Simplify retry logic in connecting state | David Lönnhager | 1 | -1/+33 | |
| 2024-01-31 | Coalesce tunnel device errors on Windows | David Lönnhager | 1 | -0/+5 | |
| 2024-01-25 | Set default route MTU when using multihop on macOS. This prevents fragmentation | David Lönnhager | 1 | -8/+13 | |
| 2024-01-25 | Hardcode a low MTU/MSS for the tunnel config client socket | David Lönnhager | 1 | -54/+6 | |
| 2024-01-04 | Add workspace level lints | Linus Färnstrand | 1 | -1/+0 | |
| 2023-12-04 | Remove hidden assumptions from WireGuard config | David Lönnhager | 1 | -40/+19 | |
| 2023-12-04 | Subtract multihop overhead from default route MTU on Linux | David Lönnhager | 1 | -0/+27 | |
| 2023-10-20 | Move talpid-windows-net into talpid-windows | David Lönnhager | 1 | -3/+3 | |
| 2023-08-31 | Add compile-time flag for wireguard-go | David Lönnhager | 1 | -3/+3 | |
| 2023-08-31 | Hide implementation-specific wg stats parsers | David Lönnhager | 1 | -4/+2 | |
| 2023-08-31 | Remove userspace wg module on Windows | David Lönnhager | 1 | -34/+25 | |
| 2023-08-30 | Fix clippy lints | Emīls | 1 | -3/+3 | |
| 2023-08-04 | Replace all use of `lazy_static` with `once_cell` | Markus Pettersson | 1 | -10/+6 | |
| To align more with the upcoming standardizations within the Rust ecosystem which started with the release of `1.70.0` and the inevitable deprecation of `lazy_static`. | |||||
| 2023-06-09 | Exclude tunnel sockets after PSK exchange | David Lönnhager | 1 | -2/+28 | |
| 2023-06-09 | Route everything via the tunnel during PSK exchange on Android, but drop ↵ | David Lönnhager | 1 | -10/+13 | |
| everything not destined for the gateway | |||||
| 2023-06-05 | Rework macOS routing | David Lönnhager | 1 | -39/+4 | |
| 2023-06-05 | Attempt to setup routes the other way | Emīls | 1 | -2/+38 | |
| 2023-05-11 | Do not replace default routes on Android | Tommy Webb | 1 | -2/+2 | |
| Keep default routes as-is on Android, just as they are kept as-is for Linux. This allows Android 11+ to recognize Mullvad as an isolated VPN, properly preventing remote-initiated traffic from other interfaces. | |||||
| 2023-05-02 | Remove superfluous mut binding | Linus Färnstrand | 1 | -1/+1 | |
| 2023-04-21 | Apply clippy --fix fixes | Linus Färnstrand | 1 | -2/+2 | |
| This commit does not contain everything that `cargo clippy --fix` changed on Windows. But the least controversial and simplest subset. The remaining fixes I felt could use some manual cleanup also. | |||||
| 2023-04-17 | Use more pessimistic timeouts for PSK exchange (due to the large payload) | David Lönnhager | 1 | -2/+2 | |
| 2023-04-17 | Set MSS for PSK exchange when multihop is enabled | David Lönnhager | 1 | -3/+34 | |
