Age | Commit message (Expand) | Author |
2020-01-27 | Update package locations. | Adin Scannell |
2020-01-08 | Minor fixes to comments and logging | Kevin Krakauer |
2019-12-10 | Deduplicate and simplify control message processing for recvmsg and sendmsg. | Dean Deng |
2019-12-10 | Let socket.ControlMessages Release() the underlying transport.ControlMessages. | Dean Deng |
2019-12-02 | Support sending IP_TOS and IPV6_TCLASS control messages with hostinet sockets. | Dean Deng |
2019-11-27 | Add support for receiving TOS and TCLASS control messages in hostinet. | Dean Deng |
2019-11-14 | Fix return codes for {get,set}sockopt for some nullptr cases. | Ting-Yu Wang |
2019-09-27 | Implement SO_BINDTODEVICE sockopt | gVisor bot |
2019-08-02 | Plumbing for iptables sockopts. | Kevin Krakauer |
2019-07-18 | net/tcp/setockopt: impelment setsockopt(fd, SOL_TCP, TCP_INQ) | Andrei Vagin |
2019-07-09 | Cleanup straggling syscall dependencies. | Adin Scannell |
2019-07-02 | Remove map from fd_map, change to fd_table. | Adin Scannell |
2019-06-13 | Implement getsockopt() SO_DOMAIN, SO_PROTOCOL and SO_TYPE. | Rahat Mahmood |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-06-06 | Use common definition of SockType. | Rahat Mahmood |
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-04-29 | Allow and document bug ids in gVisor codebase. | Nicolas Lacasse |
2019-04-19 | Add support for the MSG_TRUNC msghdr flag. | Ian Gudger |
2019-03-29 | Use kernel.Task.CopyScratchBuffer in syscalls/linux where possible. | Jamie Liu |
2019-03-21 | Clear msghdr flags on successful recvmsg. | Ian Gudger |
2019-01-08 | Allow MSG_OOB and MSG_DONTROUTE to be no-ops on recvmsg(2). | Brian Geffon |
2018-12-14 | Implement SO_SNDTIMEO | Ian Gudger |
2018-12-10 | Implement MSG_WAITALL | Ian Gudger |
2018-10-19 | Use correct company name in copyright header | Ian Gudger |
2018-10-17 | Move Unix transport out of netstack | Ian Gudger |
2018-09-18 | Allow for MSG_CTRUNC in input flags for recv. | Brian Geffon |
2018-05-01 | Add support for ping sockets | Ian Gudger |
2018-05-01 | Implement SO_TIMESTAMP | Ian Gudger |
2018-05-01 | Fix SO_RCVTIMEOUT for recvmsg | Ian Gudger |
2018-04-28 | Check in gVisor. | Googler |