| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-05-22 | Do not overwrite old settings in the early boot blocker | David Lönnhager | 1 | -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-27 | Replace err_derive with thiserror | Joakim Hulthe | 1 | -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-07 | Split up talpid-core | Emīls Piņķis | 1 | -1/+1 | |
| 2022-09-13 | Use optional allowed endpoint | Emīls Piņķis | 1 | -6/+1 | |
| 2022-09-12 | Add argument to initialize firewall to a blocking state | Emīls Piņķis | 1 | -0/+43 | |
