summaryrefslogtreecommitdiff
path: root/src/net/fd_plan9.go
Commit message (Expand)AuthorAgeFilesLines
* net: add js/wasm architectureRichard Musiol2018-06-041-0/+13
* net: delay IP protocol stack-snooping system callsMikio Hara2017-04-151-7/+1
* net: refactor poller into new internal/poll packageIan Lance Taylor2017-02-131-134/+10
* net: implement asynchonous cancelable I/O on Plan 9David du Colombier2016-11-121-5/+100
* net: break up >1GB reads and writes on stream connectionsRuss Cox2016-10-291-0/+1
* net: always wake up the readers on close on Plan 9David du Colombier2016-10-181-12/+31
* net: close the connection gracefully on Plan 9David du Colombier2016-10-181-1/+1
* net: don't return io.EOF from zero byte reads on Plan 9Mikio Hara2016-05-191-0/+3
* syscall,os,net: don't use ForkLock in plan9Richard Miller2016-05-061-2/+0
* net: handle hangup in read on Plan 9David du Colombier2016-04-181-0/+7
* net: fix plan9 after context change, propagate contexts moreBrad Fitzpatrick2016-04-181-6/+0
* net: factor out fdMutex-related methods on netFDMikio Hara2016-04-041-49/+0
* net: make unexposed methods start with lowercase lettersMikio Hara2016-03-171-7/+7
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* net: unblock plan9 TCP Read calls after socket closeBrad Fitzpatrick2015-10-161-0/+8
* net: fix inconsistent errorsMikio Hara2015-05-051-1/+1
* net: fix inconsistent error values on FileMikio Hara2015-04-211-1/+1
* net: rename netFD.proto to netFD.net on Plan 9Mikio Hara2015-04-171-5/+5
* net: fix typo in commentDavid du Colombier2015-04-161-1/+1
* net: remove full stack test cases for IPConnMikio Hara2015-01-291-4/+0
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+232