| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-12-12 | Adjust DAITA buffer sizes | David Lönnhager | 1 | -2/+2 | |
| Previous size resulted in occasional dropped events | |||||
| 2024-12-12 | Use dynamic DAITA machines in wireguard-go | David Lönnhager | 6 | -49/+55 | |
| Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> | |||||
| 2024-12-02 | Replace generic with new type | Sebastian Holmin | 1 | -39/+35 | |
| 2024-12-02 | Replace dyn fn with generic | Sebastian Holmin | 1 | -25/+20 | |
| 2024-12-02 | Make tunnel connection errors recoverable | Kalle Lindström | 2 | -12/+6 | |
| 2024-11-28 | Fix clippy warnings | Markus Pettersson | 1 | -48/+13 | |
| 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 | 2 | -37/+44 | |
| 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-25 | Add `futures` to workspace dependencies | Sebastian Holmin | 1 | -1/+1 | |
| 2024-09-24 | Move ephemeral negotiation to own module | David Lönnhager | 3 | -201/+249 | |
| 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-16 | Do not always rebuild `talpid-wireguard` on Android | Markus Pettersson | 1 | -10/+7 | |
| 2024-09-06 | Build wg with daita support for android | Albin | 1 | -4/+2 | |
| 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 | 4 | -80/+4 | |
| 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-07-25 | Upgrade pfctl to 0.5.0 and ipnetwork to 0.20 | Linus Färnstrand | 1 | -1/+1 | |
| 2024-07-25 | Add missing feature in `talpid-wireguard` | Markus Pettersson | 1 | -0/+1 | |
| Fix `cargo test -p talpid-wireguard` by adding missing `test-util` feature for `tokio`. | |||||
