summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/socket.cc
AgeCommit message (Expand)Author
2021-07-22Move socket_test_util to //test/utilGhanan Gowripalan
2021-07-08Fix async-signal-unsafety in socket test.Jamie Liu
2021-04-16Use size_t instead of C integer types.Dean Deng
2021-04-13Remove _NoRandomSave tests.Adin Scannell
2021-01-26Initialize timestamps for gofer synthetic children.Dean Deng
2021-01-26Do not send SCM Rights more than once when message is truncated.Dean Deng
2020-12-23Resolve compiler warningsKevin Krakauer
2020-08-28Implement StatFS for various VFS2 filesystems.Rahat Mahmood
2020-06-15Correctly set the test VFS environment variable.Rahat Mahmood
2020-05-21Skip socket tests only if running on vfs1.Dean Deng
2020-05-13Resolve remaining TODOs for tmpfs.Nicolas Lacasse
2020-04-28Fix Unix socket permissions.Dean Deng
2019-10-02Sanity test that open(2) on a UDS failsMichael Pratt
2019-08-26Internal change.gVisor bot
2019-05-30gvisor: socket() returns EPROTONOSUPPORT if protocol is not supportedAndrei Vagin