aboutsummaryrefslogtreecommitdiff
path: root/src/io
AgeCommit message (Expand)Author
2020-06-04io/ioutil: update WriteFile to clarify it does not change permissions if the ...joshuabezaleel
2020-04-13io: simplify ExamplesEric
2020-04-02testing: add TB.TempDirBrad Fitzpatrick
2020-03-12io: add a comment about how to turn a Reader into ByteReaderRob Pike
2020-02-26io/ioutil: reject path separators in TempDir, TempFile patternConstantin Konstantinidis
2020-02-21io: check n in testReadAtLeastDavor Kapsa
2019-12-27io: show ErrUnexpectedEOF in ExampleReadAtLeastIan Lance Taylor
2019-12-10all: fix a number of misuses of the word "an"Daniel Martí
2019-11-27doc: clarify interaction of ioutil.WriteFile with umaskMostyn Bramley-Moore
2019-11-05io/ioutil: Fix dropped test errorLars Lehtonen
2019-10-22syscall: respect permission bits on file opening on WindowsJason A. Donenfeld
2019-10-21io: make CopyBuffer docs state when buf is not usedsandyskies
2019-10-16io/ioutil: support predictable prefix,suffix for TempDir with *Emmanuel T Odeke
2019-09-01io/ioutil: don't check for short write in WriteFilejsign
2019-08-28io: add error check on pipe close functions to avoid error overwritingJordi Martin
2019-02-26io: align style of test comments in multi_test.goDerek Phan
2018-10-03io: export StringWriterDaniel Martí
2018-08-30ghchinoy: add example for ioutil.WriteFileG. Hussain Chinoy
2018-05-06io: calculate buffer size only when neededAuthor Name
2018-04-12io/ioutil: change TempFile prefix to a patternTom Limoncelli
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