summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/socket/unix/transport/connectionless.go
AgeCommit message (Expand)Author
2021-11-04[syserr] Reverse dependency for tcpip.ErrorZach Koopmans
2021-08-12Add support for TCP send buffer auto tuning.Nayana Bidari
2021-04-20Move SO_RCVBUF to socketops.Nayana Bidari
2021-03-24Add POLLRDNORM/POLLWRNORM support.Bhasker Hariharan
2021-02-09Add support for setting SO_SNDBUF for unix domain sockets.Bhasker Hariharan
2021-01-26Initialize the send buffer handler in endpoint creation.Nayana Bidari
2021-01-26Move SO_SNDBUF to socketops.Nayana Bidari
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-01-27Update package locations.Adin Scannell
2019-08-14Replace uinptr with int64 when returning lengthsTamir Duberstein
2019-07-01Fix unix/transport.queue reference leaks.Ian Gudger
2019-06-28Add finalizer on AtomicRefCount to check for leaks.Ian Gudger
2019-06-27Fix various spelling issues in the documentationMichael Pratt
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