aboutsummaryrefslogtreecommitdiff
path: root/src/compress
AgeCommit message (Expand)Author
2024-04-26compress: reordering fields to reduce struct sizesapocelipes
2024-04-15compress/bzip2: simplify Huffman tree constructionaimuz
2024-04-10crypto/internal/mlkem768: new packageFilippo Valsorda
2024-03-18compress/bzip2,lzw: use built-in clear to simplify codeapocelipes
2024-03-11compress/gzip: close writer in testguoguangwu
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-16compress/bzip2: fix typoJes Cok
2023-06-14all: fix spelling errorsAlexander Yastrebov
2023-05-24compress/flate, archive/zip: reduce memory allocationsMaksim Meshkov
2023-02-27compress/zlib: use binary.BigEndian consistentlyJoe Tsai
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-07-12compress/gzip: fix stack exhaustion bug in Reader.ReadTatiana Bradley
2022-06-22compress/gzip: always close bodyReader in Example_compressingReaderIan Lance Taylor
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-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2022-03-30compress/zlib: tighten header CINFO checkNigel Tao
2022-03-15compress/gzip: add example of compressing readerIan Lance Taylor
2022-03-06all: fix some typosDan Kortschak
2022-03-02compress/gzip: return unexpected EOF for certain truncated streamsPhil Bracikowski
2022-01-13all: add a handful of fuzz targetsRoland Shoemaker
2022-01-12Revert "all: add a handful of fuzz targets"Bryan Mills
2022-01-12all: add a handful of fuzz targetsRoland Shoemaker
2021-10-12compress/lzw: output a Clear code first, per GIF specNigel Tao
2021-09-28compress/gzip: add missing licensejiahua wang
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