summaryrefslogtreecommitdiffhomepage
path: root/control/controlclient/direct.go
AgeCommit message (Expand)AuthorFilesLines
2021-05-28More logging :(simeng-pingtestSimeng He1-12/+3
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 He1-3/+3
2021-05-17Added Pinger interface, plumbed down to Direct, Trying some integration testsSimeng He1-0/+1
2021-05-16all: adapt to opaque netaddr typesJosh Bleecher Snyder1-3/+3
2021-05-14IncredibleSimeng He1-17/+15
2021-05-13Proper url styleSimeng He1-3/+10
2021-05-13Put placeholder code for the custompingSimeng He1-2/+16
2021-05-13Direct testsSimeng He1-4/+5
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 He1-1/+3
2021-05-10Added brad's structs, trying some loggingSimeng He1-0/+1
2021-04-30controlclient: extract a Client interface and rename Client->Auto.Avery Pennarun1-7/+0
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-19tailcfg, control/controlclient: accept nil MapResponse.Node (mapver 18)Brad Fitzpatrick1-0/+4
2021-04-18control/controlclient: add start of some MapResponse->NetworkMap testsBrad Fitzpatrick1-2/+1
2021-04-18control/controlclient: break direct.go into map.go (+tests), add mapSessionBrad Fitzpatrick1-212/+26
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 Fitzpatrick1-34/+42
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 Fitzpatrick1-18/+28
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 Fitzpatrick1-23/+50
2021-04-07control/controlclient: refactor some internalsBrad Fitzpatrick1-22/+30
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 Fitzpatrick1-31/+43
2021-03-31control/controlclient: document a few thingsBrad Fitzpatrick1-2/+5
2021-03-29control/controlclient: fix TS_DEBUG_MAP on requestsBrad Fitzpatrick1-1/+1
2021-03-26control/controlclient: sign RegisterRequest (#1549)Adrian Dewhurst1-0/+16
2021-03-19control, ipn, tailcfg: remove golang.org/x/oauth2 dep, add tailcfg.Oauth2TokenBrad Fitzpatrick1-4/+3
2021-03-15wgengine/router: report to control when setPrivateNetwork failsBrad Fitzpatrick1-0/+3
2021-03-15health, controlclient, ipn, magicsock: tell health package state of thingsBrad Fitzpatrick1-1/+7
2021-03-11control/controlclient: allow for an unset linkMon.David Anderson1-1/+1
2021-03-11control/controlclient: report broken IP forwarding more precisely.David Anderson1-2/+16
2021-03-05tailcfg, control/controlclient: add MapResponse.PingRequestBrad Fitzpatrick1-0/+30
2021-03-04ipn/ipnlocal, control/controlclient: propagate link monitor to controlclientBrad Fitzpatrick1-0/+4
2021-03-03tailcfg, control/controlclient: add goroutine dump debug featureBrad Fitzpatrick1-0/+3
2021-03-01control/controlclient, net/{dnscache,dnsfallback}: add DNS fallback mechanismBrad Fitzpatrick1-3/+6
2021-02-18health, control/controlclient, wgengine: report when router unhealthyBrad Fitzpatrick1-1/+9