summaryrefslogtreecommitdiffhomepage
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2023-08-24cmd/k8s-operator: handle changes to services w/o teardownMaisem Ali2-1/+22
2023-08-24cmd/sniproxy: add port forwarding and prometheus metricsDenton Gentry3-16/+215
2023-08-24all: adjust some build tags for plan9Brad Fitzpatrick16-2/+46
2023-08-24client/web: add self node cacheSonia Appasamy1-1/+1
2023-08-24cmd/dist,release/dist: add distsign signing hooks (#9070)Andrew Lytvynov1-3/+3
2023-08-24cmd/testwrapper: fix off-by-one error in maxAttempts checkMaisem Ali1-1/+1
2023-08-24cmd/containerboot: reapply known args on restartMaisem Ali1-13/+36
2023-08-24util/osdiag, util/osdiag/internal/wsc: add code to probe the Windows Security...Aaron Klotz1-1/+3
2023-08-24client/web: cache csrf key when running in CGI modeWill Norris1-1/+5
2023-08-24types/logger, cmd/tailscale/cli: flesh out, simplify some non-unix build tagsBrad Fitzpatrick1-1/+1
2023-08-23cmd/tailscale/cli: make netcheck run even if machine lacks TLS certsBrad Fitzpatrick1-1/+3
2023-08-23all: replace deprecated ioutil referencesMarwan Sulaiman1-2/+1
2023-08-23cmd/k8s-operator: fix regression from earlier refactorMaisem Ali1-1/+1
2023-08-23net/netmon: make ChangeFunc's signature take new ChangeDelta, not boolBrad Fitzpatrick1-4/+4
2023-08-23cli/web: pass existing localClient to web clientSonia Appasamy1-1/+1
2023-08-23cmd/k8s-operator: split operator.go into svc.go/sts.goMaisem Ali3-545/+577
2023-08-23cmd/k8s-operator: refactor operator codeMaisem Ali3-171/+265
2023-08-22util/winutil: add RegisterForRestart, allowing programs to indicate their pre...Aaron Klotz2-1/+2
2023-08-22cmd/tailscale/cli, ipn/ipnlocal: [funnel] add stream modeMarwan Sulaiman6-2/+132
2023-08-21types/netmap, all: make NetworkMap.SelfNode a tailcfg.NodeViewBrad Fitzpatrick4-9/+9
2023-08-21client/web: add csrf protection to web client apiSonia Appasamy1-1/+5
2023-08-20types/views,cmd/viewer: add ByteSlice[T] to replace mem.ROMaisem Ali2-5/+4
2023-08-20cmd/cloner: use maps.Clone and ptr.ToMaisem Ali5-54/+28
2023-08-20ipn/ipnstate: add PeerStatus.AltSharerUserID, stop mangling Node.UserBrad Fitzpatrick1-3/+12
2023-08-18types/netmap, all: use read-only tailcfg.NodeView in NetworkMapBrad Fitzpatrick1-8/+12
2023-08-18cmd/viewer, types/views, all: un-special case slice of netip.PrefixBrad Fitzpatrick3-8/+4
2023-08-17cmd/tailscale: change serve and funnel calls to StatusWithoutPeersMarwan Sulaiman3-10/+12
2023-08-17all: import x/exp/maps as xmaps to distinguish from Go 1.21 "maps"Brad Fitzpatrick2-4/+4
2023-08-17all: use Go 1.21 slices, maps instead of x/exp/{slices,maps}Brad Fitzpatrick11-22/+22
2023-08-17cmd/derper: count bootstrap dns unique lookups.Denton Gentry3-1/+23
2023-08-16tailcfg: move LogHeapPprof from Debug to c2n [capver 69]Brad Fitzpatrick1-3/+2
2023-08-16cmd/k8s-operator: add support for control plane assigned groupsMaisem Ali2-16/+183
2023-08-16client/web: hook up data fetching to fill --dev React UISonia Appasamy1-1/+1
2023-08-16cmd/tailscale/cli: fix comment accuracyCharlotte Brandhorst-Satzkorn1-1/+1
2023-08-16derp: include src IPs in mesh watch messagesBrad Fitzpatrick1-1/+2
2023-08-15wgengine/magicsock: only cache N most recent endpoints per-AddrAndrew Dunham1-0/+3
2023-08-15cli/serve: add interactive flow for enabling HTTPS certsSonia Appasamy1-0/+16
2023-08-15cli/serve: funnel interactive enablement flow tweaksSonia Appasamy3-7/+22
2023-08-11tstime/mono: remove unsafeBrad Fitzpatrick3-3/+3
2023-08-11net/netcheck,wgengine/magicsock: reduce coupling between netcheck and magicsockJames Tucker1-1/+4
2023-08-11cmd/tailscale: add debug commands to break connectionsBrad Fitzpatrick1-0/+10
2023-08-10client/web: add barebones vite dev setupSonia Appasamy2-3/+4
2023-08-10cmd/tailscale/cli,clientupdate: extract new clientupdate package (#8827)Andrew Lytvynov6-1326/+25
2023-08-10tool/{node,yarn}: update node and yarn toolsSonia Appasamy2-1/+4
2023-08-09client/web: add web client Server structSonia Appasamy1-4/+6
2023-08-09tailscale/cli: add interactive flow for enabling FunnelSonia Appasamy3-5/+232
2023-08-09client/web: extract web client from cli packageWill Norris6-2135/+11
2023-08-09cmd/tailscale: refactor shared utility methodsWill Norris5-100/+13
2023-08-08all: require Go 1.21Brad Fitzpatrick1-2/+2
2023-08-08util/testenv: add new package to hold InTestMaisem Ali4-3/+5