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
2019-01-24Fix VS warning C4098: 'giterr_set_str' : void function returning a valueSven Strickroth
2019-01-23git_error: use new names in internal APIs and usageEdward Thomson
2019-01-23git_error: deprecate error valuesEdward Thomson
2019-01-23git_error: use full class name in public error APIEdward Thomson
2017-07-03Make sure to always include "common.h" firstPatrick Steinhardt
2015-08-04errors: tighten up git_error_state OOMs a bit moreEdward Thomson
2015-08-03Merge remote-tracking branches 'upstream/pr/3323' and 'upstream/pr/3329'Edward Thomson
2015-08-03Make giterr_restore aware of g_git_oom_errorMichael Procter
2015-08-03Make giterr_detach no longer publicMichael Procter
2015-08-03Ensure static oom error message not detachedMichael Procter
2015-07-28error: store the error messages in a reusable bufferCarlos Martín Nieto
2014-08-13Allow NULL error message prefix when class=GITERR_OSEdward Thomson
2014-02-25Remove now-duplicated stdarg.h includeEdward Thomson
2013-12-11Improve GIT_EUSER handlingRussell Belfer
2013-11-05error: Simplify giterr_detachVicent Marti
2013-11-05Add giterr_detach API to get and clear errorRussell Belfer
2013-10-08More filemode cleanups for FAT on MacOSRussell Belfer
2013-03-15Fix valgrind issues (and mmap fallback for diff)Russell Belfer
2013-02-22Portability fixes for SolarisPhilip Kelley
2013-02-02Deduplicate FormatMessage UTF-16 to UTF-8 conversion codeSven Strickroth
2013-02-02Improved error handlingSven Strickroth
2013-02-02Get utf8_size from WideCharToMultiByte instead of guessing itSven Strickroth
2013-02-02Win32: Make sure error messages are consistently UTF-8 encodedSven Strickroth
2013-01-09update copyrightsEdward Thomson
2012-12-01revparse: Deploy EINVALIDSPEC usagenulltoken
2012-11-02Move error capture to top of giterr_setRussell Belfer
2012-11-02Prefer GetLastError() for GITERR_OS on Win32Philip Kelley
2012-09-22Make giterr_set_str publicRussell Belfer
2012-08-24Fix valgrind warnings and spurious error messagesRussell Belfer
2012-05-03errors: Use a git_buf for building error stringsVicent Martí
2012-05-03Remove old and unused error codesVicent Martí
2012-04-25Implement git_pool paged memory allocatorRussell Belfer
2012-04-11Refactor git_repository_open with new optionsRussell Belfer
2012-03-14Resolve comments from pull requestRussell Belfer
2012-03-13Migrate ODB files to new error handlingRussell Belfer
2012-03-09error-handling: On-disk config file backendVicent Martí
2012-03-07Fix issues raised on pull requestRussell Belfer
2012-03-07Migrating diff to new error handlingRussell Belfer
2012-03-06error-handling: ReferencesVicent Martí
2012-03-03error-handling: Add new routinesVicent Martí
2012-02-13Update Copyright headerschu
2011-11-16threads: Fix the shared global state with TLSVicent Marti
2011-10-29global: Properly use `git__` memory wrappersVicent Marti
2011-09-19Tabify everythingVicent Marti
2011-09-19Cleanup legal dataVicent Marti
2011-08-24Fix false positive -Wuninitialized warningsKirill A. Shutemov
2011-06-28test: Properly show error messagesVicent Marti
2011-06-02Added error for ambiguous oid prefixes. Added methods to compare the first nt...Marc Pegon
2011-05-17Merge upstream/developmentCarlos Martín Nieto
2011-05-11Bring back `git_strerror`Vicent Marti