| 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-24 | net/dns, feature/featuretags: make NetworkManager, systemd-resolved, and DBus... | Brad Fitzpatrick | 1 | -9/+54 |
| 2025-05-07 | net/dns: don't link dbus, gonotify on Android | Brad Fitzpatrick | 1 | -1/+1 |
| 2025-01-13 | all: use Go 1.21's binary.NativeEndian | Brad Fitzpatrick | 1 | -2/+2 |
| 2023-12-21 | all: cleanup unused code, part 2 (#10670) | Andrew Lytvynov | 1 | -0/+7 |
| 2023-08-29 | net/{interfaces,netmon}: remove "interesting", EqualFiltered API | Brad Fitzpatrick | 1 | -8/+13 |
| 2023-01-27 | all: update copyright and license headers | Will Norris | 1 | -3/+2 |
| 2022-12-12 | util/endian: delete package; use updated josharian/native instead | Brad Fitzpatrick | 1 | -2/+2 |
| 2022-11-04 | all: remove old +build tags | Brad Fitzpatrick | 1 | -1/+0 |
| 2022-09-29 | all: fix spelling mistakes | Josh Soref | 1 | -1/+1 |
| 2022-07-25 | all: convert more code to use net/netip directly | Brad Fitzpatrick | 1 | -3/+2 |
| 2022-07-25 | all: use various net/netip parse funcs directly | Brad Fitzpatrick | 1 | -1/+2 |
| 2022-07-25 | net/netaddr: start migrating to net/netip via new netaddr adapter package | Brad Fitzpatrick | 1 | -1/+1 |
| 2022-03-17 | all: use any instead of interface{} | Josh Bleecher Snyder | 1 | -2/+2 |
| 2021-08-05 | all: gofmt with Go 1.17 | Josh Bleecher Snyder | 1 | -0/+1 |
| 2021-06-18 | staticcheck.conf: turn off noisy lint errors | David Crawshaw | 1 | -2/+0 |
| 2021-05-06 | Revert "net/dns: set IPv4 auto mode in NM, so it lets us set DNS." | David Anderson | 1 | -22/+12 |
| 2021-05-06 | net/dns: log the correct error when NM Reapply fails. | David Anderson | 1 | -1/+1 |
| 2021-05-06 | net/dns: set IPv4 auto mode in NM, so it lets us set DNS. | David Anderson | 1 | -12/+22 |
| 2021-05-06 | net/dns: don't try to configure LLMNR or mdns in NetworkManager. | David Anderson | 1 | -3/+6 |
| 2021-04-29 | net/dns: stop NetworkManager breaking v6 connectivity when setting DNS. | David Anderson | 1 | -0/+20 |
| 2021-04-20 | net/dns: correctly capture all traffic in non-split configs. | David Anderson | 1 | -2/+23 |
| 2021-04-13 | net/dns: fix staticheck. | David Anderson | 1 | -43/+0 |
| 2021-04-13 | net/dns: implement correct manager detection on linux. | David Anderson | 1 | -0/+9 |
| 2021-04-13 | net/dns: fix NM's GetBaseConfig when no configs exist. | David Anderson | 1 | -0/+4 |
| 2021-04-12 | net/dns: return error from NewOSManager, use it to initialize NM. | David Anderson | 1 | -29/+28 |
| 2021-04-12 | net/dns: support split and unsplit DNS in NetworkManager. | David Anderson | 1 | -2/+124 |
| 2021-04-11 | net/dns: fix up NetworkManager configurator a bit. | David Anderson | 1 | -26/+36 |
| 2021-04-11 | net/dns: improve NetworkManager detection, using more DBus. | David Anderson | 1 | -7/+33 |
| 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 | -1/+1 |
| 2021-04-05 | net/dns: rename Set to SetDNS in OSConfigurator. | David Anderson | 1 | -2/+2 |
| 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 | -6/+6 |
| 2021-04-02 | net/dns: rename Config to OSConfig. | David Anderson | 1 | -2/+2 |
| 2021-04-01 | net/dns: remove ManagerConfig, pass relevant args directly. | David Anderson | 1 | -2/+2 |
| 2021-03-25 | wgengine/router/dns: move to net/dns. | David Anderson | 1 | -0/+205 |