aboutsummaryrefslogtreecommitdiff
path: root/src/lib/net/ip.go
AgeCommit message (Expand)Author
2009-06-09mv src/lib to src/pkgRob Pike
2009-05-07another attempt at avoiding IPv6 when it's not supported.Russ Cox
2009-03-05net: doc, doc-inspired cleanupRuss Cox
2009-02-15cleanups:Russ Cox
2009-01-20delete exportRuss Cox
2009-01-16casify DNSRuss Cox
2009-01-06new new & makeRuss 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
2008-10-07update code to follow new semicolon rules:Russ Cox
2008-09-26move src/syscall to src/lib/syscall.Russ Cox
2008-09-17add network listening & testsRuss Cox
2008-09-16preliminary network - just Dial for nowRuss Cox