| .. |
|
export_posix_test.go
|
…
|
|
|
export_test.go
|
…
|
|
|
export_windows_test.go
|
internal/poll: add tests for Windows file and serial ports
|
2017-08-11 04:10:13 +00:00 |
|
fd.go
|
os: add deadline methods for File type
|
2017-10-25 18:27:06 +00:00 |
|
fd_io_plan9.go
|
…
|
|
|
fd_mutex.go
|
internal/poll: fix error in increfAndClose documentation
|
2017-12-11 18:49:37 +00:00 |
|
fd_mutex_test.go
|
…
|
|
|
fd_plan9.go
|
internal/poll: add RawControl, RawRead and RawWrite methods to FD
|
2017-05-19 09:10:16 +00:00 |
|
fd_poll_nacl.go
|
internal/poll: don't wait for unpollable files
|
2017-07-14 04:03:31 +00:00 |
|
fd_poll_runtime.go
|
os: add deadline methods for File type
|
2017-10-25 18:27:06 +00:00 |
|
fd_posix.go
|
…
|
|
|
fd_posix_test.go
|
os, net, internal/poll: return consistent error for closed socket
|
2017-04-26 00:03:14 +00:00 |
|
fd_unix.go
|
internal/poll: if poller init fails, assume blocking mode
|
2018-03-06 23:21:25 +00:00 |
|
fd_windows.go
|
net: fix UDPConn readers to return truncated payload size instead of 0
|
2018-02-21 10:40:03 +00:00 |
|
fd_windows_test.go
|
internal/poll: add tests for Windows file and serial ports
|
2017-08-11 04:10:13 +00:00 |
|
hook_cloexec.go
|
net, internal/poll, net/internal/socktest: use SOCK_{CLOEXEC,NONBLOCK} accept4/socket flags on OpenBSD
|
2018-02-26 16:59:38 +00:00 |
|
hook_unix.go
|
internal/poll: code cleanup
|
2017-03-07 21:54:36 +00:00 |
|
hook_windows.go
|
internal/poll: code cleanup
|
2017-03-07 21:54:36 +00:00 |
|
sendfile_bsd.go
|
os, net, internal/poll: return consistent error for closed socket
|
2017-04-26 00:03:14 +00:00 |
|
sendfile_linux.go
|
os, net, internal/poll: return consistent error for closed socket
|
2017-04-26 00:03:14 +00:00 |
|
sendfile_solaris.go
|
net: fix sendfile for Solaris
|
2017-06-30 19:07:13 +00:00 |
|
sendfile_windows.go
|
internal/poll: do not use Windows TransmitFile with pipes
|
2017-11-26 01:41:33 +00:00 |
|
sock_cloexec.go
|
net, internal/poll, net/internal/socktest: use SOCK_{CLOEXEC,NONBLOCK} accept4/socket flags on OpenBSD
|
2018-02-26 16:59:38 +00:00 |
|
sockopt.go
|
internal/poll: code cleanup
|
2017-03-07 21:54:36 +00:00 |
|
sockopt_linux.go
|
internal/poll: rename RecvFrom to ReadFrom for consistency
|
2017-04-13 03:26:58 +00:00 |
|
sockopt_unix.go
|
…
|
|
|
sockopt_windows.go
|
internal/poll: rename RecvFrom to ReadFrom for consistency
|
2017-04-13 03:26:58 +00:00 |
|
sockoptip.go
|
net, internal/poll: enable ListenMulticastUDP on solaris
|
2017-08-09 23:52:12 +00:00 |
|
strconv.go
|
internal/poll: code cleanup
|
2017-03-07 21:54:36 +00:00 |
|
sys_cloexec.go
|
net, internal/poll, net/internal/socktest: use SOCK_{CLOEXEC,NONBLOCK} accept4/socket flags on OpenBSD
|
2018-02-26 16:59:38 +00:00 |
|
writev.go
|
os, net, internal/poll: return consistent error for closed socket
|
2017-04-26 00:03:14 +00:00 |
|
writev_test.go
|
…
|
|