summaryrefslogtreecommitdiffhomepage
path: root/control
AgeCommit message (Expand)AuthorFilesLines
2021-05-28More logging :(simeng-pingtestSimeng He1-12/+3
2021-05-28Merge branch 'main' of github.com:tailscale/tailscale into simeng-pingtestSimeng He1-1/+1
2021-05-28control/controlclient: use our fork of certstoreAdrian Dewhurst1-1/+1
2021-05-27(no commit message)Simeng He1-17/+20
2021-05-26Obnoxious changesSimeng He1-4/+0
2021-05-25MorelogsSimeng He1-2/+2
2021-05-20Added Pingrequest addition, not hard coded added test stubsSimeng He1-0/+1
2021-05-19Update todosSimeng He1-1/+2
2021-05-19Logging and testing what happened in discoSimeng He1-2/+1
2021-05-19More tests added and loggingSimeng He1-0/+3
2021-05-18HTTP server added, fixing engine netmap problemSimeng He1-2/+25
2021-05-17Merge branch 'main' of github.com:tailscale/tailscale into simeng-pingtestSimeng He2-4/+4
2021-05-17Added Pinger interface, plumbed down to Direct, Trying some integration testsSimeng He2-1/+3
2021-05-16all: adapt to opaque netaddr typesJosh Bleecher Snyder2-4/+4
2021-05-14IncredibleSimeng He1-17/+15
2021-05-13Proper url styleSimeng He1-3/+10
2021-05-13Put placeholder code for the custompingSimeng He2-3/+17
2021-05-13Direct testsSimeng He2-4/+38
2021-05-13Merge branch 'main' of github.com:tailscale/tailscale into simeng-pingtestSimeng He1-2/+2
2021-05-12controlclient: update Persist.LoginName when it changes.Avery Pennarun1-2/+2
2021-05-11More Templates temporarily commented out existing pingSimeng He1-1/+11
2021-05-10Small log additions for my own sakeSimeng He2-1/+5
2021-05-10Added brad's structs, trying some loggingSimeng He1-0/+1
2021-04-30ipnlocal: don't pause the controlclient until we get at least one netmap.apenwarr/statefixAvery Pennarun1-1/+2
2021-04-30controlclient: extract a Client interface and rename Client->Auto.Avery Pennarun5-53/+134
2021-04-29controlclient: extract State and Status stuff into its own file.Avery Pennarun2-73/+88
2021-04-22control/controlclient: fix signRegisterRequest log suppression check on WindowsBrad Fitzpatrick1-1/+1
2021-04-21control/controlclient, tailcfg: add Debug.SleepSeconds (mapver 19)Brad Fitzpatrick1-4/+41
2021-04-21ipn/ipnlocal: on fresh lazy-connecting install, start in state NeedsLoginBrad Fitzpatrick1-0/+3
2021-04-19tailcfg, control/controlclient: accept nil MapResponse.Node (mapver 18)Brad Fitzpatrick3-12/+57
2021-04-19tailcfg, control/controlclient: allow empty MapResponse.Domain (mapver17)Brad Fitzpatrick2-1/+25
2021-04-18control/controlclient: add start of some MapResponse->NetworkMap testsBrad Fitzpatrick3-7/+99
2021-04-18control/controlclient: break direct.go into map.go (+tests), add mapSessionBrad Fitzpatrick5-388/+461
2021-04-16ipn/ipnlocal, etc: require file sharing capability to send/recv filesBrad Fitzpatrick1-0/+5
2021-04-15tailcfg, control/controlclient: (mapver 16) add Node.Online, MapResponse.Onli...Brad Fitzpatrick2-41/+123
2021-04-15control/controlclient: only use a single DNS label as the hostname.David Anderson1-0/+2
2021-04-13tailcfg: add Endpoint, EndpointType, MapRequest.EndpointTypeBrad Fitzpatrick3-21/+41
2021-04-12tailcfg, control/controlclient: make nil MapResponse.DNSConfig mean unchanged...Brad Fitzpatrick1-1/+5
2021-04-10control/controlclient: create tls client config with server hostname instead ...Simon Kirillov1-1/+1
2021-04-09ipn/{ipnlocal,localapi}, cmd/tailscale: add logout commandBrad Fitzpatrick2-31/+95
2021-04-07control/controlclient: refactor some internalsBrad Fitzpatrick1-22/+30
2021-04-07control/controlclient: return correct certificateAdrian Dewhurst1-20/+41
2021-04-06hostifo: update LXC, add Cloud Run.Denton Gentry1-0/+20
2021-03-31cmd/tailscale, ipn/localapi: move IP forwarding check to tailscaled, APIBrad Fitzpatrick1-1/+14
2021-03-31control/controlclient: support lazy machine key generationBrad Fitzpatrick2-32/+50
2021-03-31control/controlclient: document a few thingsBrad Fitzpatrick2-3/+14
2021-03-29control/controlclient: fix TS_DEBUG_MAP on requestsBrad Fitzpatrick1-1/+1
2021-03-26control/controlclient: sign RegisterRequest (#1549)Adrian Dewhurst4-0/+224
2021-03-19control, ipn, tailcfg: remove golang.org/x/oauth2 dep, add tailcfg.Oauth2TokenBrad Fitzpatrick2-10/+8
2021-03-18control/controlclient: remove redundant Hostinfo logBrad Fitzpatrick1-1/+0