summaryrefslogtreecommitdiff
path: root/src/net/tcpsock_plan9.go
Commit message (Expand)AuthorAgeFilesLines
* net: fix plan9 after context change, propagate contexts moreBrad Fitzpatrick2016-04-181-6/+2
* net: ignore lack of deadline support on Plan 9David du Colombier2016-04-161-1/+1
* net: context plumbing, add Dialer.DialContextBrad Fitzpatrick2016-04-151-4/+11
* net: deduplicate TCP socket codeMikio Hara2016-03-031-179/+19
* all: single space after period.Brad Fitzpatrick2016-03-021-5/+5
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* net: add Dialer.Cancel to cancel pending dialsBrad Fitzpatrick2015-12-151-2/+3
* net: don't return non-nil interface values as Source, Addr in OpErrorMikio Hara2015-06-131-3/+3
* net: add Source field to OpErrorMikio Hara2015-04-291-14/+14
* net: fix inconsistent error values on settersMikio Hara2015-04-211-5/+14
* net: fix inconsistent error values on FileMikio Hara2015-04-211-1/+7
* net: fix inconsistent error values on CloseMikio Hara2015-04-181-4/+16
* net: fix inconsistent error values on ReadMikio Hara2015-04-181-1/+5
* 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/+198