| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-11-29 | control/controlclient: stop logging about goal.url invariant | Josh Bleecher Snyder | 1 | -5/+3 |
| 2021-11-18 | net/netns: thread logf into control functions | Josh Bleecher Snyder | 1 | -1/+1 |
| 2021-11-16 | netcheck, controlclient, magicsock: add more metrics | Brad Fitzpatrick | 1 | -1/+43 |
| 2021-11-10 | control/noise: make Conn.readNLocked less surprising. | David Anderson | 1 | -3/+2 |
| 2021-11-10 | control/noise: factor out nonce checking and incrementing into a type. | David Anderson | 1 | -18/+19 |
| 2021-11-10 | control/noise: make message headers match the specification. | David Anderson | 5 | -91/+65 |
| 2021-11-10 | control/noise: don't panic when handling ciphertext. | David Anderson | 1 | -2/+3 |
| 2021-11-10 | control/noise: stop using poly1305 package constants. | David Anderson | 3 | -7/+5 |
| 2021-11-10 | control/noise: use key.Machine{Public,Private} as appropriate. | David Anderson | 7 | -119/+87 |
| 2021-11-10 | control/noise: don't cache mixer, just rebuild a BLAKE2s each time. | David Anderson | 1 | -11/+5 |
| 2021-11-10 | control/noise: add singleUseCHP, use it to simplify nonce/key tracking in han... | David Anderson | 1 | -58/+70 |
| 2021-11-10 | control/noise: review fixups | David Anderson | 4 | -88/+146 |
| 2021-11-10 | control/noise: adjust implementation to match revised spec. | David Anderson | 6 | -90/+300 |
| 2021-11-10 | control/noise: include the protocol version in the Noise prologue. | David Anderson | 2 | -5/+9 |
| 2021-11-10 | control/noise: fix typo in docstring. | David Anderson | 1 | -1/+1 |
| 2021-11-10 | control/noise: remove allocations in the encrypt and decrypt paths. | David Anderson | 1 | -22/+27 |
| 2021-11-10 | control/noise: implement the base transport for the 2021 control protocol. | David Anderson | 6 | -0/+2033 |
| 2021-11-10 | hostinfo, control/controlclient: tell control when Ubuntu has disabled Tailsc... | Brad Fitzpatrick | 1 | -0/+3 |
| 2021-11-10 | control/controlclient: rename a variable to not shadow a package name | Brad Fitzpatrick | 1 | -8/+8 |
| 2021-11-07 | control/controlclient: make js/wasm work with Go 1.18+ | Brad Fitzpatrick | 1 | -0/+7 |
| 2021-11-03 | ipn/ipnlocal, control/controlclient: don't propagate all map errors to UI | Brad Fitzpatrick | 2 | -1/+7 |
| 2021-11-03 | all: replace tailcfg.DiscoKey with key.DiscoPublic. | David Anderson | 1 | -2/+2 |
| 2021-11-02 | tailcfg: use key.NodePublic in wire protocol types. | David Anderson | 1 | -3/+3 |
| 2021-11-01 | types/netmap: use key.NodePublic instead of tailcfg.NodeKey. | David Anderson | 1 | -1/+1 |
| 2021-11-01 | tailcfg, control/controlclient: add method to exit client from control plane | Brad Fitzpatrick | 1 | -0/+4 |
| 2021-10-29 | various: use NodePublic.AsNodeKey() instead of tailcfg.NodeKeyFromNodePublic() | David Anderson | 2 | -4/+4 |
| 2021-10-28 | control/controlclient: stop using wgkey. | David Anderson | 4 | -31/+19 |
| 2021-10-28 | control/controlclient: add a LoginEphemeral LoginFlags bit | Brad Fitzpatrick | 2 | -0/+2 |
| 2021-10-28 | types/netmap: use new node key type. | David Anderson | 1 | -1/+2 |
| 2021-10-28 | types/persist: use new node key type. | David Anderson | 2 | -7/+7 |
| 2021-10-27 | control/controlclient,tailcfg: propagate registration errors to the frontend | Maisem Ali | 3 | -6/+6 |
| 2021-10-12 | all: fix spelling mistakes | nicksherron | 2 | -2/+2 |
| 2021-09-19 | tailcfg, health: add way for control plane to add problems to health check | Brad Fitzpatrick | 1 | -0/+5 |
| 2021-09-17 | control/controlclient: update machine certificate signature version | Adrian Dewhurst | 2 | -9/+24 |
| 2021-09-15 | control/controlclient: replace TODO with explanation | Josh Bleecher Snyder | 1 | -1/+1 |
| 2021-09-03 | types/key: add a special key with custom serialization for control private ke... | Dave Anderson | 6 | -82/+55 |
| 2021-09-03 | Revert "types/key: add MachinePrivate and MachinePublic." | David Anderson | 6 | -55/+82 |
| 2021-09-03 | types/key: add MachinePrivate and MachinePublic. | David Anderson | 6 | -82/+55 |
| 2021-09-01 | control/controlclient: remove TS_DEBUG_USE_DISCO=only. | David Anderson | 1 | -26/+1 |
| 2021-08-24 | fix: typo spelling grammar | slowy07 | 1 | -1/+1 |
| 2021-08-20 | hostinfo: add SetDeviceModel setter, move remaining code from controlclient | Brad Fitzpatrick | 5 | -199/+6 |
| 2021-08-18 | control/controlclient: tweak a couple error messages | Brad Fitzpatrick | 1 | -2/+2 |
| 2021-08-18 | tailcfg: add IP and Types field to PingRequest | Simeng He | 2 | -0/+113 |
| 2021-08-17 | control/controlclient: do not periodically print full netmap | Josh Bleecher Snyder | 1 | -6/+5 |
| 2021-08-05 | all: gofmt with Go 1.17 | Josh Bleecher Snyder | 3 | -0/+3 |
| 2021-07-26 | control/controlclient: report whether we're in a snap package | Brad Fitzpatrick | 1 | -0/+7 |
| 2021-07-22 | control/controlclient: grow goroutine debug buffer as needed | Brad Fitzpatrick | 1 | -2/+11 |
| 2021-07-22 | control/controlclient: don't use regexp in goroutine stack scrubbing | Brad Fitzpatrick | 2 | -9/+72 |
| 2021-07-15 | control/{controlknobs,controlclient}: simplify knobs API, fix controlclient c... | Brad Fitzpatrick | 2 | -17/+10 |
| 2021-07-15 | net/portmapper: add upnp port mapping | julianknodt | 2 | -1/+46 |