summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/socket_generic.cc
AgeCommit message (Expand)Author
2020-02-26Add getsockopt tests for SO_SNDTIMEO and SO_RCVTIMEOJay Zhuang
2020-01-21Change to standard types.Adin Scannell
2020-01-21Merge pull request #1492 from majek:err_typo_in_netstack_testsgVisor bot
2019-10-25test/syscall: Remove duplicated gtest/gtest.h.Haibo
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