summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-01-12wgengine/tsdns: return NOERROR instead of NOTIMP for most recordsnoerror-not-notimpSmitty2-1/+19
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
2021-01-08go.mod: bump wireguard-go to match our meta repoBrad Fitzpatrick1-1/+1
2021-01-08wgengine/magicsock: copy self DNS name to PeerStatus, re-fill OSBrad Fitzpatrick1-1/+2
2021-01-08go.sum: updateBrad Fitzpatrick1-0/+2
2021-01-08wgengine/tstun: initialize wireguard-go TUN parametersJosh Bleecher Snyder3-2/+26
2021-01-08ipn: close logger at the end of TestLocalLogLinesJosh Bleecher Snyder2-2/+15
2021-01-08wgengine: quiet some wireguard-go loggingJosh Bleecher Snyder2-1/+20
2021-01-08go.mod: change wireguard-go version spellingJosh Bleecher Snyder1-1/+1
2021-01-08go.mod: update wireguard-go to fix windows build failureJosh Bleecher Snyder1-1/+1
2021-01-08go.mod: update to latest wireguard-goJosh Bleecher Snyder1-1/+1
2021-01-08wgengine/tsdns: respond with any available addrs for ALL queriesJosh Bleecher Snyder2-3/+9
2021-01-08Add names to test cases in ipn/local_test.go.Denton Gentry1-2/+16
2021-01-08Allow 2021 in LICENSE header.Denton Gentry1-1/+1
2021-01-08Add more tests for Direct.Denton Gentry1-0/+65
2021-01-08Add IPv6 Reverse DNS Lookup test.Denton Gentry1-0/+38
2021-01-08Add test for dnsMapsEqual.Denton Gentry1-0/+105
2021-01-08cover one more case in TestStatusEqual.Denton Gentry1-0/+5
2021-01-08control/controlclient: use lite map request handler to avoid aborting streamsBrad Fitzpatrick2-13/+83
2021-01-07Cache go modules.Denton Gentry1-0/+8
2021-01-07Adjust coverage options.Denton Gentry1-1/+1
2021-01-07Add coveralls.io support.Denton Gentry1-0/+40
2021-01-07wgengine/monitor: close closeHandleAlex Brainman1-13/+22