| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-05-10 | ipn{,/ipnserver}: delay JSON marshaling of ipn.Notifies | Brad Fitzpatrick | 1 | -12/+5 |
| 2021-04-22 | ipn: define NewBackendServer nil as not affecting Backend's NotifyCallback | Brad Fitzpatrick | 1 | -1/+11 |
| 2021-04-20 | ipn: don't Logout when Windows GUI disconnects | Brad Fitzpatrick | 1 | -11/+0 |
| 2021-04-12 | ipn: set BackendServer's notify earlier; don't require Start | Brad Fitzpatrick | 1 | -2/+3 |
| 2021-04-12 | ipn: include err in Notify decode fatal path | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-04-11 | ipn/localapi: move EditPrefs to localapi | Brad Fitzpatrick | 1 | -8/+0 |
| 2021-04-06 | ipn: move Options.Notify to its own method | Brad Fitzpatrick | 1 | -3/+1 |
| 2021-03-31 | ipn: replace SetWantRunning(bool) with EditPrefs(MaskedPrefs) | Brad Fitzpatrick | 1 | -7/+7 |
| 2021-03-24 | net/packet, wgengine/{filter,tstun}: add TSMP ping | Brad Fitzpatrick | 1 | -4/+8 |
| 2021-03-19 | control, ipn, tailcfg: remove golang.org/x/oauth2 dep, add tailcfg.Oauth2Token | Brad Fitzpatrick | 1 | -3/+3 |
| 2021-03-18 | cmd/tailscale, ipn/localapi: use localapi for status, not IPN acrobatics | Brad Fitzpatrick | 1 | -3/+0 |
| 2021-02-01 | cmd/tailscale/cli: recommend sudo for 'tailscale up' on failure | Brad Fitzpatrick | 1 | -1/+5 |
| 2021-01-15 | ipn, ipnserver: only require sudo on Linux for mutable CLI actions | Brad Fitzpatrick | 1 | -21/+51 |
| 2020-11-06 | ipn: debug zero bytes in IPN json messages | Brad Fitzpatrick | 1 | -0/+12 |
| 2020-11-02 | ipn, ipn/ipnserver: add IPN state for server in use, handle explicitly | Brad Fitzpatrick | 1 | -0/+11 |
| 2020-10-28 | version: use OSS repo's version when building. | David Anderson | 1 | -7/+7 |
| 2020-08-25 | cmd/tailscale/cli: add basic 'down' subcommand | Brad Fitzpatrick | 1 | -0/+8 |
| 2020-08-10 | cmd/tailscale/cli: add ping subcommand | Brad Fitzpatrick | 1 | -0/+12 |
| 2020-08-06 | ipn: jack up the MaxMessageSize from 1MB to 10MB | Brad Fitzpatrick | 1 | -1/+1 |
| 2020-07-14 | ipn: add Login backend command for sign-in with token | Elias Naur | 1 | -0/+9 |
| 2020-07-08 | ipn, ipn/ipnserver: add support for serving in error-message-only mode | Brad Fitzpatrick | 1 | -0/+4 |
| 2020-05-09 | ipn: add AllowVersionSkew bool to Notify & Message | Brad Fitzpatrick | 1 | -4/+15 |
| 2020-05-03 | types/structs: add structs.Incomparable annotation, use it where applicable | Brad Fitzpatrick | 1 | -0/+2 |
| 2020-04-29 | ipn/message: fix some message encoding problems. | Avery Pennarun | 1 | -5/+20 |
| 2020-04-11 | all: remove unnecessary trailing newlines in format patterns for consistency | Brad Fitzpatrick | 1 | -4/+4 |
| 2020-03-27 | cmd/tailscale: add status subcommand | Brad Fitzpatrick | 1 | -0/+12 |
| 2020-02-25 | ipn: misc cleanup | Brad Fitzpatrick | 1 | -13/+19 |
| 2020-02-20 | ipn: use *Prefs rather than Prefs throughout. | David Anderson | 1 | -2/+2 |
| 2020-02-17 | cmd/tailscaled: run off internal state autonomously. | David Anderson | 1 | -2/+5 |
| 2020-02-14 | Move "logger" package to under types, now that we have it. | Brad Fitzpatrick | 1 | -1/+1 |
| 2020-02-09 | Move Linux client & common packages into a public repo. | Earl Lee | 1 | -0/+249 |