aboutsummaryrefslogtreecommitdiff
path: root/src/internal/poll
AgeCommit message (Expand)Author
10 daysinternal/poll: update WaitWrite commentDaman Arora
2024-05-23all: document legacy //go:linkname for modules with ≥10,000 dependentsRuss Cox
2024-05-17all: add push linknames to allow legacy pull linknamesCherry Mui
2024-05-14internal/poll: use internal/byteorderTobias Klauser
2024-05-06all: make use of stringslite.{HasPrefix, HasSuffix}Jes Cok
2024-04-26net, os, internal/poll: test for use of sendfileDamien Neil
2024-04-14net: separate the Solaris fast/slow path of setting SOCK_* from othersAndy Pan
2024-04-11internal/poll: better panic for invalid write return valueIan Lance Taylor
2024-04-04internal/poll: eliminate the redundant conditional branch for isKernelVersion...Andy Pan
2024-04-02internal/poll, net, os: remove poll.Splice syscall name return valueTobias Klauser
2024-03-27all: make use of builtin clearJes Cok
2024-03-25internal/poll: use sync.OnceValue to determine kernel version ≥ 5.3 in Copy...Tobias Klauser
2024-03-07internal/poll: change Fsync to fallback to syscall.Fsync on darwinMauri de Souza Meneguzzo
2024-02-23internal/poll: revise the determination about [handled] and improve the code ...Andy Pan
2024-02-14runtime: make netpoll events sources identifiable on Windowsqmuntal
2024-02-07Revert "runtime: make netpollBreak entries identifiable on Windows"Quim Muntal
2024-02-01runtime: make netpollBreak entries identifiable on Windowsqmuntal
2024-01-31runtime/debug: SetCrashOutput sets the FD for fatal panicsAlan Donovan
2024-01-23net,internal/poll: load ws2_32.dll only when net is importedqmuntal
2024-01-23runtime,internal/poll: move websocket handling out of the runtime on Windowsqmuntal
2023-12-18internal/syscall/windows: fix the signature of SetFileInformationByHandleBryan C. Mills
2023-11-17net,os: arrange zero-copy of os.File and net.TCPConn to net.UnixConnAndy Pan
2023-10-23net,internal/poll: mark it as handled even if sendfile(2) succeeded with 0 by...Andy Pan
2023-10-19internal/poll: add SPLICE_F_NONBLOCK flag for splice to avoid inconsistency w...Andy Pan
2023-08-30internal/poll, net: use (*FD).SetsockoptInet4Addr in setIPv4MulticastInterfac...Tobias Klauser
2023-06-07internal/poll: update SOCK_CLOEXEC commentIan Lance Taylor
2023-06-07Revert "internal/poll: remove fallback path in accept"Ian Lance Taylor
2023-05-25net: implement wasip1 FileListener and FileConnChris O'Hara
2023-05-25runtime: implement wasip1 netpollChris O'Hara
2023-05-19internal/poll: handle SetDeadline to time.Now() in Plan 9miller
2023-05-18internal/poll, internal/syscall/unix, net: move and export fcntl syscall wrapperTobias Klauser
2023-05-09syscall,internal/poll: move pipe check from syscall.Seek to callersqmuntal
2023-04-27all: remove repeated definite articlescui fliter
2023-04-18internal/poll: add GetsockoptIntMatthieu Baerts
2023-04-11runtime: filter i/o async entries using completion key on windowsWill Hawkins
2023-04-07internal: add wasip1 supportJohan Brandhorst-Satzkorn
2023-03-15os, internal/poll: don't use splice with ttyIan Lance Taylor
2023-03-02internal/poll: remove redundant atomics from poll.FD on plan9miller
2023-02-27internal/poll: avoid race between SetDeadline and timer expiry in Plan 9miller
2023-02-22Revert "internal/poll: drop redundant ENOSYS in CopyFileRange"Ian Lance Taylor
2023-02-09runtime: fix signature for linked functionsAdin Scannell
2023-02-02internal/poll: use atomic.Bool in DupCloseOnExecTobias Klauser
2023-01-30internal/poll: don't queue port completion entry for udp on windowsqmuntal
2022-12-16syscall, internal/poll: fall back to accept on linux-armIan Lance Taylor
2022-11-14os,syscall: File.Stat to use file handle for directories on Windowsqmuntal
2022-11-09io: correctly process result of sendfile(2) when src returns 0 bytesDaulet Zhanguzin
2022-10-08os: use poll.fdMutex for Plan 9 filesIan Lance Taylor
2022-10-07internal/poll, internal/syscall/unix, syscall: move writev definition for sol...Tobias Klauser
2022-10-07internal/poll, net, syscall: enable writev on aixTobias Klauser
2022-09-30internal: fix a few function names on commentscui fliter