summaryrefslogtreecommitdiff
path: root/libssh2-sys/lib.rs
AgeCommit message (Expand)Author
2021-02-01Expose libssh2_trace function (#209)Mike Harris
2020-11-22Handle more precise SFTP error codes (#203)Matteo Bigoi
2020-02-22Add Channel::request_auth_agent_forwardingWez Furlong
2020-01-11fix: define libssh2_socket_t using pointer width for aarch64 windowsHarrison Metzger
2020-01-03export block directionsbold
2019-10-20migrate std::sync::ONCE_INIT -> std::sync::Once::newWez Furlong
2019-08-02handle_extended_dataWez Furlong
2019-07-31Support keyboard-interactive authenticationWez Furlong
2019-07-31Fix scp_recv ABI issue on WindowsWez Furlong
2019-07-29cargo fmtWez Furlong
2019-07-29Expose more known_hosts related constantsWez Furlong
2018-08-05Fix a constant valueAlex Crichton
2018-04-14Add libssh2 SFTP error codesBen Reedy
2018-02-16Support in-memory keypair.Eldad Zack
2017-08-28Allow unused extern cratesAlex Crichton
2017-05-08Initialize all crypto on WindowsAlex Crichton
2016-11-26Push init synchronization to sys layerAlex Crichton
2016-08-17Add checks for file typesVeselkov Sergey
2016-08-06Add LIBSSH2_INIT_NO_CRYPTO bindingAlex Crichton
2016-02-13Drop the winapi/ws2_32 depAlex Crichton
2015-11-09Use SOCKET from winapiAlex Crichton
2015-11-03Fix compile on WindowsAlex Crichton
2015-10-07Add automated testing of FFI bindingsAlex Crichton
2015-07-31Link libz on all platformsAlex Crichton
2015-06-02Overhaul the build on windowsAlex Crichton
2015-04-02Update for rust betaAlex Crichton
2015-03-25Update to master again!Alex Crichton
2015-03-12Bind unlink for SFTP filesAlex Crichton
2015-03-03Add html root urlsAlex Crichton
2015-02-19Update to rust masterAlex Crichton
2015-02-03Update to rust masterAlex Crichton
2015-01-09Update to rust masterAlex Crichton
2015-01-03Update to rust masterAlex Crichton
2014-12-16Update to rust masterAlex Crichton
2014-11-07Work around rust-lang/rust#14344Alex Crichton
2014-11-07Always depend on zlib (it's found on msys2)Alex Crichton
2014-11-01Update with build script for libssh2Alex Crichton
2014-10-12Update to rust masterAlex Crichton
2014-10-09Update to rust masterAlex Crichton
2014-09-19Bind SFTP functionality.Alex Crichton
2014-09-19Start SFTP bindingsAlex Crichton
2014-09-19Bind SCP functionsAlex Crichton
2014-09-18Bind some more userauth functionsAlex Crichton
2014-09-18Bind knownhost apisAlex Crichton
2014-09-18Bind keepaliveAlex Crichton
2014-09-18More bindings to more channel functionsAlex Crichton
2014-09-18Bind and tests many channel-based functionsAlex Crichton
2014-09-18Add some basic channel testsAlex Crichton
2014-09-18Split things up and write some docsAlex Crichton