summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2023-08-20types/tkatype: change MarshaledSignature from []byte to stringbradfitz/tkasig_typeBrad Fitzpatrick10-51/+72
2023-08-19tailcfg: generate RegisterResponse.Clone, remove manually writtenMaisem Ali3-33/+247
2023-08-19tailcfg: update docs on NetInfo.FirewallModeBrad Fitzpatrick1-3/+6
2023-08-19ipn/ipnlocal: fix regression in printf arg typeBrad Fitzpatrick1-2/+2
2023-08-19util/deephash: relax an annoyingly needy testBrad Fitzpatrick1-3/+3
2023-08-19types/tkatype: add test for MarshaledSignature's JSON formatBrad Fitzpatrick1-0/+21
2023-08-19control/controlclient: remove Opts.KeepSharerAndUserSplitBrad Fitzpatrick2-57/+45
2023-08-18tailcfg: remove unused Domain field from Login/UserMaisem Ali4-12/+3
2023-08-18types/netmap, all: use read-only tailcfg.NodeView in NetworkMapBrad Fitzpatrick32-422/+501
2023-08-18util/linuxfw: reorganize nftables rules to allow it to work with ufwKevinLiang102-21/+349
2023-08-18tsnet/example/web-client: listen on localhostWill Norris1-7/+3
2023-08-18wgengine/router: fall back and set iptables as default againKevinLiang101-19/+36
2023-08-18cmd/viewer, types/views, all: un-special case slice of netip.PrefixBrad Fitzpatrick11-162/+87
2023-08-18types/views: add LenIter method to slice view typesBrad Fitzpatrick2-0/+27
2023-08-17all: remove some Debug fields, NetworkMap.Debug, Reconfig Debug argBrad Fitzpatrick12-184/+27
2023-08-17clientupdate: parse /etc/synoinfo.conf to get CPU arch (#8940)Andrew Lytvynov2-58/+189
2023-08-17cmd/tailscale: change serve and funnel calls to StatusWithoutPeersMarwan Sulaiman3-10/+12
2023-08-17tailcfg: add nodeAttrs for forcing OneCGNAT on/off [capver 71]Brad Fitzpatrick3-17/+80
2023-08-17tailcfg: remove most Debug fields, move bulk to nodeAttrs [capver 70]Brad Fitzpatrick10-180/+82
2023-08-17net/art: allow non-pointers as valuesDavid Anderson4-220/+246
2023-08-17all: import x/exp/maps as xmaps to distinguish from Go 1.21 "maps"Brad Fitzpatrick6-11/+11
2023-08-17all: use Go 1.21 slices, maps instead of x/exp/{slices,maps}Brad Fitzpatrick47-65/+61
2023-08-17cmd/derper: count bootstrap dns unique lookups.Denton Gentry3-1/+23
2023-08-17syncs: add map.Clear() methodDenton Gentry2-0/+26
2023-08-16tailcfg: move LogHeapPprof from Debug to c2n [capver 69]Brad Fitzpatrick10-119/+32
2023-08-16cmd/k8s-operator: add support for control plane assigned groupsMaisem Ali2-16/+183
2023-08-16CODEOWNERS: add the start of an owners fileBrad Fitzpatrick1-0/+1
2023-08-16tailcfg: rename prototype field to reflect its statusBrad Fitzpatrick4-12/+15
2023-08-16client: update DNSConfig type (#8916)Richard Castro4-0/+6
2023-08-16clientupdate: return NOTREACHED for macsys (#8898)Chris Palmer1-6/+1
2023-08-16client/web: hook up data fetching to fill --dev React UISonia Appasamy4-121/+167
2023-08-16net/art: move child table pointers out of strideEntryDavid Anderson3-49/+50
2023-08-16cmd/tailscale/cli: fix comment accuracyCharlotte Brandhorst-Satzkorn1-1/+1
2023-08-16tsweb: add request ID for errorsAdrian Dewhurst3-14/+286
2023-08-16VERSION.txt: this is v1.49.0 (#8907)Andrew Lytvynov1-1/+1
2023-08-16derp: include src IPs in mesh watch messagesBrad Fitzpatrick6-38/+73
2023-08-15tailcfg: Add FirewallMode to NetInfo to record wether host using iptables or ...KevinLiang107-3/+33
2023-08-15wgengine/magicsock: only cache N most recent endpoints per-AddrAndrew Dunham5-191/+438
2023-08-15client/web: copy existing UI to basic react componentsWill Norris6-2/+488
2023-08-15client/web: add prettier and format scriptsWill Norris2-1/+15
2023-08-15ssh/tailssh: fix gokrazy SSH crashBrad Fitzpatrick1-6/+8
2023-08-15wgengine/router: always use nftables mode on gokrazyBrad Fitzpatrick1-0/+5
2023-08-15wgengine: adjust debug logging for WireGuard-only peersBrad Fitzpatrick1-15/+21
2023-08-15cli/serve: add interactive flow for enabling HTTPS certsSonia Appasamy1-0/+16
2023-08-15cli/serve: funnel interactive enablement flow tweaksSonia Appasamy4-13/+27
2023-08-14client/tailscale: add LocalClient.IncrementMetric funcSonia Appasamy2-4/+26
2023-08-14util/osdiag: add logging for winsock layered service providers to Windows bug...Aaron Klotz3-6/+185
2023-08-14wgengine/router: use iptablesRunner when no firewall tool is available:KevinLiang102-15/+15
2023-08-14client/web: add tailwind styling to react appSonia Appasamy7-7/+58
2023-08-14util/winutil/authenticode: add missing docs for CertSubjectErrorAaron Klotz1-2/+5