summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2025-05-08feature/taildrop, ipn/ipnlocal: remove leftover dup calls to osshareBrad Fitzpatrick9-32/+40
2025-05-08util/eventbus: also disable websocket debug on AndroidBrad Fitzpatrick3-9/+11
2025-05-08tsnet: add test for packet filter generation from netmapJames Sanderson3-2/+254
2025-05-07all: remove non-applicable "linux" deps on AndroidBrad Fitzpatrick11-15/+21
2025-05-07util/systemd: don't link systemd-notification package on AndroidBrad Fitzpatrick3-3/+3
2025-05-07net/dns: don't link dbus, gonotify on AndroidBrad Fitzpatrick10-9/+15
2025-05-07control/controlclient: send optional ConnectionHandleForTest with map request...Brian Palmer2-20/+37
2025-05-07ipn/store: don't link in AWS & Kubernetes stuff on AndroidBrad Fitzpatrick3-82/+82
2025-05-07tsnet: add android & iOS results to depawareBrad Fitzpatrick3-123/+124
2025-05-07feature/relayserver: consider relay:server node attribute for enablement (#15...Jordan Whited1-1/+11
2025-05-07cmd/tailscale/cli: omit "file" subcommand if taildrop is omitted from buildBrad Fitzpatrick2-9/+26
2025-05-07tsnet: don't depend on condregister & its default tailscaled featuresBrad Fitzpatrick3-83/+23
2025-05-07Makefile: add tsnet to depawareBrad Fitzpatrick2-2/+684
2025-05-06taildrop: merge taildrop and feature/taildrop packages togetherBrad Fitzpatrick14-80/+74
2025-05-06feature/taildrop: move rest of Taildrop out of LocalBackendBrad Fitzpatrick21-555/+691
2025-05-06cmd/tailscale/cli: rename "--posture-checking" to "--report-posture"Brad Fitzpatrick6-25/+42
2025-05-06cmd/k8s-operator,k8s-operator/api-proxy: move k8s proxy code to library (#15857)Tom Proctor6-29/+68
2025-05-05ipn/ipnlocal, tailcfg: add MagicDNS opt-in attr for IPv6 AAAA recordsBrad Fitzpatrick2-2/+9
2025-05-04tstest/integration: work around ETXTBSY flakeBrad Fitzpatrick1-0/+26
2025-05-02ipn/ipnlocal: use "nb" consistently as receiver for nodeBackendBrad Fitzpatrick2-136/+136
2025-05-02ipn/ipnlocal: rename localNodeContext to nodeBackendBrad Fitzpatrick2-53/+53
2025-05-02logtail: remove unneeded IP redaction codeBrad Fitzpatrick2-123/+0
2025-05-02wgengine/magicsock: shape relayManager and CallMeMaybeVia handling (#15864)Jordan Whited2-26/+93
2025-05-02tstest/integration: don't require TestMake, stop leaking binaries in /tmpBrad Fitzpatrick4-51/+134
2025-05-02hostinfo,tailcfg: report TPM availability on windows/linux (#15831)Andrew Lytvynov15-2/+216
2025-05-02wgengine/magicsock: implement more relay handshake disco handling (#15856)Jordan Whited1-16/+55
2025-05-01cmd/tsidp: remove backticks in README in shell exampleBrad Fitzpatrick1-1/+1
2025-05-01feature/taildrop: add integration testBrad Fitzpatrick6-50/+272
2025-05-01ipn/ipnlocal: fix Taildrop regression from refactoringBrad Fitzpatrick1-2/+2
2025-05-01util/linuxfw: fix delete snat rule (#15763)KevinLiang102-64/+98
2025-05-01cmd/tailscale/cli: unhide `--posture-checking` flag to `set`Anton Tolchanov1-1/+1
2025-04-30ipn/ipnlocal: fix Taildrop deadlockBrad Fitzpatrick1-6/+21
2025-04-30wgengine/magicsock: fix discoInfo leak (#15845)Jordan Whited1-20/+27
2025-04-30wgengine/magicsock: start to make disco reception Geneve aware (#15832)Jordan Whited2-11/+215
2025-04-30tsnet: add FunnelTLSConfig FunnelOption typeBrad Fitzpatrick1-11/+43
2025-04-29tool/gocross: break circular dependency on tailcfg (#15829)Andrew Lytvynov2-7/+37
2025-04-29tstest/integration: remove vestigial env var set in testsBrad Fitzpatrick1-1/+0
2025-04-29control/controlclient,health: add tests for control health trackingJames Sanderson3-3/+130
2025-04-28tstest/integration: export test helpersBrad Fitzpatrick2-105/+107
2025-04-28tstest/integration: move code from integration_test.go to integration.goBrad Fitzpatrick2-600/+605
2025-04-28wgengine/magicsock: support Geneve-encap'd Disco transmission (#15811)Jordan Whited2-6/+43
2025-04-28types/logger: release ArgWriter destination after useJames Tucker1-0/+1
2025-04-28tsweb/varz: export GC CPU fraction gaugeJames Tucker5-17/+128
2025-04-25net/portmapper: fix test flakes from logging after test doneBrad Fitzpatrick5-13/+17
2025-04-25feature,ipn/ipnlocal: add profileManager.StateChangeHookNick Khyl4-19/+589
2025-04-25ipn/ipnlocal: update profileManager to use SwitchToProfile when switching to ...Nick Khyl1-53/+40
2025-04-25util/mak: delete long-deprecated, unused, pre-generics NonNil funcBrad Fitzpatrick2-63/+0
2025-04-25ipn/ipnlocal: add localNodeContext with netmap-related fields and methodsNick Khyl13-351/+648
2025-04-25net/udprelay: change Server.AllocateEndpoint existing alloc strategy (#15792)Jordan Whited2-35/+27
2025-04-25disco: implement CallMeMaybeVia serialization (#15779)Jordan Whited2-0/+111