| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-10 | Run `cargo fmt` | Sebastian Holmin | 1 | -3/+3 | |
| 2025-05-06 | Fix lifetime changes in rust 2024 | Markus Pettersson | 1 | -25/+64 | |
| 2025-02-12 | Format workspace | Sebastian Holmin | 1 | -3/+3 | |
| The 2024 edition contains new formatting rules. All of these are not compatible with the 2021 formatting style, but most of them are. To change the formatting to be as close to the new style as possible while remaining compatible with the 2021 edition, I first ran `cargo +beta fmt` with the edition set to 2024, then, with the edition set to 2021, I ran `cargo fmt`. | |||||
| 2025-02-12 | Fix `clippy::precedence` | Sebastian Holmin | 1 | -3/+3 | |
| 2025-02-12 | Fix "RPIT lifetime capture rules" | Sebastian Holmin | 1 | -1/+3 | |
| 2025-02-12 | Run `cargo +beta fix --edition` | Sebastian Holmin | 1 | -3/+3 | |
| 2024-10-01 | Rename account "token" to account "number" | Joakim Hulthe | 1 | -44/+42 | |
| 2024-09-25 | Consolidate two mutexes into one | Markus Pettersson | 1 | -8/+8 | |
| 2024-02-15 | Swap out `talpid-core` for `talpid-future` | Markus Pettersson | 1 | -1/+1 | |
| 2024-02-14 | Add MullvadApi to MullvadVPNUITetsts | Emīls | 1 | -2/+2 | |
| 2023-12-29 | Fetch account ID from API | David Lönnhager | 1 | -13/+13 | |
| 2023-10-19 | Fold all access token requests into a single request | David Lönnhager | 1 | -6/+6 | |
| 2023-10-16 | Add android conditional compilation for google pay | Jonathan | 1 | -1/+6 | |
| Add conditional compilation for google pay API access for only android. Also allow new error type to be parsed. Additionally fix review comments, formatting and warnings. | |||||
| 2023-10-16 | Add piping for google play payment API requests | Jonathan | 1 | -1/+40 | |
| This commit adds all of the basic piping in order to let Android use the JNI interface in order to make requests to our API pertaining to google play payment initialization and status. | |||||
| 2023-09-19 | Simplify immediate retry strategy | David Lönnhager | 1 | -33/+22 | |
| 2023-09-19 | Define retry strategy constants | David Lönnhager | 1 | -29/+12 | |
| 2023-04-03 | Set retry interval to 24 hours for automatic key rotation | David Lönnhager | 1 | -1/+5 | |
| 2022-09-13 | Fix mapping of daemon voucher errors to gRPC errors | David Lönnhager | 1 | -0/+2 | |
| 2022-09-13 | Implement correctly cancellable voucher submissions in the account manager | David Lönnhager | 1 | -3/+3 | |
| 2022-09-13 | Add expiry check to the account manager | David Lönnhager | 1 | -0/+4 | |
| 2022-05-25 | Simplify device removal event | David Lönnhager | 1 | -22/+3 | |
| 2022-05-25 | Save 'created' and 'hijack_dns' fields in device structs | David Lönnhager | 1 | -0/+2 | |
| 2022-05-11 | Check status in API response body to determine whether a device has been revoked | David Lönnhager | 1 | -10/+7 | |
| 2022-05-10 | Refactor device removal out of daemon struct | David Lönnhager | 1 | -1/+32 | |
| 2022-05-05 | Hide private device type in `mullvad-daemon` | David Lönnhager | 1 | -24/+28 | |
| 2022-05-05 | Do not store pubkey in device.json | David Lönnhager | 1 | -3/+3 | |
| 2022-04-19 | Track API calls in device manager | Emīls | 1 | -0/+424 | |
| Instead of blocking the device manager on API calls, the API calls are now serviced concurrently, allowing users of the device manager to retrieve data without blocking. | |||||
