index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
io
/
io.go
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-09
mv src/lib to src/pkg
Rob Pike
1
-223
/
+0
2009-06-04
use the new bytes package
Rob Pike
1
-3
/
+2
2009-05-22
Automated g4 rollback of changelist 29302.
Russ Cox
1
-13
/
+1
2009-05-22
simplifying grammar: delete LBASETYPE and LACONST
Russ Cox
1
-1
/
+13
2009-05-19
Crypto modes: CBC, CFB, ECB.
Russ Cox
1
-3
/
+14
2009-05-18
add io.ByteReader.
Russ Cox
1
-0
/
+26
2009-05-18
move ShortWrite error into io so that other packages can use it.
Russ Cox
1
-1
/
+8
2009-05-08
throw away os._Error.
Russ Cox
1
-1
/
+4
2009-05-08
Name change to improve embeddability:
Rob Pike
1
-28
/
+28
2009-04-19
Readn is a silly name when there's no n. Change to FullRead.
Rob Pike
1
-6
/
+6
2009-04-17
Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...
Rob Pike
1
-8
/
+8
2009-03-06
delete vestigial references to package syscall
Rob Pike
1
-1
/
+0
2009-03-06
document io
Rob Pike
1
-5
/
+21
2009-03-03
Automated g4 rollback of changelist 25024,
Russ Cox
1
-1
/
+1
2009-03-02
fix names: s/fd/r/
Russ Cox
1
-9
/
+9
2009-02-16
comment nit
Russ Cox
1
-2
/
+0
2009-02-16
use embedded interface types
Russ Cox
1
-9
/
+9
2009-02-16
io.Pipe
Russ Cox
1
-8
/
+18
2009-02-13
convert composite literals from { } to ( ).
Russ Cox
1
-1
/
+1
2009-02-06
portable stat for os
Rob Pike
1
-18
/
+12
2009-02-03
bufio:
Russ Cox
1
-0
/
+4
2009-01-20
delete export
Russ Cox
1
-11
/
+11
2009-01-16
casify misc
Russ Cox
1
-6
/
+6
2009-01-06
new new & make
Russ Cox
1
-4
/
+4
2008-12-18
convert *[] to [].
Russ Cox
1
-9
/
+9
2008-12-10
StringBytes help routine, common functionality put into package io for sharing.
Rob Pike
1
-0
/
+10
2008-11-25
make a (rudimentary) ByteBuffer and put it in package "io".
Rob Pike
1
-0
/
+146