index
:
ssh2-rs
fix/async-advice-2
master
Unnamed repository; edit this file 'description' to name the repository.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
channel.rs
Age
Commit message (
Expand
)
Author
2020-01-18
Make properly Send safe
Wez Furlong
2019-12-08
improve docs
Wez Furlong
2019-12-08
A PtyModes helper for specifying terminal modes
Wez Furlong
2019-10-20
Make Session be `Send` again
Wez Furlong
2019-09-15
replace use of try! with ? operator
Wez Furlong
2019-08-02
handle_extended_data
Wez Furlong
2019-07-29
Make channel tests more robust to stderr output
Wez Furlong
2019-07-29
Map EAGAIN errors appropriately
Wez Furlong
2019-07-29
Channel, Sftp no longer borrow Session
Wez Furlong
2019-07-29
Session::handshake now takes ownership of TcpStream
Wez Furlong
2019-07-29
cargo fmt
Wez Furlong
2016-09-27
Merge pull request #47 from aidanhs/aphs-fix-libssh2_channel_wait_eof-doc
Alex Crichton
2016-09-16
Hide limit_read since it's a hack (see #34)
Aidan Hobson Sayers
2016-09-16
Fix libssh2_channel_wait_eof doc (see libssh2/libssh2#93)
Aidan Hobson Sayers
2016-04-28
The libssh2 exit_status code effectively never errors
Aidan Hobson Sayers
2016-02-15
Also ignore return value in `Channel::drop`
Alex Crichton
2015-10-07
Add automated testing of FFI bindings
Alex Crichton
2015-04-02
Update for rust beta
Alex Crichton
2015-04-02
Update to rust master
Alex Crichton
2015-03-30
Remove the unsafe destructor feature
Alex Crichton
2015-03-27
Remove usage of the collections feature
Alex Crichton
2015-03-05
Remove {read,write,flush}_stream in favor of Stream
Alex Crichton
2015-02-23
Update to std::io
Alex Crichton
2015-01-28
Update to rust master
Alex Crichton
2015-01-23
Update to rust master
Alex Crichton
2015-01-18
Tweak impls/apis
Alex Crichton
2015-01-17
Update to rust master
Alex Crichton
2015-01-10
Fix some doc tests
Alex Crichton
2015-01-09
Update to rust master
Alex Crichton
2015-01-03
Update to rust master
Alex Crichton
2014-12-12
Update to rust master
Alex Crichton
2014-11-24
Update to rust master
Alex Crichton
2014-10-30
fail => panic
Alex Crichton
2014-10-05
Update to rust master
Alex Crichton
2014-09-19
Beef up documentation
Alex Crichton
2014-09-19
Bind SCP functions
Alex Crichton
2014-09-18
More bindings to more channel functions
Alex Crichton
2014-09-18
Bind and tests many channel-based functions
Alex Crichton
2014-09-18
Add some basic channel tests
Alex Crichton
2014-09-18
Split things up and write some docs
Alex Crichton