summaryrefslogtreecommitdiff
path: root/libssh2-sys/build.rs
AgeCommit message (Expand)Author
2021-02-01Expose libssh2_trace function (#209)Mike Harris
2020-08-18libssh2-sys: Add support for zlib-ng (#197)Josh Triplett
2020-04-26revert #170Wez Furlong
2020-04-25build: Announce environment variable usage to Cargochrysn
2020-04-25vcpkg: Support openssl 1.1 linkageoblique
2020-03-04attempt to use pkg-config to get include path for zlib and openssl if not set...Mark Karpeles
2019-09-15link with ntdllWez Furlong
2019-09-15more experimenting to find vs and windows versions with RtlGetVersionWez Furlong
2019-09-15more fun with windows versionsWez Furlong
2019-09-15add ntoskrnl on windows as wellWez Furlong
2019-09-15link ntdll on windows for RtlGetVersionWez Furlong
2019-07-29cargo fmtWez Furlong
2019-04-18Define HAVE_POLL for everything except for Windows (#111)Marton Suranyi
2019-01-22Define HAVE_POLL for Haiku (#103)Niels Sascha Reedijk
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