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
/
bufio
/
bufio_test.go
Age
Commit message (
Expand
)
Author
2024-01-25
bufio: realign struct Reader
Shulhan
2023-02-10
bufio: permit r.Reset(r) without infinite recursion
Ian Lance Taylor
2022-09-29
bufio: use strings.Builder
cuiweixie
2022-09-06
bufio: use strings.Builder
cuiweixie
2022-04-21
bufio: implement large write forwarding in Writer.WriteString
Carlo Alberto Ferraris
2021-12-15
all: fix typo in comment
ichxxx
2021-11-05
bufio: fix typo in comment
lgbgbl
2021-10-18
bufio: use underlying ReadFrom even when data is buffered
Damien Neil
2021-10-01
bufio: reject UnreadByte or UnreadRune after a Discard or WriteTo
Bryan C. Mills
2021-09-12
bufio: add Writer.AvailableBuffer
Joe Tsai
2021-09-11
bufio: make Reader.Reset and Writer.Reset work on the zero value
Joe Tsai
2021-02-24
bufio, bytes, strings: handle negative runes in WriteRune
David Benjamin
2020-11-28
bufio: make string(int) conversion safer
smasher164
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-04-28
bufio: optimize bufio.Reader.ReadString to avoid an allocation and copy
Alex Gaynor
2020-02-26
all: avoid string(i) where i has type int
Ian Lance Taylor
2019-10-31
bufio: return the underlying error in ReadFrom if not nil
Cuong Manh Le
2019-10-31
bufio: save error from underlying ReadFrom
Cuong Manh Le
2019-06-20
bufio: Reader.Read may return io.EOF even when it has data buffered
Daniel Cormier
2018-11-13
bufio: make Reader.Peek invalidate Unreads
Martin Garton
2018-11-09
bufio: fix indexes in TestWriter
Ryan Dahl
2017-11-02
bufio: add Reader.Size and Writer.Size accessors
Brad Fitzpatrick
2017-07-06
Revert "bufio: make Reader.Peek invalidate Unreads"
Russ Cox
2017-06-27
bufio: make Reader.Peek invalidate Unreads
Martin Garton
2016-10-18
bufio: read from underlying reader at most once in Read
Russ Cox
2016-05-06
all: use SeekStart, SeekCurrent, SeekEnd
Joe Tsai
2016-03-04
bufio: Reader.Peek returns partial results on ErrBufferFull
djherbis
2015-01-07
bufio: add Reader.Discard
Brad Fitzpatrick
2014-09-08
build: move package sources from src/pkg to src
Russ Cox