summaryrefslogtreecommitdiffhomepage
path: root/talpid-dbus/src/systemd_resolved.rs
AgeCommit message (Expand)AuthorFilesLines
2025-07-10Run `cargo fmt`Sebastian Holmin1-1/+1
2025-03-18Remove needsless cloning of objectsLinus Färnstrand1-2/+1
2025-01-14Fix new `clippy` warningsMarkus Pettersson1-2/+1
2024-08-27Use std LazyLock instead of once_cell LazyDavid Lönnhager1-3/+8
2024-06-14Adapt to new never type fallback by explicitly stating unit typesLinus Färnstrand1-1/+1
2024-04-03Enable single-use-lifetimes rustc lintLinus Färnstrand1-13/+10
2024-02-27Replace err_derive with thiserrorJoakim Hulthe1-26/+25
2024-02-19Fix redundant importsDavid Lönnhager1-1/+0
2023-08-04Replace all use of `lazy_static` with `once_cell`Markus Pettersson1-5/+5
2022-06-21Fix the large majority of clippy warningsJonathan1-1/+1
2022-06-14Manually fix the simpler non-semantic clippy warnsJonathan1-1/+1
2022-06-13Perform a clippy --fixjonathan1-2/+2
2022-01-11Use ": " as delimiter instead of " - " between messages and valueLinus Färnstrand1-2/+2
2021-11-29Reformat code without blank_lines_upper_bound = 2Linus Färnstrand1-2/+0
2021-08-09Always disable DNS over TLS in systemd-resolvedEmīls1-0/+28
2021-06-21Fix unused borrowDavid Lönnhager1-2/+2
2021-06-09Work around issue where systemd-resolved only replaces a single existing DNS ...David Lönnhager1-1/+28
2021-06-09Fix D-Bus errors by using a separate connection for the route monitorDavid Lönnhager1-0/+11
2021-06-09Infer and monitor interfaces for DNS configDavid Lönnhager1-17/+139
2021-03-26Fix deadlock in systemd-resolvedEmīls1-5/+9
2021-03-02Watch DNS config changes in systemd-resolvedEmīls1-0/+396