aboutsummaryrefslogtreecommitdiff
path: root/src/internal/poll
AgeCommit message (Expand)Author
2021-02-16internal/poll: netpollcheckerr before sendfileWei Fu
2021-02-16internal/poll: if copy_file_range returns 0, assume it failedIan Lance Taylor
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-11-20net, internal/poll: reset value before adding in minor kernel versionIan Lance Taylor
2020-11-10internal/poll: use copy_file_range only on Linux kernel >= 5.3Tobias Klauser
2020-11-04internal/poll: treat copy_file_range EIO as not-handledTobias Klauser
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-10-16internal/poll, net, syscall: use accept4 on illumosTobias Klauser
2020-10-01internal/poll: use ignoringEINTR in Darwin FsyncIan Lance Taylor
2020-09-23all: add GOOS=iosCherry Zhang
2020-09-15internal/poll, internal/syscall/unix, net: enable writev on illumosTobias Klauser
2020-09-11os: implement File.Chmod on WindowsConstantin Konstantinidis
2020-08-19internal/poll: treat copy_file_range EPERM as not-handledTobias Klauser
2020-08-19os, internal/poll: loop on EINTR for all file syscallsIan Lance Taylor
2020-08-19internal/poll: treat copy_file_range EOPNOTSUPP as not-handledIan Lance Taylor
2020-06-09internal/poll: correct function name in commentVee Zhang
2020-06-02internal/poll: add mutex to prevent SetDeadline race in Plan 9Richard Miller
2020-05-11internal/poll, os: loop on EINTRIan Lance Taylor
2020-04-28os, internal/poll, internal/syscall/unix: use copy_file_range on LinuxAndrei Tudor Călin
2020-04-25os, net: define and use os.ErrDeadlineExceededIan Lance Taylor
2020-04-02internal/syscall/windows: change WSAMsg.Name typeAlex Brainman
2020-03-31runtime, internal/poll: name error codesIan Lance Taylor
2020-03-24internal/poll: assume we have CancelIoEX on WindowsIan Lance Taylor
2020-03-20internal/poll: update Windows Server Performance URL in commentIan Lance Taylor
2020-03-20internal/poll: merge a couple of common definitionsIan Lance Taylor
2020-02-27all: fix incorrect channel and API usage in some unit testsZiheng Liu
2019-12-31internal/poll: use correct fcntl implementationsTobias Klauser
2019-12-26internal/poll: use fcntl64 on 32-bit GNU/Linux systemsTobias Klauser
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-09-26internal/poll: make SendFile work with large files on WindowsEmmanuel T Odeke
2019-08-02all: remove os.ErrTimeoutDamien Neil
2019-08-01all: remove os.ErrTemporaryDamien Neil
2019-05-20internal/poll: avoid memory leak in Writevtaoyuanyuan
2019-05-04all: add Unwrap and Is methods to various error typesDamien Neil
2019-04-17internal/poll: avoid unnecessary memory allocation in WritevMatthew Dempsky
2019-04-16all: s/cancelation/cancellation/Josh Bleecher Snyder
2019-04-03syscall: avoid _getdirentries64 on darwinKeith Randall
2019-03-19runtime, internal/poll: report only critical event scanning errorMikio Hara
2019-03-19internal/poll, os: cancel pending I/O when closing pipes on WindowsWèi Cōngruì
2019-03-13runtime, internal/poll, net: report event scanning error on read eventMikio Hara
2019-03-06internal/poll: fix deadlock in Write if len(buf) > maxRWWèi Cōngruì
2019-03-06internal/poll: make FD.isFile mean whether it isn't socket on WindowsWèi Cōngruì
2019-03-04internal/poll: copy and use errnoErr to avoid allocationsJosh Bleecher Snyder
2018-12-13runtime,os,syscall,internal/poll: replace getdirentries on iOSElias Naur
2018-11-07syscall: implement syscalls on Darwin using libSystemKeith Randall
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-11-02internal/poll, os/exec, runtime: replace PollDescriptor by IsPollDescriptorClément Chigot
2018-11-02runtime: avoid runtimeNano call on a common netpoll pathDmitry Vyukov
2018-11-02runtime: move nanotime wrappers to time and poll packagesDmitry Vyukov
2018-10-12internal/poll: add FD.Fsync on aixTobias Klauser