summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon/src/device/service.rs
AgeCommit message (Expand)AuthorFilesLines
2023-10-19Fold all access token requests into a single requestDavid Lönnhager1-6/+6
2023-10-16Add android conditional compilation for google payJonathan1-1/+6
2023-10-16Add piping for google play payment API requestsJonathan1-1/+40
2023-09-19Simplify immediate retry strategyDavid Lönnhager1-33/+22
2023-09-19Define retry strategy constantsDavid Lönnhager1-29/+12
2023-04-03Set retry interval to 24 hours for automatic key rotationDavid Lönnhager1-1/+5
2022-09-13Fix mapping of daemon voucher errors to gRPC errorsDavid Lönnhager1-0/+2
2022-09-13Implement correctly cancellable voucher submissions in the account managerDavid Lönnhager1-3/+3
2022-09-13Add expiry check to the account managerDavid Lönnhager1-0/+4
2022-05-25Simplify device removal eventDavid Lönnhager1-22/+3
2022-05-25Save 'created' and 'hijack_dns' fields in device structsDavid Lönnhager1-0/+2
2022-05-11Check status in API response body to determine whether a device has been revokedDavid Lönnhager1-10/+7
2022-05-10Refactor device removal out of daemon structDavid Lönnhager1-1/+32
2022-05-05Hide private device type in `mullvad-daemon`David Lönnhager1-24/+28
2022-05-05Do not store pubkey in device.jsonDavid Lönnhager1-3/+3
2022-04-19Track API calls in device managerEmīls1-0/+424