aboutsummaryrefslogtreecommitdiff
path: root/src/net/pipe.go
AgeCommit message (Expand)Author
2020-04-25os, net: define and use os.ErrDeadlineExceededIan Lance Taylor
2019-08-02all: remove os.ErrTimeoutDamien Neil
2019-08-01all: remove os.ErrTemporaryDamien Neil
2019-05-04all: add Unwrap and Is methods to various error typesDamien Neil
2017-12-05net: return io.ErrClosedPipe when possible from net.PipeJoe Tsai
2017-10-11net: implement deadline functionality on PipeJoe Tsai
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-04-29net: add Source field to OpErrorMikio Hara
2014-09-08build: move package sources from src/pkg to srcRuss Cox