go/src/pkg/exp/ssh
Dave Cheney fd3978552b exp/ssh: refactor halfConnection to transport
This CL generalises the pair of halfConnection members that the
        serverConn holds into a single transport struct that is shared by
        both Server and Client, see also CL 5037047.

        This CL is a replacement for 5040046 which I closed by accident.

R=agl, bradfitz
CC=golang-dev
https://golang.org/cl/5075042
2011-09-20 12:21:50 -04:00
..
Makefile exp/ssh: new package. 2011-09-17 15:57:24 -04:00
channel.go exp/ssh: refactor halfConnection to transport 2011-09-20 12:21:50 -04:00
common.go exp/ssh: refactor halfConnection to transport 2011-09-20 12:21:50 -04:00
doc.go exp/ssh: fix constant in package documentation 2011-09-19 10:32:11 -04:00
messages.go exp/ssh: new package. 2011-09-17 15:57:24 -04:00
messages_test.go exp/ssh: new package. 2011-09-17 15:57:24 -04:00
server.go exp/ssh: refactor halfConnection to transport 2011-09-20 12:21:50 -04:00
server_shell.go exp/ssh: new package. 2011-09-17 15:57:24 -04:00
server_shell_test.go exp/ssh: new package. 2011-09-17 15:57:24 -04:00
transport.go exp/ssh: refactor halfConnection to transport 2011-09-20 12:21:50 -04:00
transport_test.go exp/ssh: refactor halfConnection to transport 2011-09-20 12:21:50 -04:00