| Commit message (Expand) | Author | Age | Files | Lines |
| * | net: reduce allocations for UDP send/recv on Windows | Josh Bleecher Snyder | 2021-08-16 | 1 | -4/+86 |
| * | net: reduce allocation size in ReadFromUDP | Josh Bleecher Snyder | 2021-08-16 | 2 | -0/+72 |
| * | net: remove allocation from UDPConn.WriteTo | Josh Bleecher Snyder | 2021-08-16 | 2 | -0/+62 |
| * | internal/poll: cast off the last reference of SplicePipe in test | Andy Pan | 2021-05-07 | 1 | -0/+1 |
| * | internal/poll, net: fix comments regarding accept and sysSocket | Tobias Klauser | 2021-04-20 | 2 | -4/+4 |
| * | net: pass MSG_CMSG_CLOEXEC flag in ReadMsgUnix | HowJMay | 2021-04-19 | 2 | -4/+5 |
| * | internal/poll: ensure that newPoolPipe doesn't return a nil pointer | Ian Lance Taylor | 2021-04-12 | 2 | -4/+17 |
| * | internal/poll: fix the intermittent build failures with pipe pool | Andy Pan | 2021-04-10 | 1 | -14/+24 |
| * | net: make ErrClosed and ParseError implement net.Error | Ian Lance Taylor | 2021-04-05 | 1 | -4/+15 |
| * | internal/poll: eliminate the redundant type conversions of FD.Sysfd | Andy Pan | 2021-03-16 | 3 | -3/+3 |
| * | all: add internal/itoa package | Josh Bleecher Snyder | 2021-03-14 | 2 | -29/+2 |
| * | internal/poll: fix some grammar errors | Andy Pan | 2021-03-12 | 1 | -5/+5 |
| * | internal/poll: implement a pipe pool for splice() call | Andy Pan | 2021-03-10 | 3 | -20/+185 |
| * | internal/poll, runtime: handle netpollopen error in poll_runtime_pollOpen | Tobias Klauser | 2021-03-02 | 1 | -4/+0 |
| * | docs: fix spelling | John Bampton | 2021-02-24 | 1 | -3/+3 |
| * | internal/poll: fix the verbose condition in splice | Andy Pan | 2021-02-23 | 1 | -1/+1 |
| * | all: go fmt std cmd (but revert vendor) | Russ Cox | 2021-02-20 | 28 | -0/+28 |
| * | internal/poll: netpollcheckerr before sendfile | Wei Fu | 2021-02-16 | 3 | -0/+10 |
| * | internal/poll: if copy_file_range returns 0, assume it failed | Ian Lance Taylor | 2021-02-16 | 1 | -1/+9 |
| * | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox | 2020-12-09 | 1 | -2/+1 |
| * | net, internal/poll: reset value before adding in minor kernel version | Ian Lance Taylor | 2020-11-20 | 1 | -0/+1 |
| * | internal/poll: use copy_file_range only on Linux kernel >= 5.3 | Tobias Klauser | 2020-11-10 | 1 | -2/+47 |
| * | internal/poll: treat copy_file_range EIO as not-handled | Tobias Klauser | 2020-11-04 | 1 | -1/+4 |
| * | all: update references to symbols moved from os to io/fs | Russ Cox | 2020-10-20 | 1 | -1/+2 |
| * | internal/poll, net, syscall: use accept4 on illumos | Tobias Klauser | 2020-10-16 | 3 | -3/+3 |
| * | internal/poll: use ignoringEINTR in Darwin Fsync | Ian Lance Taylor | 2020-10-01 | 2 | -3/+11 |
| * | all: add GOOS=ios | Cherry Zhang | 2020-09-23 | 1 | -1/+1 |
| * | internal/poll, internal/syscall/unix, net: enable writev on illumos | Tobias Klauser | 2020-09-15 | 4 | -2/+47 |
| * | os: implement File.Chmod on Windows | Constantin Konstantinidis | 2020-09-11 | 3 | -11/+38 |
| * | internal/poll: treat copy_file_range EPERM as not-handled | Tobias Klauser | 2020-08-19 | 1 | -1/+6 |
| * | os, internal/poll: loop on EINTR for all file syscalls | Ian Lance Taylor | 2020-08-19 | 4 | -18/+44 |
| * | internal/poll: treat copy_file_range EOPNOTSUPP as not-handled | Ian Lance Taylor | 2020-08-19 | 1 | -1/+4 |
| * | internal/poll: correct function name in comment | Vee Zhang | 2020-06-09 | 1 | -1/+1 |
| * | internal/poll: add mutex to prevent SetDeadline race in Plan 9 | Richard Miller | 2020-06-02 | 1 | -6/+23 |
| * | internal/poll, os: loop on EINTR | Ian Lance Taylor | 2020-05-11 | 7 | -16/+78 |
| * | os, internal/poll, internal/syscall/unix: use copy_file_range on Linux | Andrei Tudor Călin | 2020-04-28 | 1 | -0/+93 |
| * | os, net: define and use os.ErrDeadlineExceeded | Ian Lance Taylor | 2020-04-25 | 5 | -14/+18 |
| * | internal/syscall/windows: change WSAMsg.Name type | Alex Brainman | 2020-04-02 | 1 | -2/+2 |
| * | runtime, internal/poll: name error codes | Ian Lance Taylor | 2020-03-31 | 1 | -4/+13 |
| * | internal/poll: assume we have CancelIoEX on Windows | Ian Lance Taylor | 2020-03-24 | 2 | -100/+23 |
| * | internal/poll: update Windows Server Performance URL in comment | Ian Lance Taylor | 2020-03-20 | 1 | -1/+1 |
| * | internal/poll: merge a couple of common definitions | Ian Lance Taylor | 2020-03-20 | 3 | -40/+20 |
| * | all: fix incorrect channel and API usage in some unit tests | Ziheng Liu | 2020-02-27 | 1 | -4/+8 |
| * | internal/poll: use correct fcntl implementations | Tobias Klauser | 2019-12-31 | 6 | -17/+49 |
| * | internal/poll: use fcntl64 on 32-bit GNU/Linux systems | Tobias Klauser | 2019-12-26 | 1 | -1/+2 |
| * | all: remove the nacl port (part 1) | Brad Fitzpatrick | 2019-10-09 | 8 | -8/+8 |
| * | internal/poll: make SendFile work with large files on Windows | Emmanuel T Odeke | 2019-09-26 | 1 | -12/+49 |
| * | all: remove os.ErrTimeout | Damien Neil | 2019-08-02 | 1 | -5/+0 |
| * | all: remove os.ErrTemporary | Damien Neil | 2019-08-01 | 1 | -1/+1 |
| * | internal/poll: avoid memory leak in Writev | taoyuanyuan | 2019-05-20 | 1 | -0/+3 |