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-08-04errors: tighten up git_error_state OOMs a bit moreEdward Thomson
2015-06-29Include stacktrace summary in memory leak output.Jeff Hostetler
2015-05-11centralizing all IO buffer size valuesJ Wyman
2015-03-02Include ws2tcpip.h in order to get in6_addrAki Koskinen
2015-02-13integer overflow: use compiler intrinsics if supportedEdward Thomson
2015-02-13Make our overflow check look more like gcc/clang'sEdward Thomson
2015-02-13Introduce git__add_sizet_overflow and friendsEdward Thomson
2015-02-13overflow checking: don't make callers set oomEdward Thomson
2015-02-13allocations: test for overflow of requested sizeEdward Thomson
2015-02-04bswap: remove unused bswapEdward Thomson
2014-12-05Spelling fixesWill Stamper
2014-05-02Make init_options fns use unsigned ints and macroRussell Belfer
2014-04-30strcasecmp is in <strings.h>Jacques Germishuys
2014-04-18Index locking and entry allocation changesRussell Belfer
2014-02-21Address PR commentsRussell Belfer
2013-12-11One more rename/cleanup for callback err functionsRussell Belfer
2013-12-11Fix C99 __func__ for MSVCRussell Belfer
2013-12-11Remove converting user error to GIT_EUSERRussell Belfer
2013-12-11Improve GIT_EUSER handlingRussell Belfer
2013-12-09Clean up warningsEdward Thomson
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í