aboutsummaryrefslogtreecommitdiff
path: root/src/os/pipe_test.go
AgeCommit message (Expand)Author
2021-05-26os: deflake TestFdReadRaceIan Lance Taylor
2021-05-26src/os: revert accidentally submitted changeDamien Neil
2021-05-26doc/go1.17: document net/... changesDamien Neil
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-07-08runtime: mark OpenBSD raise function nosplitIan Lance Taylor
2019-10-11os: deflake TestFdReadRace by increasing timeoutIan Lance Taylor
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-03-19internal/poll, os: cancel pending I/O when closing pipes on WindowsWèi Cōngruì
2018-12-04os: increase default write size for TestClosedPipeRaceWriteIan Lance Taylor
2018-07-11internal/poll: don't take read lock in SetBlockingIan Lance Taylor
2018-06-22os, net: avoid races between dup, set-blocking-mode, and closingIan Lance Taylor
2018-06-13os: don't poll fifos on DarwinIan Lance Taylor
2018-06-01os: add js/wasm architectureRichard Musiol
2017-12-14os: don't wait for Close if the File was returned by NewFileWèi Cōngruì
2017-12-14net, os: don't wait for Close in blocking modeIan Lance Taylor
2017-07-14internal/poll: don't wait for unpollable filesIan Lance Taylor
2017-05-10os: remove extraneous 's' from TestStdPipe error messageIan Lance Taylor
2017-04-27os: use kernel limit on pipe size if possibleIan Lance Taylor
2017-04-26os: consistently return ErrClosed for closed fileIan Lance Taylor
2017-04-26os, net, internal/poll: return consistent error for closed socketIan Lance Taylor
2017-04-25os: fix race between file I/O and CloseIan Lance Taylor
2016-03-02all: single space after period.Brad Fitzpatrick
2016-01-05os: remove unused import to fix buildIan Lance Taylor
2016-01-05os, runtime: better EPIPE behavior for command line programsIan Lance Taylor