Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-18 | Use simple 16-bit integer for persistent keepalive | Jason A. Donenfeld | |
Races for this aren't a huge problem. | |||
2018-04-18 | Align 64-bit atomics | Jason A. Donenfeld | |
64-bit varibles that are accessed using the Go atomic functions must be 8-byte aligned on 32-bit platforms. Otherwise there are crashes. | |||
2018-02-11 | TUN status hack was causing spam during shutdown | Mathias Hall-Andersen | |
2018-02-04 | Work on logging format | Mathias Hall-Andersen | |
2018-02-04 | Removed debugging locks | Mathias Hall-Andersen | |
2018-02-04 | Align with go library layout | Mathias Hall-Andersen | |