aboutsummaryrefslogtreecommitdiff
path: root/src/compress/gzip/gzip.go
AgeCommit message (Expand)Author
2024-04-26compress: reordering fields to reduce struct sizesapocelipes
2023-10-12compress: add available godoc linkcui fliter
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-06-02compress/gzip: clarify behavior of Writer.CloseJoe Tsai
2016-10-29compress/gzip: only encode MTIME if it is validJoe Tsai
2016-10-20compress/gzip, compress/zlib: add HuffmanOnly as compression levels.Klaus Post
2016-04-14compress/gzip: fix Reader to properly check FHCRCJoe Tsai
2016-04-02compress/gzip: cleanup gzip packageJoe Tsai
2015-11-13compress/gzip: specify when Reader.Header is validJoe Tsai
2015-08-28compress/gzip: clarify Latin-1 restrictions on gzip.HeaderMatthew Dempsky
2014-09-08build: move package sources from src/pkg to srcRuss Cox