aboutsummaryrefslogtreecommitdiff
path: root/src/compress/gzip/gunzip.go
AgeCommit message (Expand)Author
2022-07-12[release-branch.go1.17] compress/gzip: fix stack exhaustion bug in Reader.ReadTatiana Bradley
2019-02-26compress/gzip: clarify that Multistream gzip requires a ByteReaderJeremy Jay
2017-09-15all: fix article typosKunpei Sakai
2016-10-29compress/gzip: only encode MTIME if it is validJoe Tsai
2016-10-09compress/gzip: document Reader.ReadEmmanuel Odeke
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-02all: single space after period.Brad Fitzpatrick
2015-11-13compress/gzip: specify when Reader.Header is validJoe 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