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
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
2013-03-08Merge pull request #1399 from nathan-osman/developmentVicent Martí
2013-03-07optional tracingEdward Thomson
2013-03-07 Added build option SONAME to control whether VERSION and SOVERSION were set ...Nathan Osman
2013-03-06MSVC: Define NDEBUG to disable asserts in release buildsPhilip Kelley
2013-02-14Improve MSVC compiler, linker flagsPhilip Kelley
2013-02-05Merge pull request #1315 from nulltoken/developmentVicent Martí
2013-02-05cMakeList: Prevent MSVCR1x0.dll dependencynulltoken
2013-01-24update examples to work on windowsEdward Thomson
2013-01-10Add -fPIC only if BUILD_SHARED_LIBS is ONSebastian Bauer
2013-01-10Compile regexp dependency when AMIGA is defined.Sebastian Bauer
2013-01-10Disable SSL when compiling for AmigaOS for now.Sebastian Bauer
2013-01-09remove ppc sha1 asmEdward Thomson
2013-01-09keep comments at < 80 charsEdward Thomson
2013-01-06travis: Include the online suite when running against Travisnulltoken
2013-01-03Prototypes warning goes awayVicent Marti
2013-01-03...and add Clar rawVicent Marti
2013-01-03/deal with itVicent Marti
2013-01-03...fineVicent Marti
2013-01-03Proper submodule dependencyVicent Marti
2013-01-03Disable Network suite by defaultVicent Marti
2013-01-03This is a better nameVicent Marti
2013-01-03Try it like this...Vicent Marti
2013-01-03Fuck you CMakeVicent Marti
2013-01-03Submodule checkoutVicent Marti
2013-01-02Checkout testVicent Marti
2013-01-02Add build dependency for clar. Also, fuck you CMake. Fuck you.Vicent Marti
2013-01-02Bump the Clar submoduleVicent Marti
2013-01-02Cleanup Clar to make it SIMPLERVicent Marti
2012-12-19MSVC: Don't list all source files in an endless listSascha Cunz
2012-12-19DRY: Add function that adds os-specific libraries to our targetsSascha Cunz
2012-12-19Collect configuration options at the top of the fileSascha Cunz
2012-12-19DRY: Don't repeat globs for libgit2's own source filesSascha Cunz
2012-12-19Remove special case source globs for SolarisSascha Cunz
2012-12-19Remove src/compat/*.c from source globsSascha Cunz
2012-12-19Search for zlib unconditionalSascha Cunz
2012-12-19DRY: Scan for regex.c only in one placeSascha Cunz
2012-12-19Only add deps/http-parser to include-dirs if requiredSascha Cunz
2012-11-28More external API cleanupVicent Marti
2012-11-20Merge pull request #1086 from scunz/vs_warning_levelRussell Belfer
2012-11-20VS-Build: Disable /W4 parameter, as it is not picked up anywaySascha Cunz
2012-11-19Don't use precompiled headers for command-line based VC builds.Sascha Cunz
2012-11-13Win32 CryptoAPI and CNG support for SHA1Edward Thomson
2012-11-01Hide deprecations on MacOSRussell Belfer
2012-10-28Leave CMAKE_BUILD_TYPE absent on those generators which don't use it.Paul Thompson