summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2019-09-15Add myself to authors list(s)Wez Furlong
The fact that I overlooked this prior to the 0.4.0 release says something about my humility or my attention to detail. You decide!
2019-07-31Fix scp_recv ABI issue on WindowsWez Furlong
* Adopt scp_recv2 instead, which uses compatible 64-bit stat types * Mark scp_recv as deprecated * small version bump Fixes https://github.com/alexcrichton/ssh2-rs/issues/109 Refs https://github.com/alexcrichton/ssh2-rs/pull/117 Co-authored-by: Joyce Babu <joyce@ennexa.com>
2019-07-29Session::new() now returns Result rather than OptionWez Furlong
Refs: https://github.com/alexcrichton/ssh2-rs/issues/96 This is a breaking change, so bump the package version
2019-07-29libssh2-sys: add `vendored-openssl` feature to build openssl-srcWez Furlong
This enables building `ssh2` and `libssh2-sys` with the `vendored-openssl` feature, which in turn causes openssl to be built and linked locally, and does not require that homebrew or some other externally provided version of openssl be made available. It does require a working C compiler, perl and make.
2018-12-14Use bitflags 1.X (#97)Jonas Schievink
Also removes the reexported flags from the crate root, since they're now assoc. consts and it would be a bit weird to reexport those. (breaking change)
2018-09-13Remove `cmake` dependency in favor of `cc` (#94)Alex Crichton
* Remove `cmake` dependency in favor of `cc` This has been done in a few other projects and has made it lightyears easier to compile native C code, so let's do it here! More info at alexcrichton/curl-rust#225
2018-07-13Use modern Cargo conventions for testsAlex Crichton
2018-05-03Bump to 0.3.3Alex Crichton
2018-05-03Update Cargo.toml doc urlAlex Crichton
2017-08-28Bump to 0.3.2Alex Crichton
2016-11-26Bump to 0.3.1Alex Crichton
2016-11-26Bump dep on libssh2-sysAlex Crichton
2016-11-26Push init synchronization to sys layerAlex Crichton
2016-11-08Bump to 0.3.0Alex Crichton
2016-11-08Bump dep on libssh2-sysAlex 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
2016-11-08Bump dep on libssh2-sysAlex Crichton
2016-11-08Move back to 0.7 for this release trackAlex Crichton
2016-11-05Bump dep on libssh2-sysAlex Crichton
2016-11-05Bump to 0.2.14Alex Crichton
2016-11-05Bump openssl depAlex Crichton
2016-08-06Bump to 0.2.13Alex Crichton
2016-06-19Bump to 0.2.12Alex Crichton
2016-02-06Bump ssh2 to 0.2.11Alex Crichton
2015-11-28Bump ssh2 to 0.2.10Alex Crichton
2015-11-03Bump dep on libcAlex Crichton
2015-10-18Bump to 0.2.9 and 0.1.30Alex Crichton
2015-06-02Bump ssh2 to 0.2.8Alex Crichton
2015-04-02Update for rust betaAlex Crichton
2015-04-02Update to rust masterAlex Crichton
2015-03-25Update to master again!Alex Crichton
2015-03-25Update to rust masterAlex Crichton
2015-03-22Bump to 0.2.3Alex Crichton
2015-03-19Bump version numbersAlex Crichton
2015-03-12Bump version numbersAlex Crichton
2015-03-07Update to rust masterAlex Crichton
2015-02-23Slim down custom TempDirAlex Crichton
2015-02-23Update to std::ioAlex Crichton
2015-02-20Bump versions and update to masterAlex Crichton
2015-02-19Update to rust masterAlex Crichton
2015-01-28Update to rust masterAlex Crichton
2015-01-23Update to rust masterAlex Crichton
2015-01-18Bump to 0.1.7Alex Crichton
2015-01-09Update to rust masterAlex Crichton
2015-01-07Bump to 0.1.5Alex Crichton
2015-01-04Bump version numberAlex Crichton
2015-01-03Update to rust masterAlex Crichton
2014-12-23Update to rust masterAlex Crichton