Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-16 | global: fix up copyright headers | Jason A. Donenfeld | |
2018-05-24 | Catch EINTR | Jason A. Donenfeld | |
2018-05-23 | Adopt GOPATH | Jason A. Donenfeld | |
GOPATH is annoying, but the Go community pushing me to adopt it is even more annoying. | |||
2018-05-23 | Move replay into subpackage | Jason A. Donenfeld | |
2018-05-19 | Add copyright headers | Mathias Hall-Andersen | |
2018-05-13 | Odds and ends | Jason A. Donenfeld | |
2018-05-13 | Rework index hashtable | Jason A. Donenfeld | |
2018-05-10 | Rewrite timers and related state machines | Jason A. Donenfeld | |
2018-05-03 | global: Add SPDX tags and copyright header | Jason A. Donenfeld | |
Mathias should probably add his copyright headers to each file too. | |||
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-04 | Align with go library layout | Mathias Hall-Andersen | |