summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/gofer/socket.go
AgeCommit message (Expand)Author
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-04-28Support pipes and sockets in VFS2 gofer fs.Dean Deng
2020-02-04Add support for sentry internal pipe for gofer mountsFabricio Voznika
2020-01-27Update package locations.Adin Scannell
2019-06-13Plumb context through more layers of filesytem.Ian Gudger
2019-06-13Update canonical repository.Adin Scannell
2019-06-06Use common definition of SockType.Rahat Mahmood
2019-06-03gvisor/sock/unix: pass creds when a message is sent between unconnected socketsAndrei Vagin
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
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-09-28Require AF_UNIX sockets from the goferMichael Pratt
2018-08-10Enable checkpoint/restore in cases of UDS use.Brielle Broder
2018-05-16Release mutex in BidirectionalConnect to avoid deadlock.Brian Geffon
2018-04-28Check in gVisor.Googler