summaryrefslogtreecommitdiffhomepage
path: root/control/controlclient/noise.go
AgeCommit message (Expand)AuthorFilesLines
2025-01-07controlclient: do not set HTTPS port for any private coordination server IP (...Andrea Gottardo1-6/+22
2024-12-31all: add means to set device posture attributes from nodeBrad Fitzpatrick1-2/+5
2024-11-14control/controlclient: disable https on for http://localhost:$port URLsBrad Fitzpatrick1-8/+1
2024-10-02control/control{client,http}: don't noise dial localhost:443 in http-only testsBrad Fitzpatrick1-6/+17
2024-06-19cmd/tailscale/cli: actually perform Noise request in 'debug ts2021'Andrew Dunham1-3/+3
2024-06-19control/controlclient: move noiseConn to internal packageAndrew Dunham1-136/+15
2024-04-26health, all: remove health.Global, finish plumbing health.TrackerBrad Fitzpatrick1-0/+6
2024-03-20control/controlclient: send load balancing hint HTTP request headerBrad Fitzpatrick1-1/+4
2023-10-03control/controlclient: fix deadlock in shutdownMaisem Ali1-2/+3
2023-09-28control/controlclient: fix leaked http2 goroutines on shutdownBrad Fitzpatrick1-0/+6
2023-08-04control: use tstime instead of time (#8595)Claire Wang1-0/+2
2023-07-07control/controlclient: use ctx passed down to NoiseClient.getConnMaisem Ali1-6/+49
2023-05-01control/controlclient: use dnscache.Resolver for Noise clientAndrew Dunham1-8/+39
2023-04-20all: avoid repeated default interface lookupsMihai Parparita1-1/+11
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-11-04control/controlclient: export NoiseClientMaisem Ali1-12/+35
2022-11-02client/tailscale, tsnet, ipn/ipnlocal: prove nodekey ownership over noiseBrad Fitzpatrick1-6/+23
2022-11-01control/controlclient, tailcfg: add support for EarlyNoise payload before http/2Brad Fitzpatrick1-9/+81
2022-10-28control/controlclient: refactor noiseClient, connections, http2Brad Fitzpatrick1-23/+81
2022-10-17control/controlhttp: allow setting, getting Upgrade headers in Noise upgradeBrad Fitzpatrick1-2/+2
2022-09-23control/controlclient: add a noiseClient.post helper methodBrad Fitzpatrick1-0/+15
2022-09-23tailcfg, control/controlhttp, control/controlclient: add ControlDialPlan fiel...Andrew Dunham1-6/+50
2022-09-16control/controlhttp: move Dial options into options struct (#5661)Andrew Dunham1-1/+9
2022-08-15Allow any port for HTTPS when using Noise over TLSJuan Font Alonso1-9/+20
2022-04-27net/tsdial: add SystemDial as a wrapper on netns.DialMaisem Ali1-2/+5
2022-04-21util/mak: move tailssh's mapSet into a new package for reuse elsewhereBrad Fitzpatrick1-4/+2
2022-04-07control/controlbase: make the protocol version number selectable.David Anderson1-1/+8
2022-03-08control/controlclient: fix Noise HTTP/2 regression from earlier commitBrad Fitzpatrick1-0/+9
2022-03-08control/controlclient: fix the Noise HTTP/2 timeout configBrad Fitzpatrick1-6/+15
2022-03-07control/controlclient: add Noise clientMaisem Ali1-0/+141