summaryrefslogtreecommitdiffhomepage
path: root/talpid-dbus
AgeCommit message (Expand)AuthorFilesLines
2024-02-27Replace err_derive with thiserrorJoakim Hulthe4-51/+48
2024-02-19Fix redundant importsDavid Lönnhager1-1/+0
2024-01-16Add rust-version to all Cargo.tomlLinus Färnstrand1-0/+1
2024-01-09Remove version and publish cargo metadataLinus Färnstrand1-2/+0
2024-01-04Add workspace level lintsLinus Färnstrand2-1/+4
2023-10-11Make `once_cell` a workspace dependencyMarkus Pettersson1-1/+1
2023-09-11Move log depedency to workspace toml fileDavid Lönnhager1-1/+1
2023-09-11Make err-derive a workspace dependencyDavid Lönnhager1-1/+1
2023-08-04Replace all use of `lazy_static` with `once_cell`Markus Pettersson3-9/+8
2023-07-14Move tokio dependency to be a workspace dependencyLinus Färnstrand1-1/+1
2023-07-14Set package fields in workspace and inherit in packagesLinus Färnstrand1-5/+6
2023-03-27Fix many typosAlexander Seiler1-1/+1
2022-11-07Split up talpid-coreEmīls Piņķis1-0/+6
2022-10-10Set all Rust crate versions to 0.0.0Linus Färnstrand1-1/+1
2022-09-27Fix clippy complaintsEmīls Piņķis1-4/+4
2022-09-21Add systemd module to talpid-dbusEmīls Piņķis2-0/+68
2022-07-01Add the license field to talpid-dbus crateLinus Färnstrand1-0/+1
2022-06-21Fix the large majority of clippy warningsJonathan2-6/+5
2022-06-14Manually fix the simpler non-semantic clippy warnsJonathan1-1/+1
2022-06-13Perform a clippy --fixjonathan2-11/+11
2022-05-13Fix small typoEmīls1-2/+2
2022-02-15Upgrade err-derive to at least 0.3.1Linus Färnstrand1-1/+1
2022-01-11Use ": " as delimiter instead of " - " between messages and valueLinus Färnstrand2-6/+6
2021-12-14Fix some cargo doc warningsDavid Lönnhager1-1/+1
2021-11-29Reformat code without blank_lines_upper_bound = 2Linus Färnstrand3-9/+0
2021-11-08Set all Rust crates to edition 2021Linus Färnstrand1-1/+1
2021-09-15Fix Rust nightly errorsDavid Lönnhager1-24/+4
2021-08-12Remove unused talpid-types dependencyLinus Färnstrand1-1/+0
2021-08-09Always disable DNS over TLS in systemd-resolvedEmīls1-0/+28
2021-07-13Update tokio dependenciesDavid Lönnhager1-1/+1
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önnhager2-17/+140
2021-03-26Fix deadlock in systemd-resolvedEmīls1-5/+9
2021-03-02Watch DNS config changes in systemd-resolvedEmīls4-0/+413
2021-03-01Stop using NM if it's too newEmīls1-18/+64
2021-02-05Upgrade err-derive dependency to 0.3.0Linus Färnstrand1-1/+1
2021-01-12Expose NM versionEmīls1-4/+8
2021-01-12Add talpid-dbus crateEmīls3-0/+743