summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/socket_unix_stream.cc
AgeCommit message (Expand)Author
2020-10-23Support getsockopt for SO_ACCEPTCONN.Nayana Bidari
2020-09-17{Set,Get} SO_LINGER on all endpoints.Nayana Bidari
2020-06-10socket/unix: handle sendto address argument for connected socketsAndrei Vagin
2019-10-25test/syscall: Remove duplicated gtest/gtest.h.Haibo
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