| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-02-12 | Remove `ref` bindings | Sebastian Holmin | 1 | -2/+2 | |
| 2025-02-12 | Run `cargo +beta fix --edition` | Sebastian Holmin | 1 | -4/+4 | |
| 2024-05-29 | Migrate to gRPC | David Göransson | 1 | -1/+0 | |
| Co-authored-by: Jonatan Rhodin <jonatan.rhodin@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> Co-authored-by: David Lönnhager <david.l@mullvad.net> | |||||
| 2024-02-27 | Replace err_derive with thiserror | Joakim Hulthe | 1 | -15/+14 | |
| `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. | |||||
| 2024-01-10 | Link to patch spec in patch module | David Lönnhager | 1 | -0/+3 | |
| 2024-01-10 | Add unit test for export function | David Lönnhager | 1 | -0/+19 | |
| 2024-01-10 | Add patch export to the management interface | David Lönnhager | 1 | -1/+40 | |
| 2024-01-08 | Add unit test that loads valid patch file | David Lönnhager | 1 | -7/+24 | |
| 2023-11-23 | Fix uncaught clippy warnings and a typo. | Sebastian Holmin | 1 | -17/+17 | |
| 2023-11-17 | Add support for applying JSON patches to management interface | David Lönnhager | 1 | -0/+18 | |
| 2023-11-17 | Add settings patcher to mullvad-daemon | David Lönnhager | 1 | -0/+463 | |
