summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/socket/unix/transport
AgeCommit message (Expand)Author
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
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
2018-10-17Move Unix transport out of netstackIan Gudger