- d044674 compress/flate: fix test by Russ Cox · 14 years ago
- e7fa307 bzip2: speed up decompression. by Adam Langley · 14 years ago
- fdbbb06 compress/lzw: don't use a closure in NewReader, which avoids having by Nigel Tao · 14 years ago
- 5b1d47d compress/lzw: fix the stupidity of allocating and zeroing a new buffer by Nigel Tao · 14 years ago
- 741eab4 compress/lzw: implement an encoder. by Nigel Tao · 14 years ago
- da8e6ee compress/bzip2: fix bugs by Adam Langley · 14 years ago
- bf69398 compress/bzip2: add package. by Adam Langley · 14 years ago
- 658447a compress/lzw: implement a decoder. by Nigel Tao · 14 years ago
- 1c5ed26 compress: move zlib/testdata to testdata so it can be shared by all by Nigel Tao · 14 years ago
- f4e76d8 replace non-blocking send, receive syntax with select by Russ Cox · 14 years ago
- f620a43 compress/flate: implement Flush by Russ Cox · 14 years ago
- 387d58e compress/flate: fix typo in comment. by Mathieu Lonjaret · 14 years ago
- 3478891 gofmt -s -w src misc by Robert Griesemer · 14 years ago
- be443ee 5g: register allocation bugs by Russ Cox · 15 years ago
- 0aa2317 arm: work around reg allocator bug in 5g, in two parts. by Rob Pike · 15 years ago
- da392d9 build: no required environment variables by Russ Cox · 15 years ago
- 8f9aeb5 gofmt: fix some linebreak issues by Robert Griesemer · 15 years ago
- bb84f4b changes &x -> x[0:] for array to slice conversion by Russ Cox · 15 years ago
- f023e85 compress: renamings. by Rob Pike · 15 years ago
- f44fa9b gofmt: experiment: align values in map composites where possible by Robert Griesemer · 15 years ago
- 1f3222a strings.Bytes -> []byte for documentation example, src/pkg/* comments, and htmlgen.go by Andrey Mirtchovski · 15 years ago
- 9750adb strings: delete Runes, Bytes by Russ Cox · 15 years ago
- 5647e60 Check gzip strings for NUL elements, since they are NUL-terminated on the wire. by Nigel Tao · 15 years ago
- af7e0f1 Add a GZIP test for the empty payload. by Nigel Tao · 15 years ago
- c915000 gzip deflater (i.e., writer). by Nigel Tao · 15 years ago
- 14ccf44 compress/zlib: add example to doc comment by Russ Cox · 15 years ago
- 5a1d332 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
- 295ceb4 remove uses of string concatenation from src and misc directory by Robert Griesemer · 15 years ago
- b0683bd move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. by Rob Pike · 15 years ago
- 6fc8207 go: makes it build for the case $GOROOT has whitespaces by Sergio Luis O. B. Correia · 15 years ago
- 9ac4449 gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg by Russ Cox · 15 years ago
- e70cedf remove bytes.Copy by Rob Pike · 15 years ago
- baba292 - replaced gofmt expression formatting algorithm with by Robert Griesemer · 15 years ago
- 40621d5 remove semis after statements in one-statement statement lists by Robert Griesemer · 15 years ago
- 830813f assorted cleanup by Russ Cox · 15 years ago
- 6ea866c Typo fixes. by David Symonds · 15 years ago
- 368f8cb - fine-tuning of one-line func heuristic (nodes.go) by Robert Griesemer · 15 years ago
- 183eddd gofmt'ed more stragglers (now down to a handfull of files in pkg) by Robert Griesemer · 15 years ago
- 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 · 15 years ago
- f2a520f clean up error output; by Russ Cox · 15 years ago
- c51e184 ZLIB deflater. by Nigel Tao · 15 years ago
- c59a965 Deflate encoder by Ivan Krasin · 15 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