aboutsummaryrefslogtreecommitdiff
path: root/src/compress/flate
AgeCommit message (Expand)Author
2025-11-25compress/flate: move big non-pointer arrays to end of compressorIan Lance Taylor
2025-10-23all: replace Split in loops with more efficient SplitSeqcuishuang
2025-05-19std: pass bytes.Buffer and strings.Builder by pointerAlan Donovan
2025-03-07compress/flate,compress/lzw: fix incorrect godoc linksOlivier Mengué
2025-03-06compress/lzw,compress/gzip,compress/flate,compress/zlib,compress/bzip2: go do...Olivier Mengué
2025-02-18all: use a more straightforward return valuecuishuang
2024-09-06compress/flate: use built-in clear to simplify the codeapocelipes
2024-08-20src: fix typosAlexander Cyon
2024-04-26compress: reordering fields to reduce struct sizesapocelipes
2023-10-13compress: some minor corrections or adjustments for godoc linkcui fliter
2023-10-12compress: add available godoc linkcui fliter
2023-09-01compress: linkify references to io.ByteReaderJoe Tsai
2023-06-14all: fix spelling errorsAlexander Yastrebov
2023-05-24compress/flate, archive/zip: reduce memory allocationsMaksim Meshkov
2022-11-18all: add missing periods in commentscui fliter
2022-09-29compress: remove useless break statementcuiweixie
2022-09-15compress/flate: update NewReader documentationJoe Tsai
2022-05-17all: fix spellingJohn Bampton
2022-05-17compress/flate: remove var newHTobias Klauser
2022-05-11compress/flate: remove compressor.hash fieldIan Lance Taylor
2022-05-08compress/flate: cancel redundant operationsHeisenberg
2022-05-02compress/flate: move idempotent close logic to compressorJoe Tsai
2022-05-02compress/flate: return error on closed stream writeGregory Man
2022-04-11all: gofmt main repoRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss 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-08-28compress/flate: improve deflate performance by register allocating the indexNao YONASHIRO
2019-05-22all: shorten some testsRuss Cox
2019-03-31cmd/go: further reduce init workDaniel Martí
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-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-05-07compress/flate: do not rename math/bits importRuss Cox
2018-04-17compress/flate: optimize huffSymIlya Tocar
2017-08-31compress/flate: remove non-standard extensions to flateJoe Tsai
2017-03-01compress/flate: use math/bits.Reverse8/16 instead of local implementationRobert Griesemer
2017-01-12compress/flate: avoid large stack growth in fillDeflateJoe 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