index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
fd_windows.go
Age
Commit message (
Expand
)
Author
2024-01-23
net,internal/poll: load ws2_32.dll only when net is imported
qmuntal
2023-09-01
net: deflake TestDialTimeout on windows
Bryan C. Mills
2023-05-19
net: make Dial fail faster on Windows closed loopback devices
qmuntal
2020-03-20
net: merge common Unix/Windows methods
Ian Lance Taylor
2018-06-26
net: improve ExampleUDPConn_WriteTo docs
Mikio Hara
2018-06-04
net: add js/wasm architecture
Richard Musiol
2017-11-10
net: implement ReadMsg/WriteMsg on windows
Aman Gupta
2017-09-26
internal/poll: be explicit when using runtime netpoller
Alex Brainman
2017-06-15
net: handle spurious netpoll wakeups in connect
Ian Lance Taylor
2017-05-19
net: make syscall name consistent with others
Alex Brainman
2017-04-15
net: delay IP protocol stack-snooping system calls
Mikio Hara
2017-04-13
internal/poll: rename RecvFrom to ReadFrom for consistency
Mikio Hara
2017-02-13
net: refactor poller into new internal/poll package
Ian Lance Taylor
2016-11-05
net: fix vet nit
Josh Bleecher Snyder
2016-11-02
net: implement Buffers on windows
Alex Brainman
2016-10-29
net: break up >1GB reads and writes on stream connections
Russ Cox
2016-08-24
net: use runtime.Keepalive for *netFD values
Ian Lance Taylor
2016-05-19
net: don't return io.EOF from zero byte reads
Brad Fitzpatrick
2016-04-19
net: stop using GetHostByName and GetServByName
Alex Brainman
2016-04-18
net: fix plan9 after context change, propagate contexts more
Brad Fitzpatrick
2016-04-15
net: context plumbing, add Dialer.DialContext
Brad Fitzpatrick
2016-04-05
net: wait for cancelation goroutine before returning from connect.
Paul Marks
2016-04-04
net: factor out fdMutex-related methods on netFD
Mikio Hara
2016-03-17
net: make unexposed methods start with lowercase letters
Mikio Hara
2016-02-21
net: add missing aborted connection handling on accept test
Mikio Hara
2015-12-16
net: make windows (*netFD).connect work like its unix version
Alex Brainman
2015-12-15
net: add Dialer.Cancel to cancel pending dials
Brad Fitzpatrick
2015-11-26
internal/race: add package
Dmitry Vyukov
2015-09-11
all: use one 'l' when cancelling everywhere except Solaris
Rob Pike
2015-05-05
net: fix inconsistent errors
Mikio Hara
2015-04-21
net: fix possible nil pointer dereference on ReadFrom for windows
Mikio Hara
2015-04-21
net: fix inconsistent error values on File
Mikio Hara
2015-04-18
net: fix inconsistent error values on Accept
Mikio Hara
2015-04-18
net: fix inconsistent error values on Close
Mikio Hara
2015-04-18
net: fix inconsistent error values on Write
Mikio Hara
2015-04-18
net: fix inconsistent error values on Read
Mikio Hara
2015-04-17
net: fix inconsistent error values on Dial, Listen partially
Mikio Hara
2015-03-31
net: add socket system call hooks for testing
Mikio Hara
2015-01-29
net: remove full stack test cases for IPConn
Mikio Hara
2015-01-01
net: don't return io.EOF on reading data from datagram, raw sockets on windows
Mikio Hara
2014-10-10
net: disable SIO_UDP_CONNRESET behavior on windows.
Ron Hashimoto
2014-09-08
build: move package sources from src/pkg to src
Russ Cox