aboutsummaryrefslogtreecommitdiff
path: root/src/internal/poll/fd_unix.go
AgeCommit message (Expand)Author
2020-10-01internal/poll: use ignoringEINTR in Darwin FsyncIan Lance Taylor
2020-09-11os: implement File.Chmod on WindowsConstantin Konstantinidis
2020-08-19os, internal/poll: loop on EINTR for all file syscallsIan Lance Taylor
2020-06-09internal/poll: correct function name in commentVee Zhang
2020-05-11internal/poll, os: loop on EINTRIan Lance Taylor
2020-03-20internal/poll: merge a couple of common definitionsIan Lance Taylor
2019-12-31internal/poll: use correct fcntl implementationsTobias Klauser
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2018-11-07syscall: implement syscalls on Darwin using libSystemKeith Randall
2018-10-03internal/poll: add AIX operating systemClément Chigot
2018-07-11internal/poll: don't take read lock in SetBlockingIan Lance Taylor
2018-06-22syscall, internal/poll: fix build on js/wasmBrad Fitzpatrick
2018-06-22os, net: avoid races between dup, set-blocking-mode, and closingIan Lance Taylor
2018-06-01os: add js/wasm architectureRichard Musiol
2018-03-06internal/poll: if poller init fails, assume blocking modeIan Lance Taylor
2017-12-14os: don't wait for Close if the File was returned by NewFileWèi Cōngruì
2017-12-14net, os: don't wait for Close in blocking modeIan Lance Taylor
2017-11-22internal/poll: loop on EINTR in Read on DarwinIan Lance Taylor
2017-10-20runtime: for kqueue treat EVFILT_READ with EV_EOF as permitting a writeIan Lance Taylor
2017-09-26internal/poll: don't return from Close until descriptor is closedIan Lance Taylor
2017-09-26internal/poll: be explicit when using runtime netpollerAlex Brainman
2017-07-14internal/poll: don't wait for unpollable filesIan Lance Taylor
2017-05-19internal/poll: add RawControl, RawRead and RawWrite methods to FDMikio Hara
2017-04-26os, net, internal/poll: return consistent error for closed socketIan Lance Taylor
2017-04-25internal/poll: don't use r/w lock for Pread/PwriteIan Lance Taylor
2017-04-13internal/poll: rename RecvFrom to ReadFrom for consistencyMikio Hara
2017-03-07internal/poll: code cleanupMikio Hara
2017-02-15os: use poller for file I/OIan Lance Taylor
2017-02-14internal/poll: remove named return values and naked returnsDave Cheney
2017-02-13net: refactor poller into new internal/poll packageIan Lance Taylor