Age | Commit message (Expand) | Author |
2019-06-18 | gvisor/fs: don't update file.offset for sockets, pipes, etc | Andrei Vagin |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-06-10 | Store more information in the kernel socket table. | Rahat Mahmood |
2019-06-06 | Use common definition of SockType. | Rahat Mahmood |
2019-06-06 | Track and export socket state. | Rahat Mahmood |
2019-05-21 | Add basic plumbing for splice and stub implementation. | Adin Scannell |
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-04-11 | Use open fids when fstat()ing gofer files. | Jamie Liu |
2019-03-20 | Record sockets created during accept(2) for all families. | Rahat Mahmood |
2019-01-14 | Remove fs.Handle, ramfs.Entry, and all the DeprecatedFileOperations. | Nicolas Lacasse |
2018-12-28 | Implement SO_REUSEPORT for TCP and UDP sockets | Andrei Vagin |
2018-12-14 | Implement SO_SNDTIMEO | Ian Gudger |
2018-12-04 | Partial writes should loop in rpcinet. | Brian Geffon |
2018-11-27 | Save shutdown flags first. | Brian Geffon |
2018-10-20 | Add more unimplemented syscall events | Fabricio Voznika |
2018-10-19 | Use correct company name in copyright header | Ian Gudger |
2018-10-17 | Move Unix transport out of netstack | Ian Gudger |
2018-06-22 | Add rpcinet support for SIOCGIFCONF. | Brian Geffon |
2018-06-19 | Rpcinet is racy around shutdown flags. | Brian Geffon |
2018-06-19 | Rpcinet needs to track shutdown state for blocking sockets. | Brian Geffon |
2018-06-17 | Add rpcinet support for control messages. | Brian Geffon |
2018-06-13 | Fix missing returns in rpcinet. | Brian Geffon |
2018-06-12 | Rpcinet doensn't handle SO_RCVTIMEO properly. | Brian Geffon |
2018-06-11 | Rpcinet is incorrectly handling MSG_TRUNC with SOCK_STREAM | Brian Geffon |
2018-06-11 | rpcinet is treating EAGAIN and EWOULDBLOCK as different errnos. | Brian Geffon |
2018-06-08 | Add checks for short CopyOut in rpcinet | Brian Geffon |
2018-06-08 | rpcinet is not correctly handling MSG_TRUNC on recvmsg(2). | Brian Geffon |
2018-06-07 | rpcinet should not block in read(2) rpcs. | Brian Geffon |
2018-06-07 | Add missing rpcinet ioctls. | Brian Geffon |
2018-06-06 | Add support for rpcinet ioctl(2). | Brian Geffon |
2018-06-01 | Fix refcount bug in rpcinet socketOperations.Accept. | Brian Geffon |
2018-05-24 | rpcinet connect doesn't handle all errnos correctly. | Brian Geffon |
2018-05-16 | Fix another socket Dirent refcount. | Christopher Koch |
2018-05-03 | Fix misspellings. | Cyrille Hemidy |
2018-05-01 | Implement SO_TIMESTAMP | Ian Gudger |
2018-04-28 | Check in gVisor. | Googler |