summaryrefslogtreecommitdiff
path: root/src/internal/poll
Commit message (Expand)AuthorAgeFilesLines
* net: reduce allocations for UDP send/recv on WindowsJosh Bleecher Snyder2021-08-161-4/+86
* net: reduce allocation size in ReadFromUDPJosh Bleecher Snyder2021-08-162-0/+72
* net: remove allocation from UDPConn.WriteToJosh Bleecher Snyder2021-08-162-0/+62
* internal/poll: cast off the last reference of SplicePipe in testAndy Pan2021-05-071-0/+1
* internal/poll, net: fix comments regarding accept and sysSocketTobias Klauser2021-04-202-4/+4
* net: pass MSG_CMSG_CLOEXEC flag in ReadMsgUnixHowJMay2021-04-192-4/+5
* internal/poll: ensure that newPoolPipe doesn't return a nil pointerIan Lance Taylor2021-04-122-4/+17
* internal/poll: fix the intermittent build failures with pipe poolAndy Pan2021-04-101-14/+24
* net: make ErrClosed and ParseError implement net.ErrorIan Lance Taylor2021-04-051-4/+15
* internal/poll: eliminate the redundant type conversions of FD.SysfdAndy Pan2021-03-163-3/+3
* all: add internal/itoa packageJosh Bleecher Snyder2021-03-142-29/+2
* internal/poll: fix some grammar errorsAndy Pan2021-03-121-5/+5
* internal/poll: implement a pipe pool for splice() callAndy Pan2021-03-103-20/+185
* internal/poll, runtime: handle netpollopen error in poll_runtime_pollOpenTobias Klauser2021-03-021-4/+0
* docs: fix spellingJohn Bampton2021-02-241-3/+3
* internal/poll: fix the verbose condition in spliceAndy Pan2021-02-231-1/+1
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-2028-0/+28
* internal/poll: netpollcheckerr before sendfileWei Fu2021-02-163-0/+10
* internal/poll: if copy_file_range returns 0, assume it failedIan Lance Taylor2021-02-161-1/+9
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-2/+1
* net, internal/poll: reset value before adding in minor kernel versionIan Lance Taylor2020-11-201-0/+1
* internal/poll: use copy_file_range only on Linux kernel >= 5.3Tobias Klauser2020-11-101-2/+47
* internal/poll: treat copy_file_range EIO as not-handledTobias Klauser2020-11-041-1/+4
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-201-1/+2
* internal/poll, net, syscall: use accept4 on illumosTobias Klauser2020-10-163-3/+3
* internal/poll: use ignoringEINTR in Darwin FsyncIan Lance Taylor2020-10-012-3/+11
* all: add GOOS=iosCherry Zhang2020-09-231-1/+1
* internal/poll, internal/syscall/unix, net: enable writev on illumosTobias Klauser2020-09-154-2/+47
* os: implement File.Chmod on WindowsConstantin Konstantinidis2020-09-113-11/+38
* internal/poll: treat copy_file_range EPERM as not-handledTobias Klauser2020-08-191-1/+6
* os, internal/poll: loop on EINTR for all file syscallsIan Lance Taylor2020-08-194-18/+44
* internal/poll: treat copy_file_range EOPNOTSUPP as not-handledIan Lance Taylor2020-08-191-1/+4
* internal/poll: correct function name in commentVee Zhang2020-06-091-1/+1
* internal/poll: add mutex to prevent SetDeadline race in Plan 9Richard Miller2020-06-021-6/+23
* internal/poll, os: loop on EINTRIan Lance Taylor2020-05-117-16/+78
* os, internal/poll, internal/syscall/unix: use copy_file_range on LinuxAndrei Tudor Călin2020-04-281-0/+93
* os, net: define and use os.ErrDeadlineExceededIan Lance Taylor2020-04-255-14/+18
* internal/syscall/windows: change WSAMsg.Name typeAlex Brainman2020-04-021-2/+2
* runtime, internal/poll: name error codesIan Lance Taylor2020-03-311-4/+13
* internal/poll: assume we have CancelIoEX on WindowsIan Lance Taylor2020-03-242-100/+23
* internal/poll: update Windows Server Performance URL in commentIan Lance Taylor2020-03-201-1/+1
* internal/poll: merge a couple of common definitionsIan Lance Taylor2020-03-203-40/+20
* all: fix incorrect channel and API usage in some unit testsZiheng Liu2020-02-271-4/+8
* internal/poll: use correct fcntl implementationsTobias Klauser2019-12-316-17/+49
* internal/poll: use fcntl64 on 32-bit GNU/Linux systemsTobias Klauser2019-12-261-1/+2
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-098-8/+8
* internal/poll: make SendFile work with large files on WindowsEmmanuel T Odeke2019-09-261-12/+49
* all: remove os.ErrTimeoutDamien Neil2019-08-021-5/+0
* all: remove os.ErrTemporaryDamien Neil2019-08-011-1/+1
* internal/poll: avoid memory leak in Writevtaoyuanyuan2019-05-201-0/+3