summaryrefslogtreecommitdiffhomepage
path: root/cmd/tailscaled
AgeCommit message (Expand)AuthorFilesLines
2023-10-05taildrop: initial commit of taildrop functionality refactoring (#9676)Rhea Ghosh1-1/+2
2023-10-03net/dns/resolver: race UDP and TCP queries (#9544)Andrew Dunham1-0/+1
2023-10-02net/packet: implement methods for rewriting v6 addressesTom DNetto1-4/+4
2023-09-29util/syspolicy: add read boolean setting (#9592)Claire Wang2-2/+4
2023-09-29go.mod: bump all dependencies except go-billyJames Tucker1-0/+3
2023-09-28go.mod,*: bump gvisorAndrea Barisani1-4/+4
2023-09-26winutil: refactor methods to get values from registry to also return (#9536)Claire Wang1-2/+2
2023-09-17wgengine, proxymap: split out port mapping from Engine to new typeBrad Fitzpatrick2-1/+9
2023-09-17ipn/ipnlocal: add some test accessorsBrad Fitzpatrick1-1/+1
2023-09-12wgengine{,/netstack}: remove AddNetworkMapCallback from Engine interfaceBrad Fitzpatrick1-0/+1
2023-09-12control/controlknobs: move more controlknobs code from controlclientBrad Fitzpatrick1-1/+1
2023-09-11control/controlknobs, all: add plumbed Knobs type, not global variablesBrad Fitzpatrick1-0/+1
2023-09-10all: depend on zstd unconditionally, remove plumbing to make it optionalBrad Fitzpatrick2-5/+1
2023-09-06ipn, ipn/ipnlocal: remove log streaming for StreamServeMarwan Sulaiman1-1/+1
2023-09-05ipn, ipn/ipnlocal: add session identifier for WatchIPNBusMarwan Sulaiman1-1/+1
2023-09-05util/rands: add package with HexString funcBrad Fitzpatrick1-0/+1
2023-09-01cmd/tailscaled, tstest/integration: make tailscaled die when parent diesBrad Fitzpatrick1-0/+15
2023-08-30clientupdate: add linux tarball updates (#9144)Andrew Lytvynov1-0/+2
2023-08-30ipn/ipnlocal: support most Linuxes in handleC2NUpdate (#9114)Chris Palmer1-4/+6
2023-08-30control/controlclient: delete Status.Log{in,out}FinishedBrad Fitzpatrick1-1/+1
2023-08-29cmd/tailscaled: default to userspace-networking on plan9Brad Fitzpatrick1-0/+2
2023-08-24all: adjust some build tags for plan9Brad Fitzpatrick2-2/+18
2023-08-24util/osdiag, util/osdiag/internal/wsc: add code to probe the Windows Security...Aaron Klotz1-1/+3
2023-08-23net/netmon: make ChangeFunc's signature take new ChangeDelta, not boolBrad Fitzpatrick1-4/+4
2023-08-22cmd/tailscale/cli, ipn/ipnlocal: [funnel] add stream modeMarwan Sulaiman1-0/+2
2023-08-20cmd/cloner: use maps.Clone and ptr.ToMaisem Ali1-1/+1
2023-08-17all: use Go 1.21 slices, maps instead of x/exp/{slices,maps}Brad Fitzpatrick1-4/+4
2023-08-16tailcfg: move LogHeapPprof from Debug to c2n [capver 69]Brad Fitzpatrick1-3/+2
2023-08-15wgengine/magicsock: only cache N most recent endpoints per-AddrAndrew Dunham1-0/+3
2023-08-11tstime/mono: remove unsafeBrad Fitzpatrick1-1/+1
2023-08-08all: require Go 1.21Brad Fitzpatrick1-2/+2
2023-08-08util/testenv: add new package to hold InTestMaisem Ali1-0/+1
2023-08-03go.mod, cmd/tailscaled, ipn/localapi, util/osdiag, util/winutil, util/winutil...Aaron Klotz2-3/+10
2023-07-20util/linuxfw: remove yet-unused code to fix linux/arm64 crashBrad Fitzpatrick2-14/+7
2023-07-20tstest/deptest: add test-only package to unify negative dep testsBrad Fitzpatrick1-1/+25
2023-07-13ipn/ipnlocal: add optional support for ACME Renewal Info (ARI) (#8599)Andrew Lytvynov1-5/+2
2023-07-10logpolicy, various: allow overriding log functionAndrew Dunham1-1/+1
2023-07-10net/dnsfallback: run recursive resolver and compare resultsAndrew Dunham1-1/+3
2023-06-29types/views: add JSON marshal/unmarshal and AsMap to MapMaisem Ali1-1/+1
2023-06-27derp: use new net/tcpinfo packageAndrew Dunham1-0/+1
2023-06-27util/linuxfw: decoupling IPTables logic from linux routerKevinLiang101-3/+16
2023-06-23go.toolchain: switch to tailscale.go1.21 (#8415)phirework1-0/+1
2023-06-11all: adjust some build tags for wasiBrad Fitzpatrick1-1/+4
2023-06-07all: use cmpx.Or where it made senseBrad Fitzpatrick1-0/+1
2023-06-01cmd/tailscaled, util/winutil: log our registry keys during tailscaled startupAaron Klotz1-0/+4
2023-05-11logtail: be less aggressive about re-uploads (#8117)Joe Tsai1-1/+1
2023-05-06fix sys.Set(router) issue will crash the daemon in some OSsChenyang Gao1-1/+1
2023-05-04tsd: add package with System type to unify subsystem init, discoveryBrad Fitzpatrick3-46/+61
2023-05-04various: add detection and Taildrop for UnraidDerek Kaser1-1/+25
2023-05-03go.mod: bump all deps possible that don't break the buildBrad Fitzpatrick1-5/+17