| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-02-27 | Replace err_derive with thiserror | Joakim Hulthe | 1 | -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-21 | Maintain firewall rules when shutting down | Emīls | 1 | -0/+2 | |
| 2022-09-21 | Always block on shutdown | Emīls Piņķis | 1 | -0/+25 | |
| 2019-10-17 | Upgrade err-derive to 0.2.1 | Linus Färnstrand | 1 | -1/+1 | |
| 2019-04-11 | Get rid of error-chain in shutdown module | Linus Färnstrand | 1 | -13/+7 | |
| 2019-01-18 | Get rid of almost all remaining "extern crate" statements | Linus Färnstrand | 1 | -5/+1 | |
| 2018-11-21 | Fix formatting for rustfmt for rustc 1.32.0-nightly (f1e2fa8f0 2018-11-20) | Emīls Piņķis | 1 | -1/+1 | |
| 2018-10-29 | Remove #[macro_use] from log crate | Linus Färnstrand | 1 | -2/+2 | |
| 2018-09-27 | Reformat with rustfmt 0.99.5 | Linus Färnstrand | 1 | -1/+2 | |
| 2017-09-18 | Run rustfmt-nightly 0.2.6 on everything | Linus Färnstrand | 1 | -15/+12 | |
| 2017-07-17 | Rename all crates from snake_case to kebab-case | Linus Färnstrand | 1 | -0/+42 | |
