Sign in
go
/
go
/
4dad4ab57bc0cedcc8d164147262f7f6898282dd
/
src
/
io
7781fed
io: eliminate full copy of copy loop in CopyN
by Russ Cox
· 7 years ago
e671a55
io: document and test MultiWriter error behavior
by Russ Cox
· 7 years ago
af37332
io: fix Pipe regression with differing error types
by Joe Tsai
· 7 years ago
060d1a5
io: flatten MultiWriter writers
by Michael Fraenkel
· 7 years ago
371eda4
io: simplify pipe implementation
by Joe Tsai
· 7 years ago
36e1c7a
io: Add benchmarks for CopyN
by Albert Nigmatzianov
· 7 years ago
098eb01
io: Improve performance of CopyN
by Albert Nigmatzianov
· 8 years ago
1d07ed1
io/ioutil: don't cap buffer size in ReadFile
by Bryan C. Mills
· 8 years ago
5e5a1ed
io: add example for Pipe
by Guilherme Rezende
· 8 years ago
42aec4c
io/ioutil: add example for ReadFile
by Vitor De Mario
· 8 years ago
0a633c3
io: Add example to io.Seeker's Seek() method.
by Greg Poirier
· 8 years ago
7e99ccb
io: clarify documentation for io.ByteReader on error values
by smasher164
· 8 years ago
46ecac9
io: correctly compute call depth in test
by David Lazar
· 8 years ago
2c1bff6
io/ioutil: make TestTempFile more robust
by Mostyn Bramley-Moore
· 8 years ago
f395e87
io: fix test when MultiReader is inlined with -l=3
by David Lazar
· 8 years ago
d296c32
io: fix PipeWriter.Close to wake up Writes
by Kirill Smelkov
· 8 years ago
8c190e5
io: update documentation on LimitedReader
by Joe Tsai
· 8 years ago
2912544
io: fix MultiReader panic on nil reader.
by Joe Tsai
· 8 years ago
427674f
io: clarify Pipe docs
by Russ Cox
· 8 years ago
334cbe3
io: simplified a small part of copyBuffer
by Anmol Sethi
· 8 years ago
ad26bb5
all: use sort.Slice where applicable
by Brad Fitzpatrick
· 8 years ago
fd975c6
io/ioutil: return better error when TempDir called with non-extant dir
by Brad Fitzpatrick
· 9 years ago
614dfe9
io: add test that MultiReader zeros exhausted Readers
by Brad Fitzpatrick
· 9 years ago
269ff8e
io: make MultiReader nil exhausted Readers for earlier GC
by Brad Fitzpatrick
· 9 years ago
e8ba80f
io: fix comment in test
by Brad Fitzpatrick
· 9 years ago
9337267
io: fix infinite loop bug in MultiReader
by Brad Fitzpatrick
· 9 years ago
b859a78
io: use SeekStart, SeekCurrent, and SeekEnd in io.Seeker documentation
by Joe Tsai
· 9 years ago
524956f
io: remove SizedReaderAt
by Russ Cox
· 9 years ago
ccdca83
io: make chained multiReader Read more efficient
by andrew werner
· 9 years ago
acc757f
all: use SeekStart, SeekCurrent, SeekEnd
by Joe Tsai
· 9 years ago
c9b66bb
io: document WriteString calls Write exactly once
by Dan Peterson
· 9 years ago
01360a6
io: change the name of ReadAtSizer to SizedReaderAt
by Rob Pike
· 9 years ago
7f39f21
io: add ReadAtSizer interface
by Brad Fitzpatrick
· 9 years ago
acefcb7
io: define SeekStart, SeekCurrent, SeekEnd constants for use with Seeker
by Eric Lagergren
· 9 years ago
fdba5a7
all: delete dead non-test code
by Dominik Honnef
· 9 years ago
5fea2cc
all: single space after period.
by Brad Fitzpatrick
· 9 years ago
5194744
all: make copyright headers consistent with one space after period
by Brad Fitzpatrick
· 9 years ago
351c15f
all: remove public named return values when useless
by Brad Fitzpatrick
· 9 years ago
b9b6e86
io/ioutil: add examples to functions
by Carlos C
· 10 years ago
11b3dfd
io: add examples to functions
by Carlos C
· 10 years ago
b986e47
io: simplify documentation for ByteReader
by Joe Tsai
· 9 years ago
dbc7203
io: clarify documentation for Seeker
by Joe Tsai
· 9 years ago
9c514e1
io: add WriteString support to MultiWriter
by Brad Fitzpatrick
· 10 years ago
8ceaefb
io/ioutil: clarify docs for ReadDir sort order.
by Nigel Tao
· 10 years ago
643ef15
io: tweak Reader comment
by Russ Cox
· 10 years ago
80864cf
io: minor improvements to doc comment on WriteString.
by David Symonds
· 10 years ago
2c89992
io: add CopyBuffer, a version of Copy in which the user provides a buffer
by Rob Pike
· 10 years ago
21e37da
io/ioutil: fix locking of the tempfile random state
by Marius Nuennerich
· 10 years ago
a814c05
io: clarify Copy docs regarding error handling
by Péter Surányi
· 10 years ago
09b7f4f
io: clarify the behavior of PipeWriter.CloseWithError(nil).
by Aaron Jacobs
· 10 years ago
3d2321f
io: clarify Reader returning 0, nil
by Russ Cox
· 11 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago