summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2024-07-07types/views: add MarshalJSONV2 to Slicebradfitz/json2Brad Fitzpatrick5-3/+33
2024-07-06control/controlknobs,tailcfg,wgengine/magicsock: remove DRPO shutoff switchBrad Fitzpatrick5-37/+9
2024-07-06wgengine/magicsock: use derp-region-as-magic-AddrPort hack in fewer placesBrad Fitzpatrick2-22/+19
2024-07-05util/winutil/s4u: fix some doc comments in the s4u packageAaron Klotz2-14/+18
2024-07-05go.mod: bump github.com/tailscale/wireguard-goBrad Fitzpatrick2-3/+3
2024-07-05cmd/containerboot,cmd/k8s-operator: enable IPv6 for fqdn egress proxies (#12577)Tom Proctor5-13/+91
2024-07-03health: send ImpactsConnectivity value over LocalAPI (#12700)Andrea Gottardo2-17/+19
2024-07-03cmd/tailscale/cli: exit node filter should display all exit node options (#12...Charlotte Brandhorst-Satzkorn2-4/+10
2024-07-03scripts: don't refresh the pacman repository on Arch (#12194)Chris Palmer2-1/+5
2024-07-02health: reduce severity of some warnings, improve update messages (#12689)Andrea Gottardo2-18/+40
2024-07-02go.toolchain.rev: update to Go 1.22.5 (#12690)Andrew Lytvynov1-1/+1
2024-07-02net/dns: fix broken dns benchmark tests (#12686)Jonathan Nobels1-5/+6
2024-07-01go.mod.sri: update SRI hash for go.mod changesFlakes Updater3-3/+3
2024-07-01version/mkversion: allow env config of oss git cache dirBrad Fitzpatrick1-4/+7
2024-07-01cmd/stunstamp: fix handling of invalid DERP map resp (#12679)Jordan Whited1-1/+4
2024-07-01tool/gocross: fix regression detecting when gocross needs rebuildBrad Fitzpatrick2-1/+28
2024-07-01licenses: update license noticesLicense Updater3-4/+4
2024-07-01tailcfg: bump CurrentCapabilityVersion to capture SSH agent forwarding fixPercy Wegmann1-1/+2
2024-07-01go.{mod,sum}: bump mkctr (#12654)Tom Proctor2-3/+57
2024-06-28ipn/ipnlocal: handle auto value for ExitNodeID syspolicy (#12512)Claire Wang2-24/+369
2024-06-28derp/xdp: retain the link so that the fd is not closedJames Tucker1-2/+10
2024-06-27cmd/xdpderper: add autodetection for default interface nameJames Tucker3-2/+102
2024-06-27ipn/ipnlocal: allow multiple signature chains from the same SigCredentialAnton Tolchanov4-30/+69
2024-06-27tka: test SigCredential signatures and netmap filteringAnton Tolchanov5-94/+133
2024-06-27ipn/ipnlocal: fix nil pointer dereference and add related testAdrian Dewhurst2-1/+25
2024-06-27go.mod: update wireguard-go (#12645)Jordan Whited2-3/+3
2024-06-27health,ipn/ipnlocal: hide update warning when auto-updates are enabled (#12631)Andrew Lytvynov3-19/+124
2024-06-27tsnet: do not log an error on shutdownAnton Tolchanov1-1/+1
2024-06-26fix: broken tests for localhostJosh McKinney1-38/+38
2024-06-26cmd/serve: don't convert localhost to 127.0.0.1Josh McKinney2-7/+6
2024-06-26cmd/derper: clarify that derper and tailscaled need to be in syncBrad Fitzpatrick2-1/+7
2024-06-26cmd/derper: link to various derper docs in more placesBrad Fitzpatrick1-4/+15
2024-06-26go.mod.sri: update SRI hash for go.mod changesFlakes Updater3-3/+3
2024-06-26cmd/derper: add some DERP diagnostics pointersJames Tucker1-4/+37
2024-06-26net/dns: move mutex before the field it guardsBrad Fitzpatrick3-10/+14
2024-06-26build(deps): bump golang.org/x/image from 0.15.0 to 0.18.0dependabot[bot]2-3/+3
2024-06-26util/winutil/s4u: fix incorrect token type specified in s4u LoginAaron Klotz1-1/+1
2024-06-26util/winutil: ensure domain controller address is used when retrieving remote...Aaron Klotz5-4/+226
2024-06-26ci: enable checklocks workflow for specific packagesAndrew Dunham6-12/+41
2024-06-26wgengine/magicsock: add more DERP home clientmetricsAndrew Dunham2-0/+14
2024-06-26cmd/tailscale/cli: correct command emitted by exit node suggestionAdrian Dewhurst1-1/+3
2024-06-26ipn/ipnlocal: don't bind localListener if its context is canceled (#12621)Naman Sood1-0/+8
2024-06-26tsweb: accept a function to call before request handlingAnton Tolchanov2-3/+28
2024-06-25health: add warming-up warnable (#12553)Andrea Gottardo4-6/+64
2024-06-25ipn/ipnlocal: fix data race in testsAndrew Dunham1-1/+2
2024-06-25util/winutil: add package for logging into Windows via Service-for-User (S4U)Aaron Klotz5-4/+1467
2024-06-26net/dns: ensure /etc/resolv.conf is world-readable even with a umaskAndrew Dunham4-5/+74
2024-06-25wgengine/magicsock: always set home DERP if no control connAndrew Dunham2-2/+28
2024-06-25net/dns/resolver: fix test failureAndrew Dunham1-1/+3
2024-06-25net/dns: recheck DNS config on SERVFAIL errors (#12547)Jonathan Nobels3-17/+59