summaryrefslogtreecommitdiff
path: root/src/lib/net/parse.go
AgeCommit message (Expand)AuthorFilesLines
2009-04-19Readn is a silly name when there's no n. Change to FullRead.Rob Pike1-1/+1
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike1-1/+1
2009-03-11Rename os.FD to os.File.Russ Cox1-3/+3
2009-03-05net: doc, doc-inspired cleanupRuss Cox1-3/+3
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-1/+1
2009-02-15cleanups:Russ Cox1-21/+21
2009-02-13convert composite literals from { } to ( ).Russ Cox1-1/+1
2009-01-16casify DNSRuss Cox1-19/+19
2009-01-06new new & makeRuss Cox1-2/+2
2008-12-18convert *[] to [].Russ Cox1-3/+3
2008-12-18host and port name lookupRuss Cox1-0/+156