| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-11-03 | Update include account token in problem reports | Jonatan Rhodin | 1 | -1/+1 | |
| - Move checkbox below message - Add warning about anonymity - Change from AccountToken to account-token in support message | |||||
| 2025-10-15 | Enable the user to include their account token in problem reports | Jonatan Rhodin | 2 | -1/+14 | |
| 2025-10-09 | Remove `duct` from `mullvad-problem-report` | Markus Pettersson | 1 | -5/+12 | |
| 2025-07-10 | Run `cargo fmt` | Sebastian Holmin | 2 | -2/+2 | |
| 2025-07-09 | Inline format arguments | Linus Färnstrand | 1 | -1/+1 | |
| 2025-05-06 | Run `cargo fix --edition` | Markus Pettersson | 1 | -2/+2 | |
| 2025-01-02 | Remove global API endpoint | Emīls | 2 | -5/+16 | |
| 2024-12-02 | Remove DNS fallback except for conncheck | David Lönnhager | 1 | -2/+1 | |
| 2024-11-22 | Add non-blocking DNS resolver for Android API requests | David Lönnhager | 1 | -1/+2 | |
| 2024-09-02 | Run `cargo +nightly clippy --fix` | Markus Pettersson | 1 | -2/+1 | |
| 2024-08-27 | Use std LazyLock instead of once_cell Lazy | David Lönnhager | 1 | -4/+4 | |
| 2024-06-17 | Get value of data directory value at app startup | Markus Pettersson | 1 | -0/+2 | |
| Remove `APP_PATH` from `mullvad-paths` on Android since it should not be a constant value. Instead, it is passed down from the Android app startup. As it turns out, it is really ever used for pointing to the RPC socket in use. | |||||
| 2024-02-27 | Replace err_derive with thiserror | Joakim Hulthe | 1 | -23/+22 | |
| `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-16 | Refactor API access methods | David Lönnhager | 1 | -1/+1 | |
| 2024-02-15 | Fix off-by-one error when choosing access method candidates | Markus Pettersson | 1 | -7/+2 | |
| 2024-01-08 | Remove `ApiEndpointUpdateHandler` | Markus Pettersson | 1 | -1/+0 | |
| Previously, the `mullvad-api` would tell the `mullvad-daemon` that it wanted a new API endpoint by calling a certain callback (`ApiEndpointUpdateCallback`), which would asynchronously resolve a new API endpoint and tell the daemon to punch an appropriate hole in the firewall for that particular endpoint before the `mullvad-api` crate would consume it. The logic of the callback can be moved inside `AccessModeSelector`, which simplifies the contract between `mullvad-daemon` and `mullvad-api` somewhat. | |||||
| 2024-01-04 | Add workspace level lints | Linus Färnstrand | 2 | -4/+0 | |
| 2023-08-30 | Fix clippy lints | Emīls | 1 | -1/+1 | |
| 2023-08-04 | Replace all use of `lazy_static` with `once_cell` | Markus Pettersson | 1 | -23/+17 | |
| To align more with the upcoming standardizations within the Rust ecosystem which started with the release of `1.70.0` and the inevitable deprecation of `lazy_static`. | |||||
| 2023-08-01 | Replace unmaintained dirs-next with maintained dirs | Linus Färnstrand | 1 | -3/+3 | |
| Gets rid of one usage of winapi in our dependency tree | |||||
| 2023-05-03 | Update CLI for mullvad-daemon | David Lönnhager | 2 | -105/+71 | |
| 2023-03-27 | Fix many typos | Alexander Seiler | 1 | -1/+1 | |
| Signed-off-by: Alexander Seiler <seileralex@gmail.com> | |||||
| 2023-01-30 | Run `cargo clippy --fix` with the new Rust 1.67 preferred format | Linus Färnstrand | 1 | -39/+20 | |
| 2022-12-14 | Return non-zero status if sending problem report fails | David Lönnhager | 1 | -10/+6 | |
| 2022-10-10 | Adapt all crates to use mullvad-version | Linus Färnstrand | 2 | -5/+3 | |
| 2022-06-15 | Add unit test for home dir redaction | David Lönnhager | 1 | -0/+15 | |
| 2022-06-15 | Redact home dir for device paths in problem reports | David Lönnhager | 1 | -4/+27 | |
| 2022-06-13 | Perform a clippy --fix | jonathan | 2 | -5/+4 | |
| 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-03-23 | Rename `mullvad_api::MullvadRpcRuntime` to `mullvad_api::Runtime` | David Lönnhager | 1 | -4/+4 | |
| 2022-03-23 | Rename mullvad-rpc to mullvad-api | David Lönnhager | 1 | -5/+5 | |
| 2022-03-01 | Add proxy config generator to daemon | David Lönnhager | 1 | -32/+54 | |
| 2022-03-01 | Remove API address rotation | David Lönnhager | 1 | -1/+0 | |
| 2022-02-14 | Upgrade clap to 3.0 | David Lönnhager | 1 | -20/+23 | |
| 2022-01-18 | Move printing to stdout/stderr out of problem-report library | Linus Färnstrand | 2 | -12/+34 | |
| 2021-11-29 | Reformat code without blank_lines_upper_bound = 2 | Linus Färnstrand | 2 | -3/+0 | |
| 2021-11-26 | Don't pass tokio runtime handles to async functions | David Lönnhager | 1 | -1/+0 | |
| 2021-10-28 | Set address change listener after TSM has spawned | David Lönnhager | 1 | -1/+0 | |
| 2021-10-01 | Only retry for network-related API request failures, and remove the delay | David Lönnhager | 1 | -4/+4 | |
| 2021-07-13 | Fix tokio runtime builders | David Lönnhager | 1 | -3/+2 | |
| 2021-07-13 | Replace delay_for with sleep | David Lönnhager | 1 | -1/+1 | |
| 2021-04-30 | Redact GUIDs from problem reports | David Lönnhager | 1 | -31/+49 | |
| 2021-03-26 | Retry using different endpoints if a problem report cannot be sent | David Lönnhager | 1 | -5/+27 | |
| 2021-02-17 | Use threaded scheduler in problem report | Emīls | 1 | -1/+2 | |
| 2021-01-28 | Rename mullvad-platform-metadata | Emīls | 1 | -2/+2 | |
| 2021-01-25 | Bypass socket on Android | Emīls | 1 | -0/+2 | |
| 2021-01-12 | Replace the old cache directory | David Lönnhager | 2 | -4/+4 | |
| 2021-01-05 | Create platform metadata crate | Oskar Nyberg | 1 | -152/+3 | |
| 2021-01-04 | Unblock API endpoint while connecting or blocked | David Lönnhager | 1 | -1/+1 | |
| 2021-01-04 | Add address change listener to AddressCache | David Lönnhager | 1 | -0/+1 | |
| 2021-01-04 | Always prefer the last used API address | David Lönnhager | 2 | -4/+8 | |
