summaryrefslogtreecommitdiffhomepage
path: root/control/controlhttp/http_test.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-10-01net/netmon: remove usage of direct callbacks from netmon (#17292)Claus Lensbøl1-2/+5
2025-09-20control/controlhttp: simplify, fix race dialing, remove priority conceptBrad Fitzpatrick1-185/+262
2025-09-16health,ipn/ipnlocal: introduce eventbus in heath.Tracker (#17085)Claus Lensbøl1-2/+3
2025-04-16derp/derphttp: remove ban on websockets dependencyDavid Anderson1-12/+0
2025-04-08net/{netx,memnet},all: add netx.DialFunc, move memnet Network implBrad Fitzpatrick1-2/+2
2024-11-26control/controlhttp: set *health.Tracker in testsAndrew Dunham1-0/+3
2024-11-07control/controlhttp/controlhttpserver: split out Accept to its own packageBrad Fitzpatrick1-3/+17
2024-08-06control/controlhttp: extract the last network connectionAnton Tolchanov1-0/+47
2024-04-27net/netns, net/dns/resolver, etc: make netmon required in most placesBrad Fitzpatrick1-2/+6
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-1/+1
2023-08-09control/controlhttp: remove tstest.Clock from tests (#8830)Andrew Lytvynov1-11/+23
2023-08-04control: use tstime instead of time (#8595)Claire Wang1-0/+3
2023-06-25.github: actually run tests in CIMaisem Ali1-13/+14
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