summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon/src/device/mod.rs
AgeCommit message (Expand)AuthorFilesLines
2022-05-04Wipe the device config if it cannot be parsedDavid Lönnhager1-15/+24
2022-04-29Succeed if logging out without accountDavid Lönnhager1-0/+1
2022-04-29Logout event was not sent despite state changeDavid Lönnhager1-5/+7
2022-04-27Remove old device correctlyDavid Lönnhager1-1/+1
2022-04-27Send back response for manual key rotationDavid Lönnhager1-1/+2
2022-04-19Block on login when requesting account dataEmīls1-16/+24
2022-04-19Track API calls in device managerEmīls1-0/+807