aboutsummaryrefslogtreecommitdiff
path: root/src/compress/bzip2/bzip2_test.go
AgeCommit message (Expand)Author
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2018-09-24compress: reduce copies of new text for compression testingKatie Hockman
2017-09-25compress/bzip2: fix checksum mismatch on empty readsJoe Tsai
2017-03-04Revert "all: test adjustments for the iOS builder"Elias Naur
2017-01-14all: test adjustments for the iOS builderDavid Crawshaw
2016-03-03compress/bzip2: refactor unit testsJoe Tsai
2016-03-02compress/bzip2: prevent zero-length Huffman codesJoe Tsai
2016-02-28compress/bzip2: fix benchmark to actually measure decompression rateJoe Tsai
2016-02-28compress/bzip2: use correct block sizeJoe Tsai
2015-11-24compress: make Mark.Twain-Tom.Sawyer.txt licensed under non-free license free...Jakub Čajka
2015-08-28compress/bzip2: make decoding fasterAlberto Donizetti
2015-02-06all: don't refer to code.google.com/p/go{,-wiki}/Péter Surányi
2014-09-08build: move package sources from src/pkg to srcRuss Cox