Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-16 | Fixed port overwrite issue on kernels without ipv6 | Mathias Hall-Andersen | |
Fixed an issue in CreateBind for Linux: If ipv6 was not supported the error code would be correctly identified as EAFNOSUPPORT and ipv4 binding attempted. However the port would be set to 0, which results in the subsequent create4 call requesting a random port rather than the one provided to CreateBind. This issue was identified by: Kent Friis <leeloored@gmx.com> | |||
2018-09-16 | global: fix up copyright headers | Jason A. Donenfeld | |
2018-06-12 | Support IPv6-less kernels | Jason A. Donenfeld | |
2018-05-27 | Disappointing anti-sticky experiment | Jason A. Donenfeld | |
2018-05-24 | Trick for being extra sensitive to route changes | Jason A. Donenfeld | |
2018-05-24 | Back to sticky sockets on android | Jason A. Donenfeld | |
2018-05-24 | Catch EINTR | Jason A. Donenfeld | |
2018-05-23 | No zero sequence numbers | 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-22 | Avoid sticky sockets on Android | Jason A. Donenfeld | |
The android policy routing system does insane things. | |||
2018-05-20 | Fix race in netlink peer correlator | Jason A. Donenfeld | |
2018-05-19 | Add copyright headers | Mathias Hall-Andersen | |
2018-05-14 | Cancelable netlink writes and better response correlation | Jason A. Donenfeld | |
2018-05-14 | Netlink sockets can't be shutdown | Jason A. Donenfeld | |
2018-05-14 | Clean more | Jason A. Donenfeld | |
2018-05-14 | Look up route for every peer | 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-27 | Clear src cache if route changes to new ifindex | Jason A. Donenfeld | |
2018-04-20 | Rework sticky sockets | Jason A. Donenfeld | |
2018-04-18 | Use socketcall on x86 | Jason A. Donenfeld | |
2018-02-04 | Align with go library layout | Mathias Hall-Andersen | |