Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-07 | all: use ++ to increment | Josh Bleecher Snyder | |
Make the code slightly more idiomatic. No functional changes. Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com> | |||
2021-01-07 | device: always name *Queue*Element variables elem | Josh Bleecher Snyder | |
They're called elem in most places. Rename a few local variables to make it consistent. This makes it easier to grep the code for things like elem.Drop. Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com> | |||
2020-12-08 | device: clear pointers when returning elems to pools | 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> | |||
2019-03-03 | global: begin modularization | Jason A. Donenfeld | |