aboutsummaryrefslogtreecommitdiff
path: root/src/io/io.go
AgeCommit message (Expand)Author
2023-02-14Revert "io: detect Writers that access io.Copy's buffer after returning"Damien Neil
2023-02-10io: detect Writers that access io.Copy's buffer after returningDamien Neil
2023-02-10Revert "io: allocate copy buffers from a pool"Damien Neil
2023-01-31io: allocate copy buffers from a poolDamien Neil
2022-08-19io: add OffsetWriter, NewOffsetWriterhopehook
2022-06-25io: clarify SeekEnd offset valueHowJMay
2022-06-04io: revert: add an Err field to LimitedReaderRuss Cox
2022-05-04io: add an Err field to LimitedReaderCarl Johnson
2022-05-03io: NopCloser forward WriterTo implementations if the reader supports itJorropo
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-29io: remove UTF8 specified document for RuneReaderMeng Zhuo
2021-09-28io: update ByteScanner and RuneScanner docs to match long-standing implementa...Bryan C. Mills
2021-09-27io: avoid integer overflow in NewSectionReaderIan Lance Taylor
2021-09-22io: fix spelling in documentationjiahua wang
2021-09-21io: relax documented Seeker invariants that do not hold in practiceBryan C. Mills
2021-03-23io: fix spelling in documentation for io.DiscardSimão Gomes Viana
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-20io: adopt Discard, NopCloser, ReadAll from io/ioutilRuss Cox
2020-10-16io: unexport ErrBadWriteCountRuss Cox
2020-10-14io: add a new ReadSeekCloser interfaceMohamed Attahri
2020-10-13io: add ErrBadWriteCountTao Qingyun
2020-10-01io: make clear that EOF should not be wrappedRuss Cox
2020-03-12io: add a comment about how to turn a Reader into ByteReaderRob Pike
2019-10-21io: make CopyBuffer docs state when buf is not usedsandyskies
2018-10-03io: export StringWriterDaniel Martí
2018-05-06io: calculate buffer size only when neededAuthor Name
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-09-20io: Improve performance of CopyNAlbert Nigmatzianov
2017-06-29io: clarify documentation for io.ByteReader on error valuessmasher164
2016-12-09io: update documentation on LimitedReaderJoe Tsai
2016-10-09io: simplified a small part of copyBufferAnmol Sethi
2016-05-29io: use SeekStart, SeekCurrent, and SeekEnd in io.Seeker documentationJoe Tsai
2016-05-24io: remove SizedReaderAtRuss Cox
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-02all: single space after period.Brad Fitzpatrick
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2015-10-06io: simplify documentation for ByteReaderJoe Tsai
2015-10-06io: clarify documentation for SeekerJoe Tsai
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-08io: clarify Copy docs regarding error handlingPéter Surányi
2014-09-16io: clarify Reader returning 0, nilRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox