aboutsummaryrefslogtreecommitdiff
path: root/src/compress/gzip/gunzip_test.go
AgeCommit message (Expand)Author
2022-07-12[release-branch.go1.17] compress/gzip: fix stack exhaustion bug in Reader.ReadTatiana Bradley
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2019-11-21all: base64-encode binaries that will cause Apple notarization to failAndrew
2016-08-31compress/flate: always return uncompressed data in the event of errorJoe 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
2015-10-14compress/gzip: fix go vet warningJoe Tsai
2015-09-23compress/gzip: detect truncated streamsJoe Tsai
2014-10-20compress/gzip: allow stopping at end of first streamRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox