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
2010-12-07Change the library include fileVicent Marti
2010-04-23Merge remote branch 'ramsay/dev'Andreas Ericsson
2010-04-14Add block-sha1 in favour of the mozilla routinesAndreas Ericsson
2010-02-28win32: Add separate MinGW and MSVC compatability header filesRamsay Jones
2010-01-20win32: Use an 64-bit file offset typeRamsay Jones
2010-01-20Add support for the MinGW platformRamsay Jones
2010-01-20Use a 64 bit off_t throughout the library and tests on POSIXRamsay Jones
2009-10-13win32: Define the ssize_t type using SSIZE_T if supportedRamsay Jones
2009-06-15win32: Add support for the MS Visual C/C++ compilerRamsay Jones
2009-03-30win32: Add missing include for mkdir() and rmdir()Ramsay Jones
2009-03-21win32: Add routines to abstract memory-mapped file functionsRamsay Jones
2009-03-18win32: fixup some headers to improve win32 compilationRamsay Jones
2009-01-03Fix snprintf compiler warning on cygwinRamsay Jones
2009-01-01Add git__fmt as an easier to use snprintfShawn O. Pearce
2009-01-01Add a mutex and atomic counter abstraction and implementationsShawn O. Pearce
2009-01-01Cleanup our header inclusion order to ensure pthread.h is earlyShawn O. Pearce
2008-12-31Wrap malloc and friends and report out of memory as GIT_ENOMEMShawn O. Pearce
2008-12-31Fix size_t snprintf warning by using PRIuPTR format macroShawn O. Pearce
2008-12-31Support building on Mac OS X by using pthread_getspecific for TLSShawn O. Pearce
2008-12-31Cleanup formatting in our head files to be more consistentShawn O. Pearce
2008-12-19Add a file reading routine along with an io buffer typeRamsay Jones
2008-12-09Add a GIT_PATH_MAX constantRamsay Jones
2008-11-22Add an embryo of a TLS-aware error handling systemAndreas Ericsson
2008-11-22Add util.h - utility macrosAndreas Ericsson
2008-11-22Add internal common.h fileAndreas Ericsson