| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2020-09-17 | ipn: don't log if legacy prefs don't exist (the normal case these days) | Brad Fitzpatrick | 2 | -3/+6 |
| 2020-09-16 | ipn: bail out a bit earlier when a peer doesn't have a DNS name | Brad Fitzpatrick | 1 | -1/+1 |
| 2020-09-14 | net/netns: add windows support. | David Anderson | 1 | -6/+0 |
| 2020-09-11 | ipn/ipnserver: make ipnserver also be an HTTP server for localhost clients | Brad Fitzpatrick | 1 | -1/+99 |
| 2020-09-11 | ipn: fix Windows crash from improperly strict assertion | Brad Fitzpatrick | 1 | -1/+11 |
| 2020-09-04 | ipn: simplify TestLocalLogLines, defer a Shutdown of its LocalBackend | Brad Fitzpatrick | 1 | -25/+7 |
| 2020-09-04 | tstest: rename LogListener to LogLineTracker | Brad Fitzpatrick | 1 | -1/+1 |
| 2020-08-27 | wgengine: add Engine.SetLinkChangeCallback | Brad Fitzpatrick | 1 | -0/+13 |
| 2020-08-27 | ipn/ipnstate: include DNSName in tailscale status --json output | Brad Fitzpatrick | 2 | -0/+5 |
| 2020-08-25 | cmd/tailscale/cli: add basic 'down' subcommand | Brad Fitzpatrick | 5 | -0/+35 |
| 2020-08-25 | cmd/tailscale: add derp and endpoints status (#703) | halulu | 1 | -2/+11 |