Age | Commit message (Expand) | Author |
---|---|---|
2023-03-10 | conn, device, tun: implement vectorized I/O plumbing | Jordan Whited |
2023-02-07 | global: bump copyright year | Jason A. Donenfeld |
2022-09-20 | global: bump copyright year | Jason A. Donenfeld |
2022-09-04 | all: use Go 1.19 and its atomic types | Brad Fitzpatrick |
2022-03-16 | all: use any in place of interface{} | Josh Bleecher Snyder |
2021-02-22 | device: disable waitpool tests | Jason A. Donenfeld |
2021-02-09 | device: run fewer trials in TestWaitPool when race detector enabled | Josh Bleecher Snyder |
2021-02-09 | device: do not attach finalizer to non-returned object | Jason A. Donenfeld |
2021-02-03 | device: benchmark the waitpool to compare it to the prior channels | Jason A. Donenfeld |
2021-02-02 | device: use a waiting sync.Pool instead of a channel | Jason A. Donenfeld |