1. 9d12307 ioutil: add Discard, update tree. by Brad Fitzpatrick · 14 years ago
  2. 6a186d3 src/pkg: make package doc comments consistently start with "Package foo". by Nigel Tao · 14 years ago
  3. 0be2ef3 io: clarify that ReadAt shouldn't move the seek offset by Brad Fitzpatrick · 14 years ago
  4. 8dc0ba7 io: fixes for Read with n > 0, os.EOF by Robert Hencke · 14 years ago
  5. 8a90fd3 os: New Open API. by Rob Pike · 14 years ago
  6. 3479bb6 ioutil: add NopCloser by Brad Fitzpatrick · 14 years ago
  7. 478f08a io/ioutil: clean-up of ReadAll and ReadFile by Robert Griesemer · 14 years ago
  8. 6d6f338 io: reimplement Pipe by Russ Cox · 14 years ago
  9. 2b4a960 io/ioutil: use filepath.Join, handle trailing / in $TMPDIR by Russ Cox · 14 years ago
  10. 04ca4f8 path/filepath: new OS-specific path support by Gustavo Niemeyer · 14 years ago
  11. 9ebe384 io/ioutil: add TempDir by Russ Cox · 14 years ago
  12. 827e98d io: rename interfaces by Robert Griesemer · 14 years ago
  13. 622d729 io: add ReadRuner by Rob Pike · 14 years ago
  14. 0f26608 io: fix Copyn EOF handling by Russ Cox · 14 years ago
  15. 84fc1e2 Fix documentation typo. by Anschel Schaffer-Cohen · 14 years ago
  16. 6101788 io: use SetFinalizer more elegantly in Pipe by Christopher Wedgwood · 14 years ago
  17. 4e9cc08 testing: eliminate testing/regexp by Rob Pike · 14 years ago
  18. 3478891 gofmt -s -w src misc by Robert Griesemer · 14 years ago
  19. f3549d8 io/ioutil: use _test not _obj in test by Russ Cox · 14 years ago
  20. 1959c3a tests: fix prints by Rob Pike · 14 years ago
  21. 4642708 io: prevent ReadAtLeast spinloop if min > len(buf) by Andrew Gerrand · 15 years ago
  22. da392d9 build: no required environment variables by Russ Cox · 15 years ago
  23. e45b58f os: change the type of permissions argument for Open etc. to uint32. by Rob Pike · 15 years ago
  24. 3f5966d io: consolidate multi_reader and multi_writer into a single file, multi.go by Rob Pike · 15 years ago
  25. 719cde2 io: MultiReader and MultiWriter by Brad Fitzpatrick · 15 years ago
  26. 9a2f002 io: Avoid another race condition in pipes. by Ian Lance Taylor · 15 years ago
  27. 56b3e5d io: fix SectionReader Seek to seek backwards by Peter Mundy · 15 years ago
  28. 0e25775 io/ioutil.TempFile for Windows Fixes #834. by Peter Mundy · 15 years ago
  29. 7c1be45 io: Avoid race condition in pipe. by Ian Lance Taylor · 15 years ago
  30. 28852c1 io/ioutil: add TempFile by Russ Cox · 15 years ago
  31. cc62bed pipe: implementation #3; this time for sure! Added goroutine; got simpler. by Russ Cox · 15 years ago
  32. 5cd8c83 FileInfo: regularize the types of some fields. by Rob Pike · 15 years ago
  33. 3ddeef8 rename os.Dir to os.FileInfo by Rob Pike · 15 years ago
  34. 0085e35 io/ioutil: fix bug in ReadFile when Open succeeds but Stat fails by Russ Cox · 15 years ago
  35. 9750adb strings: delete Runes, Bytes by Russ Cox · 15 years ago
  36. 2a5d30f io: revised Pipe implementation by Russ Cox · 15 years ago
  37. 6039a41 io: fix nil Write bug in Pipe by Russ Cox · 15 years ago
  38. fce5d60 add a standard interface that wraps ReadByte, io.ReadByter by Rob Pike · 15 years ago
  39. a3d1045 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  40. 295ceb4 remove uses of string concatenation from src and misc directory by Robert Griesemer · 15 years ago
  41. bc3e347 Add ReadFrom and WriteTo methods to bytes.Buffer, to enable i/o without buffer allocation. by Rob Pike · 15 years ago
  42. b0683bd move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. by Rob Pike · 15 years ago
  43. f9810f1 make io.ReadFile use Stat.Size as a hint for preallocation by Rob Pike · 15 years ago
  44. 6fc8207 go: makes it build for the case $GOROOT has whitespaces by Sergio Luis O. B. Correia · 15 years ago
  45. b90f673 io.ReadWriter: fix doc comment (ReadWrite -> ReadWriter) by Russ Cox · 15 years ago
  46. 9ac4449 gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg by Russ Cox · 15 years ago
  47. 3bb0032 - replaced gofmt expression formatting algorithm with by Robert Griesemer · 15 years ago
  48. 40621d5 remove semis after statements in one-statement statement lists by Robert Griesemer · 15 years ago
  49. 368f8cb - fine-tuning of one-line func heuristic (nodes.go) by Robert Griesemer · 15 years ago
  50. d3d3acc gofmt-ify io, json, runtime, encoding by Robert Griesemer · 15 years ago
  51. 4d310f2 reverse the arguments to io.Copy so the destination is on the by Rob Pike · 15 years ago
  52. b80d36d - implemented utility functions for directory reading/traversal - added tests by Robert Griesemer · 15 years ago
  53. 094f1d5 more lgtm files from gofmt by Russ Cox · 15 years ago
  54. c2ec958 apply gofmt to go, gob, hash, http, image, io, json, log by Russ Cox · 15 years ago
  55. 20011bc unused imports by Russ Cox · 16 years ago
  56. d5be41f rename bytes.Buffer.Data() to bytes.Buffer.Bytes() by Rob Pike · 16 years ago
  57. ca6a0fe more "declared and not used". by Russ Cox · 16 years ago
  58. f277ebf import debug/gosym from usr/austin/sym by Russ Cox · 16 years ago
  59. e596297 add SectionReader, ReaderAt. by Russ Cox · 16 years ago
  60. 90dcd5f add io.LimitReader. use it to limit data read from http.Request Body by Russ Cox · 16 years ago
  61. b3062f1 Add a standard Seeker interface. by Austin Clements · 16 years ago
  62. 3b864e4 convert low-level (used by testing) packages to by Russ Cox · 16 years ago
  63. e7af3b8 comment change by Robert Griesemer · 16 years ago
  64. ff9e657 WriteFile util function by Robert Griesemer · 16 years ago
  65. 55e790a clean up some BUG/TODO in go code by Russ Cox · 16 years ago
  66. 832e72b delete io.ByteBuffer by Russ Cox · 16 years ago
  67. d3a412a io.StringBytes -> strings.Bytes io.ByteBuffer -> bytes.Buffer by Russ Cox · 16 years ago
  68. a0bcaf4 Change os.Error convention: by Russ Cox · 16 years ago
  69. 5766553 fix io.Bytebuffer.Read for new EOF semantics by Rob Pike · 16 years ago
  70. 71f19d6 document requirements on Write method by Russ Cox · 16 years ago
  71. da5abb9 changes required if we disallow the implicit * by Russ Cox · 16 years ago
  72. 64684cc introduce os.EOF and io.ErrUnexpectedEOF. by Russ Cox · 16 years ago
  73. 2805eb9 fix build by Rob Pike · 16 years ago
  74. 08aab44 Add ReadByte to bytebuffer by Scott Schwartz · 16 years ago
  75. d90e7cb mv src/lib to src/pkg by Rob Pike · 16 years ago