Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-02 | conn: introduce new package that splits out the Bind and Endpoint types | David Crawshaw | |
The sticky socket code stays in the device package for now, as it reaches deeply into the peer list. This is the first step in an effort to split some code out of the very busy device package. Signed-off-by: David Crawshaw <crawshaw@tailscale.com> | |||
2019-10-21 | device: allow blackholing sockets | Jason A. Donenfeld | |
2019-07-18 | device: do not crash on nil'd bind in windows binding | Jason A. Donenfeld | |
2019-05-14 | global: regroup all imports | Jason A. Donenfeld | |
2019-03-21 | receive: implement flush semantics | Jason A. Donenfeld | |
2019-03-04 | boundif: introduce API for socket binding | Jason A. Donenfeld | |