summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/socket/unix/transport
AgeCommit message (Expand)Author
2020-11-26[netstack] Add SOL_TCP options to SocketOptions.Ayush Ranjan
2020-11-18[netstack] Move SO_KEEPALIVE and SO_ACCEPTCONN option to SocketOptions.Ayush Ranjan
2020-11-18[netstack] Move SO_REUSEPORT and SO_REUSEADDR option to SocketOptions.Ayush Ranjan
2020-11-18[netstack] Move SO_PASSCRED option to SocketOptions.Ayush Ranjan
2020-11-12Refactor SOL_SOCKET optionsNayana Bidari
2020-11-09Initialize references with a value of 1.Dean Deng
2020-10-26Fix SCM Rights S/R reference leak.Dean Deng
2020-10-23Fix nogo tests in //pkg/sentry/socket/...Ting-Yu Wang
2020-10-23Support getsockopt for SO_ACCEPTCONN.Nayana Bidari
2020-10-23Rewrite reference leak checker without finalizers.Dean Deng
2020-09-17{Set,Get} SO_LINGER on all endpoints.Nayana Bidari
2020-09-16Automated rollback of changelist 329526153Nayana Bidari
2020-09-02Fix Accept to not return error for sockets in accept queue.Bhasker Hariharan
2020-09-01Automated rollback of changelist 328350576Nayana Bidari
2020-08-27Improve type safety for socket optionsGhanan Gowripalan
2020-08-27Add function to get error from a tcpip.EndpointGhanan Gowripalan
2020-08-25Use new reference count utility throughout gvisor.Dean Deng
2020-08-25Support SO_LINGER socket option.Nayana Bidari
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-04-17Permit setting unknown optionsTamir Duberstein
2020-04-09Convert int and bool socket options to use GetSockOptInt and GetSockOptBoolAndrei Vagin
2020-01-28Prevent arbitrary size allocation when sending UDS messages.Dean Deng
2020-01-27Update package locations.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-09New sync package.Ian Gudger
2020-01-08Introduce tcpip.SockOptBoolTamir Duberstein
2020-01-08Rename tcpip.SockOpt{,Int}Tamir Duberstein
2019-10-16Reorder BUILD license and load functions in gvisor.Kevin Krakauer
2019-10-16Merge pull request #736 from tanjianfeng:fix-unixgVisor bot
2019-09-23netstack: convert more socket options to {Set,Get}SockOptIntAndrei Vagin
2019-08-22unix: return ECONNRESET if peer closed with data not readJianfeng Tan
2019-08-14Replace uinptr with int64 when returning lengthsTamir Duberstein
2019-07-18net/tcp/setockopt: impelment setsockopt(fd, SOL_TCP, TCP_INQ)Andrei Vagin
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-06-03gvisor/sock/unix: pass creds when a message is sent between unconnected socketsAndrei Vagin
2019-04-29Implement the MSG_CTRUNC msghdr flag for Unix sockets.Ian Gudger
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-01-31Remove license commentsMichael Pratt
2018-12-21Implement SO_KEEPALIVE, TCP_KEEPIDLE, and TCP_KEEPINTVL.Ian Gudger
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