summaryrefslogtreecommitdiff
path: root/src/io
Commit message (Expand)AuthorAgeFilesLines
* io/ioutil: update WriteFile to clarify it does not change permissions if the ...joshuabezaleel2020-06-041-1/+1
* io: simplify ExamplesEric2020-04-131-32/+15
* testing: add TB.TempDirBrad Fitzpatrick2020-04-023-6/+15
* io: add a comment about how to turn a Reader into ByteReaderRob Pike2020-03-121-0/+4
* io/ioutil: reject path separators in TempDir, TempFile patternConstantin Konstantinidis2020-02-262-3/+95
* io: check n in testReadAtLeastDavor Kapsa2020-02-211-0/+3
* io: show ErrUnexpectedEOF in ExampleReadAtLeastIan Lance Taylor2019-12-271-4/+3
* all: fix a number of misuses of the word "an"Daniel Martí2019-12-102-2/+2
* doc: clarify interaction of ioutil.WriteFile with umaskMostyn Bramley-Moore2019-11-271-2/+2
* io/ioutil: Fix dropped test errorLars Lehtonen2019-11-051-0/+3
* syscall: respect permission bits on file opening on WindowsJason A. Donenfeld2019-10-221-0/+31
* io: make CopyBuffer docs state when buf is not usedsandyskies2019-10-211-0/+3
* io/ioutil: support predictable prefix,suffix for TempDir with *Emmanuel T Odeke2019-10-163-19/+81
* io/ioutil: don't check for short write in WriteFilejsign2019-09-011-4/+1
* io: add error check on pipe close functions to avoid error overwritingJordi Martin2019-08-282-16/+27
* io: align style of test comments in multi_test.goDerek Phan2019-02-261-2/+2
* io: export StringWriterDaniel Martí2018-10-032-6/+6
* ghchinoy: add example for ioutil.WriteFileG. Hussain Chinoy2018-08-301-0/+8
* io: calculate buffer size only when neededAuthor Name2018-05-061-8/+8
* io/ioutil: change TempFile prefix to a patternTom Limoncelli2018-04-123-16/+53
* io: document that ReadAtLeast and ReadFull can drop errorsAgniva De Sarker2018-03-261-0/+2
* io: eliminate full copy of copy loop in CopyNRuss Cox2017-11-162-51/+25
* io: document and test MultiWriter error behaviorRuss Cox2017-11-152-0/+19
* io: fix Pipe regression with differing error typesJoe Tsai2017-11-022-6/+43
* io: flatten MultiWriter writersMichael Fraenkel2017-10-252-3/+43
* io: simplify pipe implementationJoe Tsai2017-10-112-91/+158
* io: Add benchmarks for CopyNAlbert Nigmatzianov2017-09-201-0/+24
* io: Improve performance of CopyNAlbert Nigmatzianov2017-09-201-1/+50
* io/ioutil: don't cap buffer size in ReadFileBryan C. Mills2017-08-311-10/+13
* io: add example for PipeGuilherme Rezende2017-08-221-0/+16
* io/ioutil: add example for ReadFileVitor De Mario2017-07-152-0/+13
* io: Add example to io.Seeker's Seek() method.Greg Poirier2017-07-151-0/+22
* io: clarify documentation for io.ByteReader on error valuessmasher1642017-06-291-1/+3
* io: correctly compute call depth in testDavid Lazar2017-04-181-2/+15
* io/ioutil: make TestTempFile more robustMostyn Bramley-Moore2017-04-171-3/+10
* io: fix test when MultiReader is inlined with -l=3David Lazar2017-02-021-2/+5
* io: fix PipeWriter.Close to wake up WritesKirill Smelkov2016-12-212-0/+13
* io: update documentation on LimitedReaderJoe Tsai2016-12-091-0/+1
* io: fix MultiReader panic on nil reader.Joe Tsai2016-12-082-2/+34
* io: clarify Pipe docsRuss Cox2016-10-181-6/+12
* io: simplified a small part of copyBufferAnmol Sethi2016-10-091-4/+3
* all: use sort.Slice where applicableBrad Fitzpatrick2016-10-041-8/+1
* io/ioutil: return better error when TempDir called with non-extant dirBrad Fitzpatrick2016-09-082-0/+21
* io: add test that MultiReader zeros exhausted ReadersBrad Fitzpatrick2016-09-081-0/+30
* io: make MultiReader nil exhausted Readers for earlier GCBrad Fitzpatrick2016-09-051-0/+1
* io: fix comment in testBrad Fitzpatrick2016-08-221-1/+1
* io: fix infinite loop bug in MultiReaderBrad Fitzpatrick2016-08-192-4/+43
* io: use SeekStart, SeekCurrent, and SeekEnd in io.Seeker documentationJoe Tsai2016-05-291-4/+6
* io: remove SizedReaderAtRuss Cox2016-05-241-10/+0
* io: make chained multiReader Read more efficientandrew werner2016-05-162-0/+39