Age | Commit message (Expand) | Author |
---|---|---|
2021-01-28 | global: bump copyright | Jason A. Donenfeld |
2021-01-26 | conn: fix interface parameter name in Bind interface docs | Brad Fitzpatrick |
2021-01-20 | device: allow compiling with Go 1.15 | Jason A. Donenfeld |
2021-01-20 | conn: remove _ method receiver | Josh Bleecher Snyder |
2021-01-08 | device: receive: do not exit immediately on transient UDP receive errors | Jason A. Donenfeld |
2021-01-07 | conn: linux: do not allow ReceiveIPvX to race with Close | Jason A. Donenfeld |
2021-01-07 | conn: do not SO_REUSEADDR on linux | Jason A. Donenfeld |
2020-06-22 | conn: add comments saying what uses these interfaces | David Crawshaw |
2020-06-07 | conn: unbreak boundif on android | Jason A. Donenfeld |
2020-06-07 | conn: remove useless comment | Jason A. Donenfeld |
2020-06-07 | conn: fix windows situation with boundif | Jason A. Donenfeld |
2020-05-02 | global: update header comments and modules | Jason A. Donenfeld |
2020-05-02 | conn: introduce new package that splits out the Bind and Endpoint types | David Crawshaw |