summaryrefslogtreecommitdiff
path: root/src/pkg/netchan
AgeCommit message (Expand)AuthorFilesLines
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý4-163/+87
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-1/+3
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý4-102/+420
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý5-130/+688
2010-06-28netchan: use gob DecodeValue to eliminate the need for a pointer valueRob Pike4-40/+28
2010-06-28netchan: allow chan of basic types now that gob can handle suchRob Pike3-24/+16
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 Pike3-7/+45
2010-05-11netchan: be less chatty during gotestRuss Cox1-6/+1
2010-04-13netchan: allow client to send as well as receive.Rob Pike4-122/+241
2010-03-02gofmt: experiment: align values in map composites where possibleRobert Griesemer1-1/+1
2010-01-20first part of networked channels.Rob Pike5-0/+486