summaryrefslogtreecommitdiff
path: root/src/os/readfrom_linux.go
Commit message (Expand)AuthorAgeFilesLines
* os: don't check for TTY before calling spliceIan Lance Taylor2023-03-161-13/+0
* os, internal/poll: don't use splice with ttyIan Lance Taylor2023-03-151-0/+13
* net,os: set the theoretical unlimited remaining bytes to max int64Andy Pan2023-02-281-1/+1
* os: skip zero-copy attempts with copy_file_range(2)/splice(2) for target file...Andy Pan2023-02-271-6/+9
* os: ensure File.ReadFrom returns ErrClosed instead of the internal poll.ErrFi...Andy Pan2023-02-271-2/+2
* os: support zero-copy from TCP/Unix socket to fileAndy Pan2023-02-271-9/+84
* os: fix regression with handling of nil *FileJoe Tsai2020-07-081-0/+5
* os, internal/poll, internal/syscall/unix: use copy_file_range on LinuxAndrei Tudor Călin2020-04-281-0/+41