summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-12-21wgengine/router/dns: reduce windows registry key open timeoutcrawshaw/dnsguidDavid Crawshaw1-1/+1
2020-12-21wgengine/router/dns: use the correct interface GUIDDavid Crawshaw1-2/+1
2020-12-21wgengine/router/dns: remove unsafe endianness detection on LinuxBrad Fitzpatrick3-22/+6
2020-12-21wgengine/router/dns: fix typo in commentBrad Fitzpatrick1-1/+1
2020-12-21all: annotate log verbosity levels on most egregiously spammy log printsBrad Fitzpatrick11-56/+64
2020-12-21cmd/tailscaled, logpolicy, logtail: support log levelsBrad Fitzpatrick3-1/+46
2020-12-21logtail, logpolicy: remove an unidiomatic use of an interfaceBrad Fitzpatrick4-48/+40
2020-12-21version: bump dateBrad Fitzpatrick1-1/+1
2020-12-21control/controlclient: clarify a commentBrad Fitzpatrick1-1/+2
2020-12-21go.sum: updateBrad Fitzpatrick1-0/+2
2020-12-19tailcfg: introduce map version 8, for clients that support v6 node config.David Anderson2-1/+2
2020-12-19go.mod: bump wireguard-go version.David Anderson1-1/+1
2020-12-19go.mod: update inet.af/netaddr, go mod tidy.David Anderson2-24/+3
2020-12-19control/controlclient: report broken routing for v4 and v6.David Anderson1-11/+52
2020-12-19net/interfaces: return IPv6 addresses from LocalAddresses.David Anderson1-5/+0
2020-12-19ipn, wgengine/magicsock: fix `tailscale status` display.David Anderson2-3/+14
2020-12-19wgengine: expand lazy config to work with dual-stacked peers.David Anderson2-54/+103
2020-12-19net/packet: add an IP6 constructor from a raw byte array.David Anderson1-2/+6
2020-12-19Clarify that raw format strings are intentionalSmitty2-3/+3
2020-12-18wgengine/magicsock: make ReceiveIPv4 a little easier to follow.David Anderson1-20/+25
2020-12-18wgengine/magicsock: move legacy endpoint creation into legacy.go.David Anderson2-59/+63
2020-12-18wgengine/magicsock: move more legacy endpoint handling.David Anderson2-17/+26
2020-12-18wgengine/magicsock: move legacy sending code to legacy.go.David Anderson2-37/+44
2020-12-18wgengine/magicsock: unexport AddrSet.David Anderson3-39/+39
2020-12-18wgengine/magicsock: move most legacy nat traversal bits to another file.David Anderson2-393/+413
2020-12-17util/systemd: don't log warnings when not running under systemdBrad Fitzpatrick1-1/+7
2020-12-17wgengine/tsdns: fix error response marshaling, improve bad query logsBrad Fitzpatrick2-10/+28
2020-12-17wgengine/magicsock: only log about lazy config when actually doing lazy config.David Anderson1-4/+1
2020-12-15tailcfg: document new OmitPeers endpoint updating functionalityBrad Fitzpatrick1-0/+4
2020-12-15wgengine/filter, wgengine/magicsock: use new IP.BitLen to simplify some codeBrad Fitzpatrick4-28/+15
2020-12-15wgengine/filter, tailcfg: support CIDRs+ranges in PacketFilter (mapver 7)Brad Fitzpatrick6-52/+116
2020-12-15Merge pull request #967 from Xe/report-status-systemdChristine Dodrill11-3/+132
2020-12-15Merge branch 'main' into report-status-systemdChristine Dodrill31-197/+498
2020-12-15ipn/ipnserver: enable systemd-notify supportChristine Dodrill11-42/+128
2020-12-14wgengine/magicsock: sprinkle more docstrings.David Anderson1-35/+99
2020-12-14depaware.txt: updateJosh Bleecher Snyder1-0/+1
2020-12-14go.mod: upgrade depaware versionJosh Bleecher Snyder2-1/+5
2020-12-14go.mod: upgrade staticcheck to 0.1.0Josh Bleecher Snyder5-67/+22
2020-12-14control/controlclient: don't spin when starting up when node key is expiredBrad Fitzpatrick1-47/+11
2020-12-13Require at least Go 1.15Smitty1-1/+1
2020-12-12Remove unused .gitignore linesSmitty1-2/+0
2020-12-10wgenginer/router/dns: use constant from golang.org/x/sys/windowsJosh Bleecher Snyder3-5/+4
2020-12-11Isolate WireGuard code into a separate file with appropriate copyright info i...Aleksandar Pesic2-69/+84
2020-12-11Trivial change in function description.Aleksandar Pesic1-1/+1
2020-12-11Update depaware.txt files.Aleksandar Pesic2-16/+6
2020-12-11Replace registry-access code, update wireguard-go and x/sys/windows.Aleksandar Pesic3-10/+82
2020-12-11Prepare for the new wireguard-go API.Aleksandar Pesic2-21/+23
2020-12-09version: relax git detection logic (again)Adrian Dewhurst1-1/+1
2020-12-09logpolicy: migrate from x/crypto/ssh/terminal to x/termBrad Fitzpatrick4-3/+7
2020-12-08tsweb: add an endpoint to manually trigger a GC.David Anderson1-0/+10