aboutsummaryrefslogtreecommitdiff
path: root/src/compress/flate/huffman_bit_writer.go
AgeCommit message (Expand)Author
2020-10-06compress/flate: remove unneeded zeroing of bytes array in (*huffmanBitWriter)...Dan Scales
2020-07-16compress/flate: fix another deflate Reset inconsistencyRuss Cox
2019-03-31cmd/go: further reduce init workDaniel Martí
2017-08-31compress/flate: remove non-standard extensions to flateJoe Tsai
2016-10-17compress/flate: use correct table for size estimationKlaus Post
2016-08-20compress/flate: make huffmanBitWriter errors persistentJoe Tsai
2016-04-18compress/flate: use uncompressed if dynamic encoding is largerKlaus Post
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-04-10compress/flate: eliminate most common bounds checksKlaus Post
2016-03-11compress/flate: optimize huffman bit encoderKlaus Post
2016-03-02all: single space after period.Brad Fitzpatrick
2015-06-17compress/flate: make library RFC1951 compliantJoe Tsai
2014-09-08build: move package sources from src/pkg to srcRuss Cox