summaryrefslogtreecommitdiff
path: root/src/compress/bzip2/bzip2_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-2/+2
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-3/+3
* compress: reduce copies of new text for compression testingKatie Hockman2018-09-241-2/+2
* compress/bzip2: fix checksum mismatch on empty readsJoe Tsai2017-09-251-0/+8
* Revert "all: test adjustments for the iOS builder"Elias Naur2017-03-041-15/+9
* all: test adjustments for the iOS builderDavid Crawshaw2017-01-141-9/+15
* compress/bzip2: refactor unit testsJoe Tsai2016-03-031-399/+179
* compress/bzip2: prevent zero-length Huffman codesJoe Tsai2016-03-021-0/+9
* compress/bzip2: fix benchmark to actually measure decompression rateJoe Tsai2016-02-281-1/+11
* compress/bzip2: use correct block sizeJoe Tsai2016-02-281-0/+10
* compress: make Mark.Twain-Tom.Sawyer.txt licensed under non-free license free...Jakub Čajka2015-11-241-1/+1
* compress/bzip2: make decoding fasterAlberto Donizetti2015-08-281-0/+4
* all: don't refer to code.google.com/p/go{,-wiki}/Péter Surányi2015-02-061-2/+2
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+419