| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-06-14 | Manually fix the simpler non-semantic clippy warns | Jonathan | 3 | -16/+9 | |
| 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 | Perform a clippy --fix | jonathan | 5 | -24/+18 | |
| 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-25 | Save 'created' and 'hijack_dns' fields in device structs | David Lönnhager | 1 | -0/+7 | |
| 2022-05-11 | Don't stop device check if an API request is aborted | David Lönnhager | 1 | -0/+7 | |
| 2022-05-11 | Check status in API response body to determine whether a device has been revoked | David Lönnhager | 2 | -1/+3 | |
| 2022-05-09 | Use stable device API endpoints | David Lönnhager | 2 | -2/+2 | |
| 2022-05-02 | Remove account number field from non-creation account API response | David Lönnhager | 1 | -8/+12 | |
| 2022-04-29 | Pause API requests when the daemon hasn't received any commands for 3 days | David Lönnhager | 1 | -3/+84 | |
| 2022-04-29 | Only log API availability changes if the state actually changes | David Lönnhager | 1 | -9/+14 | |
| 2022-04-26 | Set hijack_dns explicitly | David Lönnhager | 1 | -1/+5 | |
| 2022-04-26 | Rotate the API endpoint when bridge constraints change | David Lönnhager | 1 | -0/+7 | |
| 2022-04-21 | Change API IP to use DDoS protected IP | David Lönnhager | 1 | -1/+1 | |
| 2022-04-19 | Track API calls in device manager | Emīls | 1 | -1/+1 | |
| 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. | |||||
| 2022-04-11 | Refactor long-running timers and use talpid-time for suspend-aware | David Lönnhager | 1 | -42/+32 | |
| clocks | |||||
| 2022-03-24 | Restructure how WireGuard obfuscation is configured and applied | Odd Stranne | 1 | -2/+2 | |
| 2022-03-23 | Rename `mullvad_api::MullvadRpcRuntime` to `mullvad_api::Runtime` | David Lönnhager | 2 | -12/+10 | |
| 2022-03-23 | Rename mullvad-rpc to mullvad-api | David Lönnhager | 12 | -0/+3112 | |
