]> Cypherpunks.ru repositories - gostls13.git/history - src/internal/poll
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / internal / poll /
2023-10-23 Andy Pannet,internal/poll: mark it as handled even if sendfile...
2023-10-19 Andy Paninternal/poll: add SPLICE_F_NONBLOCK flag for splice...
2023-08-30 Tobias Klauserinternal/poll, net: use (*FD).SetsockoptInet4Addr in...
2023-06-07 Ian Lance Taylorinternal/poll: update SOCK_CLOEXEC comment
2023-06-07 Ian Lance TaylorRevert "internal/poll: remove fallback path in accept"
2023-05-25 Chris O'Haranet: implement wasip1 FileListener and FileConn
2023-05-25 Chris O'Hararuntime: implement wasip1 netpoll
2023-05-19 millerinternal/poll: handle SetDeadline to time.Now() in...
2023-05-18 Tobias Klauserinternal/poll, internal/syscall/unix, net: move and...
2023-05-09 qmuntalsyscall,internal/poll: move pipe check from syscall...
2023-04-27 cui fliterall: remove repeated definite articles
2023-04-18 Matthieu Baertsinternal/poll: add GetsockoptInt
2023-04-11 Will Hawkinsruntime: filter i/o async entries using completion...
2023-04-07 Johan Brandhorst... internal: add wasip1 support
2023-03-15 Ian Lance Tayloros, internal/poll: don't use splice with tty
2023-03-02 millerinternal/poll: remove redundant atomics from poll.FD...
2023-02-27 millerinternal/poll: avoid race between SetDeadline and timer...
2023-02-22 Ian Lance TaylorRevert "internal/poll: drop redundant ENOSYS in CopyFil...
2023-02-09 Adin Scannellruntime: fix signature for linked functions
2023-02-02 Tobias Klauserinternal/poll: use atomic.Bool in DupCloseOnExec
2023-01-30 qmuntalinternal/poll: don't queue port completion entry for...
2022-12-16 Ian Lance Taylorsyscall, internal/poll: fall back to accept on linux-arm
2022-11-14 qmuntalos,syscall: File.Stat to use file handle for directorie...
2022-11-09 Daulet Zhanguzinio: correctly process result of sendfile(2) when src...
2022-10-08 Ian Lance Tayloros: use poll.fdMutex for Plan 9 files
2022-10-07 Tobias Klauserinternal/poll, internal/syscall/unix, syscall: move...
2022-10-07 Tobias Klauserinternal/poll, net, syscall: enable writev on aix
2022-09-30 cui fliterinternal: fix a few function names on comments
2022-09-09 Tobias Klauserinternal/poll, syscall: convert writev to direct libc...
2022-09-09 Andy Paninternal/poll: drop redundant ENOSYS in CopyFileRange
2022-09-06 Tobias Klauserinternal/poll, internal/syscall/unix, net: enable write...
2022-09-06 Daniel MartíRevert "internal/poll: drop redundant ENOSYS and EXDEV...
2022-09-05 Andy Paninternal/poll: drop redundant ENOSYS and EXDEV error...
2022-09-03 Kir Kolyshkininternal/syscall/unix: consolidate kernelVersion implem...
2022-08-31 Tobias Klauserinternal/poll, internal/syscall/unix, net, runtime...
2022-08-29 Andy Paninternal/poll: use sync.Once instead to guard CopyFileR...
2022-08-26 Andy Paninternal/poll: optimize the maximum amount of bytes...
2022-08-22 Joe Tsaiinternal/poll: rely on utf8.AppendRune
2022-08-18 Tobias Klauserinternal/poll: remove fallback path in accept
2022-08-18 Tobias Klauserinternal/poll: remove detection of buggy splice on...
2022-08-12 Ludi Rehakall: replace hand-rolled atomicBool types with atomic...
2022-05-03 Tobias Klauserinternal/poll, net, syscall: use accept4 on solaris
2022-05-03 Russ Coxall: REVERSE MERGE dev.boringcrypto (cdcb4b6) into...
2022-05-02 Baokun Leeinternal/poll: clear completed Buffers to permit earlie...
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-05 Russ Coxall: separate doc comment from //go: directives
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-29 Ian Lance Taylorall: use new "unix" build tag where appropriate
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-12-13 Russ Coxall: gofmt -w -r 'interface{} -> any' src
2021-11-08 Heschi Kreinick[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-05 Andy Paninternal/poll: fix the wrong function names in comments
2021-11-04 Josh Bleecher Snyderinternal/poll: re-use RawSockaddrAny buffers across...
2021-11-04 Josh Bleecher Snydernet: pass around pointers to SockaddrInetN
2021-11-04 Josh Bleecher Snydernet: remove the alloc from ReadMsgUDPAddrPort
2021-11-04 Josh Bleecher Snydernet: remove the alloc from WriteMsgUDPAddrPort
2021-11-04 Josh Bleecher Snyderinternal/poll: remove alloc sending IPv6 UDP on Windows
2021-11-03 Josh Bleecher Snydersyscall: migrate new UDP send/recv API to internal...
2021-11-02 Josh Bleecher Snydersyscall,internal/poll: copy arrays by assignment instea...
2021-10-28 Russ Coxall: go fix -fix=buildtag std cmd (except for bootstrap...
2021-10-27 Andy Paninternal/poll: improve the padding calculation inside...
2021-10-25 Ian Lance Taylorinternal/poll: avoid tiny allocator for splicePipe
2021-10-22 Andy Paninternal/poll: fix a few function names on comments
2021-10-13 Koichi Shiraishiinternal/poll,net: support poll.Sendfile for darwin
2021-09-20 Katie Hockman[dev.fuzz] all: merge master (af72ddf) into dev.fuzz
2021-09-17 Andy Paninternal/poll: inject a hook into the runtime finalizer...
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-09-09 Ian Lance Taylorinternal/poll: report open fds when TestSplicePipePool...
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-16 Josh Bleecher Snydernet: reduce allocations for UDP send/recv on Windows
2021-08-16 Josh Bleecher Snydernet: reduce allocation size in ReadFromUDP
2021-08-16 Josh Bleecher Snydernet: remove allocation from UDPConn.WriteTo
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-05-07 Andy Paninternal/poll: cast off the last reference of SplicePip...
2021-04-20 Tobias Klauserinternal/poll, net: fix comments regarding accept and...
2021-04-19 HowJMaynet: pass MSG_CMSG_CLOEXEC flag in ReadMsgUnix
2021-04-12 Ian Lance Taylorinternal/poll: ensure that newPoolPipe doesn't return...
2021-04-10 Andy Paninternal/poll: fix the intermittent build failures...
2021-04-05 Ian Lance Taylornet: make ErrClosed and ParseError implement net.Error
2021-03-16 Andy Paninternal/poll: eliminate the redundant type conversions...
2021-03-14 Josh Bleecher Snyderall: add internal/itoa package
2021-03-12 Andy Paninternal/poll: fix some grammar errors
2021-03-10 Andy Paninternal/poll: implement a pipe pool for splice() call
2021-03-02 Tobias Klauserinternal/poll, runtime: handle netpollopen error in...
2021-02-24 John Bamptondocs: fix spelling
2021-02-23 Andy Paninternal/poll: fix the verbose condition in splice
2021-02-20 Russ Coxall: go fmt std cmd (but revert vendor)
2021-02-19 Katie Hockman[dev.fuzz] all: merge master (7764ee5) into dev.fuzz
2021-02-18 Rob Findley[dev.typeparams] merge master (2f0da6d) into dev.typeparams
2021-02-17 Russ Cox[dev.boringcrypto] all: merge master (2f0da6d) into...
2021-02-16 Cherry Zhang[dev.regabi] all: merge master (5faf941) into dev.regabi
2021-02-16 Wei Fuinternal/poll: netpollcheckerr before sendfile
2021-02-16 Ian Lance Taylorinternal/poll: if copy_file_range returns 0, assume...
2020-12-14 Robert Griesemer[dev.typeparams] merge: merge branch 'dev.regabi' into...
2020-12-14 Alexander RakoczyMerge branch 'master' into dev.regabi
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
next