summaryrefslogtreecommitdiffhomepage
path: root/control/controlclient/netmap.go
AgeCommit message (Expand)AuthorFilesLines
2021-01-14all: convert from []wgcfg.Endpoint to stringJosh Bleecher Snyder1-4/+7
2021-01-11ipn: only send services in Hostinfo if Tailnet has opted-in to services colle...Sonia Appasamy1-0/+6
2021-01-10cmd/tailscale: change formatting of "tailscale status"Brad Fitzpatrick1-1/+25
2020-12-30wgkey: new packageJosh Bleecher Snyder1-2/+3
2020-12-28all: replace wgcfg.IP and wgcfg.CIDR with netaddr typesJosh Bleecher Snyder1-12/+7
2020-12-21all: annotate log verbosity levels on most egregiously spammy log printsBrad Fitzpatrick1-2/+2
2020-11-09wgengine/filter: remove the Matches type.David Anderson1-1/+1
2020-10-27control/controlclient: also log active account in netmapsBrad Fitzpatrick1-0/+10
2020-10-01control/controlclient, ipn: store machine key separately from user prefs/persistBrad Fitzpatrick1-0/+1
2020-09-30Revert "all: keep UserProfiles a slice instead of a map for longer"Brad Fitzpatrick1-3/+5
2020-09-29all: keep UserProfiles a slice instead of a map for longerJosh Bleecher Snyder1-5/+3
2020-09-29control/controlclient: remove Roles fields from clientJosh Bleecher Snyder1-1/+0
2020-09-15control/controlclient: don't accept /32 routes without --accept-routesBrad Fitzpatrick1-1/+24
2020-09-14net/netns: add windows support.David Anderson1-5/+0
2020-08-06control/controlclient: remove unused NetworkMap.UAPI methodBrad Fitzpatrick1-15/+0
2020-08-03control/controlclient: print disco keys NetworkMap diffs (debug change only)Brad Fitzpatrick1-2/+9
2020-07-31all: dns refactor, add Proxied and PerDomain flags from control (#615)Dmytro Shynkevych1-6/+4
2020-07-28ipn: fix netmap change tracking and dns map generation (#609)Dmytro Shynkevych1-3/+5
2020-07-25control/controlclient: remove unused, slow, often-not-what-you-want NetworkMa...Brad Fitzpatrick1-21/+0
2020-07-23control/controlclient: rewrite, test NetworkMap.ConciseDiffFromBrad Fitzpatrick1-52/+144
2020-07-23control/controlclient: rename uflags, give it a type, remove dead codeBrad Fitzpatrick1-29/+15
2020-07-23control/controlclient: generate wireguard config w/o WgQuick text indirectionBrad Fitzpatrick1-66/+53
2020-06-29wgengine/magicsock: add new endpoint type used for discovery-supporting peersBrad Fitzpatrick1-18/+29
2020-06-25control/controlclient: add Debug field to NetworkMapBrad Fitzpatrick1-3/+14
2020-06-24control/controlclient: cut down some NetworkMap stringification & diff alloca...Brad Fitzpatrick1-3/+9
2020-06-24control/controlclient: trim /32 suffix a bit more succinctlyBrad Fitzpatrick1-4/+1
2020-06-18control/controlclient: make netmap generation use rate-limited logger.David Anderson1-8/+9
2020-06-18control/controlclient: delete unused function.David Anderson1-8/+0
2020-05-23all: make client use server-provided DERP map, add DERP region supportBrad Fitzpatrick1-0/+4
2020-03-25cmd/relaynode: delete it!Avery Pennarun1-51/+0
2020-03-24control/controlclient: add TODO to delete the UAPI methodBrad Fitzpatrick1-0/+2
2020-03-19control/controlclient: don't use Node as value typeBrad Fitzpatrick1-1/+1
2020-03-19tailcfg, controlclient: standardize on wgcfg ShortString key printingDavid Crawshaw1-15/+6
2020-03-14controlclient: use per-peer KeepAlive signalDavid Crawshaw1-3/+1
2020-03-13control/controlclient: remove a number literal in string slice offsetBrad Fitzpatrick1-2/+3
2020-03-12Fix staticcheck complaint.Avery Pennarun1-1/+1
2020-03-12controlclient/netmap: write our own b.ConciseDiffFrom(a) function.Avery Pennarun1-0/+28
2020-03-12controlclient: reformat netmap.Concise() and add DERP server info.Avery Pennarun1-10/+29
2020-03-02controlclient, tailcfg: deliver DERP addresses in a separate fieldDavid Crawshaw1-6/+11
2020-03-02version: add IsMobile funcBrad Fitzpatrick1-5/+3
2020-02-10controlclient: remove unused function.David Anderson1-7/+0
2020-02-09Move Linux client & common packages into a public repo.Earl Lee1-0/+294