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
/
compress
/
bzip2
/
bzip2_test.go
Age
Commit message (
Expand
)
Author
2026-02-02
compress/bzip2: use obscuretestdata.ReadFile to avoid creating temporary
Ian Lance Taylor
2025-12-15
archive/tar, compress/bzip2: base64 some troublesome testdata files
Ian Lance Taylor
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2018-09-24
compress: reduce copies of new text for compression testing
Katie Hockman
2017-09-25
compress/bzip2: fix checksum mismatch on empty reads
Joe Tsai
2017-03-04
Revert "all: test adjustments for the iOS builder"
Elias Naur
2017-01-14
all: test adjustments for the iOS builder
David Crawshaw
2016-03-03
compress/bzip2: refactor unit tests
Joe Tsai
2016-03-02
compress/bzip2: prevent zero-length Huffman codes
Joe Tsai
2016-02-28
compress/bzip2: fix benchmark to actually measure decompression rate
Joe Tsai
2016-02-28
compress/bzip2: use correct block size
Joe Tsai
2015-11-24
compress: make Mark.Twain-Tom.Sawyer.txt licensed under non-free license free...
Jakub Čajka
2015-08-28
compress/bzip2: make decoding faster
Alberto Donizetti
2015-02-06
all: don't refer to code.google.com/p/go{,-wiki}/
Péter Surányi
2014-09-08
build: move package sources from src/pkg to src
Russ Cox