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
Age
Commit message (
Expand
)
Author
2021-07-15
Revert "Add documentation on where to find async compatibile versions of ssh2...
Evan Mesterhazy
2021-02-01
Expose libssh2_trace function (#209)
Mike Harris
2020-11-22
Handle more precise SFTP error codes (#203)
Matteo Bigoi
2020-11-22
Add documentation on where to find async compatibile versions of ssh2-rs
Bigo
2020-11-16
Update documentation to ensure sending and receiving files via SCP wait for t...
Matteo Bigoi
2020-11-14
Typo in channel docs
Andrew Burkett
2020-11-14
Fix broken drop impl in SFTP module
Thomas BESSOU
2020-05-02
Remove assertion during SFTP Drop to avoid an uncatchable panic. Closes: #180
Bigo
2020-02-22
Add Channel::request_auth_agent_forwarding
Wez Furlong
2020-02-07
Fixed misspelling
vallentin
2020-01-29
copy the error message obtained in last_error
Yusuke Sasaki
2020-01-26
replace tcp stream accessor with std traits to obtain raw fds
bold
2020-01-26
allow different tcp streams
bold
2020-01-22
add note about Session, Send, Sync, Clone and concurrency
Wez Furlong
2020-01-22
Agent, Sftp and File are now Send + Sync
Wez Furlong
2020-01-19
sftp_open yields errors via the session last error
Wez Furlong
2020-01-18
make Listener Send + Sync
Wez Furlong
2020-01-18
ChannelInner is Send + Sync
Wez Furlong
2020-01-18
Restore deleted Send impl
Wez Furlong
2020-01-18
remove now-unused Binding trait
Wez Furlong
2020-01-18
Make properly Send safe
Wez Furlong
2020-01-18
rename unwrap_inner_or_err to get_inner
bold
2020-01-18
rename unwrap_raw_or_err to get_raw
bold
2020-01-18
simplify function signature
bold
2020-01-18
eliminate conditionals when enforce blocking in destructors
bold
2020-01-18
use take instead of as_ref
bold
2020-01-18
set ssh2 to blocking when dropping sftp and file
bold
2020-01-18
make set_blocking and is_blocking available for inner session
bold
2020-01-18
add shutdown and close methods
bold
2020-01-18
derive clone for session
bold
2020-01-18
derive Debug and Clone for PtyModes
bold
2020-01-11
let compiler figure out the correct type
bold
2020-01-11
cargo fmt
bold
2020-01-11
let compiler figure out the correct type
bold
2020-01-11
simplify unwrap_or_else argument
bold
2020-01-11
make retrieving last session error private
bold
2020-01-11
return correct errors
bold
2020-01-03
cargo fmt
bold
2020-01-03
export block directions
bold
2019-12-08
map TIMEOUT -> std::io::ErrorKind::TimedOut
Wez Furlong
2019-12-08
improve docs
Wez Furlong
2019-12-08
A PtyModes helper for specifying terminal modes
Wez Furlong
2019-10-20
fix warning in doc build
Wez Furlong
2019-10-20
Make Session be `Send` again
Wez Furlong
2019-10-20
complete deletion of src/test.rs
Wez Furlong
2019-10-20
fixup documentation on Session::new
Wez Furlong
2019-10-02
Clarify docs of Session to refer to set_tcp_stream(), not handshake()
Akshay Narayan
2019-09-15
replace use of try! with ? operator
Wez Furlong
2019-08-02
tighten up `Session::rc`
Wez Furlong
2019-08-02
handle_extended_data
Wez Furlong
[next]