summaryrefslogtreecommitdiff
path: root/src/compress/gzip/gzip.go
Commit message (Expand)AuthorAgeFilesLines
* compress/gzip: do not count header bytes written in WriteTravis Bischel2018-04-021-5/+5
* compress/gzip, compress/zlib: fix Writer documentation inconsistenciesDiogo Pinela2018-03-131-1/+1
* compress/gzip: clarify behavior of Writer.CloseJoe Tsai2017-06-021-2/+3
* compress/gzip: only encode MTIME if it is validJoe Tsai2016-10-291-7/+7
* compress/gzip, compress/zlib: add HuffmanOnly as compression levels.Klaus Post2016-10-201-4/+5
* compress/gzip: fix Reader to properly check FHCRCJoe Tsai2016-04-141-17/+4
* compress/gzip: cleanup gzip packageJoe Tsai2016-04-021-17/+9
* compress/gzip: specify when Reader.Header is validJoe Tsai2015-11-131-1/+1
* compress/gzip: clarify Latin-1 restrictions on gzip.HeaderMatthew Dempsky2015-08-281-4/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+272