1. d044674 compress/flate: fix test by Russ Cox · 14 years ago
  2. e7fa307 bzip2: speed up decompression. by Adam Langley · 14 years ago
  3. fdbbb06 compress/lzw: don't use a closure in NewReader, which avoids having by Nigel Tao · 14 years ago
  4. 5b1d47d compress/lzw: fix the stupidity of allocating and zeroing a new buffer by Nigel Tao · 14 years ago
  5. 741eab4 compress/lzw: implement an encoder. by Nigel Tao · 14 years ago
  6. da8e6ee compress/bzip2: fix bugs by Adam Langley · 14 years ago
  7. bf69398 compress/bzip2: add package. by Adam Langley · 14 years ago
  8. 658447a compress/lzw: implement a decoder. by Nigel Tao · 14 years ago
  9. 1c5ed26 compress: move zlib/testdata to testdata so it can be shared by all by Nigel Tao · 14 years ago
  10. f4e76d8 replace non-blocking send, receive syntax with select by Russ Cox · 14 years ago
  11. f620a43 compress/flate: implement Flush by Russ Cox · 14 years ago
  12. 387d58e compress/flate: fix typo in comment. by Mathieu Lonjaret · 14 years ago
  13. 3478891 gofmt -s -w src misc by Robert Griesemer · 14 years ago
  14. be443ee 5g: register allocation bugs by Russ Cox · 15 years ago
  15. 0aa2317 arm: work around reg allocator bug in 5g, in two parts. by Rob Pike · 15 years ago
  16. da392d9 build: no required environment variables by Russ Cox · 15 years ago
  17. 8f9aeb5 gofmt: fix some linebreak issues by Robert Griesemer · 15 years ago
  18. bb84f4b changes &x -> x[0:] for array to slice conversion by Russ Cox · 15 years ago
  19. f023e85 compress: renamings. by Rob Pike · 15 years ago
  20. f44fa9b gofmt: experiment: align values in map composites where possible by Robert Griesemer · 15 years ago
  21. 1f3222a strings.Bytes -> []byte for documentation example, src/pkg/* comments, and htmlgen.go by Andrey Mirtchovski · 15 years ago
  22. 9750adb strings: delete Runes, Bytes by Russ Cox · 15 years ago
  23. 5647e60 Check gzip strings for NUL elements, since they are NUL-terminated on the wire. by Nigel Tao · 15 years ago
  24. af7e0f1 Add a GZIP test for the empty payload. by Nigel Tao · 15 years ago
  25. c915000 gzip deflater (i.e., writer). by Nigel Tao · 15 years ago
  26. 14ccf44 compress/zlib: add example to doc comment by Russ Cox · 15 years ago
  27. 5a1d332 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  28. 295ceb4 remove uses of string concatenation from src and misc directory by Robert Griesemer · 15 years ago
  29. b0683bd move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. by Rob Pike · 15 years ago
  30. 6fc8207 go: makes it build for the case $GOROOT has whitespaces by Sergio Luis O. B. Correia · 15 years ago
  31. 9ac4449 gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg by Russ Cox · 15 years ago
  32. e70cedf remove bytes.Copy by Rob Pike · 15 years ago
  33. baba292 - replaced gofmt expression formatting algorithm with by Robert Griesemer · 15 years ago
  34. 40621d5 remove semis after statements in one-statement statement lists by Robert Griesemer · 15 years ago
  35. 830813f assorted cleanup by Russ Cox · 15 years ago
  36. 6ea866c Typo fixes. by David Symonds · 15 years ago
  37. 368f8cb - fine-tuning of one-line func heuristic (nodes.go) by Robert Griesemer · 15 years ago
  38. 183eddd gofmt'ed more stragglers (now down to a handfull of files in pkg) by Robert Griesemer · 15 years ago
  39. 5fca0bc gofmt-ify compress by Robert Griesemer · 15 years ago
  40. 4d310f2 reverse the arguments to io.Copy so the destination is on the by Rob Pike · 15 years ago
  41. 094f1d5 more lgtm files from gofmt by Russ Cox · 15 years ago
  42. 650bff6 another round of gofmt applications by Russ Cox · 15 years ago
  43. 032f2d3 Change deflate.go's default compression level from 4 to 6. by Nigel Tao · 15 years ago
  44. f2a520f clean up error output; by Russ Cox · 15 years ago
  45. c51e184 ZLIB deflater. by Nigel Tao · 15 years ago
  46. c59a965 Deflate encoder by Ivan Krasin · 15 years ago
  47. 7be7700 use buf.String() instead of string(buf.Bytes()) by Rob Pike · 16 years ago
  48. 20011bc unused imports by Russ Cox · 16 years ago
  49. d5be41f rename bytes.Buffer.Data() to bytes.Buffer.Bytes() by Rob Pike · 16 years ago
  50. ca6a0fe more "declared and not used". by Russ Cox · 16 years ago
  51. 28eba48 fix "declared and not used" errors in non-test code. by Russ Cox · 16 years ago
  52. 70eef67 PNG decoder for go. by Nigel Tao · 16 years ago
  53. b58ecb1 Fix inflate.go's decompressing of a fixed Huffman block that has by Nigel Tao · 16 years ago
  54. 52cf67a naming cleanup. by Russ Cox · 16 years ago
  55. 0d8ed14 ZLIB reader for go. by Nigel Tao · 16 years ago
  56. b04ac10 convert non-low-level non-google pkg code to whole-package compilation. by Russ Cox · 16 years ago
  57. b388d84 Fixed a small bug with compress/flate/Inflater. It incorrectly checked by Ivan Krasin · 16 years ago
  58. d3a412a io.StringBytes -> strings.Bytes io.ByteBuffer -> bytes.Buffer by Russ Cox · 16 years ago
  59. a0bcaf4 Change os.Error convention: by Russ Cox · 16 years ago
  60. 64684cc introduce os.EOF and io.ErrUnexpectedEOF. by Russ Cox · 16 years ago
  61. d90e7cb mv src/lib to src/pkg by Rob Pike · 16 years ago