summaryrefslogtreecommitdiff
path: root/src/lib/io.go
AgeCommit message (Expand)AuthorFilesLines
2008-11-25make a (rudimentary) ByteBuffer and put it in package "io".Rob Pike1-146/+0
2008-11-19saving 2 lines :-)Robert Griesemer1-5/+3
2008-11-18make Copyn take and return int64.Russ Cox1-15/+51
2008-11-18CopynRobert Griesemer1-0/+34
2008-11-12fix bug in FullyReaderRob Pike1-1/+1
2008-11-11Implement a "full reader" wrapper for io.Read, guaranteeing thatRob Pike1-2/+44
2008-10-20add io.ReadWriteClose and use it in httpRuss Cox1-0/+6
2008-10-07update code to follow new semicolon rules:Russ Cox1-2/+2
2008-09-17add network listening & testsRuss Cox1-13/+7
2008-09-12buffered input & outputRuss Cox1-0/+36