| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-02 | feature/featuretags, all: add build features, use existing ones in more places | Brad Fitzpatrick | 2 | -56/+75 |
| 2025-09-16 | health,ipn/ipnlocal: introduce eventbus in heath.Tracker (#17085) | Claus Lensbøl | 1 | -1/+2 |
| 2025-06-18 | net/tlsdial: fix TLS cert validation of HTTPS proxies | Brad Fitzpatrick | 2 | -34/+36 |
| 2025-05-19 | cmd/derper, net/tlsdial: fix client's self-signed cert validation | Brad Fitzpatrick | 1 | -24/+34 |
| 2025-03-07 | cmd/derper, derp/derphttp: support, generate self-signed IP address certs | Brad Fitzpatrick | 1 | -0/+41 |
| 2025-01-21 | ipn/ipnlocal: also use LetsEncrypt-baked-in roots for cert validation | Brad Fitzpatrick | 2 | -108/+6 |
| 2024-12-16 | Switch logging service from log.tailscale.io to log.tailscale.com (#14398) | Joe Tsai | 1 | -2/+2 |
| 2024-10-19 | net/tlsdial: call out firewalls blocking Tailscale in health warnings (#13840) | Andrea Gottardo | 3 | -2/+188 |
| 2024-08-12 | cmd/tta, vnet: add host firewall, env var support, more tests | Brad Fitzpatrick | 1 | -0/+7 |
| 2024-07-31 | net/tlsdial: relax self-signed cert health warning | Brad Fitzpatrick | 1 | -8/+21 |
| 2024-04-25 | tsd, ipnlocal, etc: add tsd.System.HealthTracker, start some plumbing | Brad Fitzpatrick | 2 | -9/+15 |
| 2024-04-25 | health: add Tracker type, in prep for removing global variables | Brad Fitzpatrick | 1 | -2/+2 |
| 2023-08-23 | cmd/tailscale/cli: make netcheck run even if machine lacks TLS certs | Brad Fitzpatrick | 1 | -7/+25 |
| 2023-02-01 | health, net/tlsdial: add healthcheck for self-signed cert | Andrew Dunham | 1 | -8/+41 |
| 2023-01-27 | all: update copyright and license headers | Will Norris | 3 | -9/+6 |
| 2023-01-03 | net/tlsdial,tstest,version: use go command from $PATH | James Tucker | 1 | -1/+1 |
| 2022-11-04 | all: remove old +build tags | Brad Fitzpatrick | 1 | -1/+0 |
| 2022-09-15 | envknob: support changing envknobs post-init | Brad Fitzpatrick | 1 | -5/+5 |
| 2022-08-02 | all: gofmt for Go 1.19 | Brad Fitzpatrick | 1 | -14/+14 |
| 2022-01-24 | envknob: add new package for all the strconv.ParseBool(os.Getenv(..)) | Brad Fitzpatrick | 1 | -2/+3 |
| 2021-10-01 | net/tlsdial: add forgotten test file for go mod tidy | Brad Fitzpatrick | 1 | -0/+10 |
| 2021-10-01 | net/tlsdial: bake in LetsEncrypt's ISRG Root X1 root | Brad Fitzpatrick | 2 | -1/+297 |
| 2020-06-01 | net/tlsdial, derp/derphttp: finish DERPNode.CertName validation | Brad Fitzpatrick | 1 | -2/+49 |
| 2020-04-27 | net/tlsdial: update package doc to say it's now somewhat useless | Brad Fitzpatrick | 1 | -2/+7 |
| 2020-04-27 | Revert "net/tlsdial: add memory-optimized TLS cert verification path for iOS" | Brad Fitzpatrick | 2 | -64/+0 |
| 2020-04-25 | net/tlsdial: add memory-optimized TLS cert verification path for iOS | Brad Fitzpatrick | 2 | -0/+64 |
| 2020-04-25 | net/tlsdial: add package for TLS dials, and make DERP & controlclient use it | Brad Fitzpatrick | 1 | -0/+24 |