summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2023-07-28cli: print large ints as stringsnoncombatant/large-int-stringChris Palmer1-1/+1
2023-07-28cmd/tailscale/cli: make update visible in listChris Palmer1-2/+1
2023-07-28all: update exp/slices and fix call sitesDavid Anderson16-50/+91
2023-07-27derp: use tstime (#8634)Claire Wang8-27/+43
2023-07-27ipn: use tstime (#8597)Claire Wang8-43/+52
2023-07-27ipn/{ipnlocal,localapi}: actually renew certs before expiry (#8731)Andrew Lytvynov5-40/+63
2023-07-27api.md: update device authorize API docs to allow for deauth (#8728)tinku-tailscale1-1/+2
2023-07-26cli: introduce exit-node subcommand to list and filter exit nodesCharlotte Brandhorst-Satzkorn7-1/+571
2023-07-26wgengine/magicsock: document mysterious-looking assignmentDavid Anderson1-0/+2
2023-07-26wgengine/magicsock: factor out more separable partsDavid Anderson7-1285/+1350
2023-07-26disco: move disco pcap helper to disco packageDavid Anderson4-42/+52
2023-07-26wgengine/magicsock: factor out peerMap into separate fileDavid Anderson2-173/+183
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