summaryrefslogtreecommitdiffhomepage
path: root/control/controlhttp/constants.go
AgeCommit message (Expand)AuthorFilesLines
2024-10-02control/control{client,http}: don't noise dial localhost:443 in http-only testsBrad Fitzpatrick1-0/+7
2024-10-01control/controlhttp: factor out some code in prep for future changeBrad Fitzpatrick1-2/+3
2024-04-26health, all: remove health.Global, finish plumbing health.TrackerBrad Fitzpatrick1-0/+4
2023-08-04control: use tstime instead of time (#8595)Claire Wang1-0/+5
2023-05-01control/controlclient: use dnscache.Resolver for Noise clientAndrew Dunham1-0/+5
2023-04-20all: avoid repeated default interface lookupsMihai Parparita1-0/+3
2023-02-08control/controlhttp: don't require valid TLS cert for Noise connectionBrad Fitzpatrick1-3/+3
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-09-23tailcfg, control/controlhttp, control/controlclient: add ControlDialPlan fiel...Andrew Dunham1-0/+7
2022-09-16control/controlhttp: move Dial options into options struct (#5661)Andrew Dunham1-0/+65
2022-06-02control/controlhttp: allow client and server to communicate over WebSocketsMihai Parparita1-0/+20