summaryrefslogtreecommitdiff
path: root/src/lib/net/fd.go
AgeCommit message (Expand)AuthorFilesLines
2009-06-09mv src/lib to src/pkgRob Pike1-429/+0
2009-06-01update Go tree to use new syscall package.Russ Cox1-40/+22
2009-04-29Fix channels used by WaitWrite (http server hangs on writesBrendan O'Dea1-2/+2
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike1-8/+8
2009-04-15code changes for array conversion.Russ Cox1-4/+4
2009-04-15document and partially fix a raceRuss Cox1-3/+24
2009-03-11Rename os.FD to os.File.Russ Cox1-13/+13
2009-03-06document Conn interface better, in preparationRuss Cox1-24/+136
2009-03-05net: doc, doc-inspired cleanupRuss Cox1-2/+2
2009-02-15add os.ForkExec, os.Exec, os.Wait, exec.OpenCmd.Russ Cox1-0/+9
2009-02-15cleanups:Russ Cox1-49/+65
2009-02-06portable stat for osRob Pike1-5/+5
2009-01-30update go code tree to new func rules.Russ Cox1-1/+1
2009-01-26Add an accessor function os.FD.Fd() to get the fileIan Lance Taylor1-4/+4
2009-01-20delete exportRuss Cox1-2/+2
2009-01-16casify syscall and sequelaeRob Pike1-5/+5
2009-01-16casify DNSRuss Cox1-28/+28
2009-01-06new new & makeRuss Cox1-7/+7
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-6/+6
2008-12-18convert *[] to [].Russ Cox1-5/+5
2008-11-25change meaning of $GOMAXPROCS to number of cpus to use,Russ Cox1-0/+2
2008-10-07update code to follow new semicolon rules:Russ Cox1-26/+26
2008-09-29* implement Linux epoll for polling i/oRuss Cox1-0/+287