aboutsummaryrefslogtreecommitdiff
path: root/src/compress/bzip2
AgeCommit message (Expand)Author
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-23all: fix quoting for compress/bzip2 and time's godocsubham sarkar
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
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-03-21compress/bzip2: remove bit-tricksIlya Tocar
2018-02-17compress/bzip2: use sort.Slice in huffman.goJoe Kyo
2017-09-25compress/bzip2: fix checksum mismatch on empty readsJoe Tsai
2017-05-24compress/bzip2: remove dead code in huffman.goJoe Tsai
2017-03-04Revert "all: test adjustments for the iOS builder"Elias Naur
2017-01-14all: test adjustments for the iOS builderDavid Crawshaw
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-03-25all: delete dead non-test codeDominik Honnef
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-12-02compress/bzip2/testdata: make Mark.Twain-Tom.Sawyer.txt freeJoe 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-12-19compress/bzip2: s/repeat_power/repeatPower/David Crawshaw
2014-09-30compress/*: note that NewReader may introduce bufferingRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox