Age | Commit message (Expand) | Author |
---|---|---|
2020-02-26 | Add getsockopt tests for SO_SNDTIMEO and SO_RCVTIMEO | Jay Zhuang |
2020-01-21 | Change to standard types. | Adin Scannell |
2020-01-21 | Merge pull request #1492 from majek:err_typo_in_netstack_tests | gVisor bot |
2019-10-25 | test/syscall: Remove duplicated gtest/gtest.h. | Haibo |
2019-06-13 | Implement getsockopt() SO_DOMAIN, SO_PROTOCOL and SO_TYPE. | Rahat Mahmood |
2019-04-29 | Change copyright notice to "The gVisor Authors" | Michael Pratt |
2019-03-21 | Add test for short recvmsg iovec length. | Ian Gudger |
2019-03-21 | Clear msghdr flags on successful recvmsg. | Ian Gudger |
2018-12-20 | Make read and write respect SO_RCVTIMEO and SO_SNDTIMEO | Ian Gudger |
2018-12-14 | Implement SO_SNDTIMEO | Ian Gudger |
2018-12-13 | Fix WAITALL and RCVTIMEO interaction | Ian Gudger |
2018-12-10 | Implement MSG_WAITALL | Ian Gudger |
2018-12-10 | Open source system call tests. | Brian Geffon |