summaryrefslogtreecommitdiffhomepage
path: root/talpid-dbus/src/systemd_resolved.rs
AgeCommit message (Expand)AuthorFilesLines
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