| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-02-02 | net/interfaces: use a uint32_t for ipv4 addresscrawshaw/ipuint | David Crawshaw | 1 | -4/+4 |
| 2021-02-01 | tsweb: add num_goroutines expvar | Josh Bleecher Snyder | 1 | -0/+1 |
| 2021-02-01 | wgenginer/magicsock: remove Addrs methods | Josh Bleecher Snyder | 4 | -23/+14 |
| 2021-02-01 | cmd/tailscale/cli: recommend sudo for 'tailscale up' on failure | Brad Fitzpatrick | 2 | -2/+15 |
| 2021-02-01 | cmd/tailscaled/tailscaled.service: revert recent hardening for now | Brad Fitzpatrick | 1 | -19/+0 |
| 2021-01-30 | wgengine/wgcfg: fix validateEndpoints of empty string | Brad Fitzpatrick | 2 | -1/+23 |
| 2021-01-29 | safesocket: refactor macOS auth code, pull out separate LocalTCPPortAndToken | Brad Fitzpatrick | 5 | -31/+96 |
| 2021-01-29 | cmd/hello: use safesocket client to connect | Brad Fitzpatrick | 2 | -6/+9 |
| 2021-01-29 | ipn/ipnserver, cmd/hello: do whois over unix socket, not debug http | Brad Fitzpatrick | 2 | -9/+36 |
| 2021-01-29 | all: move wgcfg from wireguard-go | Josh Bleecher Snyder | 23 | -18/+1138 |
| 2021-01-29 | cmd/hello: new hello.ipn.dev server | Brad Fitzpatrick | 2 | -0/+133 |
| 2021-01-28 | cmd/tailscaled: add whois/identd-ish debug handler | Brad Fitzpatrick | 3 | -0/+95 |
| 2021-01-28 | wgengine/router: don't configure IPv6 on Linux when IPv6 is unavailable | Brad Fitzpatrick | 1 | -1/+12 |
| 2021-01-28 | cmd/tailscaled: add /run to the allowed paths for iptables. | David Anderson | 1 | -0/+2 |
| 2021-01-28 | types/logger: fix rateFree interaction with verbosity prefixes | Josh Bleecher Snyder | 1 | -4/+4 |
| 2021-01-27 | VERSION.txt: this is 1.5.0. | David Anderson | 1 | -1/+1 |
| 2021-01-27 | wgengine: don't leak TUN device in NewUserspaceEngine error path | Brad Fitzpatrick | 1 | -0/+1 |
| 2021-01-27 | wgengine: fix bugs from earlier fix | Brad Fitzpatrick | 1 | -2/+5 |
| 2021-01-27 | tailcfg: update node display name fields and methods (#1207) | Sonia Appasamy | 7 | -75/+121 |
| 2021-01-26 | net/interfaces: don't send over zt* interfaces | Brad Fitzpatrick | 1 | -2/+17 |
| 2021-01-26 | net/interfaces: remove IsTailscaleIP, make callers use tsaddr. | David Anderson | 4 | -34/+21 |
| 2021-01-26 | wgengine: fix crash reading long UAPI lines from legacy peers | Brad Fitzpatrick | 1 | -26/+28 |
| 2021-01-26 | ipn/ipnstate: update tailscale status -web to match CLI | Brad Fitzpatrick | 2 | -35/+52 |
| 2021-01-25 | Merge branch 'main' of github.com:tailscale/tailscale into main | Brad Fitzpatrick | 8 | -3/+62 |
| 2021-01-25 | ipn/ipnserver: on Windows in unattended mode, wait for Engine forever | Brad Fitzpatrick | 1 | -0/+62 |
| 2021-01-25 | ipn/ipnserver: rearrange some code | Brad Fitzpatrick | 1 | -28/+28 |
| 2021-01-25 | ipn/ipnserver: on Windows in unattended mode, wait for Engine forever | Brad Fitzpatrick | 1 | -28/+90 |
| 2021-01-25 | tailcfg, controlclient: add DisplayName field to tailcfg.Node and populate it... | Sonia Appasamy | 8 | -3/+62 |
| 2021-01-25 | wgengine/router: stop setPrivateNetwork goroutine on configureInterface failure | Brad Fitzpatrick | 1 | -2/+18 |
| 2021-01-24 | LICENSE: Reformat for Github | Andrey Petrov | 1 | -22/+24 |
| 2021-01-22 | wgengine/filter: add a Clone method. | David Anderson | 2 | -0/+33 |
| 2021-01-22 | cmd/tailscaled: update depaware.txt | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-01-22 | control/controlclient: use more direct way of getting the MagicDNS suffix | Brad Fitzpatrick | 2 | -24/+18 |
| 2021-01-22 | ipn, wgengine/filter: fix Shields Up recent regression and old bug | Brad Fitzpatrick | 2 | -4/+13 |
| 2021-01-22 | wgengine/tstun: also support DropSilently on PostFilterIn | Brad Fitzpatrick | 1 | -2/+2 |
| 2021-01-22 | cmd/tailscaled: don't require --state for --cleanup | Brad Fitzpatrick | 1 | -4/+4 |
| 2021-01-21 | go.mod: bump wireguard-go | Brad Fitzpatrick | 2 | -1/+3 |
| 2021-01-21 | wgengine: use Tailscale-style peer identifiers in logs | Josh Bleecher Snyder | 6 | -44/+176 |
| 2021-01-21 | cmd/tailscale: make "tailscale ping" also resolve names without DNS | Brad Fitzpatrick | 1 | -17/+46 |
| 2021-01-21 | wgengine/magicsock: disable regular STUNs for all platforms by default | Brad Fitzpatrick | 3 | -62/+102 |
| 2021-01-21 | tailcfg: add StableID to Node. #1178 | David Anderson | 3 | -3/+39 |
| 2021-01-21 | safesocket: on Linux, make /var/run/tailscale be 0755 | Brad Fitzpatrick | 1 | -2/+22 |
| 2021-01-21 | Add docker build script to inject version information | Steve Coffman | 2 | -0/+34 |
| 2021-01-21 | wgengine/magicsock: log more details of endpoints learned over disco | Brad Fitzpatrick | 1 | -1/+25 |
| 2021-01-21 | tstime: add RandomDurationBetween helper | Brad Fitzpatrick | 2 | -0/+67 |
| 2021-01-20 | control/controlclient: add debug knob to not use control's endpoints | Brad Fitzpatrick | 1 | -8/+18 |
| 2021-01-20 | wgengine/magicsock: fix logging regression | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-01-20 | control/controlclient: add detail to verbose log about route skips | Brad Fitzpatrick | 1 | -2/+18 |
| 2021-01-20 | wgengine/magicsock: send, use endpoints in CallMeMaybe messages | Brad Fitzpatrick | 2 | -17/+78 |
| 2021-01-20 | tailcfg, control/controlclient: add mapver 10: MapResponse.PeerSeenChange | Brad Fitzpatrick | 2 | -1/+25 |