| 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 | 12 | -489/+678 | |
| - 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-11-22 | Fix a lot of things | Markus Pettersson | 7 | -176/+180 | |
| - Fix remaining rustc warnings on non-Android platforms - Fix lookup entry peer if it exists in wireguard-go - Fix talpid-wireguard not compiling on windows - Fix entry peer config code - Fix clippy issue - Fix Daita - Remove TODOs | |||||
| 2024-11-22 | Add multihop negotiation with ephemeral peers | Kalle Lindström | 7 | -130/+298 | |
| Use `WgGoTunnel` directly on Android because a specialized implemenation of `set_config` has to be used. | |||||
| 2024-11-22 | Split up platform specific `start_tunnel` functions | Markus Pettersson | 2 | -45/+120 | |
| 2024-11-22 | Clean up | Jonatan Rhodin | 1 | -3/+3 | |
| - Fix outdated comment - Remove unused go function - Remove outdated TODO comment - Run `go fmt` on `libwg_android.go` - Document `AllowedTunnelTraffic`, `get_socket_v4` and `get_socket_v6` | |||||
| 2024-11-22 | Fix socket function in wireguard-go | Jonatan Rhodin | 1 | -0/+16 | |
| 2024-11-22 | Add initial multihop config on Android | Jonatan Rhodin | 1 | -0/+50 | |
| - Add some minor wireguard go changes | |||||
| 2024-11-12 | Use maybenotv2 on iOS, remove maybenotv1 | Emīls | 2 | -2/+2 | |
| 2024-11-01 | Document purpose of tests | David Lönnhager | 2 | -0/+4 | |
| 2024-11-01 | Add unit test for maybenot machines for wg-go | David Lönnhager | 1 | -10/+30 | |
| 2024-11-01 | Add unit test for parsing maybenot machines on Windows | David Lönnhager | 1 | -20/+40 | |
| 2024-10-30 | Add back maybenot_machines version 1 | Joakim Hulthe | 2 | -2/+2 | |
| 2024-10-29 | Replace maybenot machines with v2 machines | David Lönnhager | 1 | -1/+1 | |
| Co-authored-by: Joakim Hulthe <joakim@hulthe.net> | |||||
| 2024-10-24 | Fix endpoint addr route | David Lönnhager | 1 | -2/+2 | |
| 2024-10-23 | Do not adjust MTU at all if user has overridden it | David Lönnhager | 1 | -6/+12 | |
| 2024-10-23 | Move MTU adjustment into talpid-wireguard | David Lönnhager | 1 | -4/+85 | |
| 2024-10-21 | Add maybenot v2 machines | David Lönnhager | 1 | -1/+1 | |
| 2024-10-21 | Update to maybenot 2.0.0 on Windows | David Lönnhager | 1 | -36/+42 | |
| 2024-10-21 | Take obfuscation overhead into account when setting MTU | Joakim Hulthe | 2 | -22/+19 | |
| 2024-10-17 | Fix obfuscation not being applied properly on tunnel creation | David Göransson | 1 | -9/+10 | |
| 2024-10-17 | Document relationship between ephemeral peer MTU fixes | Linus Färnstrand | 1 | -0/+3 | |
| 2024-10-15 | Make unrelated changes to WireGuard config code to please compiler | Linus Färnstrand | 1 | -3/+3 | |
| 2024-09-24 | Move ephemeral negotiation to own module | David Lönnhager | 2 | -200/+248 | |
| 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 | 2 | -145/+176 | |
| 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-09-02 | Set tunnel name to wg0-mullvad for wireguard-go | David Lönnhager | 5 | -4/+16 | |
| Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> | |||||
| 2024-08-27 | Use std LazyLock instead of once_cell Lazy | David Lönnhager | 3 | -19/+18 | |
| 2024-08-26 | Remove unwraps in start_daita | Joakim Hulthe | 1 | -3/+4 | |
| 2024-08-20 | Move MTU helpers to talpid-net crate | David Lönnhager | 3 | -80/+1 | |
| 2024-08-20 | Add function for retrieving interface MTU | David Lönnhager | 1 | -5/+36 | |
| 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-08-13 | Refactor tunnel provider and TalpidVpnService | David Lönnhager | 1 | -36/+8 | |
| This also fixes the issue of the VPN service being restarted unnecessarily | |||||
| 2024-08-13 | Don't pass in excluded apps from wireguard-go | David Lönnhager | 1 | -5/+0 | |
| 2024-07-26 | Fix `doc list item missing indentation` | Sebastian Holmin | 1 | -2/+2 | |
| 2024-06-28 | Remove pointless firewall update | David Lönnhager | 2 | -56/+46 | |
| 2024-06-25 | Add `daita` as a Cargo cfg variable | Markus Pettersson | 7 | -29/+62 | |
| 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 | 2 | -1/+5 | |
| 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 | 2 | -18/+52 | |
| 2024-06-25 | Add a safe FFI wrapper in `wireguard-go-rs` | Sebastian Holmin | 8 | -218/+176 | |
| - 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-06-24 | Run `cargo +nightly fmt` | Sebastian Holmin | 1 | -5/+7 | |
| 2024-05-29 | Migrate to gRPC | David Göransson | 1 | -3/+14 | |
| Co-authored-by: Jonatan Rhodin <jonatan.rhodin@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> Co-authored-by: David Lönnhager <david.l@mullvad.net> | |||||
| 2024-04-25 | Fix use of deprecated socket2 function | Joakim Hulthe | 1 | -1/+1 | |
| 2024-04-25 | Update windows-sys | Joakim Hulthe | 1 | -4/+2 | |
| 2024-04-22 | Fix broken lints in rustdocs | Sebastian Holmin | 1 | -7/+7 | |
| I ran `cargo doc` and fixed as many broken links as I could find. | |||||
| 2024-04-16 | Add DAITA to relay selection | David Lönnhager | 1 | -1/+1 | |
