summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-01-15Merge with mainnaman/netstack-use-tailscale-ipNaman Sood14-74/+57
2021-01-14go.sum: updateBrad Fitzpatrick1-0/+2
2021-01-14wgengine/tsdns: fix MagicDNS lookups of shared nodesBrad Fitzpatrick1-4/+3
2021-01-14go.sum: updateBrad Fitzpatrick1-0/+2
2021-01-14wgengine/router/dns: remove unused codeAlex Brainman1-6/+0
2021-01-14copy callbacks into slice since maps aren't copied by valueNaman Sood1-1/+4
2021-01-14all: convert from []wgcfg.Endpoint to stringJosh Bleecher Snyder11-64/+52
2021-01-14rename handle, fix potential deadlockNaman Sood2-19/+21
2021-01-14small blurb about callback handle typeNaman Sood2-0/+5
2021-01-14Merge branch 'main' into naman/netstack-use-tailscale-ipNaman Sood36-357/+1327
2021-01-14fix code review issuesNaman Sood3-22/+30
2021-01-14wgengine/magicsock: import more of wireguard-go, update docstrings.David Anderson3-14/+89
2021-01-14wgengine/magicsock: stop depending on UpdateDst in legacy codepaths.David Anderson6-62/+155
2021-01-14wgengine/netstack: use tailscale IPs instead of a hardcoded oneNaman Sood4-8/+77
2021-01-14tsweb: export VarzHandlerBrad Fitzpatrick1-3/+3
2021-01-13control/controlclient: let clients opt in to Sharer-vs-User split modelBrad Fitzpatrick1-33/+32
2021-01-13go.mod: update to latest wireguard-goJosh Bleecher Snyder1-1/+1
2021-01-13wgengine: adapt to removal of wgcfg.Key in wireguard-goJosh Bleecher Snyder1-5/+6
2021-01-13Provide example when format string is rate limitedSmitty2-3/+3
2021-01-12Revert "Add logtail tests (#1114)" (#1116)Denton Gentry1-209/+7
2021-01-12wgengine/tsdns: return NOERROR instead of NOTIMP for most recordsSmitty2-1/+19
2021-01-12Add logtail tests (#1114)Denton Gentry1-7/+209
2021-01-12control/controlclient: treat node sharer as owner for display purposesBrad Fitzpatrick1-0/+14
2021-01-12README: names of contributors, link to them insteadBrad Fitzpatrick1-3/+8
2021-01-12tailcfg, control/controlclient: make MapResponse.CollectServices an opt.BoolBrad Fitzpatrick2-2/+9
2021-01-12API.md: add documentation for deleting a deviceChristina Wen1-9/+45
2021-01-12API.md: rename "domain" to "tailnet"Christina Wen1-56/+83
2021-01-12netcheck: use reflect in sortRegions test.Denton Gentry1-6/+8
2021-01-12netcheck: test sortRegionsDenton Gentry1-0/+36
2021-01-12magicsock: add description of testClosingContextDenton Gentry1-0/+5
2021-01-12logtail: start a local server for TestFastShutdownDenton Gentry1-1/+6
2021-01-12magicsock: test error case in sendDiscoMessageDenton Gentry1-0/+52
2021-01-12logtail: add a test to upload logs to local serverDenton Gentry1-0/+23
2021-01-12portlist: add a test for SameInodesDenton Gentry1-0/+53
2021-01-12portlist: fully exercise lessThan in testsDenton Gentry1-0/+94
2021-01-12magicsock: test error case in derpWriteChanOfAddrDenton Gentry2-1/+84
2021-01-11wgengine: on TCP connect fail/timeout, log some clues about why it failedBrad Fitzpatrick5-4/+206
2021-01-11net/packet: add TCPFlag type and some more constantsBrad Fitzpatrick2-8/+13
2021-01-11net/flowtrack: add Tuple.String methodBrad Fitzpatrick1-0/+5
2021-01-11all: adjust Unix permissions for those without umasksBrad Fitzpatrick5-6/+6
2021-01-11Dockerfile: add big warning bannerBrad Fitzpatrick1-0/+17
2021-01-11net/netcheck: improve the preferred DERP hysteresisBrad Fitzpatrick2-6/+42
2021-01-11ipn: only send services in Hostinfo if Tailnet has opted-in to services colle...Sonia Appasamy4-25/+36
2021-01-11wgengine/magicsock: drop netaddr.IPPort cacheBrad Fitzpatrick5-121/+11
2021-01-11Update depaware (removes lru from wgengine/filter)Brad Fitzpatrick2-2/+4
2021-01-11net/flowtrack: add new package to specialize groupcache/lru key typeBrad Fitzpatrick3-15/+189
2021-01-11wengine/netstack: bump gvisor to latest versionNaman Sood4-8/+121
2021-01-11wgengine/netstack: don't build netstack on 32-bit platformsBrad Fitzpatrick2-0/+24
2021-01-11cmd/tailscaled, wgengine/netstack: add start of gvisor userspace netstack workBrad Fitzpatrick11-15/+490
2021-01-10cmd/tailscale: change formatting of "tailscale status"Brad Fitzpatrick11-84/+167