index
:
delta/ruby-gems/net-ssh.git
2-10-release
2-9-release
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
20151206-updatecert
20161215-updatecert
3-1-release
GabKlein-master
add-many-algorithms
addalgos
aderouineau-master
bobtfish-fix_options_in_public_keys
bobveznat-master
cert-type-fix
chr4-new-ciphers
chrahunt-add-security-attributes-pageant
fix-cdn-for-ci
fwininger-patch-1
gh-pages
hotfix-password-prompt
ignore-disconnect-exception-when-all-closed
int-test-curve25519sha256
integration
integration-test-travis
issue-1
jefmathiot-master
keepalive-class
keepalive-maxcount
liggitt-auth_methods_config_parsing
master
mfazekas-281_ssh_config_bugfix
mfazekas-rubyversions-update
mfazekas-try-new-ubuntu
mfazekas/add-test-for-conn-timeout
mfazekas/cacha20-poly1305
mfazekas/cert-base-auth
mfazekas/diffie-hellman-group14-sha256
mfazekas/fix-int-test
mfazekas/fix-x25519
mfazekas/frozen-literal
mfazekas/gh-actions-i-test
mfazekas/gh-actions-int-test
musybite-identities-only
openssl3
openssl_3
pmarchi-master
portfwfix
rc2
refactoring_ci
release-292-prepare
remove-curve25519-sha256-libssh
revert-757-opt-in-etm-hmac
revert_aes_gcm
rm_travis
rsa-sha2
server_side
simonswine-feature_jenkins_ssh_agent
test-github-actions
therealjessesanford-master
unit-test
unit-test-3.1
v6.0
v6.1
whitespace-fixes
yugui-feature/follow-proxy-command-spec-r
github.com: net-ssh/net-ssh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
net
/
ssh
/
connection
/
channel.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Automatically forward environment variables defined in OpenSSH config files
Robert Schulze
2013-09-09
1
-0
/
+20
*
connection/channel+session: lower max packet size & allow manual size.
Oliver
2013-04-10
1
-3
/
+3
*
Fix code example indentation to render well in RDoc
Pierre Riteau
2011-03-08
1
-4
/
+4
*
Fix for process code to correctly wait until remote_id is set before sending ...
delano
2011-01-14
1
-1
/
+1
*
delay CHANNEL_EOF packet until output buffer is empty
Rich Lane
2010-06-04
1
-2
/
+7
*
Make channel open failures work via a callback to parallel how channel open s...
Jamis Buck
2008-04-05
1
-1
/
+28
*
better docs on Channel#env
Jamis Buck
2008-03-22
1
-1
/
+3
*
add support for 'env' channel requests
Jamis Buck
2008-03-22
1
-0
/
+11
*
docs for Net::SSH::Connection::Term constants. make Channel#request_pty imple...
Jamis Buck
2008-03-21
1
-6
/
+5
*
more documentation. flesh out the docs on Net::SSH::Connection::Channel a bit...
Jamis Buck
2008-03-20
1
-29
/
+179
*
add Channel#eof? and Channel#eof!
Jamis Buck
2007-08-24
1
-2
/
+20
*
add active? and wait methods to channel
Jamis Buck
2007-08-21
1
-0
/
+13
*
Starting to document everything
Jamis Buck
2007-08-17
1
-75
/
+251
*
use an exception to indicate whether a channel request failed or not, rather ...
Jamis Buck
2007-08-16
1
-4
/
+6
*
channel tests
Jamis Buck
2007-08-15
1
-2
/
+1
*
make the forward agent configurable (and off by default)
Jamis Buck
2007-08-09
1
-2
/
+1
*
Add helper for requesting an SSH subsystem. Make sure as much pending output ...
Jamis Buck
2007-08-01
1
-8
/
+16
*
Some more buffer enhancements (needed by the net-scp implementation) and make...
Jamis Buck
2007-07-29
1
-3
/
+5
*
register for specific channel requests and global requests, and automatically...
Jamis Buck
2007-07-28
1
-3
/
+19
*
check the continuation status immediately after processing channels to avoid ...
Jamis Buck
2007-07-28
1
-1
/
+1
*
extended data callback. make sure remainder_as_buffer always returns a Buffer
Jamis Buck
2007-07-27
1
-1
/
+1
*
add request_pty
Jamis Buck
2007-07-27
1
-4
/
+30
*
auth agent forwarding
Jamis Buck
2007-07-27
1
-21
/
+45
*
add the hash-like accessor to Channel for custom properties
Jamis Buck
2007-07-26
1
-0
/
+11
*
infrastructure is now in place for remote port forwarding
Jamis Buck
2007-07-26
1
-1
/
+6
*
support for handling channel open requests from the server, and registering c...
Jamis Buck
2007-07-26
1
-2
/
+11
*
infrastructure for supporting other async io, like forwarded connections
Jamis Buck
2007-07-26
1
-4
/
+15
*
basic connection protocol support
Jamis Buck
2007-07-25
1
-0
/
+117