summaryrefslogtreecommitdiffhomepage
path: root/control/controlclient/controlclient_test.go
AgeCommit message (Expand)AuthorFilesLines
2025-06-19tstest/tlstest: simplify, don't even bake in any keysBrad Fitzpatrick1-2/+2
2025-06-18net/tlsdial: fix TLS cert validation of HTTPS proxiesBrad Fitzpatrick1-0/+225
2025-03-12control/controlclient, ipn: add client audit logging (#14950)Jonathan Nobels1-0/+41
2025-01-24control/controlclient: skip SetControlClientStatus when queue has newer resul...Brad Fitzpatrick1-0/+85
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-1/+1
2024-02-08all: use reflect.TypeFor now available in Go 1.22 (#11078)Joe Tsai1-1/+1
2023-09-01control/controlclient: clean up various things in prep for state overhaulBrad Fitzpatrick1-6/+1
2023-08-30control/controlclient: delete Status.Log{in,out}FinishedBrad Fitzpatrick1-8/+1
2023-08-30control/controlclient: unexport Status.state, add test-only accessorBrad Fitzpatrick1-5/+5
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-05-03control/controlclient: store netinfo and hostinfo separatelyMaisem Ali1-1/+1
2021-08-20hostinfo: add SetDeviceModel setter, move remaining code from controlclientBrad Fitzpatrick1-7/+0
2021-05-31ipnlocal: don't assume NeedsLogin immediately after StartLogout().Avery Pennarun1-1/+1
2021-04-30controlclient: extract a Client interface and rename Client->Auto.Avery Pennarun1-1/+1
2021-01-08cover one more case in TestStatusEqual.Denton Gentry1-0/+5
2020-07-27tailcfg, control/controlclient: add GoArch, populate OSVersion on LinuxBrad Fitzpatrick1-0/+7
2020-05-27control/controlclient: move auto_test back to corp repo.David Anderson1-5/+5
2020-05-03types/structs: add structs.Incomparable annotation, use it where applicableBrad Fitzpatrick1-1/+3
2020-02-14types/empty: add Message, stop using mysterious *struct{}Brad Fitzpatrick1-1/+3
2020-02-09Move Linux client & common packages into a public repo.Earl Lee1-0/+68