aboutsummaryrefslogtreecommitdiff
path: root/src/lib/net/dialgoogle_test.go
AgeCommit message (Expand)Author
2009-06-09mv src/lib to src/pkgRob Pike
2009-05-07next step for 6.out on Borg: fix and testRuss Cox
2009-04-19Readn is a silly name when there's no n. Change to FullRead.Rob Pike
2009-04-16Convert go tree to hierarchical pkg directory:Russ 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-13convert composite literals from { } to ( ).Russ Cox
2009-01-20delete exportRuss Cox
2009-01-16casify syscall and sequelaeRob 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-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
2008-12-18host and port name lookupRuss Cox