| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-01-14 | Add route to obfuscator if necessary | Markus Pettersson | 1 | -1/+1 | |
| 2025-01-07 | Fix bug where `block_on` was called from an async context | Markus Pettersson | 1 | -4/+22 | |
| 2024-12-20 | Remove unwrap | Sebastian Holmin | 1 | -1/+2 | |
| 2024-12-20 | Add `log_tunnel_data_usage` to Android too | Sebastian Holmin | 1 | -3/+11 | |
| 2024-12-20 | Add logging for ephemeral peer negotiation timeouts on Windows | Sebastian Holmin | 1 | -2/+29 | |
| 2024-12-20 | Revert `force_wireguard_handshake` because it was broken | Markus Pettersson | 1 | -2/+0 | |
| 2024-12-18 | Force WireGuard handshake before PQ handshake | David Lönnhager | 1 | -0/+2 | |
| 2024-12-12 | Use dynamic DAITA machines in wireguard-go | David Lönnhager | 1 | -13/+8 | |
| 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 | 1 | -9/+0 | |
| 2024-11-22 | Check that that tunnel can serve traffic after starting a new tunnel | Kalle Lindström | 1 | -67/+60 | |
| - 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 | 1 | -55/+35 | |
| - 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 | 1 | -23/+51 | |
| 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 | 1 | -0/+28 | |
| 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 | Take obfuscation overhead into account when setting MTU | Joakim Hulthe | 1 | -1/+8 | |
| 2024-10-17 | Fix obfuscation not being applied properly on tunnel creation | David Göransson | 1 | -9/+10 | |
| 2024-09-24 | Move ephemeral negotiation to own module | David Lönnhager | 1 | -200/+4 | |
| 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 | |
