summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/host/socket_unsafe.go
AgeCommit message (Expand)Author
2020-09-11Fix host unix socket to not swallow EOF incorrectly.Bhasker Hariharan
2020-04-27Import host sockets.Dean Deng
2019-08-14Replace uinptr with int64 when returning lengthsTamir Duberstein
2019-04-29Implement the MSG_CTRUNC msghdr flag for Unix sockets.Ian Gudger
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-10Enforce message size limits and avoid host calls with too many iovecsMichael Pratt
2018-04-28Check in gVisor.Googler