summaryrefslogtreecommitdiff
path: root/src/compress
Commit message (Expand)AuthorAgeFilesLines
* all: base64-encode binaries that will cause Apple notarization to failAndrew2019-11-213-2/+9
* compress/lzw: clarify code invariantsNigel Tao2019-09-141-1/+4
* compress/lzw: fix comment re high-code invariantNigel Tao2019-09-121-3/+2
* compress/flate: improve deflate performance by register allocating the indexNao YONASHIRO2019-08-281-5/+8
* compress/gzip: add missing error check in testLeon Klingele2019-05-241-0/+3
* all: shorten some testsRuss Cox2019-05-221-0/+6
* cmd/go: further reduce init workDaniel Martí2019-03-311-3/+3
* compress/gzip: clarify that Multistream gzip requires a ByteReaderJeremy Jay2019-02-261-2/+2
* src, misc: apply gofmtRobert Griesemer2019-02-191-1/+1
* compress/flate: fix the old url for the flate algorithmOsamu TONOMORI2018-12-201-1/+1
* all: fix a bunch of misspellingsIgor Zhilianin2018-10-062-2/+2
* Revert "compress: move benchmark text from src/testdata to src/compress/testd...Katie Hockman2018-10-013-9289/+3
* compress: move benchmark text from src/testdata to src/compress/testdataKatie Hockman2018-09-283-3/+9289
* compress: reduce copies of new text for compression testingKatie Hockman2018-09-246-8473/+8
* cmd/link,compress/zip,image/png: use binary.{Big,Little}Endian methodsLynn Boger2018-09-111-9/+3
* all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper2018-06-014-4/+4
* compress/flate: do not rename math/bits importRuss Cox2018-05-071-7/+7
* compress/gzip: skip builder-only test on iOSElias Naur2018-05-041-0/+4
* compress/flate: optimize huffSymIlya Tocar2018-04-171-20/+31
* compress/gzip: do not count header bytes written in WriteTravis Bischel2018-04-022-5/+43
* compress/bzip2: remove bit-tricksIlya Tocar2018-03-211-14/+18
* compress/gzip, compress/zlib: fix Writer documentation inconsistenciesDiogo Pinela2018-03-132-2/+2
* compress/bzip2: use sort.Slice in huffman.goJoe Kyo2018-02-171-43/+17
* compress/bzip2: fix checksum mismatch on empty readsJoe Tsai2017-09-252-1/+9
* all: fix article typosKunpei Sakai2017-09-151-1/+1
* compress/flate: remove non-standard extensions to flateJoe Tsai2017-08-311-8/+0
* compress/lzw: don't follow code == hi if last is invalid.Nigel Tao2017-06-082-1/+72
* compress/gzip: clarify behavior of Writer.CloseJoe Tsai2017-06-021-2/+3
* compress/bzip2: remove dead code in huffman.goJoe Tsai2017-05-241-4/+0
* compress/lzw: fix hi code overflow.Nigel Tao2017-04-282-1/+37
* Revert "all: test adjustments for the iOS builder"Elias Naur2017-03-041-15/+9
* compress/flate: use math/bits.Reverse8/16 instead of local implementationRobert Griesemer2017-03-013-51/+9
* all: test adjustments for the iOS builderDavid Crawshaw2017-01-141-9/+15
* compress/flate: avoid large stack growth in fillDeflateJoe Tsai2017-01-123-4/+53
* compress/gzip: skip TestGZIPFilesHaveZeroMTimes on non-buildersJoe Tsai2017-01-111-4/+10
* compress/flate: add examplesJoe Tsai2016-11-121-0/+243
* all: sprinkle t.Parallel on some slow testsBrad Fitzpatrick2016-11-043-0/+11
* compress/flate: tighten the BestSpeed max match offset bound.Nigel Tao2016-10-302-5/+62
* compress/gzip: only encode MTIME if it is validJoe Tsai2016-10-294-11/+22
* compress/flate: make compression level 0 consistentKlaus Post2016-10-272-5/+5
* compress/flate: level 1 (best speed) match across blocksKlaus Post2016-10-273-48/+267
* all: minor vet fixesJosh Bleecher Snyder2016-10-241-1/+1
* compress/gzip, compress/zlib: add HuffmanOnly as compression levels.Klaus Post2016-10-203-9/+16
* compress/flate: use correct table for size estimationKlaus Post2016-10-171-1/+1
* compress/gzip: document Reader.ReadEmmanuel Odeke2016-10-091-0/+1
* compress/gzip: add examplesEmmanuel Odeke2016-09-221-0/+128
* compress/flate: clarify the behavior of Writer.FlushJoe Tsai2016-09-041-1/+3
* compress/flate: always return uncompressed data in the event of errorJoe Tsai2016-08-314-0/+70
* compress/flate: make huffmanBitWriter errors persistentJoe Tsai2016-08-203-14/+78
* compress/flate: document HuffmanOnlyJoe Tsai2016-07-251-2/+11