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
/
gzip
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-28
Imported Upstream version 2011.04.27
Ondřej Surý
1
-2
/
+2
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
2
-10
/
+10
2010-05-07
compress: renamings.
Rob Pike
4
-81
/
+81
2010-02-25
strings: delete Runes, Bytes
Russ Cox
1
-3
/
+2
2010-01-30
Check gzip strings for NUL elements, since they are NUL-terminated
Nigel Tao
2
-4
/
+4
2010-01-30
Add a GZIP test for the empty payload.
Nigel Tao
1
-37
/
+57
2010-01-29
gzip deflater (i.e., writer).
Nigel Tao
5
-24
/
+284
2009-12-15
1) Change default gofmt default settings for
Robert Griesemer
2
-98
/
+98
2009-12-09
remove uses of string concatenation from src and misc directory
Robert Griesemer
1
-29
/
+29
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
1
-9
/
+9
2009-11-09
remove semis after statements in one-statement statement lists
Robert Griesemer
2
-22
/
+22
2009-11-06
- fine-tuning of one-line func heuristic (nodes.go)
Robert Griesemer
1
-3
/
+1
2009-11-05
gofmt'ed more stragglers
Robert Griesemer
1
-29
/
+29
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
2
-31
/
+30
2009-10-06
another round of gofmt applications
Russ Cox
1
-28
/
+25
2009-09-17
use buf.String() instead of string(buf.Bytes())
Rob Pike
1
-1
/
+1
2009-09-17
unused imports
Russ Cox
1
-1
/
+0
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-14
fix "declared and not used" errors in non-test code.
Russ Cox
1
-2
/
+1
2009-09-10
PNG decoder for go.
Nigel Tao
2
-1
/
+8
2009-08-20
Fix inflate.go's decompressing of a fixed Huffman block that has
Nigel Tao
1
-1
/
+17
2009-08-20
naming cleanup.
Russ Cox
2
-17
/
+17
2009-08-17
ZLIB reader for go.
Nigel Tao
1
-0
/
+1
2009-08-12
convert non-low-level non-google pkg code
Russ Cox
3
-56
/
+4
2009-06-29
io.StringBytes -> strings.Bytes
Russ Cox
1
-1
/
+2
2009-06-22
introduce os.EOF and io.ErrUnexpectedEOF.
Russ Cox
2
-20
/
+30
2009-06-09
mv src/lib to src/pkg
Rob Pike
3
-0
/
+564