summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/socket_generic.cc
AgeCommit message (Expand)Author
2019-06-13Implement getsockopt() SO_DOMAIN, SO_PROTOCOL and SO_TYPE.Rahat Mahmood
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-03-21Add test for short recvmsg iovec length.Ian Gudger
2019-03-21Clear msghdr flags on successful recvmsg.Ian Gudger
2018-12-20Make read and write respect SO_RCVTIMEO and SO_SNDTIMEOIan Gudger
2018-12-14Implement SO_SNDTIMEOIan Gudger
2018-12-13Fix WAITALL and RCVTIMEO interactionIan Gudger
2018-12-10Implement MSG_WAITALLIan Gudger
2018-12-10Open source system call tests.Brian Geffon