summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-05-06net/dns: set IPv4 auto mode in NM, so it lets us set DNS.David Anderson1-12/+22
2021-05-06net/dns: don't try to configure LLMNR or mdns in NetworkManager.David Anderson1-3/+6
2021-05-06cmd/tailscale: fix another up warning with exit nodesBrad Fitzpatrick2-147/+124
2021-05-06wgengine/magicsock: rename discoEndpoint.wgEndpointHostPort to wgEndpointJosh Bleecher Snyder1-14/+14
2021-05-06wgengine/magicsock: use netaddr.MustParseIPPrefixJosh Bleecher Snyder1-10/+1
2021-05-06all: s/CreateEndpoint/ParseEndpoint/ in docsJosh Bleecher Snyder2-7/+7
2021-05-06wgengine/wgcfg: make device test endpoint-format-agnosticJosh Bleecher Snyder1-2/+26
2021-05-06wgengine/wgcfg: use autogenerated Clone methodsJosh Bleecher Snyder3-29/+64
2021-05-06types/wgkey: simplify Key.UnmarshalJSONJosh Bleecher Snyder2-4/+18
2021-05-06wgengine/magicsock: simplify legacy endpoint DstToStringJosh Bleecher Snyder1-11/+5
2021-05-06wgengine/wgcfg: return better errors from DeviceConfig, ReconfigDeviceJosh Bleecher Snyder1-8/+10
2021-05-06wgengine/wgcfg: prevent ReconfigDevice from hanging on errorJosh Bleecher Snyder1-1/+2
2021-05-06tailcfg: fix typo in commentJosh Bleecher Snyder1-1/+1
2021-05-06wgengine/userspace: delete HandshakeDoneJosh Bleecher Snyder1-186/+1
2021-05-06VERSION.txt: the 1.9.x dev cycle hath begunBrad Fitzpatrick1-1/+1
2021-05-06wgengine/netstack: avoid delivering incoming packets to both netstack + hostBrad Fitzpatrick1-1/+8
2021-05-06net/tstun: fix TUN log spam when ACLs drop a packetBrad Fitzpatrick2-9/+21
2021-05-05cmd/tailscale: fix tailscale up --advertise-exit-node validationBrad Fitzpatrick2-6/+117
2021-05-05wgengine: fix pendopen debug to not track SYN+ACKs, show Node.Online stateBrad Fitzpatrick1-4/+23
2021-05-05version: bump dateBrad Fitzpatrick1-1/+1
2021-05-05wgengine/netstack: don't pass non-subnet traffic to netstack in hybrid modeBrad Fitzpatrick2-3/+24
2021-05-05net/tsaddr: add NewContainsIPFunc (move from wgengine)Brad Fitzpatrick3-24/+78
2021-05-05types/logger: add key grinder stats lines to rate-limiting exemption listJosh Bleecher Snyder3-8/+42
2021-05-04types/logger: fix rate limiter allowlistJosh Bleecher Snyder1-1/+1
2021-05-04workflows: execute benchmarksJosh Bleecher Snyder5-6/+12
2021-05-04cmd/tailscale: gofmtBrad Fitzpatrick1-2/+2
2021-05-04workflows: run staticcheck on more platformsJosh Bleecher Snyder1-3/+15
2021-05-04ipnlocal: accept a new opts.UpdatePrefs field.Avery Pennarun4-3/+45
2021-05-04cmd/tailscale/cli: fix running from XcodeJosh Bleecher Snyder1-0/+8
2021-05-04ipn/ipnlocal: update peerapi logging of received PUTsBrad Fitzpatrick1-1/+3
2021-05-04syncs: stop running TestWatchMultipleValues on CIJosh Bleecher Snyder1-3/+2
2021-05-04ipn/ipnlocal: redact more errorsBrad Fitzpatrick1-7/+12
2021-05-04wgengine/router: use net.IP.Equal instead of bytes.Equal to compare IPsJosh Bleecher Snyder1-2/+2
2021-05-04safesocket: delete unused functionJosh Bleecher Snyder1-4/+0
2021-05-04wgengine/router: remove unused fieldJosh Bleecher Snyder1-9/+0
2021-05-04portlist: suppress staticcheck errorJosh Bleecher Snyder1-1/+1
2021-05-04net/tstun: remove unnecessary break statementJosh Bleecher Snyder1-1/+0
2021-05-04logtail/filch: add staticcheck annotationJosh Bleecher Snyder1-0/+1
2021-05-04all: use lower-case letters at the start of error messageJosh Bleecher Snyder2-3/+3
2021-05-04cmd/tailscale: fail if tailscaled closes the IPN connectionBrad Fitzpatrick3-7/+18
2021-05-03tstest/integration: misc cleanupsBrad Fitzpatrick1-28/+51
2021-05-03tstest/integration: add testNode.AwaitListening, DERP+STUN, improve proxy trapBrad Fitzpatrick2-27/+132
2021-05-03cmd/tailscale/cli: don't report outdated auth URL to web UIDavid Crawshaw1-6/+40
2021-05-03cmd/tailscale/cli: skip new tab on web loginDavid Crawshaw1-125/+118
2021-05-03paths: add synology socket pathDavid Crawshaw1-0/+7
2021-05-03wgenengine/magicsock: delete cursed testsJosh Bleecher Snyder1-152/+0
2021-05-03cmd/tailscale: make 'file cp' have better error messages on bad targetsBrad Fitzpatrick2-3/+29
2021-05-03ipn/ipnlocal: switch from testify to quicktestJosh Bleecher Snyder3-144/+138
2021-05-03cmd/tailscale: make pref-revert checks ignore OS-irrelevant prefsBrad Fitzpatrick2-9/+63
2021-05-03cmd/tailscale: pull out, parameterize up FlagSet creation for testsBrad Fitzpatrick3-21/+44