summaryrefslogtreecommitdiff
path: root/src/compress
Commit message (Expand)AuthorAgeFilesLines
* compress/lzw: add Reset method to Reader and WriterAgniva De Sarker2021-03-174-206/+349
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-097-28/+25
* all: update to use filepath.WalkDir instead of filepath.WalkRuss Cox2020-12-021-1/+1
* all: fix quoting for compress/bzip2 and time's godocsubham sarkar2020-10-231-4/+4
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-2011-46/+41
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-201-1/+2
* compress/flate: fix corrupted outputKlaus Post2020-10-192-3/+65
* compress/flate: revert a goto for-loopDaniel Martí2020-10-161-4/+2
* compress/flate: remove unneeded zeroing of bytes array in (*huffmanBitWriter)...Dan Scales2020-10-061-2/+2
* compress/flate: fix another deflate Reset inconsistencyRuss Cox2020-07-162-16/+41
* compress/flate: fix deflate Reset consistencyKlaus Post2020-07-162-15/+97
* 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