summaryrefslogtreecommitdiffhomepage
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
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
2023-08-08types/persist: drop duplicated Persist.LoginNameMaisem Ali2-13/+14
2023-08-08wgengine,ipn,cmd/tailscale: add size option to ping (#8739)salman aljammaz1-1/+4
2023-08-04control: use tstime instead of time (#8595)Claire Wang1-1/+1
2023-08-03cmd/dist,release/dist: expose RPM signing hook (#8789)Andrew Lytvynov1-3/+2
2023-08-03go.mod: upgrade nfpm to v2 (#8786)Andrew Lytvynov1-17/+25
2023-08-03go.mod, cmd/tailscaled, ipn/localapi, util/osdiag, util/winutil, util/winutil...Aaron Klotz2-3/+10
2023-08-02tailcfg,ipn/localapi,client/tailscale: add QueryFeature endpointSonia Appasamy2-0/+6
2023-08-02cmd/tailscale/cli: add latest version output to "tailscale version" (#8700)Andrew Lytvynov2-3/+34
2023-08-01all: implement lock revoke-keys commandTom DNetto1-0/+113
2023-08-01cmd/tailscale/cli, util/winutil/authenticode: flesh out authenticode supportAaron Klotz2-26/+13
2023-08-01cmd/sniproxy: add client metricsDenton Gentry1-0/+18
2023-07-31cmd/dist,release/dist: sign release tarballs with an ECDSA key (#8759)Andrew Lytvynov1-2/+3
2023-07-28all: update exp/slices and fix call sitesDavid Anderson4-7/+11
2023-07-27derp: use tstime (#8634)Claire Wang2-0/+2
2023-07-26cli: introduce exit-node subcommand to list and filter exit nodesCharlotte Brandhorst-Satzkorn5-1/+567
2023-07-25cmd/tailscale/cli: implement update on FreeBSD (#8710)Andrew Lytvynov1-4/+45
2023-07-25tailcfg,ipn/ipnlocal,wgengine: add values to PeerCapabilitiesMaisem Ali1-0/+2
2023-07-24cmd/tailscale/cli,version/distro: update support for Alpine (#8701)Andrew Lytvynov2-3/+137
2023-07-24cmd/tailscale/cli: implement update for dnf/yum-based distros (#8678)Andrew Lytvynov2-56/+269
2023-07-20util/linuxfw: remove yet-unused code to fix linux/arm64 crashBrad Fitzpatrick4-44/+9
2023-07-20tstest/deptest: add test-only package to unify negative dep testsBrad Fitzpatrick1-1/+25
2023-07-20cmd/tailscale/cli: ensure custom UsageFunc is always set (#8665)Chris Palmer1-5/+6
2023-07-20cmd/tailscale/cli: limit Darwin-only option to Darwin (#8657)Chris Palmer1-1/+1
2023-07-19cmd/tailscale/cli: implement update for arch-based distros (#8655)Andrew Lytvynov2-7/+174