aboutsummaryrefslogtreecommitdiff
path: root/src/io
AgeCommit message (Expand)Author
2018-03-26io: document that ReadAtLeast and ReadFull can drop errorsAgniva De Sarker
2017-11-16io: eliminate full copy of copy loop in CopyNRuss Cox
2017-11-15io: document and test MultiWriter error behaviorRuss Cox
2017-11-02io: fix Pipe regression with differing error typesJoe Tsai
2017-10-25io: flatten MultiWriter writersMichael Fraenkel
2017-10-11io: simplify pipe implementationJoe Tsai
2017-09-20io: Add benchmarks for CopyNAlbert Nigmatzianov
2017-09-20io: Improve performance of CopyNAlbert Nigmatzianov
2017-08-31io/ioutil: don't cap buffer size in ReadFileBryan C. Mills
2017-08-22io: add example for PipeGuilherme Rezende
2017-07-15io/ioutil: add example for ReadFileVitor De Mario
2017-07-15io: Add example to io.Seeker's Seek() method.Greg Poirier
2017-06-29io: clarify documentation for io.ByteReader on error valuessmasher164
2017-04-18io: correctly compute call depth in testDavid Lazar
2017-04-17io/ioutil: make TestTempFile more robustMostyn Bramley-Moore
2017-02-02io: fix test when MultiReader is inlined with -l=3David Lazar
2016-12-21io: fix PipeWriter.Close to wake up WritesKirill Smelkov
2016-12-09io: update documentation on LimitedReaderJoe Tsai
2016-12-08io: fix MultiReader panic on nil reader.Joe Tsai
2016-10-18io: clarify Pipe docsRuss Cox
2016-10-09io: simplified a small part of copyBufferAnmol Sethi
2016-10-04all: use sort.Slice where applicableBrad Fitzpatrick
2016-09-08io/ioutil: return better error when TempDir called with non-extant dirBrad Fitzpatrick
2016-09-08io: add test that MultiReader zeros exhausted ReadersBrad Fitzpatrick
2016-09-05io: make MultiReader nil exhausted Readers for earlier GCBrad Fitzpatrick
2016-08-22io: fix comment in testBrad Fitzpatrick
2016-08-19io: fix infinite loop bug in MultiReaderBrad Fitzpatrick
2016-05-29io: use SeekStart, SeekCurrent, and SeekEnd in io.Seeker documentationJoe Tsai
2016-05-24io: remove SizedReaderAtRuss Cox
2016-05-16io: make chained multiReader Read more efficientandrew werner
2016-05-06all: use SeekStart, SeekCurrent, SeekEndJoe Tsai
2016-04-12io: document WriteString calls Write exactly onceDan Peterson
2016-04-08io: change the name of ReadAtSizer to SizedReaderAtRob Pike
2016-04-06io: add ReadAtSizer interfaceBrad Fitzpatrick
2016-04-05io: define SeekStart, SeekCurrent, SeekEnd constants for use with SeekerEric Lagergren
2016-03-25all: delete dead non-test codeDominik Honnef
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2015-11-30io/ioutil: add examples to functionsCarlos C
2015-11-30io: add examples to functionsCarlos C
2015-10-06io: simplify documentation for ByteReaderJoe Tsai
2015-10-06io: clarify documentation for SeekerJoe Tsai
2015-09-01io: add WriteString support to MultiWriterBrad Fitzpatrick
2015-09-01io/ioutil: clarify docs for ReadDir sort order.Nigel Tao
2015-06-29io: tweak Reader commentRuss Cox
2015-05-29io: minor improvements to doc comment on WriteString.David Symonds
2015-04-15io: add CopyBuffer, a version of Copy in which the user provides a bufferRob Pike
2015-04-14io/ioutil: fix locking of the tempfile random stateMarius Nuennerich
2015-04-08io: clarify Copy docs regarding error handlingPéter Surányi