summaryrefslogtreecommitdiff
path: root/src/lib/net
AgeCommit message (Expand)AuthorFilesLines
2008-11-19refine gobuild: the files must be *_test.go not *test.goRob Pike1-14/+7
2008-11-19gobuild: add coverage rule, ignore files in package main.Russ Cox1-0/+4
2008-11-19leave 6.out around after gotest;Russ Cox1-1/+1
2008-11-18gobuild changes.Russ Cox1-14/+26
2008-11-17correctly rounded floating-point conversionsRuss Cox1-3/+3
2008-10-29update linux for int/int32Russ Cox1-3/+3
2008-10-07Unterminated declaration breaks build.Cary Hull1-1/+1
2008-10-07update code to follow new semicolon rules:Russ Cox7-133/+133
2008-09-30i can import "net" in package netRuss Cox1-18/+18
2008-09-29* implement Linux epoll for polling i/oRuss Cox5-327/+444
2008-09-29delete unused filesRuss Cox2-502/+0
2008-09-26Darwin kqueue/kevent-based network FDsRuss Cox1-39/+294
2008-09-26fix build: new net MakefileRuss Cox1-2/+1
2008-09-26move src/syscall to src/lib/syscall.Russ Cox8-145/+429
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-18make Makefiles safe for parallel makeRuss Cox1-0/+3
2008-09-17add network listening & testsRuss Cox4-28/+171
2008-09-16preliminary network - just Dial for nowRuss Cox6-0/+1474