summaryrefslogtreecommitdiff
path: root/src/lib/net/dialgoogle_test.go
AgeCommit message (Expand)AuthorFilesLines
2009-06-09mv src/lib to src/pkgRob Pike1-100/+0
2009-05-07next step for 6.out on Borg: fix and testRuss Cox1-1/+12
2009-04-19Readn is a silly name when there's no n. Change to FullRead.Rob Pike1-1/+1
2009-04-16Convert go tree to hierarchical pkg directory:Russ Cox1-1/+1
2009-03-05net: doc, doc-inspired cleanupRuss Cox1-3/+4
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-2/+2
2009-02-15change the URL in the test to avoid a redirection that breaks it in sydney.Rob Pike1-3/+3
2009-02-13convert composite literals from { } to ( ).Russ Cox1-2/+2
2009-01-20delete exportRuss Cox1-1/+1
2009-01-16casify syscall and sequelaeRob Pike1-12/+12
2009-01-09simplify flag interface. no more BVal etc. you just get a pointer.Rob Pike1-3/+2
2009-01-06new new & makeRuss Cox1-1/+1
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-1/+1
2008-12-18host and port name lookupRuss Cox1-0/+89