1. 26 Oct, 2011 22 commits
  2. 25 Oct, 2011 5 commits
  3. 24 Oct, 2011 3 commits
  4. 23 Oct, 2011 2 commits
  5. 22 Oct, 2011 1 commit
  6. 21 Oct, 2011 6 commits
  7. 20 Oct, 2011 1 commit
    • Dave Cheney's avatar
      exp/ssh: add experimental ssh client · 792a55f5
      Dave Cheney authored
      Requires CL 5285044
      
      client.go:
      * add Dial, ClientConn, ClientChan, ClientConfig and Cmd.
      
      doc.go:
      * add Client documentation.
      
      server.go:
      * adjust for readVersion change.
      
      transport.go:
      * return an os.Error not a bool from readVersion.
      
      R=rsc, agl, n13m3y3r
      CC=golang-dev
      https://golang.org/cl/5162047
      792a55f5