summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon/src/account_history.rs
AgeCommit message (Expand)AuthorFilesLines
2025-07-15Run `crago +nightly clippy --fix`Markus Pettersson1-7/+5
2024-10-01Rename account "token" to account "number"Joakim Hulthe1-16/+16
2024-08-27Use std LazyLock instead of once_cell LazyDavid Lönnhager1-3/+2
2024-02-27Replace err_derive with thiserrorJoakim Hulthe1-10/+9
2023-08-04Replace all use of `lazy_static` with `once_cell`Markus Pettersson1-3/+2
2021-11-29Reformat code without blank_lines_upper_bound = 2Linus Färnstrand1-1/+0
2021-10-26Only save initial history if it changedDavid Lönnhager1-10/+17
2021-10-26Remove sync I/O from account history codeDavid Lönnhager1-27/+20
2021-10-26Simplify and remove unused account history codeDavid Lönnhager1-76/+21
2021-10-26Migrate account history location in migration moduleDavid Lönnhager1-22/+0
2021-06-18Update account history RPCsDavid Lönnhager1-1/+1
2021-06-18Migrate WireGuard key from account historyDavid Lönnhager1-4/+25
2021-06-18Store the WireGuard key in the settings and store a single token in the accou...David Lönnhager1-173/+49
2021-06-01Fix account history error logDavid Lönnhager1-25/+38
2021-03-08Lower account history from 3 to 1Emīls1-2/+2
2020-10-12Maybe improve AccountHistoryEmīls1-1/+4
2020-09-01Asynchronously write account history to fileDavid Lönnhager1-29/+55
2020-09-01Replace tokio handle references in `Daemon` with async/await syntaxDavid Lönnhager1-17/+12
2020-07-03Use new style future for wireguard keysEmīls1-45/+35
2020-06-25Parse version info to check if version is too newEmīls1-2/+2
2020-06-10Do not delete the account history during path migration if the settings direc...David Lönnhager1-20/+11
2020-04-28Migrate the account history file locationJanito Vaqueiro Ferreira Filho1-0/+29
2020-04-28Use settings directory to store account historyJanito Vaqueiro Ferreira Filho1-2/+2
2020-04-27Use HTTP RPCs in daemonEmīls1-7/+5
2020-01-29Use RPC for wg key removal when accounts are removed from historyDavid Lönnhager1-4/+85
2019-10-17Upgrade err-derive to 0.2.1Linus Färnstrand1-3/+4
2019-09-05Save account cache after reading itEmīls Piņķis1-1/+5
2019-07-25Disable factory-reset RPC on AndroidEmīls Piņķis1-0/+1
2019-07-22Add factory_reset RPC to daemonEmīls Piņķis1-0/+6
2019-06-12Use *_or_else with closureLinus Färnstrand1-1/+1
2019-06-12Use .is_{err,ok,none}() instead of pattern matchingLinus Färnstrand1-1/+1
2019-04-11Get rid of error-chain in account_historyLinus Färnstrand1-26/+24
2019-03-05Fix deserialization of old account historyEmīls Piņķis1-1/+7
2019-02-27Rework account historyEmīls Piņķis1-67/+121
2019-01-18Get rid of almost all remaining "extern crate" statementsLinus Färnstrand1-4/+1
2018-12-13Activate the merge_imports rustfmt featureLinus Färnstrand1-3/+5
2018-10-29Remove #[macro_use] from log crateLinus Färnstrand1-3/+3
2018-10-24Fix various warnings emitted by the Clippy linterLinus Färnstrand1-2/+2
2018-06-25Flush file writes when saving config and backup filesEmīls1-2/+6
2018-05-18Make AccountHistory hold track of its own cache pathLinus Färnstrand1-29/+36
2018-05-18Make AccountHistory take cache_dir as argumentLinus Färnstrand1-22/+17
2018-05-18Move cache dir computation to own moduleLinus Färnstrand1-5/+3
2018-05-17Change from to_string_lossy() to display() on pathsLinus Färnstrand1-8/+5
2018-05-17Format with rustfmt 0.7.0Linus Färnstrand1-1/+2
2017-11-17Add account historyAndrej Mihajlov1-0/+106