Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(12973)

Issue 17600043: code review 17600043: go.crypto/ssh: implement the connection protocol modularly. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 5 months ago by hanwen-google
Modified:
10 years, 5 months ago
Reviewers:
agl1, dfc, jpsugar, agl
CC:
golang-dev
Visibility:
Public.

Description

go.crypto/ssh: implement the connection protocol modularly. This change adds new types and codepaths which are not used yet.

Patch Set 1 #

Patch Set 2 : diff -r cd1eea1eb828 https://code.google.com/p/go.crypto #

Total comments: 20

Patch Set 3 : diff -r cd1eea1eb828 https://code.google.com/p/go.crypto #

Patch Set 4 : diff -r cd1eea1eb828 https://code.google.com/p/go.crypto #

Patch Set 5 : diff -r cd1eea1eb828 https://code.google.com/p/go.crypto #

Total comments: 12

Patch Set 6 : diff -r cd1eea1eb828 https://code.google.com/p/go.crypto #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1223 lines, -0 lines) Patch
M ssh/messages.go View 1 1 chunk +1 line, -0 lines 0 comments Download
A ssh/mux.go View 1 2 3 4 5 1 chunk +352 lines, -0 lines 0 comments Download
A ssh/mux_test.go View 1 1 chunk +435 lines, -0 lines 0 comments Download
A ssh/newchannel.go View 1 2 3 4 5 1 chunk +435 lines, -0 lines 0 comments Download

Messages

Total messages: 14
hanwen-google
Hello agl1, dfc, jpsugar@google.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.crypto
10 years, 5 months ago (2013-10-26 06:54:37 UTC) #1
jpsugar
https://codereview.appspot.com/17600043/diff/20001/ssh/newchannel.go File ssh/newchannel.go (right): https://codereview.appspot.com/17600043/diff/20001/ssh/newchannel.go#newcode16 ssh/newchannel.go:16: // channel implements the Channel Maybe this? // nChannel ...
10 years, 5 months ago (2013-10-28 17:02:40 UTC) #2
hanwen-google
https://codereview.appspot.com/17600043/diff/20001/ssh/newchannel.go File ssh/newchannel.go (right): https://codereview.appspot.com/17600043/diff/20001/ssh/newchannel.go#newcode16 ssh/newchannel.go:16: // channel implements the Channel On 2013/10/28 17:02:41, jpsugar ...
10 years, 5 months ago (2013-10-28 17:06:52 UTC) #3
agl1
Generally LGTM. https://codereview.appspot.com/17600043/diff/20001/ssh/mux.go File ssh/mux.go (right): https://codereview.appspot.com/17600043/diff/20001/ssh/mux.go#newcode20 ssh/mux.go:20: type nChanList struct { What's the prefix ...
10 years, 5 months ago (2013-10-28 17:25:00 UTC) #4
hanwen-google
https://codereview.appspot.com/17600043/diff/20001/ssh/mux.go File ssh/mux.go (right): https://codereview.appspot.com/17600043/diff/20001/ssh/mux.go#newcode20 ssh/mux.go:20: type nChanList struct { On 2013/10/28 17:25:00, agl1 wrote: ...
10 years, 5 months ago (2013-10-28 17:40:06 UTC) #5
agl1
You should be able to land in gosshnew, so hopefully that's all I need to ...
10 years, 5 months ago (2013-10-28 17:56:58 UTC) #6
hanwen-google
On 2013/10/28 17:56:58, agl1 wrote: > You should be able to land in gosshnew, so ...
10 years, 5 months ago (2013-10-28 19:23:28 UTC) #7
agl
On 2013/10/28 19:23:28, hanwen-google wrote: > I know, but I reworked this to be API ...
10 years, 5 months ago (2013-10-28 19:27:03 UTC) #8
hanwen-google
OK. Dave, any comments ? On Mon, Oct 28, 2013 at 8:27 PM, <agl@chromium.org> wrote: ...
10 years, 5 months ago (2013-10-28 19:28:45 UTC) #9
dfc
> Dave, any comments ? I'm still reviewing, there is still too much code for ...
10 years, 5 months ago (2013-10-29 03:03:58 UTC) #10
dfc
A lot of small nits. I'm sorry I keep asking for smaller changes, is it ...
10 years, 5 months ago (2013-10-29 03:34:49 UTC) #11
hanwen-google
I've split out the chanlist into a separate CL 19130043. It will be a lot ...
10 years, 5 months ago (2013-10-29 14:06:16 UTC) #12
hanwen-google
now in CL 21690043. Note that I had to maintain nChanList, as I can't share ...
10 years, 5 months ago (2013-11-04 18:22:38 UTC) #13
hanwen-google
10 years, 5 months ago (2013-11-04 18:24:26 UTC) #14
*** Abandoned ***
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b