| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-04-02 | control/controlhttp: reduce some log spam on context cancel | Brad Fitzpatrick | 1 | -0/+5 |
| 2025-04-02 | control/controlhttp: set forceNoise443 on Plan 9 | Brad Fitzpatrick | 1 | -0/+9 |
| 2025-03-25 | control/controlhttp: quiet "forcing port 443" log spam | Brad Fitzpatrick | 1 | -1/+6 |
| 2024-11-07 | control/controlhttp/controlhttpserver: split out Accept to its own package | Brad Fitzpatrick | 1 | -4/+5 |
| 2024-10-02 | control/control{client,http}: don't noise dial localhost:443 in http-only tests | Brad Fitzpatrick | 1 | -7/+16 |
| 2024-10-02 | control/controlhttp: rename a param from addr to optAddr for clarity | Brad Fitzpatrick | 1 | -14/+20 |
| 2024-10-01 | control/controlhttp: fix connectivity on Alaska Air wifi | Brad Fitzpatrick | 1 | -0/+12 |
| 2024-10-01 | control/controlhttp: factor out some code in prep for future change | Brad Fitzpatrick | 1 | -10/+21 |
| 2024-08-06 | control/controlhttp: extract the last network connection | Anton Tolchanov | 1 | -12/+13 |
| 2024-06-20 | control/controlclient: add more Screen Time blocking detection | Brad Fitzpatrick | 1 | -2/+3 |
| 2024-06-19 | control/controlhttp: add health warning for macOS filtering blocking Tailscal... | Brad Fitzpatrick | 1 | -1/+43 |
| 2024-04-27 | net/netns, net/dns/resolver, etc: make netmon required in most places | Brad Fitzpatrick | 1 | -2/+0 |
| 2024-04-26 | health, all: remove health.Global, finish plumbing health.Tracker | Brad Fitzpatrick | 1 | -2/+1 |
| 2024-04-25 | tsd, ipnlocal, etc: add tsd.System.HealthTracker, start some plumbing | Brad Fitzpatrick | 1 | -1/+2 |
| 2023-08-04 | control: use tstime instead of time (#8595) | Claire Wang | 1 | -3/+10 |
| 2023-05-01 | control/controlclient: use dnscache.Resolver for Noise client | Andrew Dunham | 1 | -7/+17 |
| 2023-04-20 | all: avoid repeated default interface lookups | Mihai Parparita | 1 | -1/+3 |
| 2023-04-17 | net/dnsfallback: more explicitly pass through logf function | Mihai Parparita | 1 | -1/+1 |
| 2023-04-12 | net/sockstats: pass in logger to sockstats.WithSockStats | Mihai Parparita | 1 | -1/+1 |
| 2023-03-12 | various: pass logger.Logf through to more places | Andrew Dunham | 1 | -0/+2 |
| 2023-03-06 | sockstats: switch label to enum | Mihai Parparita | 1 | -1/+1 |
| 2023-03-01 | sockstats: instrument networking code paths | Mihai Parparita | 1 | -0/+3 |
| 2023-02-08 | control/controlhttp: don't require valid TLS cert for Noise connection | Brad Fitzpatrick | 1 | -3/+17 |
| 2023-01-27 | all: update copyright and license headers | Will Norris | 1 | -3/+2 |
| 2023-01-17 | control/controlhttp: add TS_FORCE_NOISE_443, TS_DEBUG_NOISE_DIAL envknobs | Brad Fitzpatrick | 1 | -2/+25 |
| 2022-11-04 | all: remove old +build tags | Brad Fitzpatrick | 1 | -1/+0 |
| 2022-10-28 | control/controlhttp: remove ClientConn.UntrustedUpgradeHeaders | Brad Fitzpatrick | 1 | -10/+9 |
| 2022-10-17 | control/controlhttp: allow setting, getting Upgrade headers in Noise upgrade | Brad Fitzpatrick | 1 | -18/+21 |
| 2022-09-23 | tailcfg, control/controlhttp, control/controlclient: add ControlDialPlan fiel... | Andrew Dunham | 1 | -9/+192 |
| 2022-09-16 | control/controlhttp: move Dial options into options struct (#5661) | Andrew Dunham | 1 | -40/+40 |
| 2022-08-15 | Allow any port for HTTPS when using Noise over TLS | Juan Font Alonso | 1 | -9/+5 |
| 2022-06-02 | control/controlhttp: allow client and server to communicate over WebSockets | Mihai Parparita | 1 | -15/+3 |
| 2022-04-28 | control/controlhttp: don't assume port 80 upgrade response will work | Brad Fitzpatrick | 1 | -28/+43 |
| 2022-04-27 | net/tsdial: add SystemDial as a wrapper on netns.Dial | Maisem Ali | 1 | -6/+5 |
| 2022-04-27 | control/controlhttp: start port 443 fallback sooner if 80's stuck | Brad Fitzpatrick | 1 | -31/+82 |
| 2022-04-07 | control/controlbase: make the protocol version number selectable. | David Anderson | 1 | -3/+5 |
| 2022-03-24 | net/netutil: move some net utils from control/controlhttp to netutil | Brad Fitzpatrick | 1 | -18/+2 |
| 2022-02-26 | controlhttp: add some docs, change Dial's path from /switch to /ts2021 | Brad Fitzpatrick | 1 | -4/+15 |
| 2022-01-17 | control/controlhttp: package to get a controlbase.Conn over HTTP(S). | David Anderson | 1 | -0/+242 |