summaryrefslogtreecommitdiffhomepage
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2024-02-26wgengine/netstack: add debug page for TCP forwarderandrew/netstack-forwarder-debugAndrew Dunham2-1/+3
2024-02-26tailfs: replace webdavfs with reverse proxiesPercy Wegmann1-4/+3
2024-02-25all: remove LenIter, use Go 1.22 range-over-int insteadBrad Fitzpatrick1-2/+2
2024-02-23cmd/derper: apply TCP keepalive and timeout to TLS as wellJames Tucker1-3/+3
2024-02-23cli/debug: rename DERP debug mode (#11220)Andrea Gottardo1-4/+4
2024-02-23cmd/tailscale: add node attribute instructions to share command helpPercy Wegmann1-35/+52
2024-02-22cmd/derper: add user timeout and reduce TCP keepaliveJames Tucker2-2/+28
2024-02-21cmd/derper, derp, tailcfg: add admission controller URL optionBrad Fitzpatrick1-5/+9
2024-02-21cmd/tailscale/cli: pass "-o 'CanonicalizeHostname no'" to sshPaul Scott1-0/+1
2024-02-21cmd/testwrapper: apply results of all unit tests to coverage for all packagesPercy Wegmann1-0/+1
2024-02-16cmd/tailscale: support clickable IPv6 web client addressesWill Norris1-1/+1
2024-02-16cmd/tailscale: make web client URL clickableWill Norris1-1/+1
2024-02-15doctor/ethtool, ipn/ipnlocal: add ethtool bugreport checkAndrew Dunham1-1/+2
2024-02-13go.mod, all: move away from inet.af domain seized by TalibanBrad Fitzpatrick2-4/+4
2024-02-13cmd/k8s-operator,k8s-operator: proxy configuration mechanism via a new ProxyC...Irbe Krumina19-72/+2171
2024-02-12cmd/tailscale: hide share subcommandPercy Wegmann2-7/+8
2024-02-10tailscaled: revert to using pointers for subcommandsPercy Wegmann1-9/+17
2024-02-09tailfs: fix startup issues on windowsPercy Wegmann1-0/+3
2024-02-09tailfs: clean up naming and package structurePercy Wegmann5-48/+30
2024-02-09util/rands: add Shuffle and Perm functions with on-stack RNG stateJames Tucker1-0/+1
2024-02-09cmd/gitops-pusher: only use OAuth creds if non-empty stringJenny Zhang1-1/+3
2024-02-09tailfs: initial implementationPercy Wegmann7-246/+519
2024-02-08all: use reflect.TypeFor now available in Go 1.22 (#11078)Joe Tsai2-2/+2
2024-02-08cmd/tailscale/cli: fix exit node status output (#11076)Charlotte Brandhorst-Satzkorn1-2/+2
2024-02-08cmd/dist: update logs for synology buildsSonia Appasamy1-0/+3
2024-02-08client/web: add new readonly modeWill Norris1-8/+16
2024-02-08cmd/{containerboot,k8s-operator/deploy/manifests}: optionally allow proxying ...Irbe Krumina7-55/+390
2024-02-07util/cmpx: delete now that we're using Go 1.22Brad Fitzpatrick9-14/+10
2024-02-07go.toolchain.rev: bump to Go 1.22.0 (#11055)Andrew Lytvynov1-2/+2
2024-02-02cmd/hello: link to the Hello KB article (#11022)Chris Palmer1-0/+2
2024-01-29cmd/hello: avoid deprecated apis (#10957)Chris Palmer1-3/+5
2024-01-29cmd/gitops-pusher: fix logic for checking credentialsgitops-1.58.2Will Norris1-1/+1
2024-01-25cmd/tailscale/cli: run Watch with NotifyNoPrivateKeys (#10950)Andrew Lytvynov1-1/+1
2024-01-22cmd/k8s-operator: don't proceed with Ingress that has no valid backends (#10919)Irbe Krumina1-0/+6
2024-01-19go.mod,wgengine/netstack: bump gvisorJames Tucker1-3/+3
2024-01-19go.mod: bump most deps for start of cycleJames Tucker4-31/+28
2024-01-19wgengine/netstack: expose gVisor metrics through expvarAndrew Dunham1-1/+10
2024-01-19cmd/k8s-operator/deploy: allow modifying operator tags via Helm valuesChandonPierre3-0/+11
2024-01-18ipn/ipnlocal: make app connector configuration concurrentJames Tucker1-1/+1
2024-01-18control/controlclient,util/execqueue: extract execqueue into a packageJames Tucker1-0/+1
2024-01-16all: make use of ctxkey everywhere (#10846)Joe Tsai6-19/+11
2024-01-16cmd/k8s-operator: warn if unsupported Ingress Exact path type is used. (#10865)Irbe Krumina1-0/+9
2024-01-16cmd/k8s-operator: sync StatefulSet labels to their Pods (#10861)Irbe Krumina2-1/+10
2024-01-16cmd/k8s-operator: adds a tailscale IngressClass resource, prints warning if c...Irbe Krumina5-1/+66
2024-01-12cmd/tailscale/cli: add description to exit-node CLI commandCharlotte Brandhorst-Satzkorn1-0/+2
2024-01-12cmd/k8s-operator: minor fix in name gen (#10830)Irbe Krumina2-5/+3
2024-01-11cmd/k8s-operator: remove configuration knob for Connector (#10791)Irbe Krumina4-30/+17
2024-01-11cmd/k8s-operator: fix base truncating for extra long Service names (#10825)Irbe Krumina2-36/+28
2024-01-10go.mod: update golang-x-crypto fork (#10786)Andrew Lytvynov1-4/+2
2024-01-10cmd/k8s-operator: add Connector CRD to Helm chart and static manifests (#10775)Irbe Krumina5-10/+273