summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/socket/unix/transport/connectioned.go
AgeCommit message (Expand)Author
2020-11-18[netstack] Move SO_REUSEPORT and SO_REUSEADDR option to SocketOptions.Ayush Ranjan
2020-11-09Initialize references with a value of 1.Dean Deng
2020-09-02Fix Accept to not return error for sockets in accept queue.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-06-18socket/unix: (*connectionedEndpoint).State() has to take the endpoint lockAndrei Vagin
2020-06-02Check that two sockets with different types can't be connected to each otherAndrei Vagin
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-06Use common definition of SockType.Rahat Mahmood
2019-06-06Track and export socket state.Rahat Mahmood
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-17Merge queue into Unix transportIan Gudger
2018-10-17Move Unix transport out of netstackIan Gudger