summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon/src/early_boot_firewall.rs
AgeCommit message (Collapse)AuthorFilesLines
2025-05-22Do not overwrite old settings in the early boot blockerDavid Lönnhager1-1/+4
Previously, this could cause settings to be wiped since the migration code does not run in the early boot blocking code
2024-02-27Replace err_derive with thiserrorJoakim Hulthe1-7/+7
`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-11-07Split up talpid-coreEmīls Piņķis1-1/+1
2022-09-13Use optional allowed endpointEmīls Piņķis1-6/+1
2022-09-12Add argument to initialize firewall to a blocking stateEmīls Piņķis1-0/+43