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-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
2011-05-09Change error handling mechanism once againVicent Marti
2011-05-09errors: Update external API with new `git_lasterror`Vicent Marti
2011-05-09errors: Add error handling functionVicent Marti
2011-04-11Merge upstream/developmentCarlos Martín Nieto
2011-04-10Properly check `strtol` for errorsVicent Marti
2011-03-31Merge upstream/developmentCarlos Martín Nieto
2011-03-29Add GIT_EEXISTS error codeCarlos Martín Nieto
2011-03-29Make GIT_EINVALIDTYPE available for use in configCarlos Martín Nieto
2011-03-20I broke your bindingsVicent Marti
2011-03-03Added GIT_EINVALIDREFSTATE error.nulltoken
2011-02-05Make more methods return error codesVicent Marti
2011-01-29Merge nulltoken's reference parsing codenulltoken
2011-01-29Made path prettifying functions return GIT_EINVALIDPATH instead of GIT_ERROR.nulltoken
2010-12-23Remove git_errnoVicent Marti