aboutsummaryrefslogtreecommitdiff
path: root/src/lib/io
AgeCommit message (Expand)Author
2009-06-09mv src/lib to src/pkgRob Pike
2009-06-08add new function io.ReadAllRuss Cox
2009-06-06Publish types PipeReader and PipeWriterRuss Cox
2009-06-05rebuilt Makefiles for CL 29923Russ Cox
2009-06-04use the new bytes packageRob Pike
2009-06-01io.ReadFileRobert Griesemer
2009-05-22Automated g4 rollback of changelist 29302.Russ Cox
2009-05-22simplifying grammar: delete LBASETYPE and LACONSTRuss Cox
2009-05-19Crypto modes: CBC, CFB, ECB.Russ Cox
2009-05-18add io.ByteReader.Russ Cox
2009-05-18move ShortWrite error into io so that other packages can use it.Russ Cox
2009-05-15Return error from WriteByte, to match bufio.Writer.Russ Cox
2009-05-14ByteBuffer.WriteByteRobert Griesemer
2009-05-14fix Truncate comment:Russ Cox
2009-05-14ByteBuffer.Truncate(n int)Robert Griesemer
2009-05-08throw away os._Error.Russ Cox
2009-05-08Name change to improve embeddability:Rob Pike
2009-05-05better io.ByteBuffer implementation:Robert Griesemer
2009-04-19Readn is a silly name when there's no n. Change to FullRead.Rob Pike
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike
2009-04-16Convert go tree to hierarchical pkg directory:Russ Cox
2009-04-16regenerate Makefiles.Russ Cox
2009-04-15code changes for array conversion.Russ Cox
2009-04-06Extremely minor fix to ByteBuffer.Peter McKenzie
2009-04-03fix both of anton's bugs:Russ Cox
2009-03-06delete vestigial references to package syscallRob Pike
2009-03-06document ioRob Pike
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox
2009-03-02fix names: s/fd/r/Russ Cox
2009-02-16comment nitRuss Cox
2009-02-16use embedded interface typesRuss Cox
2009-02-16io.PipeRuss Cox
2009-02-13convert composite literals from { } to ( ).Russ Cox
2009-02-06portable stat for osRob Pike
2009-02-03bufio:Russ Cox
2009-01-20delete exportRuss Cox
2009-01-20add a couple of helper methods to io.ByteBufferRob Pike
2009-01-16casify miscRuss Cox
2009-01-06new new & makeRuss Cox
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
2008-12-18convert *[] to [].Russ Cox
2008-12-16If ByteBuffer has never been used, b.buf is nil but Data() should still work.Rob Pike
2008-12-10StringBytes help routine, common functionality put into package io for sharing.Rob Pike
2008-11-25make a (rudimentary) ByteBuffer and put it in package "io".Rob Pike