| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-10-29 | wgengine/router: make Windows firewall configuration asyncbradfitz/win_firewall_async | Brad Fitzpatrick | 1 | -63/+117 |
| 2020-10-29 | ipn/ipnserver: work around os/user.LookupId failure on Windows | Brad Fitzpatrick | 1 | -3/+19 |
| 2020-10-28 | version: fix documentation. | David Anderson | 1 | -3/+3 |
| 2020-10-28 | version: use OSS repo's version when building. | David Anderson | 26 | -65/+224 |
| 2020-10-28 | .github/workflows: add tests on Windows | Brad Fitzpatrick | 1 | -0/+44 |
| 2020-10-28 | portlist: fix tests on Windows when not running as Administrator | Brad Fitzpatrick | 1 | -0/+4 |
| 2020-10-28 | net/netcheck: fix tests on Windows | Brad Fitzpatrick | 2 | -3/+15 |
| 2020-10-28 | wgengine/magicsock: make test pass on Windows and without firewall dialog box | Brad Fitzpatrick | 4 | -10/+45 |
| 2020-10-28 | cmd/tailscale/cli, tailcfg: allow tag without "tag:" prefix in 'tailscale up' | Brad Fitzpatrick | 2 | -18/+35 |
| 2020-10-27 | ipn: send machine key to clients so they can downgrade to 1.0.x if needed | Brad Fitzpatrick | 1 | -1/+39 |
| 2020-10-27 | ipn: convert an int to a bool | Brad Fitzpatrick | 1 | -4/+4 |
| 2020-10-27 | control/controlclient: also log active account in netmaps | Brad Fitzpatrick | 2 | -4/+14 |
| 2020-10-27 | ipn: log active account on change | Brad Fitzpatrick | 1 | -5/+36 |
| 2020-10-27 | ipn: rename 'new' variable to 'newp' | Brad Fitzpatrick | 1 | -15/+15 |
| 2020-10-27 | control/controlclient: remove prior temporary macos debugging | Brad Fitzpatrick | 1 | -39/+0 |
| 2020-10-27 | go.sum: update | Brad Fitzpatrick | 1 | -0/+2 |
| 2020-10-27 | version: skip TestMkversion on windows | Alex Brainman | 1 | -0/+4 |
| 2020-10-26 | go.mod: update to new wireguard-go. | David Anderson | 1 | -1/+1 |
| 2020-10-26 | tailcfg: add some comments, remove some redundant types in literal | Brad Fitzpatrick | 1 | -5/+5 |
| 2020-10-20 | control/controlclient: add some temporary debugging for #839 | Brad Fitzpatrick | 1 | -0/+39 |
| 2020-10-20 | tailcfg: bump, document MapRequest.Version value | Brad Fitzpatrick | 2 | -21/+25 |
| 2020-10-20 | control/controlclient: rename map debug knob, make it do both request+response | Brad Fitzpatrick | 1 | -4/+3 |
| 2020-10-20 | ipn: don't set DebugFlags to len 1 slice of empty string [""] | Brad Fitzpatrick | 1 | -3/+8 |
| 2020-10-19 | types/flagtype: fix bug showing the default port value (shown in --help) | Brad Fitzpatrick | 1 | -1/+6 |
| 2020-10-19 | tailcfg: add a DebugFlags field for experiments and debugging. | David Anderson | 3 | -14/+26 |
| 2020-10-19 | wgengine/magicsock: add a backoff on DERP reconnects | Brad Fitzpatrick | 1 | -6/+12 |
| 2020-10-19 | control/controlclient: log Hostinfo on change | Brad Fitzpatrick | 2 | -7/+9 |
| 2020-10-19 | ipn: use cmd/cloner for Prefs.Clone | Brad Fitzpatrick | 4 | -29/+75 |
| 2020-10-19 | logpolicy: add debug knob to force logging time to terminal | Brad Fitzpatrick | 1 | -0/+3 |
| 2020-10-19 | types/logger: move RusagePrefixLog to logger package, disable by default | Brad Fitzpatrick | 4 | -7/+9 |
| 2020-10-15 | wgengine/router: fix configuration of loopback netfilter rules for v6. | David Anderson | 1 | -2/+23 |
| 2020-10-15 | tsaddr: add helpers for the Tailscale IPv6 range, and 4to6 conversion. | David Anderson | 1 | -2/+39 |
| 2020-10-15 | tailcfg: add a field to advertise support for IPv6 tailscale config. | David Anderson | 2 | -19/+25 |
| 2020-10-14 | logtail/filch: skip a broken test on Windows | Brad Fitzpatrick | 1 | -0/+9 |
| 2020-10-14 | control/controlclient: also include our own profile (for when no self-owned p... | Brad Fitzpatrick | 1 | -4/+7 |
| 2020-10-14 | control/controlclient: support delta userprofiles from control | Brad Fitzpatrick | 2 | -4/+15 |
| 2020-10-14 | control/controlclient: adjust some logging point names | Brad Fitzpatrick | 1 | -5/+5 |
| 2020-10-14 | ipn: wait for initial portpoll result before starting controlclient | Brad Fitzpatrick | 1 | -20/+40 |
| 2020-10-14 | control/controlclient: set MapRequest.ReadOnly on initial empty endpoint request | Brad Fitzpatrick | 1 | -8/+33 |
| 2020-10-14 | wgengine/magicsock: skip an endpoint update at start-up | Brad Fitzpatrick | 1 | -2/+24 |
| 2020-10-13 | net/netns: don't bind to device for localhost connections | Brad Fitzpatrick | 1 | -0/+8 |
| 2020-10-13 | wgengine: fix lazy wireguard config bug when disco keys change | Brad Fitzpatrick | 2 | -1/+67 |
| 2020-10-13 | wgengine/magicsock: finish a comment sentence that ended prematurely | Brad Fitzpatrick | 1 | -4/+4 |
| 2020-10-13 | go.sum: add a missing entry that Go keeps adding | Brad Fitzpatrick | 1 | -0/+2 |
| 2020-10-13 | wgengine/router: unfork winipcfg-go package, use upstream | Alex Brainman | 9 | -119/+160 |
| 2020-10-12 | ipn, ipnserver, cmd/tailscale: add "server mode" support on Windows | Brad Fitzpatrick | 8 | -23/+299 |
| 2020-10-09 | tailcfg: restore Roles field to UserProfile | Josh Bleecher Snyder | 1 | -0/+1 |
| 2020-10-09 | ipn/ipnserver: prevent use by multiple Windows users, add HTML status page | Brad Fitzpatrick | 1 | -54/+150 |
| 2020-10-09 | tailcfg: restore Role field to MapResponse | Josh Bleecher Snyder | 1 | -0/+1 |
| 2020-10-09 | wgengine/monitor: fix copy/paste-o to actually monitor route changes | Brad Fitzpatrick | 1 | -1/+1 |