summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/socket/unix/io.go
AgeCommit message (Expand)Author
2020-01-27Update package locations.Adin Scannell
2020-01-08Return correct length with MSG_TRUNC for unix sockets.Ian Lewis
2019-08-14Replace uinptr with int64 when returning lengthsTamir Duberstein
2019-06-13Plumb context through more layers of filesytem.Ian Gudger
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Implement the MSG_CTRUNC msghdr flag for Unix sockets.Ian Gudger
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2018-10-24Convert Unix transport to syserrIan Gudger
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-17Move Unix transport out of netstackIan Gudger
2018-04-28Check in gVisor.Googler