Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -23/+155 |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -26/+303 |
2010-06-28 | netchan: use gob DecodeValue to eliminate the need for a pointer value | Rob Pike | 1 | -4/+4 |
2010-06-28 | netchan: allow chan of basic types now that gob can handle such | Rob Pike | 1 | -19/+14 |
2010-06-21 | pkg/Makefile: allow DISABLE_NET_TESTS=1 to disable network tests | Russ Cox | 1 | -3/+3 |
2010-06-03 | netchan: fix typo in test | Rob Pike | 1 | -1/+1 |
2010-05-28 | netchan: improve closing and shutdown. there's still more to do. | Rob Pike | 1 | -4/+25 |
2010-05-11 | netchan: be less chatty during gotest | Russ Cox | 1 | -6/+1 |
2010-04-13 | netchan: allow client to send as well as receive. | Rob Pike | 1 | -13/+58 |
2010-01-20 | first part of networked channels. | Rob Pike | 1 | -0/+50 |