summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon/src/tunnel.rs
AgeCommit message (Expand)AuthorFilesLines
2024-10-31Do not fallback to direct API connections when testing access methodsMarkus Pettersson1-2/+2
2024-10-01Rename account "token" to account "number"Joakim Hulthe1-1/+1
2024-09-17Remove Option from Relay::locationJoakim Hulthe1-2/+2
2024-08-27Use std LazyLock instead of once_cell LazyDavid Lönnhager1-4/+4
2024-08-22Fix IP-override feature indicatorSebastian Holmin1-2/+37
2024-08-14Redo error handling `test_automatic_wireguard_rotation`Markus Pettersson1-22/+28
2024-03-28Do not panic when reading public key of relayMarkus Pettersson1-11/+6
2024-03-27Refactor `mullvad-relay-selector`Markus Pettersson1-110/+115
2024-02-27Replace err_derive with thiserrorJoakim Hulthe1-5/+5
2024-01-05Run `cargo +nightly fmt`Sebastian Holmin1-1/+2
2023-10-05Log if Same IP is being used or notLinus Färnstrand1-5/+29
2023-02-21Make quantum-resistant tunnel optional in mullvad layerDavid Lönnhager1-1/+5
2022-11-08Use fwmark for routing in openvpnEmīls Piņķis1-0/+2
2022-11-07Split up talpid-coreEmīls Piņķis1-0/+2
2022-10-07Reset last location for custom relaysDavid Lönnhager1-1/+1
2022-06-21Fix the large majority of clippy warningsJonathan1-13/+11
2022-05-12Distinguish between logged-out and revoked device statesDavid Lönnhager1-0/+1
2022-05-09Decouple tunnel parameters generation from daemon message handlerDavid Lönnhager1-0/+286