summaryrefslogtreecommitdiffhomepage
path: root/control/controlclient/direct.go
AgeCommit message (Expand)AuthorFilesLines
2020-11-12control/controlclient: diagnose zero bytes from controlBrad Fitzpatrick1-0/+9
2020-11-11net/dnscache, control/controlclient: use DNS cache when dialing controlBrad Fitzpatrick1-1/+6
2020-11-04control/controlclient: send warning flag in map request when IP forwarding offBrad Fitzpatrick1-0/+36
2020-11-04ipn: clean up Prefs logging at startBrad Fitzpatrick1-2/+7
2020-10-28version: use OSS repo's version when building.David Anderson1-1/+1
2020-10-27control/controlclient: remove prior temporary macos debuggingBrad Fitzpatrick1-39/+0
2020-10-20control/controlclient: add some temporary debugging for #839Brad Fitzpatrick1-0/+39
2020-10-20tailcfg: bump, document MapRequest.Version valueBrad Fitzpatrick1-10/+8
2020-10-20control/controlclient: rename map debug knob, make it do both request+responseBrad Fitzpatrick1-4/+3
2020-10-19tailcfg: add a DebugFlags field for experiments and debugging.David Anderson1-14/+13
2020-10-19control/controlclient: log Hostinfo on changeBrad Fitzpatrick1-0/+2
2020-10-15tailcfg: add a field to advertise support for IPv6 tailscale config.David Anderson1-9/+14
2020-10-14control/controlclient: also include our own profile (for when no self-owned p...Brad Fitzpatrick1-4/+7
2020-10-14control/controlclient: support delta userprofiles from controlBrad Fitzpatrick1-2/+13
2020-10-14control/controlclient: set MapRequest.ReadOnly on initial empty endpoint requestBrad Fitzpatrick1-8/+33
2020-10-08controlclient: print http errors if result code != 200.apenwarr/faketunAvery Pennarun1-1/+7
2020-10-06control/controlclient: some extra debug info in errorsDavid Crawshaw1-2/+2
2020-10-01control/controlclient, ipn: store machine key separately from user prefs/persistBrad Fitzpatrick1-35/+49
2020-09-30all: use IsZero methodsJosh Bleecher Snyder1-2/+2
2020-09-30Revert "all: keep UserProfiles a slice instead of a map for longer"Brad Fitzpatrick1-1/+4
2020-09-29control/controlclient: use wgcfg.PrivateKey.IsZeroJosh Bleecher Snyder1-3/+3
2020-09-29all: keep UserProfiles a slice instead of a map for longerJosh Bleecher Snyder1-4/+1
2020-09-29control/controlclient: remove Roles fields from clientJosh Bleecher Snyder1-1/+0
2020-09-17tailcfg: add MapRequest.ReadOnly and OmitPeers; remove DebugForceDiscoBrad Fitzpatrick1-25/+19
2020-09-15control/controlclient: add TS_DEBUG_MAPRESPONSE to dump all MapResponsesBrad Fitzpatrick1-0/+7
2020-08-26tshttpproxy, controlclient, derphttp, logpolicy: send Negotiate auth to proxiesBrad Fitzpatrick1-0/+1
2020-08-20tailcfg, wgengine, controlclient: add control-side gating of lazy WG configBrad Fitzpatrick1-5/+21
2020-08-18net/tshttpproxy: new package, support WPAD/PAC proxies on WindowsBrad Fitzpatrick1-0/+2
2020-08-17tailcfg, controlclient, magicsock: add control feature flag to enable DRPOBrad Fitzpatrick1-2/+19
2020-08-07tailcfg, control/controlclient: support delta-encoded netmapsBrad Fitzpatrick1-0/+102
2020-08-06control/controlclient: reset timeout timer on non-keepalive map updatesBrad Fitzpatrick1-9/+11
2020-07-31all: dns refactor, add Proxied and PerDomain flags from control (#615)Dmytro Shynkevych1-2/+24
2020-07-28ipn: fix netmap change tracking and dns map generation (#609)Dmytro Shynkevych1-0/+3
2020-07-27tailcfg, control/controlclient: add GoArch, populate OSVersion on LinuxBrad Fitzpatrick1-0/+9
2020-07-09control/controlclient: fix a couple more data racesBrad Fitzpatrick1-1/+3
2020-07-08ipn, control/controlclient: fix some data racesBrad Fitzpatrick1-1/+1
2020-07-03control/controlclient, tailcfg: turn active route discovery on by defaultBrad Fitzpatrick1-15/+22
2020-07-02control/controlclient: fix copy/paste-o in debug knob accessorBrad Fitzpatrick1-1/+1
2020-07-02control/controlclient: don't truncate AuthURL in logBrad Fitzpatrick1-1/+1
2020-06-29wgengine/magicsock: add new endpoint type used for discovery-supporting peersBrad Fitzpatrick1-3/+43
2020-06-29control/controlclient: remove IPv6 opt-out environment variableBrad Fitzpatrick1-12/+1
2020-06-25control/controlclient: add Debug field to NetworkMapBrad Fitzpatrick1-0/+1
2020-06-19all: generate discovery key, plumb it aroundBrad Fitzpatrick1-0/+4
2020-06-15Fix concurrency issues in controlclient, ipn, types/logger (#456)Dmytro Shynkevych1-6/+10
2020-06-12log/logheap: change to POST to a URL instead of loggingBrad Fitzpatrick1-1/+1
2020-06-01net/netns: move SOCKS dialing to netns for nowBrad Fitzpatrick1-1/+1
2020-05-29control/controlclient: use netns package to dial connections.David Anderson1-0/+3
2020-05-28Revert "control/controlclient: use "getprop net.hostname" for Android hostname"Brad Fitzpatrick1-23/+1
2020-05-27control/controlclient: use "getprop net.hostname" for Android hostnameBrad Fitzpatrick1-1/+23
2020-05-25tailcfg: add MapResponse.Debug mechanism to trigger logging heap pprofBrad Fitzpatrick1-0/+4