You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/net/dns
Brad Fitzpatrick 5b32264033 health: break Warnable into a global and per-Tracker value halves
Previously it was both metadata about the class of warnable item as
well as the value.

Now it's only metadata and the value is per-Tracker.

Updates #11874
Updates #4136

Change-Id: Ia1ed1b6c95d34bc5aae36cffdb04279e6ba77015
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
5 months ago
..
publicdns net/dns/{publicdns,resolver}: add start of Control D support 6 months ago
recursive all: use Go 1.22 range-over-int 6 months ago
resolvconffile clientupdate, net/dns: fix some "tailsacle" typos 6 months ago
resolver net/dns/resolver: use SystemDial in DoH forwarder 6 months ago
config.go
debian_resolvconf.go
direct.go net/dns: close ctx when close dns directManager 6 months ago
direct_linux.go health: break Warnable into a global and per-Tracker value halves 5 months ago
direct_notlinux.go
direct_test.go clientupdate, net/dns: fix some "tailsacle" typos 6 months ago
flush_default.go all: update copyright and license headers 2 years ago
flush_windows.go
ini.go
ini_test.go
manager.go health: add Tracker type, in prep for removing global variables 5 months ago
manager_darwin.go net/dns: fix darwin dns resolver files 10 months ago
manager_default.go
manager_freebsd.go net/dns: log more info when openresolv commands fail 8 months ago
manager_linux.go health: add Tracker type, in prep for removing global variables 5 months ago
manager_linux_test.go net/dns: use direct when NetworkManager has no systemd-resolved 12 months ago
manager_openbsd.go
manager_tcp_test.go all: use Go 1.22 range-over-int 6 months ago
manager_test.go all: cleanup unused code, part 2 (#10670) 10 months ago
manager_windows.go all: use Go 1.22 range-over-int 6 months ago
manager_windows_test.go net/dns: unconditionally write NRPT rules to local settings 6 months ago
nm.go all: cleanup unused code, part 2 (#10670) 10 months ago
noop.go
nrpt_windows.go net/dns: unconditionally write NRPT rules to local settings 6 months ago
openresolv.go net/dns: log more info when openresolv commands fail 8 months ago
osconfig.go wgengine/magicsock, controlclient, net/dns: reduce some logspam 1 year ago
osconfig_test.go
resolvconf-workaround.sh
resolvconf.go net/dns: properly detect newer debian resolvconf 12 months ago
resolvconfpath_default.go net/dns: overwrite /tmp/resolv.conf on gokrazy 1 year ago
resolvconfpath_gokrazy.go net/dns: overwrite /tmp/resolv.conf on gokrazy 1 year ago
resolvd.go
resolved.go health: add Tracker type, in prep for removing global variables 5 months ago
utf.go all: update copyright and license headers 2 years ago
utf_test.go
wsl_windows.go