1. 6128ff8 bufio: add Reader.Size and Writer.Size accessors by Brad Fitzpatrick · 7 years ago
  2. e71285c Revert "bufio: make Reader.Peek invalidate Unreads" by Russ Cox · 8 years ago
  3. ae23868 bufio: make Reader.Peek invalidate Unreads by Martin Garton · 8 years ago
  4. af2ac47 all: single space after period by Brad Fitzpatrick · 8 years ago
  5. 6a34765 bufio: clarify WriteTo docs by Sam Whited · 8 years ago
  6. 2094807 bufio: clarify that Flush returns a cached write error by Ian Lance Taylor · 8 years ago
  7. 0794dce bufio: read from underlying reader at most once in Read by Russ Cox · 8 years ago
  8. d166a36 bufio: remove redundant Writer.flush method by Matt Layher · 8 years ago
  9. 012557b all: replace magic 0x80 with named constant utf8.RuneSelf by Martin Möhrmann · 9 years ago
  10. 14bf9c8 bufio: Reader.Peek returns partial results on ErrBufferFull by djherbis · 9 years ago
  11. 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
  12. 351c15f all: remove public named return values when useless by Brad Fitzpatrick · 9 years ago
  13. fdd0179 all: fix typos and spelling by Martin Möhrmann · 9 years ago
  14. 829425d bufio: clarify Read docs by Russ Cox · 9 years ago
  15. c4bfd2d bufio: Remove unneeded error initialization by Silvan Jegen · 10 years ago
  16. ee2ecc4 bufio: add Reader.Discard by Brad Fitzpatrick · 10 years ago
  17. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/bufio/bufio.go]
  18. 0b2da60 bufio: fix UnreadSlice followed by UnreadRune by Egon Elbre · 11 years ago
  19. 9144d87 bufio: make all read functions UnreadByte-friendly by Robert Griesemer · 11 years ago
  20. 7b6bc3e bufio: fix potential endless loop in ReadByte by Robert Griesemer · 11 years ago
  21. 34a21dc undo CL 86220044 / 41388e58be65 by Robert Griesemer · 11 years ago
  22. b38fba2 bufio: fix potential endless loop in ReadByte by Robert Griesemer · 11 years ago
  23. 8bd9242 bufio: fix UnreadByte by Robert Griesemer · 11 years ago
  24. 4ffc799 bufio: fix bug that ReadFrom stops before EOF or error by Rui Ueyama · 11 years ago
  25. b00e477 bufio: in Reader.WriteTo, try to use target's ReaderFrom by Brad Fitzpatrick · 11 years ago
  26. 6b706cf bufio: make it clear that the client must call Writer.Flush by Rob Pike · 12 years ago
  27. ede9aa9 bufio: drop buffer recycling, add Reader.Reset and Writer.Reset by Brad Fitzpatrick · 12 years ago
  28. 93c6d0e bufio: check buffer availability before reading in ReadFrom by Andrew Gerrand · 12 years ago
  29. 99f6722 bufio: reuse Writer buffers after Flush by Brad Fitzpatrick · 12 years ago
  30. b25a53a bufio: make Reader buffer transient by Brad Fitzpatrick · 12 years ago
  31. e15c0ac all: remove now-unnecessary unreachable panics by Brad Fitzpatrick · 12 years ago
  32. dbd409a bufio: add examples for Scanner Mention Scanner in docs for ReadLine etc. by Rob Pike · 12 years ago
  33. f36a53c cmd/gofmt, bufio, image: Consistency and error handling. by Robin Eklind · 12 years ago
  34. f0d9ccb bufio: minor fixes by Russ Cox · 12 years ago
  35. e55fdff bufio: make Writer.ReadFrom not flush prematurely. For example, by Nigel Tao · 12 years ago
  36. 2a4818d bufio: Implement io.ReaderFrom for (*Writer). by Michael Chaten · 12 years ago
  37. e289a2b bufio: Implement io.WriterTo for (*Reader) by Michael Chaten · 12 years ago
  38. ea392b8 bufio: discourage use of ReadLine by Russ Cox · 13 years ago
  39. c10f508 all: remove various unused unexported functions and constants. by Rémy Oudompheng · 13 years ago
  40. 88f8af1 bufio: don't return errors from good Peeks by Brad Fitzpatrick · 13 years ago
  41. bb7b1a1 bufio: drop error return for NewReaderSize and NewWriterSize by Rob Pike · 13 years ago
  42. 38b8f6c bufio: remove special error type, update docs Updates #2836. by Rob Pike · 13 years ago
  43. 64776da bufio: make the minimum read buffer size 16 bytes. by Rob Pike · 13 years ago
  44. 30aa701 renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* by Rob Pike · 13 years ago
  45. eb1717e all: rename os.EOF to io.EOF in various non-code contexts by Vincent Vanackere · 13 years ago
  46. bd43eac bufio: return nil line from ReadLine on error, as documented by Brad Fitzpatrick · 13 years ago
  47. c2049d2 src/pkg/[a-m]*: gofix -r error -force=error by Russ Cox · 13 years ago
  48. 9f6d036 bufio, io: use rune by Russ Cox · 13 years ago
  49. 56f9484 bufio: handle a "\r\n" that straddles the buffer. by Andrew Gerrand · 14 years ago
  50. 90564a9 go/printer: changed max. number of newlines from 3 to 2 by Robert Griesemer · 14 years ago
  51. f795bdb bufio: do not cache Read errors by Graham Miller · 14 years ago
  52. 712fb6d os.Error API: don't export os.ErrorString, use os.NewError consistently by Robert Griesemer · 14 years ago
  53. 6a186d3 src/pkg: make package doc comments consistently start with "Package foo". by Nigel Tao · 14 years ago
  54. 6392fc7 bufio: add ReadLine by Adam Langley · 14 years ago
  55. 06ee80d bufio: Write and WriteString cleanup by Evan Shaw · 14 years ago
  56. 9173a09 bufio: make Flush a no-op when the buffer is empty by Andrew Gerrand · 14 years ago
  57. c9bf30c bytes: Add Buffer.ReadBytes, Buffer.ReadString by Evan Shaw · 14 years ago
  58. 8cfd9e0 bufio: removed dead code by Stefan Nilsson · 14 years ago
  59. 24a78a0 bufio: make Reader.Read implement io.Reader semantics by Roger Peppe · 14 years ago
  60. 3cb4bdb utf8: make EncodeRune's destination the first argument. by Adam Langley · 14 years ago
  61. 69c4e93 use append by Russ Cox · 14 years ago
  62. d86ab01 use copy by Russ Cox · 14 years ago
  63. 52e3c99 bufio: bulletproof UnreadRune by Rob Pike · 14 years ago
  64. 5043f0a bufio: minor documentation fix. by Stephen Ma · 14 years ago
  65. e439345 bufio.UnreadRune: fix bug at EOF Fixes #1132. by Rob Pike · 15 years ago
  66. acb695f bufio: add UnreadRune. by Rob Pike · 15 years ago
  67. 27e2490 bufio: introduce Peek. by Nigel Tao · 15 years ago
  68. 4501e18 bufio: fix optimisation test by Andrew Gerrand · 15 years ago
  69. 041d978 bufio: change ReadSlice to match description by Russ Cox · 15 years ago
  70. 00f9f0c single argument panic by Russ Cox · 15 years ago
  71. 8c9944d bufio: WriteRune also fix a printing error in the test for bytes.Buffer by Rob Pike · 15 years ago
  72. 11b459c give bufio.Writer.WriteString the same signature as bytes.Buffer.WriteString by Rob Pike · 15 years ago
  73. 5a1d332 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  74. 132c42f bufio: use copy - significant speedup for writers by Russ Cox · 15 years ago
  75. 9ac4449 gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg by Russ Cox · 15 years ago
  76. 02df7db replace custom findByte with bytes.IndexByte by Rob Pike · 15 years ago
  77. 1698934 - replaced gofmt expression formatting algorithm with by Robert Griesemer · 15 years ago
  78. 40621d5 remove semis after statements in one-statement statement lists by Robert Griesemer · 15 years ago
  79. 830813f assorted cleanup by Russ Cox · 15 years ago
  80. 368f8cb - fine-tuning of one-line func heuristic (nodes.go) by Robert Griesemer · 15 years ago
  81. 094f1d5 more lgtm files from gofmt by Russ Cox · 15 years ago
  82. 4b40928 remove Line in bufio.ReadLine(Bytes|Slice|String) by Russ Cox · 16 years ago
  83. 29415d0 fix bufio bugs involving readers that return os.EOF with the last bit of data. by Russ Cox · 16 years ago
  84. 5876cb0 - bufio.ReadRune fix for empty reads w/o errors - added testcases by Robert Griesemer · 16 years ago
  85. 2117ad1 minor fix by Robert Griesemer · 16 years ago
  86. 2495c14 WriteString by Rob Pike · 16 years ago
  87. 55e790a clean up some BUG/TODO in go code by Russ Cox · 16 years ago
  88. a0bcaf4 Change os.Error convention: by Russ Cox · 16 years ago
  89. 64684cc introduce os.EOF and io.ErrUnexpectedEOF. by Russ Cox · 16 years ago
  90. d90e7cb mv src/lib to src/pkg by Rob Pike · 16 years ago[Renamed from src/lib/bufio/bufio.go]
  91. ca2fe5d Automated g4 rollback of changelist 29302. by Russ Cox · 16 years ago
  92. 2a4dcff simplifying grammar: delete LBASETYPE and LACONST by Russ Cox · 16 years ago
  93. be869ba add io.ByteReader. by Russ Cox · 16 years ago
  94. 3b36acc move ShortWrite error into io so that other packages can use it. by Russ Cox · 16 years ago
  95. 1b301ba throw away os._Error. make some error types in a few packages by Russ Cox · 16 years ago
  96. 01712ae embeddability: change bufio.BufRead to bufio.Reader etc. by Rob Pike · 16 years ago
  97. c8b47c6 Name change to improve embeddability: by Rob Pike · 16 years ago
  98. 9b2c5da directory-per-package step 1: move files from lib/X.go to lib/X/X.go by Rob Pike · 16 years ago[Renamed from src/lib/bufio.go]
  99. aaf63f8 Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Errors with os.Errors. by Rob Pike · 16 years ago
  100. 1f6463f Convert go tree to hierarchical pkg directory: by Russ Cox · 16 years ago