summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-02-23VERSION.txt: this is v1.4.5v1.4.5David Anderson1-1/+1
2021-02-23net/netcheck: fix up staticcheck.David Anderson1-2/+0
2021-02-23wgengine/tstun: reply to MagicDNS pingsbradfitz/proposed-1.4.5Brad Fitzpatrick1-0/+10
2021-02-23control/controlclient: note package type in HostinfoBrad Fitzpatrick1-0/+16
2021-02-23tailcfg: add Hostinfo.PackageBrad Fitzpatrick3-1/+3
2021-02-23wgengine/router: make Linux delRoute idempotent, cidrDiff fail late as possibleBrad Fitzpatrick2-5/+128
2021-02-23health, control/controlclient, wgengine: report when router unhealthyBrad Fitzpatrick7-10/+108
2021-02-23net/netcheck: do PCP discovery without side effectsBrad Fitzpatrick1-38/+12
2021-02-23wgengine/monitor: don't log any single-IP routes added to the tailscale table.David Anderson1-1/+1
2021-02-23wgengine/monitor: on linux, also monitor for IPv6 changes.David Anderson1-6/+5
2021-02-23wgengine/magicsock: fix discoEndpoint caching bug when a node key changesBrad Fitzpatrick2-1/+73
2021-02-16wgengine/tsdns: skip test that requires local IPv6 when IPv6 unavailableBrad Fitzpatrick2-7/+26
2021-02-16wgengine/winnet: don't build on non-windowsBrad Fitzpatrick1-1/+4
2021-02-10VERSION.txt: this is v1.4.4v1.4.4David Anderson1-1/+1
2021-02-10wgengine/router: add another Windows firewall rule to allow incoming UDPBrad Fitzpatrick1-5/+39
2021-02-10wgengine/magicsock: reconnect to DERP home after network comes back upBrad Fitzpatrick1-6/+14
2021-02-08VERSION.txt: this is v1.4.3v1.4.3Brad Fitzpatrick1-1/+1
2021-02-08wgengine/magicsock: fix DERP reader hang regression during concurrent readsBrad Fitzpatrick2-37/+92
2021-02-08wgengine/magicsock: add disabled failing (deadlocking) test for #1282Brad Fitzpatrick2-21/+115
2021-02-05control/controlclient: don't call lite endpoint update path when logged outBrad Fitzpatrick1-1/+1
2021-02-05control/controlclient: avoid crash sending map request with zero node keyBrad Fitzpatrick1-0/+3
2021-02-04wgengine: access flow pending problem with lock heldBrad Fitzpatrick1-2/+3
2021-02-04net/packet: add some more TSMP packet reject reasons and MaybeBroken bitBrad Fitzpatrick3-14/+106
2021-02-04wgengine/magicsock: filter disco packets and packets when stopped from wireguardBrad Fitzpatrick1-18/+37
2021-02-02cmd/tailscale: fix IPN message reading stall in tailscale status -webBrad Fitzpatrick1-1/+11
2021-02-02net/interfaces: use a uint32_t for ipv4 addressDavid Crawshaw1-4/+4
2021-02-01VERSION.txt: this is v1.4.2v1.4.2David Anderson1-1/+1
2021-02-01wgengine/router: probe better for v6 policy routing support.David Anderson1-21/+28
2021-02-01wgengine/router: clarify disabled IPv6 message on LinuxBrad Fitzpatrick1-1/+1
2021-02-01cmd/tailscale/cli: recommend sudo for 'tailscale up' on failureBrad Fitzpatrick2-2/+15
2021-02-01cmd/tailscaled/tailscaled.service: revert recent hardening for nowBrad Fitzpatrick1-19/+0
2021-01-28VERSION.txt: this is v1.4.1v1.4.1David Anderson1-1/+1
2021-01-28wgengine/router: don't configure IPv6 on Linux when IPv6 is unavailableBrad Fitzpatrick1-1/+12
2021-01-28cmd/tailscaled: add /run to the allowed paths for iptables.David Anderson1-0/+2
2021-01-28types/logger: fix rateFree interaction with verbosity prefixesJosh Bleecher Snyder1-4/+4
2021-01-27VERSION.txt: this is v1.4.0v1.4.0David Anderson1-1/+1
2021-01-27wgengine: don't leak TUN device in NewUserspaceEngine error pathBrad Fitzpatrick1-0/+1
2021-01-27wgengine: fix bugs from earlier fixBrad Fitzpatrick1-2/+5
2021-01-27tailcfg: update node display name fields and methods (#1207)Sonia Appasamy7-75/+121
2021-01-26net/interfaces: don't send over zt* interfacesBrad Fitzpatrick1-2/+17
2021-01-26net/interfaces: remove IsTailscaleIP, make callers use tsaddr.David Anderson4-34/+21
2021-01-26wgengine: fix crash reading long UAPI lines from legacy peersBrad Fitzpatrick1-26/+28
2021-01-26ipn/ipnstate: update tailscale status -web to match CLIBrad Fitzpatrick2-35/+52
2021-01-25Merge branch 'main' of github.com:tailscale/tailscale into mainBrad Fitzpatrick8-3/+62
2021-01-25ipn/ipnserver: on Windows in unattended mode, wait for Engine foreverBrad Fitzpatrick1-0/+62
2021-01-25ipn/ipnserver: rearrange some codeBrad Fitzpatrick1-28/+28
2021-01-25ipn/ipnserver: on Windows in unattended mode, wait for Engine foreverBrad Fitzpatrick1-28/+90
2021-01-25tailcfg, controlclient: add DisplayName field to tailcfg.Node and populate it...Sonia Appasamy8-3/+62
2021-01-25wgengine/router: stop setPrivateNetwork goroutine on configureInterface failureBrad Fitzpatrick1-2/+18
2021-01-24LICENSE: Reformat for GithubAndrey Petrov1-22/+24