Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-28 | global: bump copyright | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2021-01-20 | device: check returned errors from NewPeer in TestNoiseHandshake | Josh Bleecher Snyder | |
Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com> | |||
2020-05-02 | global: update header comments and modules | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2020-05-02 | device: use atomic access for unlocked keypair.next | Jason A. Donenfeld | |
Go's GC semantics might not always guarantee the safety of this, and the race detector gets upset too, so instead we wrap this all in atomic accessors. Reported-by: David Anderson <danderson@tailscale.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2019-03-03 | global: begin modularization | Jason A. Donenfeld | |