index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
io
Age
Commit message (
Expand
)
Author
2016-12-21
io: fix PipeWriter.Close to wake up Writes
Kirill Smelkov
2016-12-09
io: update documentation on LimitedReader
Joe Tsai
2016-12-08
io: fix MultiReader panic on nil reader.
Joe Tsai
2016-10-18
io: clarify Pipe docs
Russ Cox
2016-10-09
io: simplified a small part of copyBuffer
Anmol Sethi
2016-10-04
all: use sort.Slice where applicable
Brad Fitzpatrick
2016-09-08
io/ioutil: return better error when TempDir called with non-extant dir
Brad Fitzpatrick
2016-09-08
io: add test that MultiReader zeros exhausted Readers
Brad Fitzpatrick
2016-09-05
io: make MultiReader nil exhausted Readers for earlier GC
Brad Fitzpatrick
2016-08-22
io: fix comment in test
Brad Fitzpatrick
2016-08-19
io: fix infinite loop bug in MultiReader
Brad Fitzpatrick
2016-05-29
io: use SeekStart, SeekCurrent, and SeekEnd in io.Seeker documentation
Joe Tsai
2016-05-24
io: remove SizedReaderAt
Russ Cox
2016-05-16
io: make chained multiReader Read more efficient
andrew werner
2016-05-06
all: use SeekStart, SeekCurrent, SeekEnd
Joe Tsai
2016-04-12
io: document WriteString calls Write exactly once
Dan Peterson
2016-04-08
io: change the name of ReadAtSizer to SizedReaderAt
Rob Pike
2016-04-06
io: add ReadAtSizer interface
Brad Fitzpatrick
2016-04-05
io: define SeekStart, SeekCurrent, SeekEnd constants for use with Seeker
Eric Lagergren
2016-03-25
all: delete dead non-test code
Dominik Honnef
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-29
all: remove public named return values when useless
Brad Fitzpatrick
2015-11-30
io/ioutil: add examples to functions
Carlos C
2015-11-30
io: add examples to functions
Carlos C
2015-10-06
io: simplify documentation for ByteReader
Joe Tsai
2015-10-06
io: clarify documentation for Seeker
Joe Tsai
2015-09-01
io: add WriteString support to MultiWriter
Brad Fitzpatrick
2015-09-01
io/ioutil: clarify docs for ReadDir sort order.
Nigel Tao
2015-06-29
io: tweak Reader comment
Russ Cox
2015-05-29
io: minor improvements to doc comment on WriteString.
David Symonds
2015-04-15
io: add CopyBuffer, a version of Copy in which the user provides a buffer
Rob Pike
2015-04-14
io/ioutil: fix locking of the tempfile random state
Marius Nuennerich
2015-04-08
io: clarify Copy docs regarding error handling
Péter Surányi
2015-03-30
io: clarify the behavior of PipeWriter.CloseWithError(nil).
Aaron Jacobs
2014-09-16
io: clarify Reader returning 0, nil
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]