| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-01-07 | controlclient: do not set HTTPS port for any private coordination server IP (... | Andrea Gottardo | 1 | -6/+22 |
| 2024-12-31 | all: add means to set device posture attributes from node | Brad Fitzpatrick | 1 | -2/+5 |
| 2024-11-14 | control/controlclient: disable https on for http://localhost:$port URLs | Brad Fitzpatrick | 1 | -8/+1 |
| 2024-10-02 | control/control{client,http}: don't noise dial localhost:443 in http-only tests | Brad Fitzpatrick | 1 | -6/+17 |
| 2024-06-19 | cmd/tailscale/cli: actually perform Noise request in 'debug ts2021' | Andrew Dunham | 1 | -3/+3 |
| 2024-06-19 | control/controlclient: move noiseConn to internal package | Andrew Dunham | 1 | -136/+15 |
| 2024-04-26 | health, all: remove health.Global, finish plumbing health.Tracker | Brad Fitzpatrick | 1 | -0/+6 |
| 2024-03-20 | control/controlclient: send load balancing hint HTTP request header | Brad Fitzpatrick | 1 | -1/+4 |
| 2023-10-03 | control/controlclient: fix deadlock in shutdown | Maisem Ali | 1 | -2/+3 |
| 2023-09-28 | control/controlclient: fix leaked http2 goroutines on shutdown | Brad Fitzpatrick | 1 | -0/+6 |
| 2023-08-04 | control: use tstime instead of time (#8595) | Claire Wang | 1 | -0/+2 |
| 2023-07-07 | control/controlclient: use ctx passed down to NoiseClient.getConn | Maisem Ali | 1 | -6/+49 |
| 2023-05-01 | control/controlclient: use dnscache.Resolver for Noise client | Andrew Dunham | 1 | -8/+39 |
| 2023-04-20 | all: avoid repeated default interface lookups | Mihai Parparita | 1 | -1/+11 |
| 2023-01-27 | all: update copyright and license headers | Will Norris | 1 | -3/+2 |
| 2022-11-04 | control/controlclient: export NoiseClient | Maisem Ali | 1 | -12/+35 |
| 2022-11-02 | client/tailscale, tsnet, ipn/ipnlocal: prove nodekey ownership over noise | Brad Fitzpatrick | 1 | -6/+23 |
| 2022-11-01 | control/controlclient, tailcfg: add support for EarlyNoise payload before http/2 | Brad Fitzpatrick | 1 | -9/+81 |
| 2022-10-28 | control/controlclient: refactor noiseClient, connections, http2 | Brad Fitzpatrick | 1 | -23/+81 |
| 2022-10-17 | control/controlhttp: allow setting, getting Upgrade headers in Noise upgrade | Brad Fitzpatrick | 1 | -2/+2 |
| 2022-09-23 | control/controlclient: add a noiseClient.post helper method | Brad Fitzpatrick | 1 | -0/+15 |
| 2022-09-23 | tailcfg, control/controlhttp, control/controlclient: add ControlDialPlan fiel... | Andrew Dunham | 1 | -6/+50 |
| 2022-09-16 | control/controlhttp: move Dial options into options struct (#5661) | Andrew Dunham | 1 | -1/+9 |
| 2022-08-15 | Allow any port for HTTPS when using Noise over TLS | Juan Font Alonso | 1 | -9/+20 |
| 2022-04-27 | net/tsdial: add SystemDial as a wrapper on netns.Dial | Maisem Ali | 1 | -2/+5 |
| 2022-04-21 | util/mak: move tailssh's mapSet into a new package for reuse elsewhere | Brad Fitzpatrick | 1 | -4/+2 |
| 2022-04-07 | control/controlbase: make the protocol version number selectable. | David Anderson | 1 | -1/+8 |
| 2022-03-08 | control/controlclient: fix Noise HTTP/2 regression from earlier commit | Brad Fitzpatrick | 1 | -0/+9 |
| 2022-03-08 | control/controlclient: fix the Noise HTTP/2 timeout config | Brad Fitzpatrick | 1 | -6/+15 |
| 2022-03-07 | control/controlclient: add Noise client | Maisem Ali | 1 | -0/+141 |