summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2025-02-20tool/gocross: add a failing cgo testbradfitz/gocross_cgo_packages_testBrad Fitzpatrick2-0/+102
2025-02-19tempfork/acme: pull in latest changes for Go 1.24 (#15062)Andrew Lytvynov6-7/+41
2025-02-19various: disable MPTCP when setting TCP_USER_TIMEOUT sockopt (#15063)Andrew Lytvynov2-2/+10
2025-02-18ipn/ipnlocal: reset always-on override and apply policy settings on startNick Khyl1-3/+11
2025-02-18client/tailscale,cmd/k8s-operator,internal/client/tailscale: move VIP service...Percy Wegmann13-188/+222
2025-02-18cmd/gitops-pusher: log error details when unable to fetch ACL ETagPercy Wegmann1-1/+3
2025-02-18appc: fix a deadlock in route advertisements (#15031)Andrew Lytvynov3-11/+84
2025-02-18tsnet: require I_Acknowledge_This_API_Is_Experimental to use AuthenticatedAPI...Percy Wegmann1-0/+9
2025-02-18internal/client/tailscale: change Client from alias into wrapperPercy Wegmann1-4/+8
2025-02-18tsnet: provide AuthenticatedAPITransport for use with tailscale.com/client/ta...Percy Wegmann1-2/+27
2025-02-18cmd,tsnet,internal/client: create internal shim to deprecated control plane APIPercy Wegmann8-15/+57
2025-02-18client/tailscale: mark control API client deprecatedPercy Wegmann1-6/+9
2025-02-17cmd/testwrapper: temporarily remove test coverage supportBrad Fitzpatrick4-167/+2
2025-02-16ipn/ipnlocal,tailcfg: don't send WireIngress if IngressEnabled already true (...Irbe Krumina3-31/+40
2025-02-14net/netcheck: remove unnecessary custom map clone functionJames Tucker1-14/+3
2025-02-14various: keep tailscale connected when Always On mode is enabled on WindowsNick Khyl9-12/+313
2025-02-14cmd/k8s-operator: allow to optionally configure an HTTP endpoint for the HA I...Irbe Krumina2-110/+352
2025-02-14control/controlclient,tailcfg:types: remove MaxKeyduration from NetMapJames Sanderson4-14/+1
2025-02-14tailcfg: read max key duration from node cap map [capver 114]James Sanderson1-1/+8
2025-02-14ipn, tailscale/cli: add TaildropTargetStatus and remove race with FileTargets...kari-ts3-31/+120
2025-02-14ipn/ipnlocal: add GetFilterForTest (#15025)James 'zofrex' Sanderson1-0/+4
2025-02-13types/bools: fix doc typo (#15021)Joe Tsai1-1/+1
2025-02-13ssh/tailssh: accept passwords and public keysPercy Wegmann6-108/+289
2025-02-12go.mod: bump bartJames Tucker4-9/+8
2025-02-12ipn/ipn{local,server}: extract logic that determines the "best" Tailscale pro...Nick Khyl3-43/+118
2025-02-11Revert "control/controlclient: delete unreferenced mapSession UserProfiles"Brad Fitzpatrick1-30/+1
2025-02-11docs/windows/policy: update ADMX/ADML policy definitions to include the new A...Nick Khyl2-0/+43
2025-02-11licenses: update license noticesLicense Updater4-125/+122
2025-02-11ipn/ipn{local,server}: move "staying alive in server mode" from ipnserver to ...Nick Khyl3-52/+112
2025-02-11ipn/desktop: add a new package for managing desktop sessions on WindowsNick Khyl7-0/+994
2025-02-11ipn/ipnauth: implement WindowsActorNick Khyl2-3/+109
2025-02-11ipn/ipn{auth,server}: update ipnauth.Actor to carry a contextNick Khyl5-6/+77
2025-02-11tailcfg: remove ancient UserProfiles.Roles fieldBrad Fitzpatrick4-41/+1
2025-02-11tailcfg: make NetPortRange.Bits omitemptyAndrew Dunham1-1/+1
2025-02-11net/dns: update to illarion/gonotify/v3 to fix a panicAnton5-28/+18
2025-02-11net/dns: add a simple test for resolv.conf inotify watcherAnton2-13/+75
2025-02-11tailcfg: update + clean up machine API docs, remove some dead codeBrad Fitzpatrick2-158/+32
2025-02-11types/bool: add Int (#14984)Joe Tsai2-1/+19
2025-02-11go.mod: bump x/* depsBrad Fitzpatrick5-36/+39
2025-02-11tempfork/sshtest/ssh: add fork of golang.org/x/crypto/ssh for testing onlyBrad Fitzpatrick44-0/+19542
2025-02-11types/netmap,*: pass around UserProfiles as views (pointers) insteadBrad Fitzpatrick7-29/+51
2025-02-10go.toolchain.rev: bump to Go 1.23.6 (#14976)Andrew Lytvynov1-1/+1
2025-02-10ipn/ipn{local,server}: remove ResetForClientDisconnect in favor of SetCurrent...Nick Khyl2-36/+7
2025-02-10.github: Bump golangci/golangci-lint-action from 6.2.0 to 6.3.1 (#14963)dependabot[bot]1-1/+1
2025-02-10.github: Bump github/codeql-action from 3.28.5 to 3.28.9 (#14962)dependabot[bot]1-3/+3
2025-02-10ipn/ipnlocal: fix (*profileManager).DefaultUserProfileID for users other than...Nick Khyl2-26/+28
2025-02-08scripts/installer.sh: fix --yes argument for freebsd (#14958)Erisa A1-1/+1
2025-02-06wgengine/netstack: respond to service IPs in Linux tun modeAdrian Dewhurst1-5/+17
2025-02-06cmd/natc: remove speculative tuning from natcJames Tucker1-22/+0
2025-02-06go.mod,wgengine/netstack: use cubic congestion control, bump gvisorJames Tucker5-5/+10