aboutsummaryrefslogtreecommitdiff
path: root/src/compress
AgeCommit message (Expand)Author
2021-03-17compress/lzw: add Reset method to Reader and WriterAgniva De Sarker
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-02all: update to use filepath.WalkDir instead of filepath.WalkRuss Cox
2020-10-23all: fix quoting for compress/bzip2 and time's godocsubham sarkar
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-10-19compress/flate: fix corrupted outputKlaus Post
2020-10-16compress/flate: revert a goto for-loopDaniel Martí
2020-10-06compress/flate: remove unneeded zeroing of bytes array in (*huffmanBitWriter)...Dan Scales
2020-07-16compress/flate: fix another deflate Reset inconsistencyRuss Cox
2020-07-16compress/flate: fix deflate Reset consistencyKlaus Post
2019-11-21all: base64-encode binaries that will cause Apple notarization to failAndrew
2019-09-14compress/lzw: clarify code invariantsNigel Tao
2019-09-12compress/lzw: fix comment re high-code invariantNigel Tao
2019-08-28compress/flate: improve deflate performance by register allocating the indexNao YONASHIRO
2019-05-24compress/gzip: add missing error check in testLeon Klingele
2019-05-22all: shorten some testsRuss Cox
2019-03-31cmd/go: further reduce init workDaniel Martí
2019-02-26compress/gzip: clarify that Multistream gzip requires a ByteReaderJeremy Jay
2019-02-19src, misc: apply gofmtRobert Griesemer
2018-12-20compress/flate: fix the old url for the flate algorithmOsamu TONOMORI
2018-10-06all: fix a bunch of misspellingsIgor Zhilianin
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
2018-09-11cmd/link,compress/zip,image/png: use binary.{Big,Little}Endian methodsLynn Boger
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-05-07compress/flate: do not rename math/bits importRuss Cox
2018-05-04compress/gzip: skip builder-only test on iOSElias Naur
2018-04-17compress/flate: optimize huffSymIlya Tocar
2018-04-02compress/gzip: do not count header bytes written in WriteTravis Bischel
2018-03-21compress/bzip2: remove bit-tricksIlya Tocar
2018-03-13compress/gzip, compress/zlib: fix Writer documentation inconsistenciesDiogo Pinela
2018-02-17compress/bzip2: use sort.Slice in huffman.goJoe Kyo
2017-09-25compress/bzip2: fix checksum mismatch on empty readsJoe Tsai
2017-09-15all: fix article typosKunpei Sakai
2017-08-31compress/flate: remove non-standard extensions to flateJoe Tsai
2017-06-08compress/lzw: don't follow code == hi if last is invalid.Nigel Tao
2017-06-02compress/gzip: clarify behavior of Writer.CloseJoe Tsai
2017-05-24compress/bzip2: remove dead code in huffman.goJoe Tsai
2017-04-28compress/lzw: fix hi code overflow.Nigel Tao
2017-03-04Revert "all: test adjustments for the iOS builder"Elias Naur
2017-03-01compress/flate: use math/bits.Reverse8/16 instead of local implementationRobert Griesemer
2017-01-14all: test adjustments for the iOS builderDavid Crawshaw
2017-01-12compress/flate: avoid large stack growth in fillDeflateJoe Tsai
2017-01-11compress/gzip: skip TestGZIPFilesHaveZeroMTimes on non-buildersJoe Tsai
2016-11-12compress/flate: add examplesJoe 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-29compress/gzip: only encode MTIME if it is validJoe Tsai