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-11-02preserve windows error numbers as wellEdward Thomson
2013-04-01Add git_has_win32_version helperPhilip Kelley
2013-03-16Implement global/system file search pathsRussell Belfer
2013-03-01Fix some deprecation warnings on WindowsRussell Belfer
2013-03-01Add GIT_STDLIB_CALLRussell Belfer
2013-02-02Deduplicate FormatMessage UTF-16 to UTF-8 conversion codeSven Strickroth
2013-01-09update copyrightsEdward Thomson
2012-12-05versions: MSVC build fixesVicent Marti
2012-12-05common: Silly vmg.Vicent Marti
2012-12-05common: Silly MSVCVicent Marti
2012-12-05Merge pull request #1115 from ben/struct-versionsVicent Martí
2012-12-04Don't unconstify when castingBen Straub
2012-12-01revparse: Deploy EINVALIDSPEC usagenulltoken
2012-12-01Deploy GIT_INIT_STRUCTUREBen Straub
2012-12-01Deploy GITERR_CHECK_VERSIONBen Straub
2012-11-01Reorganize transport architecture (squashed 3)Philip Kelley
2012-09-22Make giterr_set_str publicRussell Belfer
2012-07-30remote: start moving the protocol to a common areaCarlos Martín Nieto
2012-07-17Remove old error handling codeMichael Schubert
2012-06-15Fix compile errors when building on windowsTim Clem
2012-05-19ssl: remove GnuTLS supportCarlos Martín Nieto
2012-05-19https: make it work with OpenSSL as wellCarlos Martín Nieto
2012-05-19http: add https support when GnuTLS is availableCarlos Martín Nieto
2012-03-09error-handling: On-disk config file backendVicent Martí
2012-02-13Update Copyright headerschu
2012-01-27msvc: Move `ssize_t` typedef to MSVC-onlyVicent Martí
2011-11-26repository: Change ownership semanticsVicent Marti
2011-11-16threads: Fix the shared global state with TLSVicent Marti
2011-10-06msvc: Properly handle inttypes.h/stdint.hVicent Marti
2011-09-19Merge pull request #397 from lambourg/developmentVicent Martí
2011-09-19Tabify everythingVicent Marti
2011-09-19Cleanup legal dataVicent Marti
2011-09-12Fix compilation issues with ming64 headersJerome Lambourg
2011-08-24Fix false positive -Wuninitialized warningsKirill A. Shutemov
2011-07-03build: Move OS-specific compat to their own foldersVicent Marti
2011-07-01common: Force 64 bit fileops at compile timeVicent Marti
2011-06-16Merge pull request #261 from Romain-Geissler/discovery-path-v2Vicent Martí
2011-06-16Fix: GIT_PATH_PATH_SEPARATOR is now a semi-colon under Windows.Romain Geissler
2011-06-14Remove uneeded arpa/inet.h includeCarlos Martín Nieto
2011-05-11Move all error-related defines to `git2/errors.h`Vicent Marti
2011-05-09Change error handling mechanism once againVicent Marti
2011-05-09errors: Set error messages on memory allocationVicent Marti
2011-05-09errors: Add error handling functionVicent Marti
2011-03-20Thread safe cacheVicent Marti
2011-03-15Add proper threading support to libgit2Vicent Marti
2011-03-03Split packed from unpacked referencesVicent Marti
2011-03-03Added git_reference__normalize_name() along with tests.nulltoken
2011-01-12Move the compat definitions to types.hVicent Marti
2011-01-11Revised platform types to use 'best supported' size.Alex Budovski
2010-12-23Remove git_errnoVicent Marti