| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-12-30 | wgkey: new package | Josh Bleecher Snyder | 3 | -6/+7 |
| 2020-12-28 | all: replace wgcfg.IP and wgcfg.CIDR with netaddr types | Josh Bleecher Snyder | 5 | -42/+30 |
| 2020-12-21 | all: annotate log verbosity levels on most egregiously spammy log prints | Brad Fitzpatrick | 3 | -10/+16 |
| 2020-12-19 | ipn, wgengine/magicsock: fix `tailscale status` display. | David Anderson | 1 | -2/+8 |
| 2020-12-15 | Merge branch 'main' into report-status-systemd | Christine Dodrill | 4 | -2/+43 |
| 2020-12-15 | ipn/ipnserver: enable systemd-notify support | Christine Dodrill | 2 | -1/+15 |
| 2020-12-14 | go.mod: upgrade staticcheck to 0.1.0 | Josh Bleecher Snyder | 1 | -1/+0 |
| 2020-12-01 | ipn: pass through the prefix length from control. | David Anderson | 1 | -1/+1 |
| 2020-12-01 | tailcfg, cmd/tailscale: add Hostinfo.ShareeNode, hide in "tailscale status" | Brad Fitzpatrick | 2 | -0/+10 |
| 2020-11-24 | ipn: add a comment about skipping files with null bytes | Brad Fitzpatrick | 1 | -0/+5 |
| 2020-11-24 | ipn: make LoadPrefs return os.ErrNotExist when reading corrupted files | Alex Brainman | 2 | -0/+27 |
| 2020-11-24 | tailcfg: include ShieldsUp in HostInfo | Sonia Appasamy | 2 | -1/+2 |
| 2020-11-17 | ipn/ipnserver: add knob to disable babysitter | Brad Fitzpatrick | 1 | -0/+4 |
| 2020-11-11 | all: prepare for GOOS=ios in Go 1.16 | Brad Fitzpatrick | 1 | -1/+2 |
| 2020-11-10 | ipn, tailcfg: change Windows subnet disabling behavior w/ WPAD | Brad Fitzpatrick | 1 | -7/+2 |
| 2020-11-09 | wgengine/filter: remove the Matches type. | David Anderson | 1 | -2/+2 |
| 2020-11-09 | wgengine/filter: use netaddr types in public API. | David Anderson | 1 | -25/+10 |
| 2020-11-06 | ipn: debug zero bytes in IPN json messages | Brad Fitzpatrick | 1 | -0/+12 |
| 2020-11-06 | ipn: treat zero-length file state store file as missing | Brad Fitzpatrick | 1 | -0/+9 |
| 2020-11-04 | ipn: clean up Prefs logging at start | Brad Fitzpatrick | 3 | -6/+41 |
| 2020-11-04 | ipn: disambiguate how machine key was initialized | Brad Fitzpatrick | 1 | -5/+17 |
| 2020-11-02 | ipn: only use Prefs, not computed stateKey, to determine server mode | Brad Fitzpatrick | 2 | -2/+3 |
| 2020-11-02 | ipn, ipn/ipnserver: add IPN state for server in use, handle explicitly | Brad Fitzpatrick | 4 | -52/+170 |
| 2020-11-02 | ipn/ipnserver: remove "Server mode" from a user-visible error message | Brad Fitzpatrick | 1 | -1/+1 |
| 2020-11-02 | ipn: fix crash generating machine key on new installs | Brad Fitzpatrick | 1 | -1/+3 |
| 2020-11-02 | Change some os.IsNotExist to errors.Is(err, os.ErrNotExist) for non-os errors. | Brad Fitzpatrick | 2 | -2/+17 |
| 2020-10-30 | ipn: don't temporarilySetMachineKeyInPersist for Android clients | Elias Naur | 1 | -2/+2 |
| 2020-10-29 | ipn: don't log redundant peer stats so often | Brad Fitzpatrick | 2 | -15/+21 |
| 2020-10-29 | ipn/ipnserver: move Windows local disk logging up to the parent process | Brad Fitzpatrick | 1 | -0/+14 |
| 2020-10-29 | ipn/ipnserver: work around os/user.LookupId failure on Windows | Brad Fitzpatrick | 1 | -3/+19 |
| 2020-10-28 | version: use OSS repo's version when building. | David Anderson | 3 | -10/+10 |
| 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 | 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-20 | ipn: don't set DebugFlags to len 1 slice of empty string [""] | Brad Fitzpatrick | 1 | -3/+8 |
| 2020-10-19 | tailcfg: add a DebugFlags field for experiments and debugging. | David Anderson | 1 | -0/+5 |
| 2020-10-19 | ipn: use cmd/cloner for Prefs.Clone | Brad Fitzpatrick | 2 | -10/+53 |
| 2020-10-14 | ipn: wait for initial portpoll result before starting controlclient | Brad Fitzpatrick | 1 | -20/+40 |
| 2020-10-12 | ipn, ipnserver, cmd/tailscale: add "server mode" support on Windows | Brad Fitzpatrick | 6 | -22/+280 |
| 2020-10-09 | ipn/ipnserver: prevent use by multiple Windows users, add HTML status page | Brad Fitzpatrick | 1 | -54/+150 |
| 2020-10-06 | ipn, wgengine, magicsock, tsdns: be quieter and less aggressive when offline | Brad Fitzpatrick | 1 | -1/+7 |
| 2020-10-05 | ipn, wgengine: disable subnet routes if network has PAC configuration | Brad Fitzpatrick | 1 | -22/+24 |
| 2020-10-02 | all: use testing.T.TempDir | Josh Bleecher Snyder | 1 | -7/+1 |
| 2020-10-01 | ipn: on transition from no PAC to PAC, reset state | Brad Fitzpatrick | 1 | -8/+31 |
| 2020-10-01 | control/controlclient, ipn: store machine key separately from user prefs/persist | Brad Fitzpatrick | 3 | -19/+99 |
| 2020-09-30 | Revert "all: keep UserProfiles a slice instead of a map for longer" | Brad Fitzpatrick | 2 | -4/+4 |
| 2020-09-29 | ipn: add/move some constants, update a comment | Brad Fitzpatrick | 2 | -8/+22 |
| 2020-09-29 | all: keep UserProfiles a slice instead of a map for longer | Josh Bleecher Snyder | 2 | -4/+4 |
| 2020-09-18 | ipn: remove DisableDERP pref | Brad Fitzpatrick | 3 | -20/+5 |