Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-23 | Update doc url | Alex Crichton | |
2018-04-14 | Trim tests on Windows CI | Alex Crichton | |
2018-04-14 | Merge pull request #83 from breed808/sftp_error_codes | Alex Crichton | |
Add libssh2 SFTP error codes | |||
2018-04-14 | Add libssh2 SFTP error codes | Ben Reedy | |
2018-02-16 | Merge pull request #80 from eldad/master | Alex Crichton | |
Support in-memory keypair. | |||
2018-02-16 | Support in-memory keypair. | Eldad Zack | |
2018-01-26 | Merge pull request #76 from aheart/master | Alex Crichton | |
Additional ciphers for Windows | |||
2018-01-24 | Update libssh2 submodule to master | aheart | |
2017-12-02 | More travis tweaks | Alex Crichton | |
2017-12-02 | Tweak travis config | Alex Crichton | |
2017-08-28 | Remove unused crate in tests | Alex Crichton | |
2017-08-28 | Allow unused extern crates | Alex Crichton | |
2017-08-28 | Bump to 0.3.2 | Alex Crichton | |
2017-08-14 | Merge pull request #72 from mcgoo/vcpkg | Alex Crichton | |
suppress interactive vcpkg prompt in appveyor | |||
2017-08-14 | suppress interactive vcpkg prompt in appveyor | Jim McGrath | |
2017-07-29 | Merge pull request #71 from pornel/master | Alex Crichton | |
Support Homebrew's OpenSSL | |||
2017-07-29 | Support Homebrew's OpenSSL | Kornel | |
2017-05-26 | Merge pull request #64 from mcgoo/vcpkg | Alex Crichton | |
optionally use static or dynamic build of libssh2 from vcpkg | |||
2017-05-24 | optionally use libssh2 from vcpkg for msvc abi builds | Jim McGrath | |
2017-05-23 | Merge pull request #66 from griff/exit-status-doc | Alex Crichton | |
Fix exit_status example | |||
2017-05-23 | Fix exit_status example | Brian 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-08 | Update README instructions for OSX | Alex Crichton | |
2017-05-08 | Bump libssh2-sys to 0.2.6 | Alex Crichton | |
2017-05-08 | Initialize all crypto on Windows | Alex Crichton | |
If we don't then apparently nothing works, spooky! Closes alexcrichton/git2-rs#202 | |||
2017-04-21 | Reexport FileType from sftp module | Alex Crichton | |
Closes #63 | |||
2017-04-13 | Merge pull request #61 from gyscos/master | Alex Crichton | |
Return unknown error when none is returned by last_error | |||
2017-04-13 | Return unknown error when none is returned by last_error | Alexandre Bury | |
Fixes #60 | |||
2017-04-12 | Merge pull request #59 from golddranks/master | Alex Crichton | |
Added a remark about cmake | |||
2017-04-12 | Added a remark about cmake | Kontio Pyry | |
2016-12-20 | Bump to 0.2.5 | Alex Crichton | |
2016-12-20 | Update libssh2 submodule to master | Alex Crichton | |
2016-11-26 | Bump to 0.3.1 | Alex Crichton | |
2016-11-26 | Bump dep on libssh2-sys | Alex Crichton | |
2016-11-26 | Bump libssh2-sys to 0.2.4 | Alex Crichton | |
2016-11-26 | Push init synchronization to sys layer | Alex Crichton | |
2016-11-19 | Update travis token | Alex Crichton | |
2016-11-10 | Bump to 0.2.3 | Alex Crichton | |
2016-11-10 | Depend on systest from crates.io | Alex Crichton | |
2016-11-10 | Update libssh2 submodule | Alex Crichton | |
Now supports OpenSSL 1.1.0! | |||
2016-11-09 | Bump to libssh2-sys 0.2.2 | Alex Crichton | |
2016-11-09 | Set the DEP_OPENSSL_ROOT var | Alex Crichton | |
2016-11-09 | Bump libssh2-sys to 0.2.1 | Alex Crichton | |
2016-11-09 | Read INCLUDE vars as well as ROOT | Alex Crichton | |
Help update for openssl-sys crate release | |||
2016-11-08 | Bump version in README | Alex Crichton | |
2016-11-08 | Bump to 0.3.0 | Alex Crichton | |
2016-11-08 | Bump dep on libssh2-sys | Alex Crichton | |
2016-11-08 | Bump libssh2-sys to 0.2.0 | Alex Crichton | |
2016-11-08 | Bump dep on bitflags | Alex Crichton | |
2016-11-08 | Bump openssl deps back to 0.9 | Alex Crichton | |
2016-11-08 | Bump to 0.2.15 | Alex Crichton | |