summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Quote LIBSSH2_LIBRARIES callMarius Ungureanu2015-06-191-1/+1
* cmake: Add CMake check for libssh2 memory credential passing supportMichał Górny2015-05-271-0/+5
* Get rid of libssh2 embeddingcmn/remove-ssh-embedCarlos Martín Nieto2015-05-121-13/+2
* Merge pull request #3086 from yongthecoder/masterCarlos Martín Nieto2015-05-061-3/+1
|\
| * Android build doesn't need deps/regexYong Li2015-05-041-3/+1
* | Ensure frameworks are mentioned in libgit2.pcArthur Schreiber2015-05-051-0/+2
|/
* Rename GIT_SSL to GIT_OPENSSLCarlos Martín Nieto2015-04-231-1/+1
* Add a SecureTransport TLS channelCarlos Martín Nieto2015-04-231-2/+28
* Add MSVC CRTDBG memory leak reporting.Jeff Hostetler2015-04-151-0/+9
* Use swprintf_s everywhere except mingw.orgTony Kelman2015-03-191-2/+1
* use a different .def file for 64 bitTony Kelman2015-03-161-2/+8
* Fix out-of-tree buildTony Kelman2015-03-161-4/+6
* Win32: Enable WinHTTP for MinGWPhilip Kelley2015-03-161-5/+36
* Only run -ionline tests IF (WINHTTP OR OPENSSL_FOUND)Tony Kelman2015-03-051-1/+5
* Added cl_perf_timer. Updated global trace to include timers.Jeff Hostetler2015-03-021-1/+1
* Provide mechanism to let CLAR globally setup git_trace()Jeff Hostetler2015-03-021-1/+1
* Fix Mac build without OpenSSLLeo Yang2015-02-171-1/+2
* Merge pull request #2845 from rakuco/libssh2-detection-fixCarlos Martín Nieto2015-02-121-1/+2
|\
| * Add libssh2's library and include directories.Raphael Kubo da Costa2015-01-251-1/+2
* | Tell user if libssh was not foundYury G. Kudryashov2015-02-041-0/+2
|/
* Add option to turn off OpenSSLLeo Yang2015-01-131-1/+2
* cmake: include FindPkgConfig for windowsEdward Thomson2014-12-221-0/+1
* Find libssh2 via pkg-configcmn/pkg-config-sshCarlos Martín Nieto2014-12-051-1/+1
* Flip THREADSAFE's default to ONcmn/threadsafe-onCarlos Martín Nieto2014-10-271-1/+1
* Merge pull request #2647 from ethomson/clar_tmpnameEdward Thomson2014-10-241-0/+1
|\
| * clar: use a custom temp directory nameEdward Thomson2014-10-241-0/+1
* | hash: use CommonCrypto on OSX for SHA-1cmn/common-cryptoCarlos Martín Nieto2014-10-241-0/+1
|/
* Provide option to embed libssh2cmn/embed-sshCarlos Martín Nieto2014-10-051-2/+13
* Introduce proper http authentication APIEdward Thomson2014-08-151-1/+1
* Add GSSAPI support for SPNEGO/Kerberos auth over HTTPEdward Thomson2014-08-151-0/+11
* Change SOVERSION at API breakscmn/soversionCarlos Martín Nieto2014-06-081-1/+4
* cmake: s/ICONV/Iconv/ in FIND_PACKAGEJeff King2014-05-081-1/+1
* Merge pull request #2304 from jacquesg/solarisVicent Marti2014-05-011-1/+5
|\
| * Build regex.c for Solaris. Added required defines for SolarisJacques Germishuys2014-04-301-1/+5
* | Don't exclude libssh2 from MinGWcmn/known-libsCarlos Martín Nieto2014-04-301-1/+1
* | Workaround missing .pc files on FreeBSDTing-Wei Lan2014-04-301-2/+6
* | Unquiet CMake outputCarlos Martín Nieto2014-04-301-8/+4
* | Make the build CMake 2.6 compatibleMarcin Sawicki2014-04-281-1/+1
|/
* Introduce AddCFlagIfSupported CMake macroJacques Germishuys2014-04-191-38/+9
* Only disable deprecation warnings on Apple for OpenSSLJacques Germishuys2014-04-181-3/+5
* Use CHECK_C_COMPILER_FLAG to determine if the compiler supports a flagJacques Germishuys2014-04-181-8/+42
* Fix inconsistent use of lower-case and upper-case names for macrosJacques Germishuys2014-04-181-3/+3
* Fix broken logic for attr cache invalidationRussell Belfer2014-04-171-0/+5
* Add CFLAGS -Wdeclaration-after-statementLinquize2014-04-011-1/+1
* cmake examples change so that general.c is off by defaultMiha2014-03-031-1/+1
* - CMakeLists.txt small fixMiha2014-03-031-2/+1
* - BUGFIX #2133 (@fourplusone) in smart_protocol.cMiha2014-02-251-1/+6
* Check if librt exists independent of OS, to be able to exclude librt on Andro...Tobias Marquardt2014-02-211-1/+5
* We never search for libiconv via pkg-configSascha Cunz2014-01-301-5/+1
* Find and use a MacPorts version of libiconv. Fixes #2017.Sascha Cunz2014-01-301-1/+2