summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon/src/shutdown.rs
AgeCommit message (Collapse)AuthorFilesLines
2024-02-27Replace err_derive with thiserrorJoakim Hulthe1-3/+3
`err_derive` is unmaintained and will probably stop working with rust edition 2024. `thiserror` is almost a drop-in replacement. This commit simply replaces all occurences of `derive(err_derive::Error)` with `derive(thiserror::Error)` and fixes the attributes, but the Error and Display impls should be identical.
2022-09-21Maintain firewall rules when shutting downEmīls1-0/+2
2022-09-21Always block on shutdownEmīls Piņķis1-0/+25
2019-10-17Upgrade err-derive to 0.2.1Linus Färnstrand1-1/+1
2019-04-11Get rid of error-chain in shutdown moduleLinus Färnstrand1-13/+7
2019-01-18Get rid of almost all remaining "extern crate" statementsLinus Färnstrand1-5/+1
2018-11-21Fix formatting for rustfmt for rustc 1.32.0-nightly (f1e2fa8f0 2018-11-20)Emīls Piņķis1-1/+1
2018-10-29Remove #[macro_use] from log crateLinus Färnstrand1-2/+2
2018-09-27Reformat with rustfmt 0.99.5Linus Färnstrand1-1/+2
2017-09-18Run rustfmt-nightly 0.2.6 on everythingLinus Färnstrand1-15/+12
2017-07-17Rename all crates from snake_case to kebab-caseLinus Färnstrand1-0/+42