| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-10 | Run `cargo fmt` in test-repo | Sebastian Holmin | 1 | -3/+3 | |
| 2025-07-09 | Inline format arguments | Linus Färnstrand | 1 | -1/+1 | |
| 2024-03-20 | Refactor forward_messages to use select macro | Joakim Hulthe | 1 | -28/+29 | |
| 2024-02-27 | Replace err_derive with thiserror | Joakim Hulthe | 1 | -14/+13 | |
| `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-04 | Fix code not following new linting rules in testing framework | Linus Färnstrand | 1 | -1/+1 | |
| 2023-12-15 | [Clippy] Fix complex types | Markus Pettersson | 1 | -16/+17 | |
| 2023-12-15 | [Clippy] Fix unused `async` | Markus Pettersson | 1 | -1/+1 | |
| 2023-10-20 | Add desktop end-to-end tests | David Lönnhager | 1 | -0/+492 | |
| Co-authored-by: Jonathan <jonathan@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> | |||||
