summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-06-02Added basic handler placeholder and route in testcontrolsimenghe/add-httphandlers-pingSimeng He1-0/+14
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
2021-05-31tstest/integration/vms: regex-match distros using a flag (#2021)Christine Dodrill3-2/+70
2021-05-31tstest/integration/vms: maintain distro info (#2020)Christine Dodrill1-24/+31
2021-05-31tstest/integration/vms: fix bindhost lookup (#2012)Brad Fitzpatrick1-21/+14
2021-05-31tstest/integration/vms: copy locally built binaries (#2006)Christine Dodrill5-117/+291
2021-05-28net/tsaddr: simplify TailscaleServiceIPBrad Fitzpatrick2-17/+9
2021-05-28tstest/integration/vms: skip a test for nowBrad Fitzpatrick1-0/+1
2021-05-28wgengine/magicsock: delete dead codeJosh Bleecher Snyder1-20/+0
2021-05-28tstest/integration/vms: t.Log for VM output (#2007)Christine Dodrill1-3/+7
2021-05-28control/controlclient: use our fork of certstoreAdrian Dewhurst4-8/+6
2021-05-28tstest/integration/vms: use dynamically discovered bindhost (#1992)Christine Dodrill1-5/+43
2021-05-27tstest/integration/vms: small cleanups (#1989)Christine Dodrill1-19/+24
2021-05-27ipn/ipnlocal: ignore NetfilterMode pref on SynologyBrad Fitzpatrick1-0/+7
2021-05-27cmd/tailscale: have web POST wait for authURLDavid Crawshaw1-0/+4
2021-05-27cmd/tailscale: show web 'login' error messageDavid Crawshaw1-1/+2
2021-05-27cmd/tailscale/cli: update URL in error message for Synology unsupported featureBrad Fitzpatrick1-1/+1
2021-05-27cmd/tailscale/cli: don't warn about iptables=off on SynologyBrad Fitzpatrick1-1/+3
2021-05-26tstest/integration: add experimental integration test (#1966)Christine Dodrill5-0/+556
2021-05-25go.mod: go mod tidyJosh Bleecher Snyder1-3/+1
2021-05-25logtail: allow changing log level concurrentlyJosh Bleecher Snyder1-6/+5
2021-05-25go.mod: upgrade wireguard-windows, de-fork wireguard-goJosh Bleecher Snyder31-55/+77
2021-05-24wgengine/wglog: cache stringsJosh Bleecher Snyder1-4/+31
2021-05-24internal/deephash: remove remaining type special casesJosh Bleecher Snyder1-39/+1
2021-05-24internal/deephash: increase scratch space sizeJosh Bleecher Snyder1-1/+1
2021-05-24tailcfg, types/wgkey: add AppendTo methods on some typesBrad Fitzpatrick3-13/+46
2021-05-24internal/deephash: reset scratch before appending to itJosh Bleecher Snyder1-1/+1
2021-05-24internal/deephash: remove netaddr special casesJosh Bleecher Snyder1-37/+12
2021-05-24internal/deephash: re-use MapIterJosh Bleecher Snyder3-1/+31
2021-05-24internal/deephash: document MapIter shimsJosh Bleecher Snyder2-2/+18
2021-05-24paths: generalize IOSSharedDir to cover AndroidElias Naur2-5/+6
2021-05-24wgengine: pass an addressable value to deephash.UpdateHashJosh Bleecher Snyder1-1/+1
2021-05-24internal/deephash: use hash.BlockSize instead of a constantJosh Bleecher Snyder1-2/+1
2021-05-24internal/deephash: add re-usable scratch spaceJosh Bleecher Snyder2-45/+40
2021-05-24internal/deephash: simplify APIJosh Bleecher Snyder2-8/+8
2021-05-24internal/deephash: use netaddr AppendTo methodsJosh Bleecher Snyder1-24/+28
2021-05-24internal/deephash: re-use map iteration valuesJosh Bleecher Snyder1-2/+15
2021-05-24internal/deephash: use MapIter.Set{Key,Value}Josh Bleecher Snyder3-2/+42
2021-05-24internal/deephash: add special handling for netaddr.IPPortJosh Bleecher Snyder1-0/+15
2021-05-24internal/deephash: fix accidental naked returnJosh Bleecher Snyder1-1/+1
2021-05-24internal/deephash: hash maps without sorting in the acyclic common caseBrad Fitzpatrick2-21/+158