Age | Commit message (Collapse) | Author | |
---|---|---|---|
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: return generic error from Ipc{Get,Set}Operation. | David Anderson | |
This makes uapi.go's public API conform to Go style in terms of error types. Signed-off-by: David Anderson <danderson@tailscale.com> | |||
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> | |||
2020-02-04 | uapi: allow unsetting device private key with /dev/null | Jason A. Donenfeld | |
2019-10-04 | uapi: allow preventing creation of new peers when updating | Jason A. Donenfeld | |
This enables race-free updates for wg-dynamic and similar tools. Suggested-by: Thomas Gschwantner <tharre3@gmail.com> | |||
2019-08-05 | uapi: skip peers with invalid keys | Jason A. Donenfeld | |
2019-05-14 | global: regroup all imports | Jason A. Donenfeld | |
2019-03-20 | uapi: remove unhelpful log messages | Jason A. Donenfeld | |
2019-03-19 | uapi: report endpoint error | Jason A. Donenfeld | |
2019-03-10 | uapi: make ipcerror conform to interface | Jason A. Donenfeld | |
2019-03-03 | global: begin modularization | Jason A. Donenfeld | |