summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/host/socket.go
AgeCommit message (Expand)Author
2018-10-10Enforce message size limits and avoid host calls with too many iovecsMichael Pratt
2018-09-28Require AF_UNIX sockets from the goferMichael Pratt
2018-08-03stateify: make explicit mode no longer optional.Zhaozhong Ni
2018-08-02Automated rollback of changelist 207037226Zhaozhong Ni
2018-05-16Release mutex in BidirectionalConnect to avoid deadlock.Brian Geffon
2018-05-08Fix warning: redundant if ...; err != nil check, just return error instead.Ian Gudger
2018-04-28Check in gVisor.Googler