| 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 | |
| 2025-01-03 | Upgrade `tun` to get rid of set_address code on Linux | Markus Pettersson | 1 | -3/+9 | |
| 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 | 3 | -66/+4 | |
| 2024-12-19 | Remove 'force_wireguard_handshake' on non-Windows | David Lönnhager | 1 | -1/+3 | |
| The firewall blocks the pinger in some circumstances | |||||
| 2024-12-19 | Do not block during ephemeral peer exchange | David Lönnhager | 1 | -7/+8 | |
| 2024-12-18 | Revert reset of pinger establish timeout | David Lönnhager | 1 | -2/+0 | |
| 2024-12-18 | Ignore failed ping (since multihop is flaky) | David Lönnhager | 1 | -1/+3 | |
| 2024-12-18 | Reset connection monitor state and timeout between each ping attempt | David Lönnhager | 1 | -0/+2 | |
| 2024-12-18 | Force WireGuard handshake before PQ handshake | David Lönnhager | 3 | -6/+63 | |
| 2024-12-17 | Do not drop conn checker when updating tun without toggling multihop | David Lönnhager | 1 | -6/+11 | |
| 2024-12-12 | Remove some deprecated ref patterns | Joakim Hulthe | 1 | -5/+1 | |
| 2024-12-12 | Remove unused test | David Lönnhager | 1 | -30/+0 | |
| 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 | 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. | |||||
