Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+435 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -435/+0 | |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 1 | -0/+10 | |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 1 | -9/+9 | |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 1 | -118/+28 | |
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 | |
in Import and Export. R=rsc CC=golang-dev http://codereview.appspot.com/1707047 | |||||
2010-06-28 | netchan: allow chan of basic types now that gob can handle such | Rob Pike | 1 | -19/+14 | |
R=rsc CC=golang-dev http://codereview.appspot.com/1741041 | |||||
2010-06-21 | pkg/Makefile: allow DISABLE_NET_TESTS=1 to disable network tests | Russ Cox | 1 | -3/+3 | |
netchan, rpc, websocket: run test servers on 127.0.0.1, to avoid conflict with OS X firewall. TBR=r CC=golang-dev http://codereview.appspot.com/1689046 | |||||
2010-06-03 | netchan: fix typo in test | Rob Pike | 1 | -1/+1 | |
R=rsc CC=golang-dev http://codereview.appspot.com/1522041 | |||||
2010-05-28 | netchan: improve closing and shutdown. there's still more to do. | Rob Pike | 1 | -4/+25 | |
Fixes issue 805. R=rsc CC=golang-dev http://codereview.appspot.com/1400041 | |||||
2010-05-11 | netchan: be less chatty during gotest | Russ Cox | 1 | -6/+1 | |
R=r CC=golang-dev http://codereview.appspot.com/1186041 | |||||
2010-04-13 | netchan: allow client to send as well as receive. | Rob Pike | 1 | -13/+58 | |
much rewriting and improving, but it's still experimental. R=rsc CC=golang-dev http://codereview.appspot.com/875045 | |||||
2010-01-20 | first part of networked channels. | Rob Pike | 1 | -0/+50 | |
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 |