summaryrefslogtreecommitdiff
path: root/src/pkg/compress/zlib
AgeCommit message (Expand)AuthorFilesLines
2014-08-13Imported Upstream version 1.3.1upstream/1.3.1Michael Stapelberg1-1/+2
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg5-6/+7
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg2-4/+90
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg2-1/+38
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý5-75/+100
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý5-0/+549
2011-09-13Imported Upstream version 60Ondřej Surý5-549/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý1-3/+3
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý2-38/+59
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý4-37/+134
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-2/+2
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý3-4/+2
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý2-7/+7
2010-05-27changes &x -> x[0:] for array to slice conversionRuss Cox1-1/+1
2010-05-07compress: renamings.Rob Pike4-32/+32
2010-03-02strings.Bytes -> []byte for documentation example, src/pkg/* comments, and ht...Andrey Mirtchovski1-1/+1
2010-01-29gzip deflater (i.e., writer).Nigel Tao1-1/+1
2010-01-19compress/zlib: add example to doc commentRuss Cox1-2/+19
2009-12-15 1) Change default gofmt default settings forRobert Griesemer4-123/+123
2009-12-02move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.Rob Pike1-2/+3
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 Griesemer2-6/+6
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer4-25/+25
2009-11-01reverse the arguments to io.Copy so the destination is on theRob Pike1-1/+1
2009-10-08more lgtm files from gofmtRuss Cox1-2/+2
2009-10-06another round of gofmt applicationsRuss Cox4-48/+38
2009-09-29ZLIB deflater.Nigel Tao6-3/+222
2009-09-17use buf.String() instead of string(buf.Bytes())Rob Pike1-1/+1
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-10PNG decoder for go.Nigel Tao2-11/+17
2009-08-20naming cleanup.Russ Cox2-6/+6
2009-08-17ZLIB reader for go.Nigel Tao3-0/+200