aboutsummaryrefslogtreecommitdiff
path: root/src/lib/net
AgeCommit message (Expand)Author
2008-12-10DNS messagesRuss Cox
2008-12-10assorted cleanup and fixesRuss Cox
2008-12-09replace assembly casts with unsafe.pointerRuss Cox
2008-11-25change meaning of $GOMAXPROCS to number of cpus to use,Russ Cox
2008-11-19refine gobuild: the files must be *_test.go not *test.goRob Pike
2008-11-19gobuild: add coverage rule, ignore files in package main.Russ Cox
2008-11-19leave 6.out around after gotest;Russ Cox
2008-11-18gobuild changes.Russ Cox
2008-11-17correctly rounded floating-point conversionsRuss Cox
2008-10-29update linux for int/int32Russ Cox
2008-10-07Unterminated declaration breaks build.Cary Hull
2008-10-07update code to follow new semicolon rules:Russ Cox
2008-09-30i can import "net" in package netRuss Cox
2008-09-29* implement Linux epoll for polling i/oRuss Cox
2008-09-29delete unused filesRuss Cox
2008-09-26Darwin kqueue/kevent-based network FDsRuss Cox
2008-09-26fix build: new net MakefileRuss Cox
2008-09-26move src/syscall to src/lib/syscall.Russ Cox
2008-09-25Change the name of the result variable so that it does notIan Lance Taylor
2008-09-19export an os.Error constructorRuss Cox
2008-09-18make Makefiles safe for parallel makeRuss Cox
2008-09-17add network listening & testsRuss Cox
2008-09-16preliminary network - just Dial for nowRuss Cox