summaryrefslogtreecommitdiff
path: root/src/net/unixsock_plan9.go
Commit message (Expand)AuthorAgeFilesLines
* net: move dial and listen functions under sysDialer, sysListenerAudrius Butkevicius2018-05-291-3/+3
* net: context plumbing, add Dialer.DialContextBrad Fitzpatrick2016-04-151-4/+4
* net: deduplicate Unix socket codeMikio Hara2016-03-161-116/+20
* all: single space after period.Brad Fitzpatrick2016-03-021-10/+10
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* net: don't return non-nil interface values as Source, Addr in OpErrorMikio Hara2015-06-131-5/+5
* net: add Source field to OpErrorMikio Hara2015-04-291-17/+19
* net: fix inconsistent error values on settersMikio Hara2015-04-211-1/+1
* net: fix inconsistent error values on FileMikio Hara2015-04-211-1/+1
* net: fix inconsistent error values on AcceptMikio Hara2015-04-181-2/+2
* net: fix inconsistent error values on CloseMikio Hara2015-04-181-3/+3
* net: fix inconsistent error values on WriteMikio Hara2015-04-181-3/+3
* net: fix inconsistent error values on ReadMikio Hara2015-04-181-3/+3
* 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/+143