| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-04-28 | net/netmon, add: add netmon.State type alias of interfaces.State | Brad Fitzpatrick | 1 | -2/+1 |
| 2024-04-25 | tsd, ipnlocal, etc: add tsd.System.HealthTracker, start some plumbing | Brad Fitzpatrick | 1 | -0/+4 |
| 2023-08-23 | net/netmon: make ChangeFunc's signature take new ChangeDelta, not bool | Brad Fitzpatrick | 1 | -4/+4 |
| 2023-04-20 | all: avoid repeated default interface lookups | Mihai Parparita | 1 | -2/+2 |
| 2023-04-20 | all: move network monitoring from wgengine/monitor to net/netmon | Mihai Parparita | 1 | -5/+5 |
| 2023-03-03 | cmd/tailscale, cmd/tailscaled: move portmapper debugging into tailscale CLI | Andrew Dunham | 1 | -97/+1 |
| 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-10-10 | all: fix more resource leaks found by staticmajor | Emmanuel T Odeke | 1 | -1/+9 |
| 2022-09-15 | refactor: move from io/ioutil to io and os packages | Eng Zer Jun | 1 | -2/+1 |
| 2022-08-02 | all: require Go 1.19 | Brad Fitzpatrick | 1 | -2/+2 |
| 2022-07-25 | all: convert more code to use net/netip directly | Brad Fitzpatrick | 1 | -2/+1 |
| 2022-07-25 | all: use various net/netip parse funcs directly | Brad Fitzpatrick | 1 | -2/+3 |
| 2022-07-25 | net/netaddr: start migrating to net/netip via new netaddr adapter package | Brad Fitzpatrick | 1 | -1/+1 |
| 2022-03-18 | cmd/tailscaled: make build fail nicely on older Go versions | Brad Fitzpatrick | 1 | -0/+3 |
| 2022-01-24 | envknob: add new package for all the strconv.ParseBool(os.Getenv(..)) | Brad Fitzpatrick | 1 | -1/+2 |
| 2021-10-28 | derp: use new node key type. | David Anderson | 1 | -2/+2 |
| 2021-09-22 | cmd/tailscaled: appease a security scanner | Brad Fitzpatrick | 1 | -1/+8 |
| 2021-08-26 | cmd/tailscaled: add debug flag to print interfaces just once | Brad Fitzpatrick | 1 | -3/+13 |
| 2021-08-04 | net/portmapper: fix UPnP probing, work against all ports | Brad Fitzpatrick | 1 | -7/+23 |
| 2021-08-03 | cmd/tailscaled: let portmap debug mode have an gateway/IP override knob | Brad Fitzpatrick | 1 | -1/+21 |
| 2021-08-02 | cmd/tailscaled: add debug -portmap mode | Brad Fitzpatrick | 1 | -0/+68 |
| 2021-06-28 | cmd/tailscale: make netcheck use active DERP map, delete static copy | julianknodt | 1 | -2/+23 |
| 2021-03-25 | Revert "cmd/tailscaled: split package main into main shim + package" | Brad Fitzpatrick | 1 | -0/+172 |
| 2021-03-24 | cmd/tailscaled: split package main into main shim + package | Brad Fitzpatrick | 1 | -172/+0 |
| 2021-03-08 | cmd/tailscaled: fix monitor debug tool's output | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-03-01 | wgengine{,/monitor}: move interface state fetching/comparing to monitor | Brad Fitzpatrick | 1 | -10/+9 |
| 2021-02-27 | wgengine/monitor: change API to permit multiple independent callbakcks | Brad Fitzpatrick | 1 | -4/+5 |
| 2021-02-14 | cmd/tailscaled: fix up install-system-daemon on darwin, add uninstall too | Brad Fitzpatrick | 1 | -0/+2 |
| 2021-02-04 | cmd/tailscale{,d}: move debug subcommand to tailscaled | Brad Fitzpatrick | 1 | -0/+170 |