summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/socket_unix_stream.cc
AgeCommit message (Expand)Author
2019-10-16Merge pull request #736 from tanjianfeng:fix-unixgVisor bot
2019-08-22unix: return ECONNRESET if peer closed with data not readJianfeng Tan
2019-08-22unix: return zero if peer is closedJianfeng Tan
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Appease googletest deprecationTamir Duberstein
2019-01-25Remove O_CLOEXEC from socket test configurations where irrelevant.Jamie Liu
2018-12-10Open source system call tests.Brian Geffon