summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-06-12net/dns/resolver: have quad100 respond to suffix-less magicdns requestscrawshaw/magicdnsalwaysDavid Crawshaw2-5/+27
2021-06-11Merge pull request #2092 from tailscale/queue_latencyJulian Knodt1-7/+40
2021-06-11derp: add pkt queue latency timerjulianknodt1-7/+40
2021-06-11cmd/tailscale, wgengine, tailcfg: don't assume LastSeen is present [mapver 20]Brad Fitzpatrick3-20/+13
2021-06-11tstest/integration: test Alpine Linux (#2098)Christine Dodrill2-32/+101
2021-06-10tstest/integration: add some debugging for TestAddPingRequest flakesBrad Fitzpatrick2-17/+77
2021-06-10tstest/integration: rename ambiguous --verbose test flagBrad Fitzpatrick1-2/+4
2021-06-10wgenine/router: fix OpenBSD route creationFletcher Nichol1-4/+19
2021-06-10net/dns: avoid using NetworkManager as much as possible. (#1945)Dave Anderson1-74/+24
2021-06-10cmd/tailscale/web: add support for QNAPMaisem Ali10-152/+329
2021-06-08net/dns/resolver: permit larger max responses, signal truncationAdrian Dewhurst7-9/+199
2021-06-08client/tailscale: document SetDNS moreBrad Fitzpatrick1-1/+14
2021-06-08client/tailscale: add SetDNS funcBrad Fitzpatrick1-0/+9
2021-06-08control/controlclient: add Pinger interface, Options.PingerSimeng He1-0/+15
2021-06-08go.mod: bump github.com/mdlayher/netlink to v1.4.1Matt Layher3-38/+21
2021-06-08.github/workflows: add integration test with a custom runner (#2044)Christine Dodrill2-0/+113
2021-06-08tstest/integration/vms: download images from s3 (#2035)Christine Dodrill4-29/+197
2021-06-08tstest/integration/vms: bump images, fix caching bug (#2052)Christine Dodrill1-15/+14
2021-06-07ipn/{ipnlocal,localapi}, control/controlclient: add SetDNS localapiBrad Fitzpatrick6-0/+117
2021-06-07packages/deb: add package to extract metadata from .deb files.David Anderson2-0/+386
2021-06-07cmd/mkpkg: allow zero files in a package.David Anderson1-0/+3
2021-06-07net/dns/resolver: don't spam logs on EHOSTUNREACH.David Anderson1-0/+7
2021-06-07tstest/integration/testcontrol: add Server.AddPingRequestSimeng He2-0/+76
2021-06-05build_dist.sh: add a command to output the shell vars.David Anderson1-1/+9
2021-06-04wgengine/wglog: match upstream wireguard-go's code for wireguardGoStringJosh Bleecher Snyder1-14/+16
2021-06-04tstest/integration/vms: add DownloadImages test to download images (#2039)Christine Dodrill1-37/+56
2021-06-04tstest/integration/vms: aggressively re-verify shasums (#2050)Christine Dodrill1-14/+34
2021-06-04net/tstun: add a debug envvar to override tun MTU.David Anderson1-6/+13
2021-06-04tstest/integration/vms: log qemu output (#2047)Christine Dodrill1-0/+3
2021-06-04tstest/integration/testcontrol: add Server.nodeLockedBrad Fitzpatrick1-0/+7
2021-06-03build_dist.sh: fix after the change to version stamping.David Anderson1-2/+24
2021-06-03version: bump dateBrad Fitzpatrick1-1/+1
2021-06-03version: fix Short when link-stampedBrad Fitzpatrick1-6/+7
2021-06-03ipn/ipnlocal: avoid initPeerAPIListener crash on certain concurrent actionsBrad Fitzpatrick1-0/+9
2021-06-03net/{interfaces,netns}: change which build tag means mac/ios Network/System E...Brad Fitzpatrick5-70/+72
2021-06-03tstest/integration/vms: only build binaries once (#2042)Christine Dodrill1-6/+7
2021-06-03tstest/integration/vms: fix OpenSUSE Leap 15.1 (#2038)Christine Dodrill3-6/+95
2021-06-03tstest/integration/vms: test on Arch Linux (#2040)Christine Dodrill1-0/+1
2021-06-03cmd/tailscale/web: restrict web access to synology admins.Maisem Ali3-14/+74
2021-06-02version: remove all the redo stuff, only support embedding via go ldflags.David Anderson12-318/+6
2021-06-02go.mod: update netaddrBrad Fitzpatrick6-9/+17
2021-06-01tailcfg: add SetDNSRequest typeBrad Fitzpatrick1-0/+28
2021-06-01tstest/integration/vms: add OpenSUSE Leap 15.3 (#2026)Christine Dodrill1-0/+1
2021-05-31go.mod: update for corp resync.David Anderson1-2/+2
2021-05-31util/dnsname: make ToFQDN take exactly 0 or 1 allocs for everything.David Anderson1-64/+29
2021-05-31util/dnsname: add a benchmark for ToFQDN.David Anderson1-0/+21
2021-05-31util/dnsname: don't validate the contents of DNS labels.David Anderson2-24/+17
2021-05-31tstest/integration/vms: test vms as they are ready (#2022)Christine Dodrill1-111/+104
2021-05-31ipnlocal: in Start() fast path, don't forget to send Prefs.Avery Pennarun2-4/+2
2021-05-31ipnlocal: don't assume NeedsLogin immediately after StartLogout().Avery Pennarun5-26/+43