summaryrefslogtreecommitdiff
path: root/src/compress
Commit message (Expand)AuthorAgeFilesLines
* compress/zlib: use binary.BigEndian consistentlyJoe Tsai2023-02-272-4/+5
* all: add missing periods in commentscui fliter2022-11-183-5/+5
* compress: remove useless break statementcuiweixie2022-09-292-6/+0
* compress/flate: update NewReader documentationJoe Tsai2022-09-151-2/+2
* compress/gzip: fix stack exhaustion bug in Reader.ReadTatiana Bradley2022-07-122-31/+45
* compress/gzip: always close bodyReader in Example_compressingReaderIan Lance Taylor2022-06-221-1/+4
* all: fix spellingJohn Bampton2022-05-171-1/+1
* compress/flate: remove var newHTobias Klauser2022-05-171-3/+1
* compress/flate: remove compressor.hash fieldIan Lance Taylor2022-05-111-14/+4
* compress/flate: cancel redundant operationsHeisenberg2022-05-081-2/+0
* compress/flate: move idempotent close logic to compressorJoe Tsai2022-05-022-34/+14
* compress/flate: return error on closed stream writeGregory Man2022-05-022-4/+120
* all: gofmt main repoRuss Cox2022-04-112-18/+18
* all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox2022-04-052-4/+4
* all: fix various doc comment formatting nitsRuss Cox2022-04-011-12/+13
* compress/zlib: tighten header CINFO checkNigel Tao2022-03-302-3/+13
* compress/gzip: add example of compressing readerIan Lance Taylor2022-03-151-0/+87
* all: fix some typosDan Kortschak2022-03-061-1/+1
* compress/gzip: return unexpected EOF for certain truncated streamsPhil Bracikowski2022-03-022-15/+69
* all: add a handful of fuzz targetsRoland Shoemaker2022-01-131-0/+92
* Revert "all: add a handful of fuzz targets"Bryan Mills2022-01-121-92/+0
* all: add a handful of fuzz targetsRoland Shoemaker2022-01-121-0/+92
* compress/lzw: output a Clear code first, per GIF specNigel Tao2021-10-122-1/+47
* compress/gzip: add missing licensejiahua wang2021-09-281-0/+4
* 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