aboutsummaryrefslogtreecommitdiff
path: root/src/compress/flate/deflate_test.go
AgeCommit message (Expand)Author
2020-10-29[release-branch.go1.15] compress/flate: fix corrupted outputKlaus Post
2020-07-16compress/flate: fix another deflate Reset inconsistencyRuss Cox
2019-05-22all: shorten some testsRuss Cox
2019-02-19src, misc: apply gofmtRobert Griesemer
2018-10-01Revert "compress: move benchmark text from src/testdata to src/compress/testd...Katie Hockman
2018-09-28compress: move benchmark text from src/testdata to src/compress/testdataKatie Hockman
2018-09-24compress: reduce copies of new text for compression testingKatie Hockman
2017-01-12compress/flate: avoid large stack growth in fillDeflateJoe Tsai
2016-11-04all: sprinkle t.Parallel on some slow testsBrad Fitzpatrick
2016-10-30compress/flate: tighten the BestSpeed max match offset bound.Nigel Tao
2016-10-27compress/flate: level 1 (best speed) match across blocksKlaus Post
2016-08-20compress/flate: make huffmanBitWriter errors persistentJoe Tsai
2016-04-29compress/flate: replace "Best Speed" with specialized versionNigel Tao
2016-03-29compress/flate: add pure huffman deflaterKlaus Post
2016-03-23compress/flate: rework matching algorithmKlaus Post
2016-03-02all: single space after period.Brad Fitzpatrick
2015-12-29build: shorten a few packages with long testsRuss Cox
2015-07-11all: link to https instead of httpBrad Fitzpatrick
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