summaryrefslogtreecommitdiff
path: root/libssh2-sys/build.rs
AgeCommit message (Expand)Author
2019-01-02Define LIBSSH2_DH_GEX_NEW to avoid KEX error (#100)Brian Olsen
2018-09-13Remove `cmake` dependency in favor of `cc` (#94)Alex Crichton
2018-08-06Don't enable zlib compression on WindowsAlex Crichton
2018-07-02Add comment about loading two copies of libsslTim
2018-06-18Add LIBSSH2_SYS_USE_PKG_CONFIG env varTim
2017-07-29Support Homebrew's OpenSSLKornel
2017-05-24optionally use libssh2 from vcpkg for msvc abi buildsJim McGrath
2016-11-09Set the DEP_OPENSSL_ROOT varAlex Crichton
2016-11-09Read INCLUDE vars as well as ROOTAlex Crichton
2016-04-08Test for .git directoryAlex Crichton
2016-04-08Add a missing importAlex Crichton
2016-04-08Check out submodule if it doesn't exist in devAlex Crichton
2015-11-18Parse include dir from openssl differentlyAlex Crichton
2015-11-16Apparently this is no longer necessary for MSVC?Alex Crichton
2015-11-03Fix compile on WindowsAlex Crichton
2015-10-13Define OPENSSL_INCLUDE_DIR if availableAlex Crichton
2015-08-18Add back logic for PKG_CONFIG_PATHAlex Crichton
2015-08-13Add back zlib-removal from pc fileAlex Crichton
2015-07-31Fix LIBDIRAlex Crichton
2015-07-31Comment the new build scriptAlex Crichton
2015-07-31Pick up the zlib include dirAlex Crichton
2015-07-31Force zlib to be found on mingwAlex Crichton
2015-07-31Really fix lib name on windowsAlex Crichton
2015-07-31No let's really build zlib, we depend on itAlex Crichton
2015-07-31Remove unused macroAlex Crichton
2015-07-31Fix link name on windowsAlex Crichton
2015-07-31Disable zlib on all windowsAlex Crichton
2015-07-31Don't require zlib on msvcAlex Crichton
2015-07-31Start using cmake to build libssh2Alex Crichton
2015-07-22Use gcc's support to find nmakeAlex Crichton
2015-06-29Print out include paths when found through pkg-configAlex Crichton
2015-06-02Overhaul the build on windowsAlex Crichton
2015-05-27Specifically don't build the ssh2 toolAlex Crichton
2015-04-30Overhaul the build on windowsAlex Crichton
2015-04-29Try to yet again fix libssh2 buildAlex Crichton
2015-04-29Don't let zlib end up in the pkg-config depsAlex Crichton
2015-04-29Update libssh2 to 1.5.0Alex 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-19Use new metadata format for CargoAlex Crichton
2015-03-18Don't rely on fs::walkAlex Crichton
2015-03-15Update to rust masterAlex Crichton
2015-03-07Update to rust masterAlex Crichton
2015-03-05Remove {read,write,flush}_stream in favor of StreamAlex Crichton
2015-03-01Update to rust masterAlex Crichton
2015-02-26Bump libssh2-sys to 0.1.10Alex Crichton
2015-02-26Fix for nightly changesCody P Schafer
2015-02-23Update to std::ioAlex Crichton
2015-02-20Bump versions and update to masterAlex Crichton