summaryrefslogtreecommitdiff
path: root/src/pkg/netchan/netchan_test.go
AgeCommit message (Expand)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-435/+0
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+435
2011-09-13Imported Upstream version 60Ondřej Surý1-435/+0
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-0/+10
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-9/+9
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-118/+28
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-23/+155
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-26/+303
2010-06-28netchan: use gob DecodeValue to eliminate the need for a pointer valueRob Pike1-4/+4
2010-06-28netchan: allow chan of basic types now that gob can handle suchRob Pike1-19/+14
2010-06-21pkg/Makefile: allow DISABLE_NET_TESTS=1 to disable network testsRuss Cox1-3/+3
2010-06-03netchan: fix typo in testRob Pike1-1/+1
2010-05-28netchan: improve closing and shutdown. there's still more to do.Rob Pike1-4/+25
2010-05-11netchan: be less chatty during gotestRuss Cox1-6/+1
2010-04-13netchan: allow client to send as well as receive.Rob Pike1-13/+58
2010-01-20first part of networked channels.Rob Pike1-0/+50