summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/socket_inet_loopback.cc
AgeCommit message (Expand)Author
2019-08-06Fix for a panic due to writing to a closed accept channel.Bhasker Hariharan
2019-06-10Fixes to listen backlog handling.Bhasker Hariharan
2019-06-06Try increase listen backlog.Rahat Mahmood
2019-05-03Proper cleanup of sockets that used REUSEPORTChris Kuiper
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-29Appease googletest deprecationTamir Duberstein
2019-04-26Remove syscall tests' dependency on glogTamir Duberstein
2019-02-08Use socket address functions in unbound IPv4 UDP tests.Ian Gudger
2019-01-23Fix cases of missing braces on ifMichael Pratt
2018-12-28Implement SO_REUSEPORT for TCP and UDP socketsAndrei Vagin
2018-12-20test: deflake socket_inet_loopback.Zhaozhong Ni
2018-12-10Open source system call tests.Brian Geffon