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

Issue 6208043: code review 6208043: go.crypto/ssh: make {client,server}Chan use common wind... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 11 months ago by dave
Modified:
11 years, 11 months ago
Reviewers:
CC:
agl1, gpaul, kardia, golang-dev
Visibility:
Public.

Description

go.crypto/ssh: make {client,server}Chan use common window management

Patch Set 1 #

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

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

Total comments: 1

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

Total comments: 6

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

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

Patch Set 7 : diff -r 540906e566d5 https://code.google.com/p/go.crypto #

Patch Set 8 : diff -r 540906e566d5 https://code.google.com/p/go.crypto #

Total comments: 2

Patch Set 9 : diff -r 540906e566d5 https://code.google.com/p/go.crypto #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -82 lines) Patch
M ssh/channel.go View 1 2 3 4 5 6 7 6 chunks +17 lines, -27 lines 0 comments Download
M ssh/client.go View 1 2 3 4 5 6 7 chunks +7 lines, -51 lines 0 comments Download
M ssh/common.go View 1 2 3 4 5 6 1 chunk +47 lines, -0 lines 0 comments Download
M ssh/server.go View 1 2 3 4 5 6 1 chunk +5 lines, -4 lines 0 comments Download

Messages

Total messages: 12
dave_cheney.net
Hello agl@golang.org, gustav.paul@gmail.com, kardianos@gmail.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.crypto
11 years, 11 months ago (2012-05-09 16:18:59 UTC) #1
agl1
LGTM http://codereview.appspot.com/6208043/diff/3005/ssh/channel.go File ssh/channel.go (right): http://codereview.appspot.com/6208043/diff/3005/ssh/channel.go#newcode163 ssh/channel.go:163: func (c *serverChan) check() error { check seems ...
11 years, 11 months ago (2012-05-09 16:23:28 UTC) #2
kardia
LGTM. http://codereview.appspot.com/6208043/diff/3005/ssh/common.go File ssh/common.go (right): http://codereview.appspot.com/6208043/diff/3005/ssh/common.go#newcode300 ssh/common.go:300: return false return true // Requesting 0 bytes ...
11 years, 11 months ago (2012-05-09 16:37:24 UTC) #3
dave_cheney.net
Hello agl@golang.org, gustav.paul@gmail.com, kardianos@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 11 months ago (2012-05-09 16:58:09 UTC) #4
dave_cheney.net
Thank you for your comments. PTAL. http://codereview.appspot.com/6208043/diff/5001/ssh/channel.go File ssh/channel.go (right): http://codereview.appspot.com/6208043/diff/5001/ssh/channel.go#newcode163 ssh/channel.go:163: func (c *serverChan) ...
11 years, 11 months ago (2012-05-09 17:01:05 UTC) #5
agl1
LGTM
11 years, 11 months ago (2012-05-09 17:04:06 UTC) #6
dave_cheney.net
Hello agl@golang.org, gustav.paul@gmail.com, kardianos@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 11 months ago (2012-05-09 19:14:55 UTC) #7
dave_cheney.net
Hello agl@golang.org, gustav.paul@gmail.com, kardianos@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 11 months ago (2012-05-10 19:24:32 UTC) #8
dave_cheney.net
This is the last change to this CL. PTAL.
11 years, 11 months ago (2012-05-10 19:25:35 UTC) #9
kardia
LGTM http://codereview.appspot.com/6208043/diff/9002/ssh/channel.go File ssh/channel.go (right): http://codereview.appspot.com/6208043/diff/9002/ssh/channel.go#newcode326 ssh/channel.go:326: // TODO(dfc) This lock and check of c.weClosed ...
11 years, 11 months ago (2012-05-10 19:33:05 UTC) #10
dave_cheney.net
> ssh/channel.go:326: // TODO(dfc) This lock and check of c.weClosed is > necessary because unlike ...
11 years, 11 months ago (2012-05-10 19:35:47 UTC) #11
dave_cheney.net
11 years, 11 months ago (2012-05-10 19:56:54 UTC) #12
*** Submitted as
http://code.google.com/p/go/source/detail?r=d59e35c8940f&repo=crypto ***

go.crypto/ssh: make {client,server}Chan use common window management

R=agl, gustav.paul, kardianos
CC=golang-dev
http://codereview.appspot.com/6208043

http://codereview.appspot.com/6208043/diff/9002/ssh/channel.go
File ssh/channel.go (right):

http://codereview.appspot.com/6208043/diff/9002/ssh/channel.go#newcode326
ssh/channel.go:326: // TODO(dfc) This lock and check of c.weClosed is necessary
because unlike
On 2012/05/10 19:33:05, kardia wrote:
> Good comment. Why is it a TODO?

Done.
Sign in to reply to this message.

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