Sign in
go
/
go
/
e4a6e422b2ffcc2c9ae6f855ab6976fcd36b6a90
/
src
/
pkg
/
compress
5fca0bc
gofmt-ify compress
by Robert Griesemer
· 15 years ago
4d310f2
reverse the arguments to io.Copy so the destination is on the
by Rob Pike
· 15 years ago
094f1d5
more lgtm files from gofmt
by Russ Cox
· 15 years ago
650bff6
another round of gofmt applications
by Russ Cox
· 15 years ago
032f2d3
Change deflate.go's default compression level from 4 to 6.
by Nigel Tao
· 16 years ago
f2a520f
clean up error output;
by Russ Cox
· 16 years ago
c51e184
ZLIB deflater.
by Nigel Tao
· 16 years ago
c59a965
Deflate encoder
by Ivan Krasin
· 16 years ago
7be7700
use buf.String() instead of string(buf.Bytes())
by Rob Pike
· 16 years ago
20011bc
unused imports
by Russ Cox
· 16 years ago
d5be41f
rename bytes.Buffer.Data() to bytes.Buffer.Bytes()
by Rob Pike
· 16 years ago
ca6a0fe
more "declared and not used".
by Russ Cox
· 16 years ago
28eba48
fix "declared and not used" errors in non-test code.
by Russ Cox
· 16 years ago
70eef67
PNG decoder for go.
by Nigel Tao
· 16 years ago
b58ecb1
Fix inflate.go's decompressing of a fixed Huffman block that has
by Nigel Tao
· 16 years ago
52cf67a
naming cleanup.
by Russ Cox
· 16 years ago
0d8ed14
ZLIB reader for go.
by Nigel Tao
· 16 years ago
b04ac10
convert non-low-level non-google pkg code to whole-package compilation.
by Russ Cox
· 16 years ago
b388d84
Fixed a small bug with compress/flate/Inflater. It incorrectly checked
by Ivan Krasin
· 16 years ago
d3a412a
io.StringBytes -> strings.Bytes io.ByteBuffer -> bytes.Buffer
by Russ Cox
· 16 years ago
a0bcaf4
Change os.Error convention:
by Russ Cox
· 16 years ago
64684cc
introduce os.EOF and io.ErrUnexpectedEOF.
by Russ Cox
· 16 years ago
d90e7cb
mv src/lib to src/pkg
by Rob Pike
· 16 years ago