summaryrefslogtreecommitdiff
path: root/src/errors.c
Commit message (Expand)AuthorAgeFilesLines
* Allow NULL error message prefix when class=GITERR_OSEdward Thomson2014-08-131-7/+9
* Remove now-duplicated stdarg.h includeEdward Thomson2014-02-241-1/+0
* Improve GIT_EUSER handlingRussell Belfer2013-12-111-3/+42
* error: Simplify giterr_detachVicent Marti2013-11-051-11/+6
* Add giterr_detach API to get and clear errorRussell Belfer2013-11-041-0/+23
* More filemode cleanups for FAT on MacOSRussell Belfer2013-10-081-1/+0
* Fix valgrind issues (and mmap fallback for diff)Russell Belfer2013-03-141-0/+1
* Portability fixes for SolarisPhilip Kelley2013-02-221-4/+5
* Deduplicate FormatMessage UTF-16 to UTF-8 conversion codeSven Strickroth2013-02-021-28/+5
* Improved error handlingSven Strickroth2013-02-021-2/+9
* Get utf8_size from WideCharToMultiByte instead of guessing itSven Strickroth2013-02-011-3/+3
* Win32: Make sure error messages are consistently UTF-8 encodedSven Strickroth2013-02-011-5/+14
* update copyrightsEdward Thomson2013-01-081-1/+1
* revparse: Deploy EINVALIDSPEC usagenulltoken2012-12-011-1/+8
* Move error capture to top of giterr_setRussell Belfer2012-11-021-4/+4
* Prefer GetLastError() for GITERR_OS on Win32Philip Kelley2012-11-021-30/+19
* Make giterr_set_str publicRussell Belfer2012-09-211-1/+5
* Fix valgrind warnings and spurious error messagesRussell Belfer2012-08-241-0/+5
* errors: Use a git_buf for building error stringsVicent Martí2012-05-031-29/+42
* Remove old and unused error codesVicent Martí2012-05-021-105/+1
* Implement git_pool paged memory allocatorRussell Belfer2012-04-251-1/+1
* Refactor git_repository_open with new optionsRussell Belfer2012-04-111-1/+5
* Resolve comments from pull requestRussell Belfer2012-03-131-7/+26
* Migrate ODB files to new error handlingRussell Belfer2012-03-121-4/+24
* error-handling: On-disk config file backendVicent Martí2012-03-091-9/+19
* Fix issues raised on pull requestRussell Belfer2012-03-071-1/+1
* Migrating diff to new error handlingRussell Belfer2012-03-061-0/+9
* error-handling: ReferencesVicent Martí2012-03-061-37/+17
* error-handling: Add new routinesVicent Martí2012-03-031-0/+64
* Update Copyright headerschu2012-02-131-1/+1
* threads: Fix the shared global state with TLSVicent Marti2011-11-161-13/+19
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-2/+2
* Tabify everythingVicent Marti2011-09-191-1/+1
* Cleanup legal dataVicent Marti2011-09-191-21/+3
* Fix false positive -Wuninitialized warningsKirill A. Shutemov2011-08-241-6/+2
* test: Properly show error messagesVicent Marti2011-06-281-0/+7
* Added error for ambiguous oid prefixes. Added methods to compare the first nt...Marc Pegon2011-06-011-0/+1
* Merge upstream/developmentCarlos Martín Nieto2011-05-171-0/+64
|\
| * Bring back `git_strerror`Vicent Marti2011-05-111-0/+46
| * Change error handling mechanism once againVicent Marti2011-05-091-1/+19
| * errors: Update external API with new `git_lasterror`Vicent Marti2011-05-091-46/+6
| * errors: Add error handling functionVicent Marti2011-05-091-0/+40
* | Merge upstream/developmentCarlos Martín Nieto2011-04-111-1/+3
|\ \ | |/
| * Properly check `strtol` for errorsVicent Marti2011-04-091-1/+3
* | Merge upstream/developmentCarlos Martín Nieto2011-03-311-1/+3
|\ \ | |/
| * Add GIT_EEXISTS error codeCarlos Martín Nieto2011-03-291-1/+2
| * I broke your bindingsVicent Marti2011-03-201-1/+2
* | Make GIT_EINVALIDTYPE available for use in configCarlos Martín Nieto2011-03-291-1/+1
|/
* Added GIT_EINVALIDREFSTATE error.nulltoken2011-03-031-1/+2
* Make more methods return error codesVicent Marti2011-02-051-1/+3