summaryrefslogtreecommitdiffhomepage
path: root/pkg/fd/fd.go
AgeCommit message (Expand)Author
2020-09-04Simplify FD handling for container start/execFabricio Voznika
2019-10-18Cleanup host UDS supportMichael Pratt
2019-09-25Merge pull request #765 from trailofbits:uds_supportgVisor bot
2019-09-19Fix documentation, clean up seccomp filter installation, rename helpers.Robert Tonic
2019-09-05Switch from net to unet to open Unix Domain Sockets.Robert Tonic
2019-08-27First pass at implementing Unix Domain Socket support. No tests.Robert Tonic
2019-06-27Fix various spelling issues in the documentationMichael Pratt
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-23Replace os.File with fd.FD in fsgoferFabricio Voznika
2019-02-08Keep FilePayloads open on server side until after RPC completed.Christopher Koch
2018-10-19Use correct company name in copyright headerIan Gudger
2018-04-28Check in gVisor.Googler