summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/socket/unix/transport/queue.go
AgeCommit message (Expand)Author
2021-11-04[syserr] Reverse dependency for tcpip.ErrorZach Koopmans
2021-09-21socket/unix: clean up socket queue after releasing a queue lockAndrei Vagin
2021-09-01unix: handle a case when a buffer is overflowedAndrei Vagin
2021-03-24Add POLLRDNORM/POLLWRNORM support.Bhasker Hariharan
2021-02-09Add support for setting SO_SNDBUF for unix domain sockets.Bhasker Hariharan
2020-08-25Use new reference count utility throughout gvisor.Dean Deng
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-01-28Prevent arbitrary size allocation when sending UDS messages.Dean Deng
2020-01-09New sync package.Ian Gudger
2019-10-16Merge pull request #736 from tanjianfeng:fix-unixgVisor bot
2019-08-22unix: return ECONNRESET if peer closed with data not readJianfeng Tan
2019-06-27Fix various spelling issues in the documentationMichael Pratt
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2018-12-17Fix recv blocking for connectionless Unix sockets.Ian Gudger
2018-10-24Convert Unix transport to syserrIan Gudger
2018-10-20Refcount Unix transport queueIan Gudger
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-17Use generic ilist in Unix transport queueIan Gudger
2018-10-17Merge queue into Unix transportIan Gudger