summaryrefslogtreecommitdiff
path: root/src/pkg/compress/gzip/gunzip.go
AgeCommit message (Expand)AuthorFilesLines
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-2/+2
2010-05-07compress: renamings.Rob Pike1-25/+25
2010-01-30Check gzip strings for NUL elements, since they are NUL-terminatedNigel Tao1-1/+1
2010-01-29gzip deflater (i.e., writer).Nigel Tao1-12/+19
2009-12-15 1) Change default gofmt default settings forRobert Griesemer1-71/+71
2009-11-09 - replaced gofmt expression formatting algorithm withRobert Griesemer1-9/+9
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-19/+19
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-3/+1
2009-10-08more lgtm files from gofmtRuss Cox1-1/+1
2009-10-06another round of gofmt applicationsRuss Cox1-28/+25
2009-09-15more "declared and not used".Russ Cox1-1/+1
2009-09-14fix "declared and not used" errors in non-test code.Russ Cox1-2/+1
2009-09-10PNG decoder for go.Nigel Tao1-1/+7
2009-08-20naming cleanup.Russ Cox1-13/+13
2009-08-17ZLIB reader for go.Nigel Tao1-0/+1
2009-08-12convert non-low-level non-google pkg codeRuss Cox1-2/+0
2009-06-22introduce os.EOF and io.ErrUnexpectedEOF.Russ Cox1-18/+6
2009-06-09mv src/lib to src/pkgRob Pike1-0/+236