summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-24go.mod: upgrade all depsBrad Fitzpatrick4-110/+740
2021-05-24go.mod: update wireguard-go, taking control over iOS memory usage from our forkJosh Bleecher Snyder3-1/+24
2021-05-20net/packet: use netaddr AppendTo methodsJosh Bleecher Snyder5-159/+11
2021-05-20net/packet: add BenchmarkStringJosh Bleecher Snyder1-3/+31
2021-05-20ipn/ipnlocal: initialize DNS config maps unconditionally.David Anderson1-5/+4
2021-05-19go.mod: upgrade netaddr to get AppendTo methodsJosh Bleecher Snyder2-1/+3
2021-05-19internal/deephash: add a few more benchmarking map entriesJosh Bleecher Snyder1-0/+9
2021-05-19ipn: allow b to be nil in NewBackendServerDavid Crawshaw2-1/+17
2021-05-18net/dns: replace AuthoritativeSuffixes with nil Route entries.David Anderson4-57/+41
2021-05-18net/dns: always offer MagicDNS records at 100.100.100.100.David Anderson4-125/+110
2021-05-18Added new Addresses / AllowedIPs fields to testcontrol when creating tailcfg....simenghe2-0/+37
2021-05-17go.mod: bump wireguard-go.David Anderson2-1/+3
2021-05-17cmd/tailscaled: use the wf package instead of wireguard-windows/firewallMaisem Ali2-7/+7
2021-05-16all: adapt to opaque netaddr typesJosh Bleecher Snyder54-371/+358
2021-05-14scripts: fix up installer script comments.David Anderson1-1/+3
2021-05-14scripts: detect curl vs. wget and use the right one.David Anderson1-2/+15
2021-05-14scripts: use codenames for ubuntu, since that's what our repo uses.David Anderson1-7/+7
2021-05-14scripts: add an install script.David Anderson1-0/+384
2021-05-14tsnet: add Tailscale-as-a-library packageBrad Fitzpatrick3-2/+329
2021-05-13cmd/tailscale: make ping --until-direct require direct connection to exit 0Josh Bleecher Snyder1-0/+3