Age | Commit message (Expand) | Author |
2020-03-03 | Move temp_umask to test/util. | Adin Scannell |
2020-02-28 | Hide /dev/net/tun when using hostinet. | Ting-Yu Wang |
2020-02-21 | Implement tap/tun device in vfs. | Ting-Yu Wang |
2020-02-20 | Initial network namespace support. | gVisor bot |
2020-02-19 | Include more test files in exports_files | gVisor bot |
2020-02-12 | Include more test files in exports_files | gVisor bot |
2020-02-07 | Support listxattr and removexattr syscalls. | Dean Deng |
2020-02-07 | Refactor syscall tests | Jay Zhuang |
2020-02-04 | Support RTM_NEWADDR and RTM_GETLINK in (rt)netlink. | Ting-Yu Wang |
2020-02-04 | Add socket connection stress test. | Ian Gudger |
2020-02-04 | Include socket_ip_udp_loopback.cc in exportes_files | Jay Zhuang |
2020-01-30 | Simplify testing link rules. | Adin Scannell |
2020-01-30 | Merge pull request #1471 from xiaobo55x:syscall_test | gVisor bot |
2020-01-30 | Merge pull request #1630 from xiaobo55x:kOLargeFile | gVisor bot |
2020-01-30 | Fix for panic in endpoint.Close(). | Bhasker Hariharan |
2020-01-27 | Create platform_util for tests. | Adin Scannell |
2020-01-27 | Standardize on tools directory. | Adin Scannell |
2020-01-17 | Enable build of test/syscall tests on arm64. | Haibo Xu |
2020-01-13 | Allow dual stack sockets to operate on AF_INET | Tamir Duberstein |
2020-01-08 | Return correct length with MSG_TRUNC for unix sockets. | Ian Lewis |
2019-12-18 | Switch to netinet/tcp.h and poll.h to for better platform portability. | Jay Zhuang |
2019-12-18 | Put GetSocketPairs() in unnamed namespace | Jay Zhuang |
2019-12-17 | Explicitly export files needed by other packages | gVisor bot |
2019-12-11 | Add syscall tests for getxattr and setxattr. | Dean Deng |
2019-12-09 | Mark test as non flaky. | Bhasker Hariharan |
2019-12-09 | Add tests for rseq(2) | Michael Pratt |
2019-12-05 | Implement F_GETOWN_EX and F_SETOWN_EX. | Ian Gudger |
2019-12-05 | Explicitly export files needed by other packages | gVisor bot |
2019-12-03 | Clean up readv_socket test suite. | Dean Deng |
2019-12-03 | Fix panic due to early transition to Closed. | Bhasker Hariharan |
2019-12-02 | Port tests in udp_socket.cc to Fuchsia | Jay Zhuang |
2019-11-12 | Add tests for SO_REUSEADDR and SO_REUSEPORT. | Ian Gudger |
2019-11-07 | Add support for TIME_WAIT timeout. | Bhasker Hariharan |
2019-11-04 | Add NETLINK_KOBJECT_UEVENT socket support | Michael Pratt |
2019-10-23 | Merge pull request #641 from tanjianfeng:master | gVisor bot |
2019-10-21 | Add basic implementation of execveat syscall and associated tests. | Dean Deng |
2019-10-18 | Cleanup host UDS support | Michael Pratt |
2019-10-15 | support /proc/net/snmp | Jianfeng Tan |
2019-10-07 | Implement IP_TTL. | Ian Gudger |
2019-10-03 | Don't report partialResult errors from sendfile | Andrei Vagin |
2019-10-02 | Sanity test that open(2) on a UDS fails | Michael Pratt |
2019-09-27 | Automated rollback of changelist 256276198 | Adin Scannell |
2019-09-27 | Implement SO_BINDTODEVICE sockopt | gVisor bot |
2019-09-24 | Stub out readahead implementation. | Adin Scannell |
2019-09-19 | Job control: controlling TTYs and foreground process groups. | Kevin Krakauer |
2019-09-18 | Signalfd support | Adin Scannell |
2019-09-16 | Migrate from gflags to absl flags | Michael Pratt |
2019-09-12 | Implement splice methods for pipes and sockets. | Adin Scannell |
2019-09-06 | Load C++ rules from @rules_cc | Michael Pratt |
2019-09-05 | Deflake aio_test. | Jamie Liu |