| Commit message (Expand) | Author | Age | Files | Lines |
| * | all: fix vet nits | Josh Bleecher Snyder | 2016-11-13 | 1 | -1/+1 |
| * | net: deflake TestTCPSupriousConnSetupCompletion [sic] | Brad Fitzpatrick | 2016-11-11 | 1 | -1/+2 |
| * | net: apply tcp4/tcp6 restrictions to literals in ResolveTCPAddr | Russ Cox | 2016-11-11 | 1 | -5/+9 |
| * | net: fix TestCloseError on Plan 9 | David du Colombier | 2016-10-24 | 1 | -0/+4 |
| * | net: deflake TestLookupPort for embedded, security-hardened platforms | Mikio Hara | 2016-05-17 | 1 | -0/+14 |
| * | net: context plumbing, add Dialer.DialContext | Brad Fitzpatrick | 2016-04-15 | 1 | -3/+4 |
| * | net: fix TestDialAddrError | Mikio Hara | 2016-04-14 | 1 | -0/+3 |
| * | net: make IP.{String,MarshalText} return helpful information on address error | Mikio Hara | 2016-04-12 | 1 | -0/+49 |
| * | net: filter destination addresses when source address is specified | Mikio Hara | 2016-03-16 | 1 | -2/+2 |
| * | net: deduplicate TCP socket code | Mikio Hara | 2016-03-03 | 1 | -0/+6 |
| * | net: retighten test harnesses for dial cancelation | Mikio Hara | 2015-12-16 | 1 | -2/+2 |
| * | net: make Dial, Listen{,Packet} for TCP/UDP with invalid port fail | Mikio Hara | 2015-11-01 | 1 | -6/+38 |
| * | net: skip TestProtocolDialError on solaris | Mikio Hara | 2015-06-16 | 1 | -1/+1 |
| * | net: don't return non-nil interface values as Source, Addr in OpError | Mikio Hara | 2015-06-13 | 1 | -5/+91 |
| * | net: fix vet missed format error in test | Mikio Hara | 2015-05-14 | 1 | -1/+1 |
| * | net: align temporary file, directory names in tests | Mikio Hara | 2015-05-07 | 1 | -1/+2 |
| * | net: make go DNS use localhost if resolv.conf is missing or empty | Alex A Skinner | 2015-04-30 | 1 | -6/+0 |
| * | net: deflake timeout, deadline tests | Mikio Hara | 2015-04-29 | 1 | -11/+5 |
| * | net: add Source field to OpError | Mikio Hara | 2015-04-29 | 1 | -28/+7 |
| * | net: fix inconsistent error values on File | Mikio Hara | 2015-04-21 | 1 | -0/+114 |
| * | net: add helpers for server testing | Mikio Hara | 2015-04-21 | 1 | -0/+5 |
| * | net: fix inconsistent error values on Accept | Mikio Hara | 2015-04-18 | 1 | -0/+74 |
| * | net: fix inconsistent error values on Close | Mikio Hara | 2015-04-18 | 1 | -0/+92 |
| * | net: fix inconsistent error values on Write | Mikio Hara | 2015-04-18 | 1 | -0/+40 |
| * | net: fix inconsistent error values on Read | Mikio Hara | 2015-04-18 | 1 | -0/+44 |
| * | net: break up TestErrorNil into Test{Dial,Listen,ListenPacket}Error | Mikio Hara | 2015-04-18 | 1 | -0/+51 |
| * | net: clean up cgo | Mikio Hara | 2015-04-17 | 1 | -1/+1 |
| * | net: fix inconsistent error values on Dial, Listen partially | Mikio Hara | 2015-04-17 | 1 | -0/+199 |