summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2023-09-29go.mod: bump wingoes for cross-platform HRESULT definitionJames Tucker2-3/+3
2023-09-29go.mod: add test that replace directives aren't added in ossBrad Fitzpatrick1-0/+25
2023-09-29util: add syspolicy package (#9550)Claire Wang6-0/+685
2023-09-29cmd/containerboot: only wipeout serve config when TS_SERVE_CONFIG is setMaisem Ali1-4/+7
2023-09-29tsnet: add a test for restarting a tsnet server, fix WindowsBrad Fitzpatrick4-2/+66
2023-09-29cmd/containerboot: set TS_AUTH_ONCE default to true.Denton Gentry2-10/+36
2023-09-28cmd/testwrapper: include flake URL in JSON metadataBrad Fitzpatrick2-10/+25
2023-09-28go.mod.sri: update SRI hash for go.mod changesFlakes Updater3-3/+3
2023-09-28wgengine/netstack: refactor address construction and conversionAndrea Barisani1-18/+14
2023-09-28go.mod,*: bump gvisorAndrea Barisani6-57/+54
2023-09-28cmd/testwrapper: output machine-readable JSON on test flakesBrad Fitzpatrick1-12/+14
2023-09-28client/web: add debug mode for web client ui updatesSonia Appasamy8-27/+193
2023-09-28control/controlclient: fix leaked http2 goroutines on shutdownBrad Fitzpatrick1-0/+6
2023-09-28tool/gocross: disable Linux static linking if GOCROSS_STATIC=0Brad Fitzpatrick1-0/+4
2023-09-28client/web: add login client mode to web.ServerSonia Appasamy3-39/+78
2023-09-28ipn: use NodeCapMap in CheckFunnelMaisem Ali5-23/+52
2023-09-27ipn/ipnlocal: plumb ExitNodeDNSResolvers for IsWireGuardOnly exit nodesJames Tucker3-9/+301
2023-09-27types/key: update some doc strings for public key serializationJames Tucker1-4/+7
2023-09-27wgengine/magicsock: add nodeid to panic condition on public key reuseJames Tucker1-1/+1
2023-09-27util/linuxfw: fix crash in DelSNATRule when no rules are foundJames Tucker1-1/+3
2023-09-27client/web: refactor serveGetNodeDataSonia Appasamy1-15/+8
2023-09-27net/portmapper: fix invalid UPnP metric nameAndrew Dunham2-1/+21
2023-09-26go.toolchain.rev: bump goBrad Fitzpatrick1-1/+1
2023-09-26ipn/ipnlocal: prevent putting file if file already exists (#9515)Rhea Ghosh2-37/+66
2023-09-26winutil: refactor methods to get values from registry to also return (#9536)Claire Wang9-56/+78
2023-09-26wgengine,net,ipn,disco: split up and define different types of MTUVal7-47/+250
2023-09-26wgengine/netstack: use buffer pools for UDP packet forwardingVal1-5/+17
2023-09-26cmd/k8s-operator: fix reconcile filters (#9533)Irbe Krumina1-19/+61
2023-09-26ipn/ipnlocal: close foreground sessions on SetServeConfigMarwan Sulaiman5-11/+140
2023-09-25net/dns: retry forwarder requests over TCPAndrew Dunham13-49/+448
2023-09-25VERSION.txt: this is v1.51.0Aaron Klotz1-1/+1
2023-09-25licenses: update win/apple licensesLicense Updater2-2/+2
2023-09-24ipn/{ipnlocal,localapi}, cli: add debug force-netmap-updateBrad Fitzpatrick3-0/+24
2023-09-24api.md: document the `invalid` field in Get Key API responseAnton Tolchanov1-0/+12
2023-09-23net/tstun: use untyped consts, simplify DefaultMTU funcBrad Fitzpatrick1-9/+4
2023-09-23wgengine/magicsock, controlclient, net/dns: reduce some logspamBrad Fitzpatrick4-5/+44
2023-09-22Revert "wgengine/netstack: use buffer pools for UDP packet forwarding"Val1-17/+5
2023-09-22Revert "wgengine,net,ipn,disco: split up and define different types of MTU"Val7-250/+52
2023-09-22wgengine,net,ipn,disco: split up and define different types of MTUVal7-52/+250
2023-09-22wgengine/netstack: use buffer pools for UDP packet forwardingVal1-5/+17
2023-09-21licenses: update tailscale{,d} licensesLicense Updater1-0/+1
2023-09-21go.mod.sri: update SRI hash for go.mod changesFlakes Updater3-3/+3
2023-09-21go.mod: update github.com/go-json-experiment/json (#9508)Joe Tsai3-7/+8
2023-09-21cmd/containerboot: avoid leaking bash scripts after test runsJames Tucker2-3/+4
2023-09-21licenses: update win/apple licensesLicense Updater1-2/+2
2023-09-21release/dist, tool/gocross: add fake "windowsdll" GOOS to gocrossAaron Klotz2-2/+26
2023-09-21ipn/ipnlocal: perform additional sanity check in diskPath (#9500)Joe Tsai1-0/+3
2023-09-21control,tailcfg,wgengine/magicsock: add nodeAttr to enable/disable peer MTUVal4-0/+102
2023-09-21wgengine/magicsock: replace CanPMTUD() with ShouldPMTUD()Val7-20/+128
2023-09-21wgengine/magicsock: improve don't fragment bit set/get supportVal8-46/+159