| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-01-14 | all: convert from []wgcfg.Endpoint to string | Josh Bleecher Snyder | 1 | -4/+7 |
| 2021-01-13 | control/controlclient: let clients opt in to Sharer-vs-User split model | Brad Fitzpatrick | 1 | -33/+32 |
| 2021-01-12 | control/controlclient: treat node sharer as owner for display purposes | Brad Fitzpatrick | 1 | -0/+14 |
| 2021-01-12 | tailcfg, control/controlclient: make MapResponse.CollectServices an opt.Bool | Brad Fitzpatrick | 1 | -1/+6 |
| 2021-01-11 | ipn: only send services in Hostinfo if Tailnet has opted-in to services colle... | Sonia Appasamy | 2 | -16/+23 |
| 2021-01-10 | cmd/tailscale: change formatting of "tailscale status" | Brad Fitzpatrick | 1 | -1/+25 |
| 2021-01-08 | Add more tests for Direct. | Denton Gentry | 1 | -0/+65 |
| 2021-01-08 | cover one more case in TestStatusEqual. | Denton Gentry | 1 | -0/+5 |
| 2021-01-08 | control/controlclient: use lite map request handler to avoid aborting streams | Brad Fitzpatrick | 2 | -13/+83 |
| 2021-01-05 | ipn: delete domainsForProxying, require explicit DNS search domains (mapver 9... | Brad Fitzpatrick | 1 | -1/+1 |
| 2020-12-30 | wgkey: new package | Josh Bleecher Snyder | 4 | -31/+32 |
| 2020-12-28 | all: replace wgcfg.IP and wgcfg.CIDR with netaddr types | Josh Bleecher Snyder | 3 | -28/+12 |
| 2020-12-21 | control/controlclient, version/distro: detect NixOS explicitly | Brad Fitzpatrick | 2 | -1/+14 |
| 2020-12-21 | all: annotate log verbosity levels on most egregiously spammy log prints | Brad Fitzpatrick | 3 | -15/+17 |
| 2020-12-21 | control/controlclient: clarify a comment | Brad Fitzpatrick | 1 | -1/+2 |
| 2020-12-19 | tailcfg: introduce map version 8, for clients that support v6 node config. | David Anderson | 1 | -1/+1 |
| 2020-12-19 | control/controlclient: report broken routing for v4 and v6. | David Anderson | 1 | -11/+52 |
| 2020-12-15 | wgengine/filter, tailcfg: support CIDRs+ranges in PacketFilter (mapver 7) | Brad Fitzpatrick | 1 | -1/+1 |
| 2020-12-15 | Merge branch 'main' into report-status-systemd | Christine Dodrill | 2 | -49/+19 |
| 2020-12-15 | ipn/ipnserver: enable systemd-notify support | Christine Dodrill | 1 | -0/+3 |
| 2020-12-14 | control/controlclient: don't spin when starting up when node key is expired | Brad Fitzpatrick | 1 | -47/+11 |
| 2020-12-07 | tailcfg, control/controlclient: make nil PacketFilter mean unchanged (mapver 6) | Brad Fitzpatrick | 1 | -2/+8 |
| 2020-11-12 | control/controlclient: diagnose zero bytes from control | Brad Fitzpatrick | 1 | -0/+9 |
| 2020-11-11 | net/dnscache, control/controlclient: use DNS cache when dialing control | Brad Fitzpatrick | 1 | -1/+6 |
| 2020-11-09 | wgengine/filter: remove the Matches type. | David Anderson | 2 | -4/+4 |
| 2020-11-04 | control/controlclient: send warning flag in map request when IP forwarding off | Brad Fitzpatrick | 1 | -0/+36 |
| 2020-11-04 | ipn: clean up Prefs logging at start | Brad Fitzpatrick | 1 | -2/+7 |
| 2020-10-28 | version: use OSS repo's version when building. | David Anderson | 1 | -1/+1 |
| 2020-10-27 | control/controlclient: also log active account in netmaps | Brad Fitzpatrick | 2 | -4/+14 |
| 2020-10-27 | control/controlclient: remove prior temporary macos debugging | Brad Fitzpatrick | 1 | -39/+0 |
| 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 | 1 | -10/+8 |
| 2020-10-20 | control/controlclient: rename map debug knob, make it do both request+response | Brad Fitzpatrick | 1 | -4/+3 |
| 2020-10-19 | tailcfg: add a DebugFlags field for experiments and debugging. | David Anderson | 1 | -14/+13 |
| 2020-10-19 | control/controlclient: log Hostinfo on change | Brad Fitzpatrick | 1 | -0/+2 |
| 2020-10-15 | tailcfg: add a field to advertise support for IPv6 tailscale config. | David Anderson | 1 | -9/+14 |
| 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 | 1 | -2/+13 |
| 2020-10-14 | control/controlclient: adjust some logging point names | Brad Fitzpatrick | 1 | -5/+5 |
| 2020-10-14 | control/controlclient: set MapRequest.ReadOnly on initial empty endpoint request | Brad Fitzpatrick | 1 | -8/+33 |
| 2020-10-08 | controlclient: print http errors if result code != 200.apenwarr/faketun | Avery Pennarun | 1 | -1/+7 |
| 2020-10-06 | control/controlclient: some extra debug info in errors | David Crawshaw | 1 | -2/+2 |
| 2020-10-01 | control/controlclient, ipn: store machine key separately from user prefs/persist | Brad Fitzpatrick | 3 | -40/+55 |
| 2020-09-30 | all: use IsZero methods | Josh Bleecher Snyder | 1 | -2/+2 |
| 2020-09-30 | Revert "all: keep UserProfiles a slice instead of a map for longer" | Brad Fitzpatrick | 2 | -4/+9 |
| 2020-09-29 | control/controlclient: use wgcfg.PrivateKey.IsZero | Josh Bleecher Snyder | 1 | -3/+3 |
| 2020-09-29 | all: keep UserProfiles a slice instead of a map for longer | Josh Bleecher Snyder | 2 | -9/+4 |
| 2020-09-29 | control/controlclient: remove Roles fields from client | Josh Bleecher Snyder | 2 | -2/+0 |
| 2020-09-22 | control/controlclient, version/distro, wgengine: recognize OpenWrt | Brad Fitzpatrick | 1 | -3/+9 |
| 2020-09-17 | tailcfg: add MapRequest.ReadOnly and OmitPeers; remove DebugForceDisco | Brad Fitzpatrick | 1 | -25/+19 |