aboutsummaryrefslogtreecommitdiff
path: root/src/compress/gzip
AgeCommit message (Expand)Author
2022-07-12[release-branch.go1.17] compress/gzip: fix stack exhaustion bug in Reader.ReadTatiana Bradley
2020-12-02all: update to use filepath.WalkDir instead of filepath.WalkRuss Cox
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
2019-11-21all: base64-encode binaries that will cause Apple notarization to failAndrew
2019-05-24compress/gzip: add missing error check in testLeon Klingele
2019-02-26compress/gzip: clarify that Multistream gzip requires a ByteReaderJeremy Jay
2018-05-04compress/gzip: skip builder-only test on iOSElias Naur
2018-04-02compress/gzip: do not count header bytes written in WriteTravis Bischel
2018-03-13compress/gzip, compress/zlib: fix Writer documentation inconsistenciesDiogo Pinela
2017-09-15all: fix article typosKunpei Sakai
2017-06-02compress/gzip: clarify behavior of Writer.CloseJoe Tsai
2017-01-11compress/gzip: skip TestGZIPFilesHaveZeroMTimes on non-buildersJoe Tsai
2016-10-29compress/gzip: only encode MTIME if it is validJoe Tsai
2016-10-24all: minor vet fixesJosh Bleecher Snyder
2016-10-20compress/gzip, compress/zlib: add HuffmanOnly as compression levels.Klaus Post
2016-10-09compress/gzip: document Reader.ReadEmmanuel Odeke
2016-09-22compress/gzip: add examplesEmmanuel Odeke
2016-08-31compress/flate: always return uncompressed data in the event of errorJoe Tsai
2016-05-09compress: update documentation regarding footer verificationJoe Tsai
2016-04-14compress/gzip: fix Reader to properly check FHCRCJoe Tsai
2016-04-02compress/gzip: fix Reader.ResetJoe Tsai
2016-04-02compress/gzip: cleanup gzip packageJoe Tsai
2016-03-30compress/gzip: fix error handling in ReadJoe Tsai
2016-03-25compress/gzip: clean up zero-mtimes testCaleb Spare
2016-03-25compress/gzip: skip mtime test when GOROOT doesn't existElias Naur
2016-03-25all: zero mtimes in testdata gz filesCaleb Spare
2016-03-02all: single space after period.Brad Fitzpatrick
2015-11-13compress/gzip: specify when Reader.Header is validJoe Tsai
2015-10-14compress/gzip: fix go vet warningJoe Tsai
2015-09-23compress/gzip: detect truncated streamsJoe Tsai
2015-08-28compress/gzip: clarify Latin-1 restrictions on gzip.HeaderMatthew Dempsky
2014-10-20compress/gzip: allow stopping at end of first streamRuss Cox
2014-10-20compress/flate: add Reset() to allow reusing large buffers to compress multip...James Robinson
2014-09-30compress/*: note that NewReader may introduce bufferingRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox