aboutsummaryrefslogtreecommitdiff
path: root/ssh/channel.go
AgeCommit message (Expand)Author
2023-11-27ssh: defer channel window adjustmentWill Mortensen
2017-11-28all: fix errors reported by vet, golintKevin Burke
2017-01-23ssh: soft code internal channel size for testing purposesHan-Wen Nienhuys
2016-07-25ssh: clarify error type if a SendRequest goes unansweredHan-Wen Nienhuys
2016-04-25x/crypto/ssh: if debugMux is set, also log global messages.Han-Wen Nienhuys
2014-09-16go.crypto/ssh: reuse packet buffer for channel writes.Han-Wen Nienhuys
2014-04-09go.crypto/ssh: import gosshnew.Adam Langley
2013-11-01go.crypto/ssh: Increase window size.Jakob Borg
2013-10-14go.crypto/ssh: add String method to RejectionReason.Han-Wen Nienhuys
2013-10-10go.crypto/ssh: cosmetic only spelling fixesJonathan Pittman
2013-09-24go.crypto/ssh: separate kex algorithms into kexAlgorithm class.Han-Wen Nienhuys
2013-06-10go.crypto: revert 7f5a59ff6b43.Adam Langley
2013-06-07go.crypto: remove unreachable code.Adam Langley
2012-10-03go.crypto/ssh: Read returns all unread bytes before returning io.EOF.Gustav Paul
2012-09-05go.crypto/ssh: assorted close related fixesDave Cheney
2012-08-25go.crypto/ssh: prevent server from sending more than maxPacketDaniel Theophanes
2012-08-24go.crypto/ssh: prevent channel writes after CloseDave Cheney
2012-08-13go.crypto/ssh: improve channel max packet handlingDave Cheney
2012-08-11go.crypto/ssh: cosmetic: move remaining channel code into channel.goDave Cheney
2012-08-09go.crypto/ssh: never send more data than maxpacketDave Cheney
2012-05-18go.crypto/ssh: fix panic unmarshalling channelOpenFailureMsgDave Cheney
2012-05-11go.crypto/ssh: make {client,server}Chan use common window managementDave Cheney
2012-05-09go.crypto/ssh: move common channel methods into an embedded structDave Cheney
2012-05-05go.crypto/ssh: struct renamingDave Cheney
2012-04-26ssh: fix deadlockAdam Langley
2012-04-26go.crypto/ssh: add support for remote tcpip forwardingDave Cheney
2012-04-20ssh: cosmetic cleanupsAdam Langley
2012-04-19crypto/ssh: fix several logic errors.Adam Langley
2012-03-26go.crypto/ssh: respect adjust window msg on server.Daniel Theophanes
2012-02-20go.crypto/ssh: add Stderr() in Channel interface.Daniel Theophanes
2012-02-18ssh: fix locking in channel.WriteAdam Langley
2012-01-25go.crypto: initial codeRuss Cox