summaryrefslogtreecommitdiff
path: root/device/mark_unix.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* conn: introduce new package that splits out the Bind and Endpoint typesDavid Crawshaw2020-05-021-65/+0
| | | | | | | | | | 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>
* global: regroup all importsJason A. Donenfeld2019-05-141-1/+2
|
* boundif: introduce API for socket bindingJason A. Donenfeld2019-03-041-1/+1
|
* global: begin modularizationJason A. Donenfeld2019-03-031-0/+64