| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-05-03 | And gRPC interface wrapper and refactor CLI to use clap derive instead of ↵ | David Lönnhager | 3 | -26/+9 | |
| the builder | |||||
| 2023-04-26 | Fix remaining clippy warnings | David Lönnhager | 6 | -12/+11 | |
| 2023-04-21 | Remove mullvad-exclusion group on macOS | David Lönnhager | 2 | -60/+2 | |
| 2023-04-21 | Fix remaining clippy --fix auto fixes with modifications | Linus Färnstrand | 1 | -1/+0 | |
| 2023-04-21 | Apply clippy --fix fixes | Linus Färnstrand | 6 | -18/+16 | |
| This commit does not contain everything that `cargo clippy --fix` changed on Windows. But the least controversial and simplest subset. The remaining fixes I felt could use some manual cleanup also. | |||||
| 2023-04-17 | Log important settings | David Lönnhager | 2 | -3/+139 | |
| 2023-04-03 | Set retry interval to 24 hours for automatic key rotation | David Lönnhager | 1 | -1/+5 | |
| 2023-03-30 | Account manager now always rotates key if needed | Jonathan | 1 | -6/+6 | |
| Previously the account manager would not rotate the wireguard key unless any account manager command was given. This resulted in old keys not being rotated sometimes when not using the GUI. This fixes this by always starting a key rotation when the account manager starts. | |||||
| 2023-03-29 | Remove getters and setters from SettingsPersister | David Lönnhager | 3 | -209/+116 | |
| 2023-03-27 | Fix many typos | Alexander Seiler | 1 | -1/+1 | |
| Signed-off-by: Alexander Seiler <seileralex@gmail.com> | |||||
| 2023-03-23 | Add settings migration for udp2tcp port constraint | Linus Färnstrand | 1 | -1/+22 | |
| 2023-03-14 | Update parking_lot | David Lönnhager | 1 | -1/+1 | |
| 2023-03-14 | Update windows-sys in mullvad and talpid crates | David Lönnhager | 1 | -2/+2 | |
| 2023-03-14 | Update windows-service to 0.6.0 | David Lönnhager | 1 | -1/+1 | |
| 2023-02-21 | Make quantum-resistant tunnel optional in mullvad layer | David Lönnhager | 7 | -35/+341 | |
| 2023-02-14 | Don't fail if one of the directories cannot be obtained in the help text for ↵ | David Lönnhager | 1 | -3/+3 | |
| mullvad-daemon | |||||
| 2023-02-13 | Rename settings error variants | David Lönnhager | 5 | -23/+28 | |
| 2023-02-10 | Relax permissions on settings.json | David Lönnhager | 3 | -35/+3 | |
| 2023-02-08 | Make async fns without awaits into regular fns | Linus Färnstrand | 3 | -11/+10 | |
| 2023-02-01 | Add option for querying launch daemon state on macOS | David Lönnhager | 4 | -1/+128 | |
| 2023-01-30 | Run `cargo clippy --fix` with the new Rust 1.67 preferred format | Linus Färnstrand | 4 | -5/+5 | |
| 2023-01-27 | Bump LegalCopyright to 2023 | Linus Färnstrand | 1 | -1/+1 | |
| 2023-01-12 | Remove Rust dependencies from Android that were unused | Linus Färnstrand | 1 | -3/+3 | |
| 2023-01-10 | Remove unused Windows dependencies | Linus Färnstrand | 1 | -1/+3 | |
| 2022-11-29 | Output '[EXPIRED_ACCOUNT]' for WireGuard when the account is out of time | David Lönnhager | 1 | -1/+2 | |
| 2022-11-08 | Use fwmark for routing in openvpn | Emīls Piņķis | 1 | -0/+2 | |
| 2022-11-07 | Refactor tunnel_state_machine::spawn | Emīls Piņķis | 1 | -3/+4 | |
| 2022-11-07 | Split up talpid-core | Emīls Piņķis | 4 | -2/+7 | |
| 2022-10-28 | Don't expect logging to work during early boot | Emīls Piņķis | 1 | -23/+33 | |
| 2022-10-10 | Fix suggested_upgrade to not special case dev versions | Linus Färnstrand | 1 | -15/+11 | |
| 2022-10-10 | Adapt all crates to use mullvad-version | Linus Färnstrand | 6 | -24/+15 | |
| 2022-10-10 | Set all Rust crate versions to 0.0.0 | Linus Färnstrand | 1 | -1/+1 | |
| 2022-10-10 | Disable logging for early boot blocker | Emīls Piņķis | 1 | -17/+21 | |
| 2022-10-07 | Reset last location for custom relays | David Lönnhager | 1 | -1/+1 | |
| 2022-10-05 | Updating version in package files | Linus Färnstrand | 1 | -1/+1 | |
| 2022-09-30 | Stop IPv6 requests | Emīls Piņķis | 2 | -8/+18 | |
| Stop sending IPv6 geolocation requests if IPv6 is disabled. | |||||
| 2022-09-28 | Bump windows-sys to 0.42.0 | David Lönnhager | 1 | -2/+2 | |
| 2022-09-27 | Fix clippy complaints | Emīls Piņķis | 3 | -4/+4 | |
| 2022-09-26 | Updating version in package files | Linus Färnstrand | 1 | -1/+1 | |
| 2022-09-22 | Remove shutdown daemon command | Emīls Piņķis | 1 | -5/+10 | |
| 2022-09-22 | Remove shutdown GRPC | Emīls Piņķis | 2 | -6/+2 | |
| 2022-09-21 | Maintain firewall rules when shutting down | Emīls | 1 | -0/+2 | |
| 2022-09-21 | Always block on shutdown | Emīls Piņķis | 4 | -4/+35 | |
| 2022-09-20 | Add shutdown detection for Windows service | David Lönnhager | 4 | -117/+66 | |
| 2022-09-13 | Move expiry event to separate enum | David Lönnhager | 2 | -43/+47 | |
| 2022-09-13 | Explain continual reconnect on 'AuthFailed' | David Lönnhager | 1 | -0/+2 | |
| 2022-09-13 | Log whether account has time left | David Lönnhager | 1 | -0/+6 | |
| 2022-09-13 | Fix mapping of daemon voucher errors to gRPC errors | David Lönnhager | 3 | -20/+9 | |
| 2022-09-13 | Implement correctly cancellable voucher submissions in the account manager | David Lönnhager | 5 | -20/+110 | |
| 2022-09-13 | Enter or leave error state when account runs out of time or has time | David Lönnhager | 2 | -2/+26 | |
| added | |||||
