summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2024-02-28wgengine{,/wgint}: add wgint.Peer wrapper type, add to wgengine.EngineBrad Fitzpatrick8-27/+86
2024-02-28.github/workflows: fix regular breakage of go toolchainsJames Tucker1-1/+1
2024-02-28wgengine: rename local variable from 'found' to conventional 'ok'Brad Fitzpatrick1-1/+1
2024-02-28wgengine: use slices.Clone in two placesBrad Fitzpatrick1-3/+3
2024-02-28ipn/ipnstate, wgengine: make PeerStatusLite.LastHandshake zero Time means noneBrad Fitzpatrick2-7/+17
2024-02-28net/tstun: fix spelling of "WireGuard"Andrew Dunham3-6/+6
2024-02-27util/cache: fix missing interface methods (#11275)Andrew Dunham2-1/+8
2024-02-27tsweb: expose function to generate request IDsAndrew Dunham1-7/+14
2024-02-27client/web: update to typescript 5.3.3 (#11267)Mario Minardi3-40/+125
2024-02-27wgengine/netstack: add a per-client limit for in-flight TCP forwardsAndrew Dunham2-21/+489
2024-02-27tailcfg: add latitude, longitude for node location (#11162)Claire Wang4-0/+21
2024-02-27cmd/k8s-operator: reconcile tailscale Ingresses when their backend Services c...Irbe Krumina2-2/+178
2024-02-27cmd/k8s-operator: configure all proxies with declarative config (#11238)Irbe Krumina8-169/+175
2024-02-27cmd/k8s-operator,k8s-operator,go.{mod,sum},tstest/tools: add Tailscale Kubern...Irbe Krumina5-1/+1652
2024-02-27tailfs: fix race condition in tailfs_testPercy Wegmann1-1/+32
2024-02-27scripts/installer.sh: auto-start tailscale on Alpine (#11214)Keli1-0/+1
2024-02-26ipn/ipnstate, wgengine/wgint: add handshake attempts accessorsBrad Fitzpatrick4-1/+33
2024-02-26wgengine: make pendOpen time later, after dup checkBrad Fitzpatrick1-4/+4
2024-02-26wgengine: reduce critical sectionBrad Fitzpatrick1-4/+5
2024-02-26types/key: remove copy returning array by valueBrad Fitzpatrick1-4/+3
2024-02-27health: warn about reverse path filtering and exit nodesAnton Tolchanov6-19/+69
2024-02-26cmd/tailscaled, ipn/ipnlocal, wgengine: shutdown tailscaled if wgdevice is cl...Nick Khyl6-16/+46
2024-02-26net/dns: do not wait for the interface registry key to appear if the windowsM...Nick Khyl1-5/+40
2024-02-26go.mod: update web-client-prebuilt moduleOSS Updater2-3/+3
2024-02-26client/web: use grants on web UI frontendSonia Appasamy10-310/+548
2024-02-26client/web: restrict serveAPI endpoints to peer capabilitiesSonia Appasamy3-127/+357
2024-02-26wgengine/netstack: expose TCP forwarder drops via clientmetricsAnton Tolchanov1-8/+38
2024-02-26tailfs: replace webdavfs with reverse proxiesPercy Wegmann33-2008/+1186
2024-02-25all: remove LenIter, use Go 1.22 range-over-int insteadBrad Fitzpatrick18-81/+45
2024-02-25net/dns/publicdns: add Mullvad family DNS to the list of known DoH servers mrrfv1-0/+3
2024-02-24wgengine/wglog: add TS_DEBUG_RAW_WGLOG envknob for raw wg logsBrad Fitzpatrick1-0/+4
2024-02-24wgengine/wgcfg: don't send UAPI to disable keep-alives on new peersBrad Fitzpatrick2-2/+2
2024-02-23net/dns: timeout DOH requests after 10s without response headersJames Tucker1-0/+3
2024-02-23cmd/derper: apply TCP keepalive and timeout to TLS as wellJames Tucker1-3/+3
2024-02-23.github/workflows: fix typo in XDG_CACHE_HOMEJames Tucker1-1/+1
2024-02-23net/interfaces: reduce & cleanup logs on iOSJames Tucker1-5/+5
2024-02-23cli/debug: rename DERP debug mode (#11220)Andrea Gottardo1-4/+4
2024-02-23client/web: update vite and vitest to latest versions (#11200)Mario Minardi4-294/+496
2024-02-23cmd/tailscale: add node attribute instructions to share command helpPercy Wegmann1-35/+52
2024-02-23wgengine/wglog: quieten WireGuard logs for allowedipsJames Tucker2-0/+24
2024-02-22net/tshttpproxy: log when we're using a proxyAndrew Dunham1-1/+25
2024-02-22client/web: update plugin-react-swc to latest version (#11199)Mario Minardi2-60/+73
2024-02-22client/web: update vite-plugin-svgr to latest version (#11197)Mario Minardi15-93/+125
2024-02-22cmd/derper: add user timeout and reduce TCP keepaliveJames Tucker2-2/+28
2024-02-22util/syspolicy: add 'ResetToDefaults' (#11194)Andrea Gottardo2-5/+7
2024-02-21cmd/derper, derp, tailcfg: add admission controller URL optionBrad Fitzpatrick3-24/+107
2024-02-21derp: plumb context to Server.verifyClientBrad Fitzpatrick1-3/+3
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-20util/syspolicy: add ManagedBy keys for Windows (#11183)Andrea Gottardo2-0/+14