| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-01-23 | all: remove AUTHORS file and references to it | Will Norris | 1 | -1/+1 |
| 2025-09-28 | util/backoff: rename logtail/backoff package to util/backoff | Brad Fitzpatrick | 1 | -1/+1 |
| 2025-09-24 | net/dns, feature/featuretags: make NetworkManager, systemd-resolved, and DBus... | Brad Fitzpatrick | 1 | -2/+6 |
| 2025-05-07 | net/dns: don't link dbus, gonotify on Android | Brad Fitzpatrick | 1 | -1/+1 |
| 2024-10-21 | health: remove SysDNSOS, add two Warnables for read+set system DNS config (#1... | Andrea Gottardo | 1 | -3/+6 |
| 2024-04-26 | health, all: remove health.Global, finish plumbing health.Tracker | Brad Fitzpatrick | 1 | -7/+9 |
| 2024-04-25 | health: add Tracker type, in prep for removing global variables | Brad Fitzpatrick | 1 | -2/+2 |
| 2023-12-21 | all: cleanup unused code, part 2 (#10670) | Andrew Lytvynov | 1 | -23/+0 |
| 2023-03-24 | net/dns: don't send on closed channel in resolvedManager | Andrew Dunham | 1 | -1/+3 |
| 2023-01-27 | all: update copyright and license headers | Will Norris | 1 | -3/+2 |
| 2022-11-04 | all: remove old +build tags | Brad Fitzpatrick | 1 | -1/+0 |
| 2022-09-13 | net/dns: fix fmt error on Revert print | nyghtowl | 1 | -1/+1 |
| 2022-08-02 | all: gofmt for Go 1.19 | Brad Fitzpatrick | 1 | -1/+3 |
| 2022-07-25 | net/netaddr: start migrating to net/netip via new netaddr adapter package | Brad Fitzpatrick | 1 | -5/+5 |
| 2022-07-22 | net/dns: handle D-Bus restarts in resolved manager (#5026) | Melanie Warrick | 1 | -73/+154 |
| 2022-03-17 | all: use any instead of interface{} | Josh Bleecher Snyder | 1 | -1/+1 |
| 2022-02-11 | net/dns: remove some unused code for detecting systemd-resolved [Linux] | Brad Fitzpatrick | 1 | -32/+0 |
| 2021-11-19 | net/dns: make constants for the various DBus strings. | David Anderson | 1 | -14/+36 |
| 2021-11-19 | health: add a health state for net/dns.OSConfigurator. | David Anderson | 1 | -0/+5 |
| 2021-11-19 | net/dns: resync config to systemd-resolved when it restarts. | David Anderson | 1 | -17/+96 |
| 2021-11-16 | net/dns: work around old systemd-resolved setLinkDomain length limit | Brad Fitzpatrick | 1 | -0/+22 |
| 2021-10-26 | net/dns: fall back to copy+delete/truncate if moving to/from /etc/resolv.conf... | David Anderson | 1 | -1/+1 |
| 2021-10-26 | net/dns: remove a tiny wrapper function that isn't contributing anything. | David Anderson | 1 | -1/+1 |
| 2021-10-20 | net/dns: ignore UnknownMethod error in SetLinkDefaultRoute for resolved manager | Maxim Merzhanov | 1 | -1/+7 |
| 2021-09-16 | net/dns: fix error wrapping for SetLinkDefaultRoute in resolved | Maxim Merzhanov | 1 | -1/+1 |
| 2021-08-05 | all: gofmt with Go 1.17 | Josh Bleecher Snyder | 1 | -0/+1 |
| 2021-06-28 | net/dns: factor directManager out over an FS interface | David Crawshaw | 1 | -1/+1 |
| 2021-06-25 | net/dns: remove ref to managerImpl | David Crawshaw | 1 | -2/+1 |
| 2021-06-18 | staticcheck.conf: turn off noisy lint errors | David Crawshaw | 1 | -2/+0 |
| 2021-05-10 | net/dns: don't use interfaces.Tailscale to find the tailscale interface index. | David Anderson | 1 | -29/+18 |
| 2021-04-20 | net/dns: fix resolved match domains when no nameservers are provided. | David Anderson | 1 | -1/+1 |
| 2021-04-13 | net/dns: refactor dbus connection setup in resolved manager. | David Anderson | 1 | -46/+25 |
| 2021-04-12 | net/dns: return error from NewOSManager, use it to initialize NM. | David Anderson | 1 | -2/+2 |
| 2021-04-11 | net/dns: set resolved DefaultRoute setting according to split-dns mode. | David Anderson | 1 | -0/+4 |
| 2021-04-11 | net/dns: fix staticcheck errors. | David Anderson | 1 | -12/+14 |
| 2021-04-11 | net/dns: pacify staticcheck for now | Brad Fitzpatrick | 1 | -0/+1 |
| 2021-04-11 | net/dns: support split DNS in systemd-resolved. | David Anderson | 1 | -11/+71 |
| 2021-04-10 | util/dnsname: add FQDN type, use throughout codebase. | David Anderson | 1 | -1/+1 |
| 2021-04-07 | net/dns: some post-review cleanups. | David Anderson | 1 | -2/+1 |
| 2021-04-07 | net/dns: add GetBaseConfig to OSConfigurator interface. | David Anderson | 1 | -0/+5 |
| 2021-04-06 | net/dns: split out search domains and match domains in OSConfig. | David Anderson | 1 | -2/+2 |
| 2021-04-05 | net/dns: add a Primary field to OSConfig. | David Anderson | 1 | -2/+2 |
| 2021-04-05 | net/dns: rename Set to SetDNS in OSConfigurator. | David Anderson | 1 | -1/+1 |
| 2021-04-02 | net/dns: disable NetworkManager and resolved configurators temporarily. | David Anderson | 1 | -0/+2 |
| 2021-04-02 | net/dns: replace managerImpl with OSConfigurator in code. | David Anderson | 1 | -4/+7 |
| 2021-04-02 | net/dns: rename Config to OSConfig. | David Anderson | 1 | -1/+1 |
| 2021-04-01 | net/dns: remove ManagerConfig, pass relevant args directly. | David Anderson | 1 | -1/+1 |
| 2021-03-25 | wgengine/router/dns: move to net/dns. | David Anderson | 1 | -0/+188 |