summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/host/socket.go
AgeCommit message (Expand)Author
2021-07-01[syserror] Update several syserror errors to linuxerr equivalents.Zach Koopmans
2021-06-22[syserror] Add conversions to linuxerr with temporary Equals method.Zach Koopmans
2021-04-20Move SO_RCVBUF to socketops.Nayana Bidari
2021-03-24Add POLLRDNORM/POLLWRNORM support.Bhasker Hariharan
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2021-02-09Add support for setting SO_SNDBUF for unix domain sockets.Bhasker Hariharan
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-06-10Deleting the maxSendBufferSize from fs/hostBin Lu
2020-04-27Import host sockets.Dean Deng
2020-01-27Update package locations.Adin Scannell
2020-01-09New sync package.Ian Gudger
2019-08-22unix: return ECONNRESET if peer closed with data not readJianfeng Tan
2019-08-14Replace uinptr with int64 when returning lengthsTamir Duberstein
2019-06-28Add finalizer on AtomicRefCount to check for leaks.Ian Gudger
2019-06-13Plumb context through more layers of filesytem.Ian Gudger
2019-06-13Update canonical repository.Adin Scannell
2019-06-10Store more information in the kernel socket table.Rahat Mahmood
2019-06-06Use common definition of SockType.Rahat Mahmood
2019-06-05Shutdown host sockets on internal shutdownMichael Pratt
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-12-14Move fdnotifier package to reduce internal confusion.Adin Scannell
2018-12-10Implement MSG_WAITALLIan Gudger
2018-10-24Convert Unix transport to syserrIan Gudger
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-17Move Unix transport out of netstackIan Gudger
2018-10-15Refactor host.ConnectedEndpointIan Gudger
2018-10-15Merge host.endpoint into host.ConnectedEndpointIan Gudger
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