Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-16 | Support in-memory keypair. | Eldad Zack | |
2018-01-24 | Update libssh2 submodule to master | aheart | |
2017-08-28 | Allow unused extern crates | Alex Crichton | |
2017-07-29 | Support Homebrew's OpenSSL | Kornel | |
2017-05-24 | optionally use libssh2 from vcpkg for msvc abi builds | Jim McGrath | |
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 | |||
2016-12-20 | Bump to 0.2.5 | Alex Crichton | |
2016-12-20 | Update libssh2 submodule to master | 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-10 | Bump to 0.2.3 | 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 libssh2-sys to 0.2.0 | Alex Crichton | |
2016-11-08 | Bump openssl deps back to 0.9 | Alex Crichton | |
2016-11-08 | Bump libssh2-sys to 0.1.41 | Alex Crichton | |
2016-11-08 | Move back to 0.7 for this release track | Alex Crichton | |
2016-11-05 | Bump to 0.1.40 | Alex Crichton | |
2016-08-17 | Add checks for file types | Veselkov Sergey | |
2016-08-08 | Bump to 0.1.39 | Alex Crichton | |
2016-08-08 | Update libssh2 to master | Alex Crichton | |
Closes #44 | |||
2016-08-06 | Bump to 0.1.38 | Alex Crichton | |
2016-08-06 | Add LIBSSH2_INIT_NO_CRYPTO binding | Alex Crichton | |
2016-04-08 | Test for .git directory | Alex Crichton | |
2016-04-08 | Add a missing import | Alex Crichton | |
2016-04-08 | Check out submodule if it doesn't exist in dev | Alex Crichton | |
2016-03-22 | Bump libssh2-sys to 0.1.37 | Alex Crichton | |
2016-03-22 | Add cfg(unix) dep for openssl | Alex Crichton | |
2016-02-14 | Merge pull request #33 from petevine/master | Alex Crichton | |
Add the new `i586` target in Cargo.toml | |||
2016-02-14 | Update Cargo.toml | petevine | |
2016-02-13 | Bump libssh2-sys to 0.1.36 | Alex Crichton | |
2016-02-13 | Drop the winapi/ws2_32 dep | Alex Crichton | |
Not worth the build times | |||
2016-02-06 | Bump libssh2-sys to 0.1.35 | Alex Crichton | |
2016-02-01 | Update Cargo.toml | petevine | |
2016-01-13 | Add openssl-sys dependency for powerpc64 and powerpc64le | Anton Blanchard | |
2015-11-22 | Bump to 0.1.34 | Alex Crichton | |
2015-11-22 | Declare compat with all *-sys versions | Alex Crichton | |
We just pull these in to ensure the libraries link correctly, there's no actual usage of the API anywhere so it's fair to say we're compat. Closes #25 | |||
2015-11-18 | Parse include dir from openssl differently | Alex Crichton | |
2015-11-18 | Bump libssh2-sys to 0.1.33 | Alex Crichton | |
2015-11-18 | Bump dep on openssl-sys | Alex Crichton | |
2015-11-16 | Bump to 0.1.32 | Alex Crichton | |
2015-11-16 | Apparently this is no longer necessary for MSVC? | Alex Crichton | |
Seems to cause cmake to choke regardless unfortunately. | |||
2015-11-09 | Use SOCKET from winapi | Alex Crichton | |
2015-11-06 | Bump dep on ws2_32-sys | Alex Crichton | |
2015-11-03 | Fix compile on Windows | Alex Crichton | |
2015-11-03 | Bump dep on libc | Alex Crichton | |