summaryrefslogtreecommitdiff
path: root/src/pkg/compress/gzip
AgeCommit message (Expand)AuthorFilesLines
2011-04-28Imported Upstream version 2011.04.27Ondřej Surý1-2/+2
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý2-10/+10
2010-05-07compress: renamings.Rob Pike4-81/+81
2010-02-25strings: delete Runes, BytesRuss Cox1-3/+2
2010-01-30Check gzip strings for NUL elements, since they are NUL-terminatedNigel Tao2-4/+4
2010-01-30Add a GZIP test for the empty payload.Nigel Tao1-37/+57
2010-01-29gzip deflater (i.e., writer).Nigel Tao5-24/+284
2009-12-15 1) Change default gofmt default settings forRobert Griesemer2-98/+98
2009-12-09remove uses of string concatenation from src and misc directoryRobert Griesemer1-29/+29
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-2/+2
2009-11-09 - replaced gofmt expression formatting algorithm withRobert Griesemer1-9/+9
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer2-22/+22
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-3/+1
2009-11-05gofmt'ed more stragglersRobert Griesemer1-29/+29
2009-11-01reverse the arguments to io.Copy so the destination is on theRob Pike1-1/+1
2009-10-08more lgtm files from gofmtRuss Cox2-31/+30
2009-10-06another round of gofmt applicationsRuss Cox1-28/+25
2009-09-17use buf.String() instead of string(buf.Bytes())Rob Pike1-1/+1
2009-09-17unused importsRuss Cox1-1/+0
2009-09-16rename bytes.Buffer.Data() to bytes.Buffer.Bytes()Rob Pike1-1/+1
2009-09-15more "declared and not used".Russ Cox2-2/+2
2009-09-14fix "declared and not used" errors in non-test code.Russ Cox1-2/+1
2009-09-10PNG decoder for go.Nigel Tao2-1/+8
2009-08-20Fix inflate.go's decompressing of a fixed Huffman block that hasNigel Tao1-1/+17
2009-08-20naming cleanup.Russ Cox2-17/+17
2009-08-17ZLIB reader for go.Nigel Tao1-0/+1
2009-08-12convert non-low-level non-google pkg codeRuss Cox3-56/+4
2009-06-29io.StringBytes -> strings.BytesRuss Cox1-1/+2
2009-06-22introduce os.EOF and io.ErrUnexpectedEOF.Russ Cox2-20/+30
2009-06-09mv src/lib to src/pkgRob Pike3-0/+564