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
Age
Commit message (
Expand
)
Author
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-17
macOS: use the set-env command to persist environment variables
Yusuke Sasaki
2020-01-17
use actions-rs/toolchain for Rust installation
Yusuke Sasaki
2020-01-14
Bump libssh2-sys to 0.2.14
Alex Crichton
2020-01-14
Clarify licenses
Alex Crichton
2020-01-11
fix: define libssh2_socket_t using pointer width for aarch64 windows
Harrison Metzger
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-21
use internal-sftp in sshd for tests
bold
2019-12-08
update systest ctest deps
Wez Furlong
2019-12-08
update bitflags dep
Wez Furlong
2019-12-08
update readme for the imminent 0.6 release
Wez Furlong
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-12-08
CI: ugh, more problems with implicit shell on GH actions on windows
Wez Furlong
2019-12-08
CI: update GH actions for recent changes to defaults
Wez Furlong
2019-11-06
fix cargo doc link
Wez Furlong
2019-10-20
GH actions: maybe parameterize the rust toolchain
Wez Furlong
2019-10-20
tests: disable UsePrivilegeSeparation for ubuntu 16
Wez Furlong
2019-10-20
dump server log
Wez Furlong
2019-10-20
increase debugability of integration tests
Wez Furlong
2019-10-20
Add linux build to GH actions CI config
Wez Furlong
2019-10-20
make GH actions run on pushes to master too (fixes up badges)
Wez Furlong
2019-10-20
fixup links to GH actions workflows
Wez Furlong
2019-10-20
disable gh-pages deploy in travis config
Wez Furlong
2019-10-20
fix warning in doc build
Wez Furlong
2019-10-20
add GH action badges to readme
Wez Furlong
2019-10-20
version bumps
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-20
migrate std::sync::ONCE_INIT -> std::sync::Once::new
Wez Furlong
[next]