summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-23Update doc urlAlex Crichton
2018-04-14Trim tests on Windows CIAlex Crichton
2018-04-14Merge pull request #83 from breed808/sftp_error_codesAlex Crichton
Add libssh2 SFTP error codes
2018-04-14Add libssh2 SFTP error codesBen Reedy
2018-02-16Merge pull request #80 from eldad/masterAlex Crichton
Support in-memory keypair.
2018-02-16Support in-memory keypair.Eldad Zack
2018-01-26Merge pull request #76 from aheart/masterAlex Crichton
Additional ciphers for Windows
2018-01-24Update libssh2 submodule to masteraheart
2017-12-02More travis tweaksAlex Crichton
2017-12-02Tweak travis configAlex Crichton
2017-08-28Remove unused crate in testsAlex Crichton
2017-08-28Allow unused extern cratesAlex Crichton
2017-08-28Bump to 0.3.2Alex Crichton
2017-08-14Merge pull request #72 from mcgoo/vcpkgAlex Crichton
suppress interactive vcpkg prompt in appveyor
2017-08-14suppress interactive vcpkg prompt in appveyorJim McGrath
2017-07-29Merge pull request #71 from pornel/masterAlex Crichton
Support Homebrew's OpenSSL
2017-07-29Support Homebrew's OpenSSLKornel
2017-05-26Merge pull request #64 from mcgoo/vcpkgAlex Crichton
optionally use static or dynamic build of libssh2 from vcpkg
2017-05-24optionally use libssh2 from vcpkg for msvc abi buildsJim McGrath
2017-05-23Merge pull request #66 from griff/exit-status-docAlex Crichton
Fix exit_status example
2017-05-23Fix exit_status exampleBrian Olsen
In the example in the documentation that calls exit_status and in the smoke integration test exit_status is called before the channel is closed and it will therefore always return Ok(0). I have fixed this by calling wait_close() first and by adding a bad_smoke test that calls false and checks that the exit_status is 1.
2017-05-08Update README instructions for OSXAlex Crichton
2017-05-08Bump libssh2-sys to 0.2.6Alex Crichton
2017-05-08Initialize all crypto on WindowsAlex Crichton
If we don't then apparently nothing works, spooky! Closes alexcrichton/git2-rs#202
2017-04-21Reexport FileType from sftp moduleAlex Crichton
Closes #63
2017-04-13Merge pull request #61 from gyscos/masterAlex Crichton
Return unknown error when none is returned by last_error
2017-04-13Return unknown error when none is returned by last_errorAlexandre Bury
Fixes #60
2017-04-12Merge pull request #59 from golddranks/masterAlex Crichton
Added a remark about cmake
2017-04-12Added a remark about cmakeKontio Pyry
2016-12-20Bump to 0.2.5Alex Crichton
2016-12-20Update libssh2 submodule to masterAlex Crichton
2016-11-26Bump to 0.3.1Alex Crichton
2016-11-26Bump dep on libssh2-sysAlex Crichton
2016-11-26Bump libssh2-sys to 0.2.4Alex Crichton
2016-11-26Push init synchronization to sys layerAlex Crichton
2016-11-19Update travis tokenAlex Crichton
2016-11-10Bump to 0.2.3Alex Crichton
2016-11-10Depend on systest from crates.ioAlex Crichton
2016-11-10Update libssh2 submoduleAlex Crichton
Now supports OpenSSL 1.1.0!
2016-11-09Bump to libssh2-sys 0.2.2Alex Crichton
2016-11-09Set the DEP_OPENSSL_ROOT varAlex Crichton
2016-11-09Bump libssh2-sys to 0.2.1Alex Crichton
2016-11-09Read INCLUDE vars as well as ROOTAlex Crichton
Help update for openssl-sys crate release
2016-11-08Bump version in READMEAlex Crichton
2016-11-08Bump to 0.3.0Alex Crichton
2016-11-08Bump dep on libssh2-sysAlex Crichton
2016-11-08Bump libssh2-sys to 0.2.0Alex Crichton
2016-11-08Bump dep on bitflagsAlex Crichton
2016-11-08Bump openssl deps back to 0.9Alex Crichton
2016-11-08Bump to 0.2.15Alex Crichton