aboutsummaryrefslogtreecommitdiff
path: root/src/compress
AgeCommit message (Expand)Author
2016-10-27compress/flate: level 1 (best speed) match across blocksKlaus Post
2016-10-24all: minor vet fixesJosh Bleecher Snyder
2016-10-20compress/gzip, compress/zlib: add HuffmanOnly as compression levels.Klaus Post
2016-10-17compress/flate: use correct table for size estimationKlaus Post
2016-10-09compress/gzip: document Reader.ReadEmmanuel Odeke
2016-09-22compress/gzip: add examplesEmmanuel Odeke
2016-09-04compress/flate: clarify the behavior of Writer.FlushJoe Tsai
2016-08-31compress/flate: always return uncompressed data in the event of errorJoe Tsai
2016-08-20compress/flate: make huffmanBitWriter errors persistentJoe Tsai
2016-07-25compress/flate: document HuffmanOnlyJoe Tsai
2016-06-27compress/flate: don't ignore dict in Reader.ResetVladimir Mihailenco
2016-05-31compress/flate: use seperate const block for exported constantsJoe Tsai
2016-05-25compress/flate: simplify using subtests and sub-benchmarksMarcel van Lohuizen
2016-05-25compress/lzw: use Run for benchmarksMarcel van Lohuizen
2016-05-09compress: update documentation regarding footer verificationJoe Tsai
2016-05-05compress/flate: distinguish between base and min match length.Nigel Tao
2016-04-29compress/flate: use a constant hash table size for Best Speed.Nigel Tao
2016-04-29compress/flate: replace "Best Speed" with specialized versionNigel Tao
2016-04-18compress/flate: use uncompressed if dynamic encoding is largerKlaus Post
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-04-15compress/flate: fix a fmt.Fprintf style nit in a test.Nigel Tao
2016-04-14compress/gzip: fix Reader to properly check FHCRCJoe Tsai
2016-04-10compress/flate: improve short writer error testKlaus Post
2016-04-10compress/flate: eliminate most common bounds checksKlaus Post
2016-04-02compress/gzip: fix Reader.ResetJoe Tsai
2016-04-02compress/gzip: cleanup gzip packageJoe Tsai
2016-04-01all: use bytes.Equal, bytes.Contains and strings.ContainsDominik Honnef
2016-03-31compress/flate: make Reader.Read return io.EOF eagerlyJoe Tsai
2016-03-30compress/gzip: fix error handling in ReadJoe Tsai
2016-03-29compress/flate: add pure huffman deflaterKlaus Post
2016-03-25compress/gzip: clean up zero-mtimes testCaleb Spare
2016-03-25compress/gzip: skip mtime test when GOROOT doesn't existElias Naur
2016-03-25all: delete dead non-test codeDominik Honnef
2016-03-25all: zero mtimes in testdata gz filesCaleb Spare
2016-03-23compress/flate: rework matching algorithmKlaus Post
2016-03-11compress/flate: optimize huffman bit encoderKlaus Post
2016-03-11compress/flate: test if results are deterministicKlaus Post
2016-03-10compress/flate: forward upstream Writer errorsKlaus Post
2016-03-09compress/flate: take NewWriter out of the benchmark loop.Nigel Tao
2016-03-07compress/zlib: make errors persistentJoe Tsai
2016-03-07compress/flate: remove unused woffset field.Nigel Tao
2016-03-03compress/bzip2: refactor unit testsJoe Tsai
2016-03-02compress/bzip2: prevent zero-length Huffman codesJoe Tsai
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-28compress/bzip2: fix benchmark to actually measure decompression rateJoe Tsai
2016-02-28compress/bzip2: use correct block sizeJoe Tsai
2016-02-28compress/flate: extract LZ77 dictionary logic into seperate structJoe Tsai
2015-12-29build: shorten a few packages with long testsRuss Cox
2015-12-02compress/bzip2/testdata: make Mark.Twain-Tom.Sawyer.txt freeJoe Tsai
2015-11-26compress/flate: tweak offsetCode so that it can be inlinedJoe Tsai