summaryrefslogtreecommitdiff
path: root/src/errors.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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