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
/
image
/
jpeg
/
reader_test.go
Age
Commit message (
Expand
)
Author
2024-04-25
image/jpeg: ignore garbage bytes before a RST marker
Nigel Tao
2023-02-24
image/jpeg: return io.ErrUnexpectedEOF on truncated data
Alexander Yastrebov
2022-09-06
image/jpeg: use strings.Builder
cuiweixie
2022-07-12
image/jpeg: increase TestLargeImageWithShortData timeout by an order of magni...
Bryan C. Mills
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-04-29
image/jpeg: accept "\xff\x00" before a RST marker
Nigel Tao
2017-10-07
image/gif: add BenchmarkDecode.
Nigel Tao
2015-04-23
image/jpeg: have the LargeImageWithShortData test only allocate 64 MiB, not 604
Nigel Tao
2015-04-22
image/jpeg: ensure that we can't unread a byte if we didn't read a byte.
Nigel Tao
2015-04-14
image/jpeg: don't assume that an ensureNBits failure implies that we can
Nigel Tao
2015-02-26
image/jpeg: support 4:1:1 and 4:1:0 chroma subsampling.
Nigel Tao
2014-11-22
image/jpeg: handle Read returning n > 0, err != nil in d.fill
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox