summaryrefslogtreecommitdiff
path: root/src/net/iprawsock_plan9.go
Commit message (Expand)AuthorAgeFilesLines
* net: move dial and listen functions under sysDialer, sysListenerAudrius Butkevicius2018-05-291-2/+2
* net: context plumbing, add Dialer.DialContextBrad Fitzpatrick2016-04-151-3/+3
* net: deduplicate raw IP socket codeMikio Hara2016-03-161-59/+11
* all: single space after period.Brad Fitzpatrick2016-03-021-4/+4
* 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-4/+4
* net: add Source field to OpErrorMikio Hara2015-04-291-8/+8
* net: fix inconsistent error values on WriteMikio Hara2015-04-181-3/+3
* net: fix inconsistent error values on ReadMikio Hara2015-04-181-3/+3
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+82