| Commit message (Expand) | Author | Age | Files | Lines |
* | all: use new "unix" build tag where appropriate | Ian Lance Taylor | 2022-03-29 | 1 | -1/+1 |
* | net: optimize ctxDone usage | Mikhail Faraponov | 2021-11-18 | 1 | -2/+3 |
* | net: use Done rather than comparing with context.Background | Mikhail Faraponov | 2021-11-12 | 1 | -3/+2 |
* | all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) | Russ Cox | 2021-10-28 | 1 | -1/+0 |
* | all: go fmt std cmd (but revert vendor) | Russ Cox | 2021-02-20 | 1 | -0/+1 |
* | net: merge common Unix/Windows methods | Ian Lance Taylor | 2020-03-20 | 1 | -86/+8 |
* | net: fix improper Context.Deadline usage in DialContext | Sergey Zagursky | 2019-11-15 | 1 | -1/+1 |
* | all: remove the nacl port (part 1) | Brad Fitzpatrick | 2019-10-09 | 1 | -1/+1 |
* | net: close correct file descriptor when netpoll registration fails | Andrei Tudor Călin | 2019-09-23 | 1 | -1/+1 |
* | all: add new GOOS=illumos, split out of GOOS=solaris | Joshua M. Clulow | 2019-04-30 | 1 | -6/+6 |
* | net: add AIX operating system | Clément Chigot | 2018-10-10 | 1 | -1/+1 |
* | net: improve ExampleUDPConn_WriteTo docs | Mikio Hara | 2018-06-26 | 1 | -1/+1 |
* | os, net: avoid races between dup, set-blocking-mode, and closing | Ian Lance Taylor | 2018-06-22 | 1 | -36/+4 |
* | net: add js/wasm architecture | Richard Musiol | 2018-06-04 | 1 | -0/+13 |
* | all: remove support for macOS 10.9 and earlier | Brad Fitzpatrick | 2018-05-29 | 1 | -13/+0 |
* | net: calling File leaves the socket in nonblocking mode | Michael Fraenkel | 2018-04-19 | 1 | -8/+0 |
* | net: map context errors from aborted dial to internal net package errors | Ben Burkert | 2018-03-29 | 1 | -1/+1 |
* | net: report connect error as coming from "connect" | Ian Lance Taylor | 2018-01-03 | 1 | -1/+1 |
* | net, os: don't wait for Close in blocking mode | Ian Lance Taylor | 2017-12-14 | 1 | -1/+1 |
* | net: handle spurious netpoll wakeups in connect | Ian Lance Taylor | 2017-06-15 | 1 | -21/+19 |
* | os, net, internal/poll: return consistent error for closed socket | Ian Lance Taylor | 2017-04-26 | 1 | -3/+3 |
* | net: delay IP protocol stack-snooping system calls | Mikio Hara | 2017-04-15 | 1 | -3/+0 |
* | internal/poll: rename RecvFrom to ReadFrom for consistency | Mikio Hara | 2017-04-13 | 1 | -1/+1 |
* | net: refactor poller into new internal/poll package | Ian Lance Taylor | 2017-02-13 | 1 | -252/+58 |
* | net: break up >1GB reads and writes on stream connections | Russ Cox | 2016-10-29 | 1 | -2/+10 |
* | net: add Buffers type, do writev on unix | Brad Fitzpatrick | 2016-09-29 | 1 | -0/+3 |
* | net: prevent cancelation goroutine from adjusting fd timeout after connect | Brad Fitzpatrick | 2016-08-02 | 1 | -16/+39 |
* | net: don't return io.EOF from zero byte reads | Brad Fitzpatrick | 2016-05-19 | 1 | -0/+8 |
* | net: context plumbing, add Dialer.DialContext | Brad Fitzpatrick | 2016-04-15 | 1 | -28/+26 |
* | net: wait for cancelation goroutine before returning from connect. | Paul Marks | 2016-04-05 | 1 | -1/+5 |
* | net: factor out fdMutex-related methods on netFD | Mikio Hara | 2016-04-04 | 1 | -49/+0 |
* | net: make unexposed methods start with lowercase letters | Mikio Hara | 2016-03-17 | 1 | -25/+25 |
* | net: prevent spurious TCP connection setup notification on darwin | Mikio Hara | 2016-03-16 | 1 | -1/+10 |
* | all: single space after period. | Brad Fitzpatrick | 2016-03-02 | 1 | -2/+2 |
* | net: add Dialer.Cancel to cancel pending dials | Brad Fitzpatrick | 2015-12-15 | 1 | -1/+19 |
* | all: link to https instead of http | Brad Fitzpatrick | 2015-07-11 | 1 | -1/+1 |
* | Revert "net, internal/syscall/unix: add SocketConn, SocketPacketConn" | Mikio Hara | 2015-07-02 | 1 | -51/+0 |
* | net, internal/syscall/unix: add SocketConn, SocketPacketConn | Mikio Hara | 2015-05-13 | 1 | -0/+51 |
* | net: drop unnecessary cast | Mikio Hara | 2015-05-11 | 1 | -2/+2 |
* | net: fix inconsistent errors | Mikio Hara | 2015-05-05 | 1 | -11/+36 |
* | net: remove dead code in Write | Mikio Hara | 2015-04-29 | 1 | -1/+0 |
* | net: fix inconsistent error values on File | Mikio Hara | 2015-04-21 | 1 | -2/+2 |
* | net: fix inconsistent error values on Accept | Mikio Hara | 2015-04-18 | 1 | -2/+2 |
* | net: fix inconsistent error values on Close | Mikio Hara | 2015-04-18 | 1 | -5/+1 |
* | net: fix inconsistent error values on Write | Mikio Hara | 2015-04-18 | 1 | -10/+3 |
* | net: fix inconsistent error values on Read | Mikio Hara | 2015-04-18 | 1 | -12/+3 |
* | net: add socket system call hooks for testing | Mikio Hara | 2015-03-31 | 1 | -9/+5 |
* | net: remove the dregs of old built-in poll server | Mikio Hara | 2015-02-04 | 1 | -7/+1 |
* | net: remove full stack test cases for IPConn | Mikio Hara | 2015-01-29 | 1 | -7/+0 |
* | net: don't return io.EOF on reading data from datagram, raw sockets on windows | Mikio Hara | 2015-01-01 | 1 | -10/+3 |