summaryrefslogtreecommitdiff
path: root/src/net/tcpsock_posix.go
Commit message (Expand)AuthorAgeFilesLines
* net: add Dialer.Cancel to cancel pending dialsBrad Fitzpatrick2015-12-151-5/+5
* net: make spuriousENOTAVAIL to be able to parse EADDRNOTAVAIL correctlyMikio Hara2015-07-281-2/+7
* all: link to https instead of httpBrad Fitzpatrick2015-07-111-1/+1
* net: don't return non-nil interface values as Source, Addr in OpErrorMikio Hara2015-06-131-4/+4
* net: adjust dual stack support on dragonflyMikio Hara2015-05-231-5/+0
* net: add Source field to OpErrorMikio Hara2015-04-291-17/+17
* net: fix inconsistent error values on settersMikio Hara2015-04-211-6/+21
* net: fix inconsistent error values on FileMikio Hara2015-04-211-1/+7
* net: fix inconsistent error values on AcceptMikio Hara2015-04-181-1/+1
* net: fix inconsistent error values on CloseMikio Hara2015-04-181-3/+15
* net: fix inconsistent error values on ReadMikio Hara2015-04-181-1/+8
* net: simplify test helpersMikio Hara2015-03-281-7/+0
* net: document that user shouldn't modify returned AddrShenghou Ma2015-02-061-0/+2
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+299