gvisor/pkg/sentry/fs/host
Ian Gudger 324ad3564b Refactor host.ConnectedEndpoint
* Integrate recvMsg and sendMsg functions into Recv and Send respectively as
  they are no longer shared.
* Clean up partial read/write error handling code.
* Re-order code to make sense given that there is no longer a host.endpoint
  type.

PiperOrigin-RevId: 217255072
Change-Id: Ib43fe9286452f813b8309d969be11f5fa40694cd
2018-10-15 20:23:18 -07:00
..
BUILD Merge host.endpoint into host.ConnectedEndpoint 2018-10-15 17:48:11 -07:00
control.go Check in gVisor. 2018-04-28 01:44:26 -04:00
descriptor.go Imported FD in exec was leaking 2018-09-05 18:07:11 -07:00
descriptor_state.go Check in gVisor. 2018-04-28 01:44:26 -04:00
descriptor_test.go Imported FD in exec was leaking 2018-09-05 18:07:11 -07:00
device.go Check in gVisor. 2018-04-28 01:44:26 -04:00
file.go runsc: Support job control signals in "exec -it". 2018-10-01 22:06:56 -07:00
fs.go Automated rollback of changelist 207037226 2018-08-02 10:42:48 -07:00
fs_test.go Fix warning: redundant if ...; err != nil check, just return error instead. 2018-05-08 09:51:56 -07:00
inode.go runsc: Support job control signals in "exec -it". 2018-10-01 22:06:56 -07:00
inode_state.go sentry: mark S/R stating errors as save rejections / fs corruptions. 2018-08-22 13:19:16 -07:00
inode_test.go Check in gVisor. 2018-04-28 01:44:26 -04:00
ioctl_unsafe.go runsc: Terminal support for "docker exec -ti". 2018-08-24 17:43:21 -07:00
socket.go Refactor host.ConnectedEndpoint 2018-10-15 20:23:18 -07:00
socket_iovec.go Enforce message size limits and avoid host calls with too many iovecs 2018-10-10 14:10:17 -07:00
socket_state.go Merge host.endpoint into host.ConnectedEndpoint 2018-10-15 17:48:11 -07:00
socket_test.go Release mutex in BidirectionalConnect to avoid deadlock. 2018-05-16 13:07:12 -07:00
socket_unsafe.go Enforce message size limits and avoid host calls with too many iovecs 2018-10-10 14:10:17 -07:00
tty.go runsc: Support job control signals in "exec -it". 2018-10-01 22:06:56 -07:00
util.go Check in gVisor. 2018-04-28 01:44:26 -04:00
util_unsafe.go Reuse readlink parameter, add sockaddr max. 2018-09-14 16:00:02 -07:00
wait_test.go Check in gVisor. 2018-04-28 01:44:26 -04:00