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