summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-16Merge pull request #224 from emesterhazy/etm/async-adviceHEADmasterMatteo Bigoi
2021-07-15Revert "Add documentation on where to find async compatibile versions of ssh2...Evan Mesterhazy
2021-03-09Update libssh2-sys to 0.2.21 in ssh2 dependencies (#210)Akira Moroo
2021-02-01Prepare ssh2 0.9.1 and libssh2-sys 0.2.21 releaseMatteo Bigoi
2021-02-01Expose libssh2_trace function (#209)Mike Harris
2020-11-22Update libssh2 submodule to track back from https://github.com/libssh2/libssh...Matteo Bigoi
2020-11-22Handle more precise SFTP error codes (#203)Matteo Bigoi
2020-11-22Merge pull request #204 from crisidev/async_docMatteo 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-14bump version to prep for a releaseWez Furlong
2020-11-14Typo in channel docsAndrew Burkett
2020-11-14Fix broken drop impl in SFTP moduleThomas BESSOU
2020-08-18libssh2-sys: Add support for zlib-ng (#197)Josh Triplett
2020-06-29gersion bump to reflect bundled libssh2 changeWez Furlong
2020-06-29libssh2: update submoduleWez Furlong
2020-05-25drop nightly rust from CI buildsWez Furlong
2020-05-02bump version to pick up some bug fixesWez Furlong
2020-05-02Remove assertion during SFTP Drop to avoid an uncatchable panic. Closes: #180Bigo
2020-04-26revert #170Wez Furlong
2020-04-25build: Announce environment variable usage to Cargochrysn
2020-04-25vcpkg: Support openssl 1.1 linkageoblique
2020-03-04bump version number to release fix for #169Wez Furlong
2020-03-04attempt to use pkg-config to get include path for zlib and openssl if not set...Mark Karpeles
2020-02-22update readme for latest versionWez Furlong
2020-02-22Add Channel::request_auth_agent_forwardingWez Furlong
2020-02-08Update for revised win10 DH fixWez 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-25bump version numberWez Furlong
2020-01-25Update libssh2-sys version in dependenciesHiroki Noda
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