summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/strace/socket.go
AgeCommit message (Expand)Author
2020-01-27Update package locations.Adin Scannell
2020-01-13Allow dual stack sockets to operate on AF_INETTamir Duberstein
2019-12-03strace: don't create a slice with a negative valueAndrei Vagin
2019-10-07Rename epsocket to netstack.Kevin Krakauer
2019-08-16netstack: disconnect an unix socket only if the address family is AF_UNSPECAndrei Vagin
2019-07-03netstack/udp: connect with the AF_UNSPEC address family means disconnectAndrei Vagin
2019-06-13Update canonical repository.Adin Scannell
2019-06-06Use common definition of SockType.Rahat Mahmood
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2018-12-06Convert ValueSet to a mapMichael Pratt
2018-10-19Use correct company name in copyright headerIan Gudger
2018-05-03Clean up control message strace loggingIan Gudger
2018-05-01Implement SO_TIMESTAMPIan Gudger
2018-04-28Check in gVisor.Googler