| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-09-11 | Move log depedency to workspace toml file | David Lönnhager | 1 | -1/+1 | |
| 2023-09-11 | Make env_logger a workspace dependency | David Lönnhager | 1 | -1/+1 | |
| 2023-09-11 | Make err-derive a workspace dependency | David Lönnhager | 1 | -1/+1 | |
| 2023-08-01 | Move windows-sys to a workspace dependency | Linus Färnstrand | 1 | -1/+1 | |
| 2023-07-14 | Move tonic and related crates to workspace dependencies | Linus Färnstrand | 1 | -4/+4 | |
| 2023-07-14 | Move tokio dependency to be a workspace dependency | Linus Färnstrand | 1 | -1/+1 | |
| 2023-07-14 | Set package fields in workspace and inherit in packages | Linus Färnstrand | 1 | -5/+6 | |
| 2023-03-27 | Reformat proto files | David Lönnhager | 1 | -7/+5 | |
| 2023-03-14 | Update windows-sys in mullvad and talpid crates | David Lönnhager | 1 | -1/+1 | |
| 2023-02-22 | Update openvpn-plugin crate for OpenVPN 2.6 | David Lönnhager | 1 | -1/+1 | |
| 2023-02-01 | Upgrade env_logger to 0.10.0 | Linus Färnstrand | 1 | -1/+1 | |
| 2023-01-30 | Run `cargo clippy --fix` with the new Rust 1.67 preferred format | Linus Färnstrand | 1 | -1/+1 | |
| 2023-01-27 | Bump LegalCopyright to 2023 | Linus Färnstrand | 1 | -1/+1 | |
| 2022-10-10 | Adapt all crates to use mullvad-version | Linus Färnstrand | 2 | -2/+2 | |
| 2022-10-10 | Set all Rust crate versions to 0.0.0 | Linus Färnstrand | 1 | -1/+1 | |
| 2022-10-05 | Updating version in package files | Linus Färnstrand | 1 | -1/+1 | |
| 2022-09-28 | Bump windows-sys to 0.42.0 | David Lönnhager | 1 | -1/+1 | |
| 2022-09-27 | Update tonic to 0.8 | Emīls Piņķis | 1 | -3/+3 | |
| 2022-09-26 | Updating version in package files | Linus Färnstrand | 1 | -1/+1 | |
| 2022-09-01 | Replace winapi with windows-sys for all remaining crates | David Lönnhager | 2 | -4/+14 | |
| 2022-08-29 | Silence clippy warnings due to tonic | David Lönnhager | 1 | -0/+1 | |
| 2022-08-19 | Updating version in package files | Linus Färnstrand | 1 | -1/+1 | |
| 2022-08-10 | Updating version in package files | Linus Färnstrand | 1 | -1/+1 | |
| 2022-07-28 | Updating version in package files | Linus Färnstrand | 1 | -1/+1 | |
| 2022-07-05 | Update version in package files | David Lönnhager | 1 | -1/+1 | |
| 2022-06-27 | Updating version in package files | Linus Färnstrand | 1 | -1/+1 | |
| 2022-06-14 | Manually fix the simpler non-semantic clippy warns | Jonathan | 1 | -2/+2 | |
| This commit tries to manually fix the clippy warnings that are fairly straightforward and do not have rippling effects on the codebase nor have a very high chance of causing bugs. | |||||
| 2022-06-13 | Bump desktop versions to 2022.2 | Linus Färnstrand | 1 | -1/+1 | |
| 2022-06-13 | Perform a clippy --fix | jonathan | 2 | -3/+3 | |
| This is a giant commit which performs only a clippy --fix. Auditing can happen in two ways, either by reading every line or by running a `cargo clippy --fix` on the previous commit and make sure that the result is the same. | |||||
| 2022-05-17 | Updating version in package files | Linus Färnstrand | 1 | -1/+1 | |
| 2022-03-01 | Updating version in package files | Oskar Nyberg | 1 | -1/+1 | |
| 2022-02-22 | Updating version in package files | Oskar Nyberg | 1 | -1/+1 | |
| 2022-02-17 | Remove superfluous whitespace in feature arrays | Emīls | 1 | -1/+1 | |
| 2022-02-15 | Updating version in package files | Linus Färnstrand | 1 | -1/+1 | |
| 2022-02-15 | Upgrade err-derive to at least 0.3.1 | Linus Färnstrand | 1 | -1/+1 | |
| 2022-01-11 | Change copyright from 2021 to 2022 in product metadata and readme | Linus Färnstrand | 1 | -1/+1 | |
| 2021-11-29 | Reformat code without blank_lines_upper_bound = 2 | Linus Färnstrand | 2 | -4/+0 | |
| 2021-11-18 | Updating version in package files | Linus Färnstrand | 1 | -1/+1 | |
| 2021-11-08 | Set all Rust crates to edition 2021 | Linus Färnstrand | 1 | -1/+1 | |
| 2021-11-03 | Backport 2021.6-beta1 version bump and changelog header | Linus Färnstrand | 1 | -1/+1 | |
| 2021-10-25 | Updating version in package files | Linus Färnstrand | 1 | -1/+1 | |
| 2021-10-20 | Backport 2021.5-beta2 changelog and version bump | Linus Färnstrand | 1 | -1/+1 | |
| 2021-10-13 | Backport version bump and changelog fixes from 2021.5-beta1 branch | Linus Färnstrand | 1 | -1/+1 | |
| 2021-07-13 | Update tonic and prost | David Lönnhager | 1 | -3/+3 | |
| 2021-07-13 | Fix tokio runtime builders | David Lönnhager | 1 | -4/+1 | |
| 2021-07-13 | Update tokio dependencies | David Lönnhager | 1 | -6/+6 | |
| 2021-07-02 | Configure ST tunnel addresses before setting up routes | David Lönnhager | 3 | -0/+3 | |
| 2021-06-30 | Updating version in package files | Linus Färnstrand | 1 | -1/+1 | |
| 2021-06-16 | Improve OpenVPN event handling | David Lönnhager | 3 | -24/+40 | |
| 2021-06-09 | Updating version in package files to 2021.4-beta1 | Linus Färnstrand | 1 | -1/+1 | |
