Age | Commit message (Expand) | Author |
---|---|---|
2019-04-29 | Implement the MSG_CTRUNC msghdr flag for Unix sockets. | Ian Gudger |
2019-04-29 | Change copyright notice to "The gVisor Authors" | Michael Pratt |
2019-01-31 | Remove license comments | Michael Pratt |
2018-12-21 | Implement SO_KEEPALIVE, TCP_KEEPIDLE, and TCP_KEEPINTVL. | Ian Gudger |
2018-12-17 | Fix recv blocking for connectionless Unix sockets. | Ian Gudger |
2018-10-24 | Convert Unix transport to syserr | Ian Gudger |
2018-10-20 | Refcount Unix transport queue | Ian Gudger |
2018-10-19 | Use correct company name in copyright header | Ian Gudger |
2018-10-17 | Use generic ilist in Unix transport queue | Ian Gudger |
2018-10-17 | Merge queue into Unix transport | Ian Gudger |
2018-10-17 | Move Unix transport out of netstack | Ian Gudger |