| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-01-23 | all: remove AUTHORS file and references to it | Will Norris | 1 | -1/+1 |
| 2025-10-01 | net/netmon: remove usage of direct callbacks from netmon (#17292) | Claus Lensbøl | 1 | -2/+5 |
| 2025-09-20 | control/controlhttp: simplify, fix race dialing, remove priority concept | Brad Fitzpatrick | 1 | -185/+262 |
| 2025-09-16 | health,ipn/ipnlocal: introduce eventbus in heath.Tracker (#17085) | Claus Lensbøl | 1 | -2/+3 |
| 2025-04-16 | derp/derphttp: remove ban on websockets dependency | David Anderson | 1 | -12/+0 |
| 2025-04-08 | net/{netx,memnet},all: add netx.DialFunc, move memnet Network impl | Brad Fitzpatrick | 1 | -2/+2 |
| 2024-11-26 | control/controlhttp: set *health.Tracker in tests | Andrew Dunham | 1 | -0/+3 |
| 2024-11-07 | control/controlhttp/controlhttpserver: split out Accept to its own package | Brad Fitzpatrick | 1 | -3/+17 |
| 2024-08-06 | control/controlhttp: extract the last network connection | Anton Tolchanov | 1 | -0/+47 |
| 2024-04-27 | net/netns, net/dns/resolver, etc: make netmon required in most places | Brad Fitzpatrick | 1 | -2/+6 |
| 2024-04-16 | all: use Go 1.22 range-over-int | Brad Fitzpatrick | 1 | -1/+1 |
| 2023-08-09 | control/controlhttp: remove tstest.Clock from tests (#8830) | Andrew Lytvynov | 1 | -11/+23 |
| 2023-08-04 | control: use tstime instead of time (#8595) | Claire Wang | 1 | -0/+3 |
| 2023-06-25 | .github: actually run tests in CI | Maisem Ali | 1 | -13/+14 |
| 2023-02-08 | control/controlhttp: don't require valid TLS cert for Noise connection | Brad Fitzpatrick | 1 | -23/+23 |
| 2023-01-27 | all: update copyright and license headers | Will Norris | 1 | -3/+2 |
| 2022-10-27 | control/controlhttp: add AcceptHTTP hook to add coalesced Server->Client write | Brad Fitzpatrick | 1 | -1/+29 |
| 2022-10-17 | control/controlhttp: allow setting, getting Upgrade headers in Noise upgrade | Brad Fitzpatrick | 1 | -2/+2 |
| 2022-10-17 | control/controlhttp: try to avoid flakes in TestDialPlan | Andrew Dunham | 1 | -5/+18 |
| 2022-09-23 | tailcfg, control/controlhttp, control/controlclient: add ControlDialPlan fiel... | Andrew Dunham | 1 | -0/+265 |
| 2022-09-16 | control/controlhttp: move Dial options into options struct (#5661) | Andrew Dunham | 1 | -8/+9 |
| 2022-04-28 | control/controlhttp: don't assume port 80 upgrade response will work | Brad Fitzpatrick | 1 | -20/+63 |
| 2022-04-27 | net/tsdial: add SystemDial as a wrapper on netns.Dial | Maisem Ali | 1 | -0/+2 |
| 2022-04-07 | control/controlbase: don't enforce a max protocol version at handshake time. | David Anderson | 1 | -1/+1 |
| 2022-04-07 | control/controlbase: make the protocol version number selectable. | David Anderson | 1 | -1/+3 |
| 2022-01-17 | control/controlhttp: package to get a controlbase.Conn over HTTP(S). | David Anderson | 1 | -0/+398 |