summaryrefslogtreecommitdiff
path: root/src/lib/net/net.go
AgeCommit message (Expand)AuthorFilesLines
2008-10-07update code to follow new semicolon rules:Russ Cox1-51/+51
2008-09-30i can import "net" in package netRuss Cox1-18/+18
2008-09-26move src/syscall to src/lib/syscall.Russ Cox1-79/+92
2008-09-25Change the name of the result variable so that it does notIan Lance Taylor1-1/+1
2008-09-19export an os.Error constructorRuss Cox1-12/+6
2008-09-17add network listening & testsRuss Cox1-22/+137
2008-09-16preliminary network - just Dial for nowRuss Cox1-0/+483