aboutsummaryrefslogtreecommitdiff
path: root/src/lib/net
AgeCommit message (Expand)Author
2009-06-09mv src/lib to src/pkgRob Pike
2009-06-05rebuilt Makefiles for CL 29923Russ Cox
2009-06-04more 386 runtime fixes.Russ Cox
2009-06-01update Go tree to use new syscall package.Russ Cox
2009-05-14fix abstract unix domain socketsRob Pike
2009-05-13Unix domain socket support, Linux and Darwin.Russ Cox
2009-05-08throw away os._Error.Russ Cox
2009-05-08embeddability: change bufio.BufRead to bufio.Reader etc.Rob Pike
2009-05-08Name change to improve embeddability:Rob Pike
2009-05-08minor cleanup, not required by compiler changesRuss Cox
2009-05-07another attempt at avoiding IPv6 when it's not supported.Russ Cox
2009-05-07next step for 6.out on Borg: fix and testRuss Cox
2009-04-30bug146: array/slice conversion before I left missed conversionsRuss Cox
2009-04-30auto-detect whether to use IPv6 or IPv4 kernel interfaceRuss Cox
2009-04-29Fix channels used by WaitWrite (http server hangs on writesBrendan O'Dea
2009-04-19Readn is a silly name when there's no n. Change to FullRead.Rob Pike
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike
2009-04-16regenerate makefile with installed gobuildRuss Cox
2009-04-16fix linux buildRob Pike
2009-04-16Convert go tree to hierarchical pkg directory:Russ Cox
2009-04-16regenerate Makefiles.Russ Cox
2009-04-15code changes for array conversion.Russ Cox
2009-04-15document and partially fix a raceRuss Cox
2009-03-11Rename os.FD to os.File.Russ Cox
2009-03-06document Conn interface better, in preparationRuss Cox
2009-03-05net: doc, doc-inspired cleanupRuss Cox
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox
2009-02-15change the URL in the test to avoid a redirection that breaks it in sydney.Rob Pike
2009-02-15add os.ForkExec, os.Exec, os.Wait, exec.OpenCmd.Russ Cox
2009-02-15insert ${GOOS} and ${GOARCH} inRuss Cox
2009-02-15cleanups:Russ Cox
2009-02-13convert composite literals from { } to ( ).Russ Cox
2009-02-06portable stat for osRob Pike
2009-02-03bufio:Russ Cox
2009-01-30update go code tree to new func rules.Russ Cox
2009-01-26Add an accessor function os.FD.Fd() to get the fileIan Lance Taylor
2009-01-20delete exportRuss Cox
2009-01-16casify linux syscall dependents, plus a few stragglersRob Pike
2009-01-16casify miscRuss Cox
2009-01-16casify syscall and sequelaeRob Pike
2009-01-16casify DNSRuss Cox
2009-01-15convert strconvRuss Cox
2009-01-15printf->Printf etc.Rob Pike
2009-01-09simplify flag interface. no more BVal etc. you just get a pointer.Rob Pike
2009-01-06new new & makeRuss Cox
2008-12-19[] and struct in interfaces.Russ Cox
2008-12-19allow Listen on ":9999" as an alias for "0.0.0.0:9999"Russ Cox
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
2008-12-18convert *[] to [].Russ Cox
2008-12-18host and port name lookupRuss Cox