| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-02 | util/syspolicy: finish plumbing policyclient, add feature/syspolicy, move glo... | Brad Fitzpatrick | 1 | -1/+2 |
| 2025-07-10 | all: detect JetKVM and specialize a handful of things for it | Brad Fitzpatrick | 1 | -0/+5 |
| 2025-05-07 | net/dns: don't link dbus, gonotify on Android | Brad Fitzpatrick | 1 | -0/+2 |
| 2024-06-14 | various: create a catch-all NRPT rule when "Override local DNS" is enabled on... | Nick Khyl | 1 | -1/+5 |
| 2024-04-26 | health, all: remove health.Global, finish plumbing health.Tracker | Brad Fitzpatrick | 1 | -7/+7 |
| 2024-04-25 | health: add Tracker type, in prep for removing global variables | Brad Fitzpatrick | 1 | -1/+1 |
| 2024-02-13 | net/dns: log more info when openresolv commands fail | Andrew Dunham | 1 | -1/+1 |
| 2023-12-21 | all: cleanup unused code, part 2 (#10670) | Andrew Lytvynov | 1 | -7/+6 |
| 2023-10-15 | net/dns: use direct when NetworkManager has no systemd-resolved | Denton Gentry | 1 | -0/+7 |
| 2023-07-20 | net/dns: detect when libnss_resolve is used | Anton Tolchanov | 1 | -6/+40 |
| 2023-01-27 | all: update copyright and license headers | Will Norris | 1 | -3/+2 |
| 2022-12-01 | net/dns: [linux] log and add metric for dnsMode | Maisem Ali | 1 | -0/+11 |
| 2022-10-19 | net/dns: print systemd-resolved ResolvConfMode | Andrew Dunham | 1 | -0/+48 |
| 2022-07-27 | net/dns: remove systemd-resolved ping | nyghtowl | 1 | -9/+0 |
| 2022-07-25 | net/netaddr: start migrating to net/netip via new netaddr adapter package | Brad Fitzpatrick | 1 | -1/+1 |
| 2022-02-16 | net/dns: add health check for particular broken-ish Linux DNS config | Brad Fitzpatrick | 1 | -1/+3 |
| 2022-02-11 | net/dns: slightly optimize dbusPing for non-dbus case [Linux] | Brad Fitzpatrick | 1 | -3/+3 |
| 2022-02-11 | net/dns: fix systemd-resolved detection race at boot | Brad Fitzpatrick | 1 | -1/+13 |
| 2022-01-24 | net/dns: log why resolved does not look like it's on use [Linux] | Brad Fitzpatrick | 1 | -1/+3 |
| 2021-11-15 | net/dns: correctly handle NetworkManager-managed DNS that points to resolved. | David Anderson | 1 | -13/+55 |
| 2021-10-26 | net/dns: fall back to copy+delete/truncate if moving to/from /etc/resolv.conf... | David Anderson | 1 | -2/+2 |
| 2021-09-04 | net/dns: exhaustively test DNS selection paths for linux. | David Anderson | 1 | -40/+68 |
| 2021-09-04 | net/dns: relax systemd-resolved detection. | David Anderson | 1 | -2/+11 |
| 2021-08-30 | net/dns: add start of Linux newOSConfigurator tests | Brad Fitzpatrick | 1 | -4/+2 |
| 2021-08-30 | net/dns: prep for writing manager_linux tests; pull some stuff out | Brad Fitzpatrick | 1 | -15/+39 |
| 2021-06-28 | net/dns: factor directManager out over an FS interface | David Crawshaw | 1 | -7/+7 |
| 2021-06-15 | net/dns: fix inverted test for NetworkManager version. | David Anderson | 1 | -2/+2 |
| 2021-06-15 | net/dns: verify that systemd-resolved is actually in charge. | David Anderson | 1 | -0/+21 |
| 2021-06-15 | net/dns: don't use NetworkManager for DNS on very old NetworkManagers. | David Anderson | 1 | -7/+17 |
| 2021-06-10 | net/dns: avoid using NetworkManager as much as possible. (#1945) | Dave Anderson | 1 | -74/+24 |
| 2021-05-10 | net/dns: don't use interfaces.Tailscale to find the tailscale interface index. | David Anderson | 1 | -3/+3 |
| 2021-04-23 | net/dns: work around new NetworkManager in other selection paths. | David Anderson | 1 | -4/+24 |
| 2021-04-23 | net/dns: don't use NM+resolved for NM >=1.26.6. | David Anderson | 1 | -1/+48 |
| 2021-04-14 | net/dns: add debugging traces to DNS manager selection on linux. | David Anderson | 1 | -1/+38 |
| 2021-04-14 | net/dns: fix inverted test for NetworkManager. | David Anderson | 1 | -1/+1 |
| 2021-04-14 | net/dns: error out on linux if /etc/resolv.conf can't be read. | David Anderson | 1 | -0/+3 |
| 2021-04-14 | net/dns: fix freebsd DNS manager selection. | David Anderson | 1 | -31/+0 |
| 2021-04-13 | net/dns: implement correct manager detection on linux. | David Anderson | 1 | -6/+150 |
| 2021-04-12 | net/dns: return error from NewOSManager, use it to initialize NM. | David Anderson | 1 | -1/+1 |
| 2021-04-11 | net/dns: fix staticcheck errors. | David Anderson | 1 | -1/+1 |
| 2021-04-11 | net/dns: support split DNS in systemd-resolved. | David Anderson | 1 | -5/+2 |
| 2021-04-11 | net/dns: improve NetworkManager detection, using more DBus. | David Anderson | 1 | -0/+2 |
| 2021-04-10 | net/dns: rename resolvconf.go to debian_resolvconf.go. | David Anderson | 1 | -6/+1 |
| 2021-04-10 | net/dns: split resolvconfManager into a debian and an openresolv manager. | David Anderson | 1 | -1/+6 |
| 2021-04-05 | wgengine: move DNS configuration out of wgengine/router. | David Anderson | 1 | -1/+1 |
| 2021-04-02 | net/dns: disable NetworkManager and resolved configurators temporarily. | David Anderson | 1 | -4/+5 |
| 2021-04-02 | net/dns: replace managerImpl with OSConfigurator in code. | David Anderson | 1 | -1/+1 |
| 2021-04-01 | net/dns: remove ManagerConfig, pass relevant args directly. | David Anderson | 1 | -5/+7 |
| 2021-04-01 | net/dns: remove Cleanup manager parameter. | David Anderson | 1 | -10/+2 |
| 2021-04-01 | net/dns: remove PerDomain from Config. | David Anderson | 1 | -2/+1 |