summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-07-15Revert "Add documentation on where to find async compatibile versions of ssh2...Evan Mesterhazy
2021-02-01Expose libssh2_trace function (#209)Mike Harris
2020-11-22Handle more precise SFTP error codes (#203)Matteo Bigoi
2020-11-22Add documentation on where to find async compatibile versions of ssh2-rsBigo
2020-11-16Update documentation to ensure sending and receiving files via SCP wait for t...Matteo Bigoi
2020-11-14Typo in channel docsAndrew Burkett
2020-11-14Fix broken drop impl in SFTP moduleThomas BESSOU
2020-05-02Remove assertion during SFTP Drop to avoid an uncatchable panic. Closes: #180Bigo
2020-02-22Add Channel::request_auth_agent_forwardingWez Furlong
2020-02-07Fixed misspellingvallentin
2020-01-29copy the error message obtained in last_errorYusuke Sasaki
2020-01-26replace tcp stream accessor with std traits to obtain raw fdsbold
2020-01-26allow different tcp streamsbold
2020-01-22add note about Session, Send, Sync, Clone and concurrencyWez Furlong
2020-01-22Agent, Sftp and File are now Send + SyncWez Furlong
2020-01-19sftp_open yields errors via the session last errorWez Furlong
2020-01-18make Listener Send + SyncWez Furlong
2020-01-18ChannelInner is Send + SyncWez Furlong
2020-01-18Restore deleted Send implWez Furlong
2020-01-18remove now-unused Binding traitWez Furlong
2020-01-18Make properly Send safeWez Furlong
2020-01-18rename unwrap_inner_or_err to get_innerbold
2020-01-18rename unwrap_raw_or_err to get_rawbold
2020-01-18simplify function signaturebold
2020-01-18eliminate conditionals when enforce blocking in destructorsbold
2020-01-18use take instead of as_refbold
2020-01-18set ssh2 to blocking when dropping sftp and filebold
2020-01-18make set_blocking and is_blocking available for inner sessionbold
2020-01-18add shutdown and close methodsbold
2020-01-18derive clone for sessionbold
2020-01-18derive Debug and Clone for PtyModesbold
2020-01-11let compiler figure out the correct typebold
2020-01-11cargo fmtbold
2020-01-11let compiler figure out the correct typebold
2020-01-11simplify unwrap_or_else argumentbold
2020-01-11make retrieving last session error privatebold
2020-01-11return correct errorsbold
2020-01-03cargo fmtbold
2020-01-03export block directionsbold
2019-12-08map TIMEOUT -> std::io::ErrorKind::TimedOutWez Furlong
2019-12-08improve docsWez Furlong
2019-12-08A PtyModes helper for specifying terminal modesWez Furlong
2019-10-20fix warning in doc buildWez Furlong
2019-10-20Make Session be `Send` againWez Furlong
2019-10-20complete deletion of src/test.rsWez Furlong
2019-10-20fixup documentation on Session::newWez Furlong
2019-10-02Clarify docs of Session to refer to set_tcp_stream(), not handshake()Akshay Narayan
2019-09-15replace use of try! with ? operatorWez Furlong
2019-08-02tighten up `Session::rc`Wez Furlong
2019-08-02handle_extended_dataWez Furlong