summaryrefslogtreecommitdiffhomepage
path: root/control/controlhttp/http_test.go
AgeCommit message (Expand)AuthorFilesLines
2023-02-08control/controlhttp: don't require valid TLS cert for Noise connectionBrad Fitzpatrick1-23/+23
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-10-27control/controlhttp: add AcceptHTTP hook to add coalesced Server->Client writeBrad Fitzpatrick1-1/+29
2022-10-17control/controlhttp: allow setting, getting Upgrade headers in Noise upgradeBrad Fitzpatrick1-2/+2
2022-10-17control/controlhttp: try to avoid flakes in TestDialPlanAndrew Dunham1-5/+18
2022-09-23tailcfg, control/controlhttp, control/controlclient: add ControlDialPlan fiel...Andrew Dunham1-0/+265
2022-09-16control/controlhttp: move Dial options into options struct (#5661)Andrew Dunham1-8/+9
2022-04-28control/controlhttp: don't assume port 80 upgrade response will workBrad Fitzpatrick1-20/+63
2022-04-27net/tsdial: add SystemDial as a wrapper on netns.DialMaisem Ali1-0/+2
2022-04-07control/controlbase: don't enforce a max protocol version at handshake time.David Anderson1-1/+1
2022-04-07control/controlbase: make the protocol version number selectable.David Anderson1-1/+3
2022-01-17control/controlhttp: package to get a controlbase.Conn over HTTP(S).David Anderson1-0/+398