Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-12Get rid of libssh2 embeddingCarlos Martín Nieto
2015-05-06Merge pull request #3086 from yongthecoder/masterCarlos Martín Nieto
2015-05-05Ensure frameworks are mentioned in libgit2.pcArthur Schreiber
2015-05-04Android build doesn't need deps/regexYong Li
2015-04-23Rename GIT_SSL to GIT_OPENSSLCarlos Martín Nieto
2015-04-23Add a SecureTransport TLS channelCarlos Martín Nieto
2015-04-15Add MSVC CRTDBG memory leak reporting.Jeff Hostetler
2015-03-19Use swprintf_s everywhere except mingw.orgTony Kelman
2015-03-17use a different .def file for 64 bitTony Kelman
2015-03-16Fix out-of-tree buildTony Kelman
2015-03-16Win32: Enable WinHTTP for MinGWPhilip Kelley
2015-03-06Only run -ionline tests IF (WINHTTP OR OPENSSL_FOUND)Tony Kelman
2015-03-02Added cl_perf_timer. Updated global trace to include timers.Jeff Hostetler
2015-03-02Provide mechanism to let CLAR globally setup git_trace()Jeff Hostetler
2015-02-17Fix Mac build without OpenSSLLeo Yang
2015-02-12Merge pull request #2845 from rakuco/libssh2-detection-fixCarlos Martín Nieto
2015-02-04Tell user if libssh was not foundYury G. Kudryashov
2015-01-25Add libssh2's library and include directories.Raphael Kubo da Costa
2015-01-14Add option to turn off OpenSSLLeo Yang
2014-12-22cmake: include FindPkgConfig for windowsEdward Thomson
2014-12-05Find libssh2 via pkg-configCarlos Martín Nieto
2014-10-27Flip THREADSAFE's default to ONCarlos Martín Nieto
2014-10-25Merge pull request #2647 from ethomson/clar_tmpnameEdward Thomson
2014-10-24clar: use a custom temp directory nameEdward Thomson
2014-10-24hash: use CommonCrypto on OSX for SHA-1Carlos Martín Nieto
2014-10-05Provide option to embed libssh2Carlos Martín Nieto
2014-08-15Introduce proper http authentication APIEdward Thomson
2014-08-15Add GSSAPI support for SPNEGO/Kerberos auth over HTTPEdward Thomson
2014-06-08Change SOVERSION at API breaksCarlos Martín Nieto
2014-05-08cmake: s/ICONV/Iconv/ in FIND_PACKAGEJeff King
2014-05-01Merge pull request #2304 from jacquesg/solarisVicent Marti
2014-04-30Build regex.c for Solaris. Added required defines for SolarisJacques Germishuys
2014-04-30Don't exclude libssh2 from MinGWCarlos Martín Nieto
2014-04-30Workaround missing .pc files on FreeBSDTing-Wei Lan
2014-04-30Unquiet CMake outputCarlos Martín Nieto
2014-04-28Make the build CMake 2.6 compatibleMarcin Sawicki
2014-04-20Introduce AddCFlagIfSupported CMake macroJacques Germishuys
2014-04-18Only disable deprecation warnings on Apple for OpenSSLJacques Germishuys
2014-04-18Use CHECK_C_COMPILER_FLAG to determine if the compiler supports a flagJacques Germishuys
2014-04-18Fix inconsistent use of lower-case and upper-case names for macrosJacques Germishuys
2014-04-18Fix broken logic for attr cache invalidationRussell Belfer
2014-04-01Add CFLAGS -Wdeclaration-after-statementLinquize
2014-03-03cmake examples change so that general.c is off by defaultMiha
2014-03-03- CMakeLists.txt small fixMiha
2014-02-25- BUGFIX #2133 (@fourplusone) in smart_protocol.cMiha
2014-02-21Check if librt exists independent of OS, to be able to exclude librt on Andro...Tobias Marquardt
2014-01-30We never search for libiconv via pkg-configSascha Cunz
2014-01-30Find and use a MacPorts version of libiconv. Fixes #2017.Sascha Cunz
2014-01-30Use relative path to set cmake module pathSascha Cunz
2014-01-13Show informational messages during cmake run as informationalSascha Cunz