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
/
session.rs
Age
Commit message (
Expand
)
Author
2021-08-04
Skip another mention of deprecated crate
fix/async-advice-2
cos
2021-02-01
Expose libssh2_trace function (#209)
Mike Harris
2020-11-22
Handle more precise SFTP error codes (#203)
Matteo Bigoi
2020-02-07
Fixed misspelling
vallentin
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-18
Restore deleted Send impl
Wez Furlong
2020-01-18
Make properly Send safe
Wez Furlong
2020-01-18
make set_blocking and is_blocking available for inner session
bold
2020-01-18
derive clone for session
bold
2020-01-03
cargo fmt
bold
2020-01-03
export block directions
bold
2019-10-20
Make Session be `Send` again
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-01
ignore the panic result from the keyboard prompt
Wez Furlong
2019-08-01
don't allow panics to escape the prompt callback
Wez Furlong
2019-08-01
move tcpstream assignment to its own function
Wez Furlong
2019-07-31
limit the number of responses from keyboard interactive prompt
Wez Furlong
2019-07-31
Support keyboard-interactive authentication
Wez Furlong
2019-07-31
Fix scp_recv ABI issue on Windows
Wez Furlong
2019-07-30
improve handshake error reporting on windows
Wez Furlong
2019-07-29
Avoid panic when SSH_USERAUTH_NONE succeeds
Wez Furlong
2019-07-29
KnownHosts no longer borrows Session either
Wez Furlong
2019-07-29
Agent no longer borrows session either
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
Session::new() now returns Result rather than Option
Wez Furlong
2019-07-29
cargo fmt
Wez Furlong
2019-07-29
Expose more known_hosts related constants
Wez Furlong
2018-02-16
Support in-memory keypair.
Eldad Zack
2016-03-23
Allow all non-negative return codes as Ok()
Charlie Ozinga
2016-02-06
Don't assert free returns 0 in a dtor
Alex Crichton
2015-10-07
Add automated testing of FFI bindings
Alex Crichton
2015-03-19
Use new metadata format for Cargo
Alex Crichton
2015-03-10
Remove usage of `range`
Alex Crichton
2015-02-23
Update to std::io
Alex Crichton
2015-02-20
Bump versions and update to master
Alex Crichton
2015-02-07
Update to rust master
Alex Crichton
2015-01-28
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-09
Update to rust master
Alex Crichton
2015-01-07
Update to rust master
Alex Crichton
2015-01-03
Update to rust master
Alex Crichton
2014-12-23
Update to rust master
Alex Crichton
2014-11-29
Update to namespaced io::FileType
Josh Stone
[next]