| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-08-28 | control/controlclient: replace a status func with Observer interface | Brad Fitzpatrick | 2 | -14/+21 |
| 2023-08-28 | types/logger: add AsJSON | Brad Fitzpatrick | 1 | -8/+6 |
| 2023-08-28 | control/controlclient: convert PeersChanged nodes to patches internally | Brad Fitzpatrick | 2 | -1/+448 |
| 2023-08-22 | types/netmap: remove redundant Netmap.Hostinfo | Brad Fitzpatrick | 1 | -3/+0 |
| 2023-08-22 | control/controlclient: remove quadratic allocs in mapSession | Brad Fitzpatrick | 2 | -202/+274 |
| 2023-08-21 | control/controlclient: don't clone self node on each NetworkMap | Brad Fitzpatrick | 1 | -11/+11 |
| 2023-08-21 | types/netmap, all: make NetworkMap.SelfNode a tailcfg.NodeView | Brad Fitzpatrick | 3 | -6/+6 |
| 2023-08-21 | control/controlclient: flesh out mapSession to break up gigantic method | Brad Fitzpatrick | 3 | -114/+284 |
| 2023-08-20 | types/netmap: move some mutations earlier, remove, document some fields | Brad Fitzpatrick | 3 | -18/+42 |
| 2023-08-20 | control/controlclient: scope a variable tighter, de-pointer a *time.Time | Brad Fitzpatrick | 1 | -8/+7 |
| 2023-08-20 | ipn/ipnstate: add PeerStatus.AltSharerUserID, stop mangling Node.User | Brad Fitzpatrick | 1 | -1/+1 |
| 2023-08-19 | control/controlclient: remove Opts.KeepSharerAndUserSplit | Brad Fitzpatrick | 2 | -57/+45 |
| 2023-08-18 | types/netmap, all: use read-only tailcfg.NodeView in NetworkMap | Brad Fitzpatrick | 1 | -1/+8 |
| 2023-08-17 | all: remove some Debug fields, NetworkMap.Debug, Reconfig Debug arg | Brad Fitzpatrick | 2 | -101/+0 |
| 2023-08-17 | tailcfg: add nodeAttrs for forcing OneCGNAT on/off [capver 71] | Brad Fitzpatrick | 1 | -6/+40 |
| 2023-08-17 | tailcfg: remove most Debug fields, move bulk to nodeAttrs [capver 70] | Brad Fitzpatrick | 3 | -111/+32 |
| 2023-08-16 | tailcfg: move LogHeapPprof from Debug to c2n [capver 69] | Brad Fitzpatrick | 2 | -47/+0 |
| 2023-08-13 | control/controlclient: move lastUpdateGenInformed to tighter scope | Brad Fitzpatrick | 1 | -7/+7 |
| 2023-08-12 | control/controlclient: refactor in prep for optimized delta handling | Brad Fitzpatrick | 2 | -43/+71 |
| 2023-08-11 | control/controlclient: avert a data race when logging (#8863) | M. J. Fromberger | 1 | -2/+5 |
| 2023-08-10 | control/controlclient: add Auto.updateRoutine | Maisem Ali | 3 | -202/+193 |
| 2023-08-09 | control/controlhttp: remove tstest.Clock from tests (#8830) | Andrew Lytvynov | 1 | -11/+23 |
| 2023-08-08 | control/controlclient: make Direct own all changes to Persist | Maisem Ali | 1 | -0/+9 |
| 2023-08-08 | types/persist: drop duplicated Persist.LoginName | Maisem Ali | 1 | -4/+1 |
| 2023-08-08 | control/controlclient: use ptr.To | Maisem Ali | 1 | -2/+2 |
| 2023-08-08 | wgengine,ipn,cmd/tailscale: add size option to ping (#8739) | salman aljammaz | 1 | -2/+2 |
| 2023-08-04 | control: use tstime instead of time (#8595) | Claire Wang | 9 | -42/+60 |
| 2023-07-13 | control/controlclient: reset backoff in mapRoutine on netmap recv | Maisem Ali | 2 | -1/+10 |
| 2023-07-13 | net/netcheck, tailcfg: add DERPHomeParams and use it | Andrew Dunham | 2 | -2/+126 |
| 2023-07-07 | control/controlclient: use ctx passed down to NoiseClient.getConn | Maisem Ali | 1 | -6/+49 |
| 2023-06-25 | .github: actually run tests in CI | Maisem Ali | 1 | -13/+14 |
| 2023-06-23 | util/goroutines: let ScrubbedGoroutineDump get only current stack | Brad Fitzpatrick | 1 | -1/+1 |
| 2023-05-01 | control/controlclient: use dnscache.Resolver for Noise client | Andrew Dunham | 5 | -24/+87 |
| 2023-04-20 | all: avoid repeated default interface lookups | Mihai Parparita | 5 | -5/+21 |
| 2023-04-20 | all: move network monitoring from wgengine/monitor to net/netmon | Mihai Parparita | 1 | -6/+6 |
| 2023-04-17 | various: add golangci-lint, fix issues (#7905) | Andrew Dunham | 1 | -1/+1 |
| 2023-04-17 | net/dnsfallback: more explicitly pass through logf function | Mihai Parparita | 2 | -2/+2 |
| 2023-04-12 | net/sockstats: pass in logger to sockstats.WithSockStats | Mihai Parparita | 2 | -5/+5 |
| 2023-03-15 | control/controlclient: fix accidental backoff reset | Kurnia D Win | 1 | -1/+7 |
| 2023-03-12 | various: pass logger.Logf through to more places | Andrew Dunham | 2 | -0/+3 |
| 2023-03-09 | control/controlclient: improve handling of concurrent lite map requests | Maisem Ali | 2 | -43/+76 |
| 2023-03-08 | all: implement preauth-key support with tailnet lock | Tom DNetto | 2 | -1/+96 |
| 2023-03-08 | Revert "control/controlclient: improve handling of concurrent lite map requests" | Tom DNetto | 1 | -55/+17 |
| 2023-03-07 | control/controlclient: improve handling of concurrent lite map requests | Andrew Dunham | 1 | -17/+55 |
| 2023-03-06 | sockstats: switch label to enum | Mihai Parparita | 2 | -5/+5 |
| 2023-03-04 | all: use tstest.Replace more | Maisem Ali | 1 | -4/+4 |
| 2023-03-01 | sockstats: instrument networking code paths | Mihai Parparita | 2 | -0/+11 |
| 2023-02-08 | control/controlhttp: don't require valid TLS cert for Noise connection | Brad Fitzpatrick | 3 | -29/+43 |
| 2023-01-30 | net/memnet: rename from net/nettest | Maisem Ali | 3 | -15/+15 |
| 2023-01-27 | all: update copyright and license headers | Will Norris | 28 | -84/+56 |