aboutsummaryrefslogtreecommitdiff
path: root/src/io
AgeCommit message (Expand)Author
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
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