index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
compress
/
zlib
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-13
Imported Upstream version 1.3.1
upstream/1.3.1
Michael Stapelberg
1
-1
/
+2
2014-06-19
Imported Upstream version 1.3
upstream/1.3
Michael Stapelberg
5
-6
/
+7
2013-12-03
Imported Upstream version 1.2
upstream/1.2
Michael Stapelberg
2
-4
/
+90
2013-03-04
Imported Upstream version 1.1~hg20130304
upstream/1.1_hg20130304
Michael Stapelberg
2
-1
/
+38
2012-04-06
Imported Upstream version 1
upstream/1
Ondřej Surý
5
-75
/
+100
2011-09-13
Imported Upstream version 60
upstream/60
Ondřej Surý
5
-0
/
+549
2011-09-13
Imported Upstream version 60
Ondřej Surý
5
-549
/
+0
2011-08-03
Imported Upstream version 59
upstream/59
Ondřej Surý
1
-3
/
+3
2011-06-30
Imported Upstream version 58
upstream/58
Ondřej Surý
2
-38
/
+59
2011-04-28
Imported Upstream version 2011.04.27
upstream/2011.04.27
Ondřej Surý
4
-37
/
+134
2011-04-26
Imported Upstream version 2011.04.13
upstream/2011.04.13
Ondřej Surý
1
-2
/
+2
2011-04-20
Imported Upstream version 2011.03.07.1
upstream/2011.03.07.1
Ondřej Surý
3
-4
/
+2
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
2
-7
/
+7
2010-05-27
changes &x -> x[0:] for array to slice conversion
Russ Cox
1
-1
/
+1
2010-05-07
compress: renamings.
Rob Pike
4
-32
/
+32
2010-03-02
strings.Bytes -> []byte for documentation example, src/pkg/* comments, and ht...
Andrey Mirtchovski
1
-1
/
+1
2010-01-29
gzip deflater (i.e., writer).
Nigel Tao
1
-1
/
+1
2010-01-19
compress/zlib: add example to doc comment
Russ Cox
1
-2
/
+19
2009-12-15
1) Change default gofmt default settings for
Robert Griesemer
4
-123
/
+123
2009-12-02
move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.
Rob Pike
1
-2
/
+3
2009-11-23
go: makes it build for the case $GOROOT has whitespaces
Sergio Luis O. B. Correia
1
-2
/
+2
2009-11-09
- replaced gofmt expression formatting algorithm with
Robert Griesemer
2
-6
/
+6
2009-11-09
remove semis after statements in one-statement statement lists
Robert Griesemer
4
-25
/
+25
2009-11-01
reverse the arguments to io.Copy so the destination is on the
Rob Pike
1
-1
/
+1
2009-10-08
more lgtm files from gofmt
Russ Cox
1
-2
/
+2
2009-10-06
another round of gofmt applications
Russ Cox
4
-48
/
+38
2009-09-29
ZLIB deflater.
Nigel Tao
6
-3
/
+222
2009-09-17
use buf.String() instead of string(buf.Bytes())
Rob Pike
1
-1
/
+1
2009-09-16
rename bytes.Buffer.Data() to bytes.Buffer.Bytes()
Rob Pike
1
-1
/
+1
2009-09-15
more "declared and not used".
Russ Cox
2
-2
/
+2
2009-09-10
PNG decoder for go.
Nigel Tao
2
-11
/
+17
2009-08-20
naming cleanup.
Russ Cox
2
-6
/
+6
2009-08-17
ZLIB reader for go.
Nigel Tao
3
-0
/
+200