summaryrefslogtreecommitdiff
path: root/src/pkg/netchan/common.go
AgeCommit message (Collapse)AuthorFilesLines
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-4/+144
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-9/+112
2010-06-28netchan: use gob DecodeValue to eliminate the need for a pointer valueRob Pike1-2/+3
in Import and Export. R=rsc CC=golang-dev http://codereview.appspot.com/1707047
2010-04-13netchan: allow client to send as well as receive.Rob Pike1-19/+43
much rewriting and improving, but it's still experimental. R=rsc CC=golang-dev http://codereview.appspot.com/875045
2010-01-20first part of networked channels.Rob Pike1-0/+63
limitations: poor error handling teardown not done exporter must send, importer must receive testing is rudimentary at best R=rsc CC=golang-dev http://codereview.appspot.com/186234