summaryrefslogtreecommitdiff
path: root/src/errors.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge nulltoken's reference parsing codenulltoken2011-01-291-0/+5
* Made path prettifying functions return GIT_EINVALIDPATH instead of GIT_ERROR.nulltoken2011-01-291-0/+1
* Remove git_errnoVicent Marti2010-12-231-28/+0
* Add string descriptions for all error codesVicent Marti2010-11-051-3/+14
* Fix some "signed v unsigned comparison" warnings with -WextraRamsay Jones2010-01-201-1/+1
* Set GIT_EOSERR when the OS errno should be consultedShawn O. Pearce2008-12-301-0/+3
* Wrap malloc and friends and report out of memory as GIT_ENOMEMShawn O. Pearce2008-12-301-0/+3
* Support building on Mac OS X by using pthread_getspecific for TLSShawn O. Pearce2008-12-301-0/+23
* Add an embryo of a TLS-aware error handling systemAndreas Ericsson2008-11-221-0/+23