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
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
2013-12-12Test cancel from indexer progress callbackRussell Belfer
2013-12-02Improve iconv finding for cmakeRussell Belfer
2013-11-15Update files that reference tests-clarBen Straub
2013-11-10Merge pull request #1936 from libgit2/better-url-parsingVicent Martí
2013-11-06cmake: Add `USE_SSH` optionVicent Marti
2013-11-05Compile HTTP parser on win32 (for url parsing)Ben Straub
2013-10-25Allow -DWINHTTP=OFF to disable WinHTTPEdward Thomson
2013-10-24Really fix the pc fileCarlos Martín Nieto
2013-10-23Set the correct dependencies in the pkg-config fileCarlos Martín Nieto
2013-10-09Make reference lookups apply precomposeunicodeRussell Belfer
2013-10-03Initial iconv hookup for precomposed unicodeRussell Belfer
2013-09-30Initial Implementation of progress reports during pushJameson Miller
2013-09-04Split examples CMakeLists.txtRussell Belfer
2013-09-02Merge pull request #1823 from kadamski/building4androidVicent Martí
2013-09-01Build all example files if BUILD_EXAMPLES used.Krzysztof Adamski
2013-09-01Create ANDROID build optionKrzysztof Adamski
2013-08-14Test SSH in travisCarlos Martín Nieto
2013-08-12CMake: finding libssh2 should be idempotentCarlos Martín Nieto
2013-08-05Move slow tests to "stress" clar moduleRussell Belfer
2013-07-18TypoBen Straub
2013-07-18Switch default calling convention to cdecl.Ben Straub
2013-07-13header files show up in vsEdward Thomson
2013-06-19CMakeLists: fix zlib linker setupThomas Rast
2013-06-13cmake: Add option to specify the name of the binarynulltoken
2013-06-12Revert "cmake: Update Windows resources to reflect the optional vendor string"Vicent Marti
2013-05-30Build with the system's http-parser installation if availableVeeti Paananen
2013-05-22cmake: Update Windows resources to reflect the optional vendor stringnulltoken
2013-05-22cmake: Fix indentationnulltoken
2013-05-16Merge pull request #1558 from bmorganpa/ssh_transportVicent Martí
2013-05-15CMake: allow appending a string to the library filenameCarlos Martín Nieto
2013-05-12CMake: don't try to use bundled zlib when the system's path is in the cacheCarlos Martín Nieto
2013-05-07Merge remote-tracking branch 'origin/development' into ssh_transportBrad Morgan
2013-05-07Added libssh2 cmake moduleBrad Morgan
2013-05-03clar: Always generate the test suiteVicent Marti
2013-04-29cmake 2.6 parser bug workaroundEdward Thomson
2013-04-25git_atomic_ssize for 64-bit atomics only on 64-bit platformsEdward Thomson
2013-04-09Add rev-list example to makefilesBen Straub
2013-03-26http: Support 302 Found (arrbee did most of the work)Philip Kelley
2013-03-26clar: Disable online tests. By now.Vicent Marti
2013-03-17Fix for a cmake bug when using MSVC + Win64 + static librariesQbProg
2013-03-17Adds an option to select the CRT link mode ( static or dynamic ).QbProg
2013-03-08Use C99 stdio in mingw-w64Carlos Martín Nieto