| Age | Commit message (Expand) | Author |
| 2025-10-17 | all: remove unnecessary loop variable copies in tests | Tobias Klauser |
| 2025-05-05 | net,os: support converting between *os.File and net.Conn on Windows | qmuntal |
| 2023-09-18 | net: enable most tests on wasip1 and js | Bryan C. Mills |
| 2023-04-27 | net: rewrite and simplify resolver configuration | Ian Lance Taylor |
| 2023-04-11 | net: add wasip1 support | Johan Brandhorst-Satzkorn |
| 2022-04-03 | net: support error.Is of network errors and context errors | Ian Lance Taylor |
| 2021-12-13 | net: pass a testing.TB to newLocal* helpers | Bryan C. Mills |
| 2021-10-28 | all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) | Russ Cox |
| 2021-02-20 | all: go fmt std cmd (but revert vendor) | Russ Cox |
| 2020-12-09 | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox |
| 2020-10-20 | all: update references to symbols moved from os to io/fs | Russ Cox |
| 2020-08-26 | net: export ErrClosed | Ian Lance Taylor |
| 2020-04-25 | os, net: define and use os.ErrDeadlineExceeded | Ian Lance Taylor |
| 2019-10-09 | all: remove the nacl port (part 1) | Brad Fitzpatrick |
| 2019-04-30 | all: add new GOOS=illumos, split out of GOOS=solaris | Joshua M. Clulow |
| 2019-03-13 | runtime, internal/poll, net: report event scanning error on read event | Mikio Hara |
| 2018-10-25 | net: make cgo resolver work more accurately with network parameter | Eugene Kalinin |
| 2018-06-04 | net: add js/wasm architecture | Richard Musiol |
| 2017-04-26 | os, net, internal/poll: return consistent error for closed socket | Ian Lance Taylor |
| 2017-04-15 | net: delay IP protocol stack-snooping system calls | Mikio Hara |
| 2017-02-13 | net: refactor poller into new internal/poll package | Ian Lance Taylor |
| 2016-11-13 | all: fix vet nits | Josh Bleecher Snyder |
| 2016-11-11 | net: deflake TestTCPSupriousConnSetupCompletion [sic] | Brad Fitzpatrick |
| 2016-11-11 | net: apply tcp4/tcp6 restrictions to literals in ResolveTCPAddr | Russ Cox |
| 2016-10-24 | net: fix TestCloseError on Plan 9 | David du Colombier |
| 2016-05-17 | net: deflake TestLookupPort for embedded, security-hardened platforms | Mikio Hara |
| 2016-04-15 | net: context plumbing, add Dialer.DialContext | Brad Fitzpatrick |
| 2016-04-14 | net: fix TestDialAddrError | Mikio Hara |
| 2016-04-12 | net: make IP.{String,MarshalText} return helpful information on address error | Mikio Hara |
| 2016-03-16 | net: filter destination addresses when source address is specified | Mikio Hara |
| 2016-03-03 | net: deduplicate TCP socket code | Mikio Hara |
| 2015-12-16 | net: retighten test harnesses for dial cancelation | Mikio Hara |
| 2015-11-01 | net: make Dial, Listen{,Packet} for TCP/UDP with invalid port fail | Mikio Hara |
| 2015-06-16 | net: skip TestProtocolDialError on solaris | Mikio Hara |
| 2015-06-13 | net: don't return non-nil interface values as Source, Addr in OpError | Mikio Hara |
| 2015-05-14 | net: fix vet missed format error in test | Mikio Hara |
| 2015-05-07 | net: align temporary file, directory names in tests | Mikio Hara |
| 2015-04-30 | net: make go DNS use localhost if resolv.conf is missing or empty | Alex A Skinner |
| 2015-04-29 | net: deflake timeout, deadline tests | Mikio Hara |
| 2015-04-29 | net: add Source field to OpError | Mikio Hara |
| 2015-04-21 | net: fix inconsistent error values on File | Mikio Hara |
| 2015-04-21 | net: add helpers for server testing | 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-18 | net: break up TestErrorNil into Test{Dial,Listen,ListenPacket}Error | Mikio Hara |
| 2015-04-17 | net: clean up cgo | Mikio Hara |
| 2015-04-17 | net: fix inconsistent error values on Dial, Listen partially | Mikio Hara |