summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2023-07-26net/netcheck, wgengine/magicsock: bound DERP latency by TCP RTTandrew/derp-bound-latencyAndrew Dunham5-13/+89
2023-07-26wgengine/magicsock: factor out endpoint into its own fileDavid Anderson2-1125/+1140
2023-07-26wgengine/magicsock: delete unused stuffDavid Anderson4-65/+0
2023-07-25cmd/tailscale/cli: implement update on FreeBSD (#8710)Andrew Lytvynov1-4/+45
2023-07-25tailcfg,ipn/ipnlocal,wgengine: add values to PeerCapabilitiesMaisem Ali13-68/+139
2023-07-24cmd/tailscale/cli,version/distro: update support for Alpine (#8701)Andrew Lytvynov3-3/+140
2023-07-24net/art: use more intelligible, go-ish state tracking in table.GetDavid Anderson1-10/+10
2023-07-24net/art: use encoding/binary for address bit twiddlingDavid Anderson1-4/+3
2023-07-24net/art: move slice closer to its useDavid Anderson1-3/+2
2023-07-24net/art: factor out picking the right strideTable for addr familyDavid Anderson1-18/+13
2023-07-24net/art: make Table.Get alloc-freeDavid Anderson1-2/+14
2023-07-24net/art: document return value of strideTable.deleteDavid Anderson1-1/+3
2023-07-24net/art: reword confusing function docstringDavid Anderson1-2/+2
2023-07-24net/art: use "index", not "idx" in function namesDavid Anderson2-8/+4
2023-07-24net/art: document valid values of strideTable.prefixDavid Anderson1-2/+5
2023-07-24net/art: fix comment typoDavid Anderson1-1/+1
2023-07-24net/art: fix slowPrefixTable bugs found by fuzzingDavid Anderson1-2/+4
2023-07-24net/art: add another consistency test for insert/deleteDavid Anderson1-0/+29
2023-07-24net/art: add more exhaustive table testingDavid Anderson1-12/+705
2023-07-24net/art: fix format of debug outputDavid Anderson1-1/+1
2023-07-24net/art: add debug hooks to strideTableDavid Anderson2-4/+17
2023-07-24net/art: implement path compression optimizationDavid Anderson2-72/+569
2023-07-24net/art: make each strideTable track the IP prefix it representsDavid Anderson3-8/+59
2023-07-24net/art: fix running tests outside of CIDavid Anderson1-0/+1
2023-07-24licenses: update tailscale{,d} licensesLicense Updater1-5/+5
2023-07-24cmd/tailscale/cli: implement update for dnf/yum-based distros (#8678)Andrew Lytvynov2-56/+269
2023-07-23tailcfg: add UserProfile.GroupsBrad Fitzpatrick6-12/+129
2023-07-23net/dns: overwrite /tmp/resolv.conf on gokrazyMichael Stapelberg3-5/+22
2023-07-22go.toolchain.rev: bump Go versionBrad Fitzpatrick1-1/+1
2023-07-22tailcfg: deprecate Debug, flesh out Node.DERP docsBrad Fitzpatrick1-11/+29
2023-07-21api.md: add documentation to API endpoint about SCIM group warningsJenny Zhang1-0/+15
2023-07-21logtail: use tstime (#8607)Claire Wang3-33/+34
2023-07-21ssh: ignore io.EOF from sftp.Server.ServeJoe Tsai1-1/+6
2023-07-20util/linuxfw: remove yet-unused code to fix linux/arm64 crashBrad Fitzpatrick6-863/+11
2023-07-20tstest/deptest: add test-only package to unify negative dep testsBrad Fitzpatrick4-55/+104
2023-07-20cmd/tailscale/cli: ensure custom UsageFunc is always set (#8665)Chris Palmer1-5/+6
2023-07-20cmd/tailscale/cli: limit Darwin-only option to Darwin (#8657)Chris Palmer1-1/+1
2023-07-20net/dns: detect when libnss_resolve is usedAnton Tolchanov2-21/+91
2023-07-19cmd/tailscale/cli: implement update for arch-based distros (#8655)Andrew Lytvynov2-7/+174
2023-07-19cmd/tailscale/cli: make `tailscale update` query `softwareupdate` (#8641)Chris Palmer2-7/+140
2023-07-19tka: guard against key-length panics when verifying signaturesTom DNetto2-0/+9
2023-07-19VERSION.txt: this is v1.47.0 (#8654)Andrea Gottardo1-1/+1
2023-07-19tsweb: relax CSP for debug handlers (#8649)Andrew Lytvynov2-2/+16
2023-07-19cmd/gitops-pusher: re-use existing types from acl packageJenny Zhang2-14/+78
2023-07-19client/tailscale: add warnings slice to ACLTestFailureSummaryJenny Zhang1-2/+3
2023-07-19util/linuxfw: add nftables supportKevinLiang107-23/+1833
2023-07-19cmd/tailscale: warn if node is locked out on bringupTom DNetto3-2/+5
2023-07-19tka: allow checkpoint AUMs to change TKA stateTom DNetto1-14/+1
2023-07-19tsnet: add examples (#8289)Xe Iaso2-0/+284
2023-07-19wgengine/router,ipn/ipnlocal: add MTU field to router configVal3-5/+31