index
:
delta/gitano/libgit2.git
development
fixups
replace-luagit2
git.gitano.org.uk: libgit2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
errors.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix valgrind warnings and spurious error messages
Russell Belfer
2012-08-24
1
-0
/
+5
*
errors: Use a git_buf for building error strings
Vicent Martí
2012-05-03
1
-29
/
+42
*
Remove old and unused error codes
Vicent Martí
2012-05-02
1
-105
/
+1
*
Implement git_pool paged memory allocator
Russell Belfer
2012-04-25
1
-1
/
+1
*
Refactor git_repository_open with new options
Russell Belfer
2012-04-11
1
-1
/
+5
*
Resolve comments from pull request
Russell Belfer
2012-03-13
1
-7
/
+26
*
Migrate ODB files to new error handling
Russell Belfer
2012-03-12
1
-4
/
+24
*
error-handling: On-disk config file backend
Vicent Martí
2012-03-09
1
-9
/
+19
*
Fix issues raised on pull request
Russell Belfer
2012-03-07
1
-1
/
+1
*
Migrating diff to new error handling
Russell Belfer
2012-03-06
1
-0
/
+9
*
error-handling: References
Vicent Martí
2012-03-06
1
-37
/
+17
*
error-handling: Add new routines
Vicent Martí
2012-03-03
1
-0
/
+64
*
Update Copyright header
schu
2012-02-13
1
-1
/
+1
*
threads: Fix the shared global state with TLS
Vicent Marti
2011-11-16
1
-13
/
+19
*
global: Properly use `git__` memory wrappers
Vicent Marti
2011-10-28
1
-2
/
+2
*
Tabify everything
Vicent Marti
2011-09-19
1
-1
/
+1
*
Cleanup legal data
Vicent Marti
2011-09-19
1
-21
/
+3
*
Fix false positive -Wuninitialized warnings
Kirill A. Shutemov
2011-08-24
1
-6
/
+2
*
test: Properly show error messages
Vicent Marti
2011-06-28
1
-0
/
+7
*
Added error for ambiguous oid prefixes. Added methods to compare the first nt...
Marc Pegon
2011-06-01
1
-0
/
+1
*
Merge upstream/development
Carlos Martín Nieto
2011-05-17
1
-0
/
+64
|
\
|
*
Bring back `git_strerror`
Vicent Marti
2011-05-11
1
-0
/
+46
|
*
Change error handling mechanism once again
Vicent Marti
2011-05-09
1
-1
/
+19
|
*
errors: Update external API with new `git_lasterror`
Vicent Marti
2011-05-09
1
-46
/
+6
|
*
errors: Add error handling function
Vicent Marti
2011-05-09
1
-0
/
+40
*
|
Merge upstream/development
Carlos Martín Nieto
2011-04-11
1
-1
/
+3
|
\
\
|
|
/
|
*
Properly check `strtol` for errors
Vicent Marti
2011-04-09
1
-1
/
+3
*
|
Merge upstream/development
Carlos Martín Nieto
2011-03-31
1
-1
/
+3
|
\
\
|
|
/
|
*
Add GIT_EEXISTS error code
Carlos Martín Nieto
2011-03-29
1
-1
/
+2
|
*
I broke your bindings
Vicent Marti
2011-03-20
1
-1
/
+2
*
|
Make GIT_EINVALIDTYPE available for use in config
Carlos Martín Nieto
2011-03-29
1
-1
/
+1
|
/
*
Added GIT_EINVALIDREFSTATE error.
nulltoken
2011-03-03
1
-1
/
+2
*
Make more methods return error codes
Vicent Marti
2011-02-05
1
-1
/
+3
*
Merge nulltoken's reference parsing code
nulltoken
2011-01-29
1
-0
/
+5
*
Made path prettifying functions return GIT_EINVALIDPATH instead of GIT_ERROR.
nulltoken
2011-01-29
1
-0
/
+1
*
Remove git_errno
Vicent Marti
2010-12-23
1
-28
/
+0
*
Add string descriptions for all error codes
Vicent Marti
2010-11-05
1
-3
/
+14
*
Fix some "signed v unsigned comparison" warnings with -Wextra
Ramsay Jones
2010-01-20
1
-1
/
+1
*
Set GIT_EOSERR when the OS errno should be consulted
Shawn O. Pearce
2008-12-30
1
-0
/
+3
*
Wrap malloc and friends and report out of memory as GIT_ENOMEM
Shawn O. Pearce
2008-12-30
1
-0
/
+3
*
Support building on Mac OS X by using pthread_getspecific for TLS
Shawn O. Pearce
2008-12-30
1
-0
/
+23
*
Add an embryo of a TLS-aware error handling system
Andreas Ericsson
2008-11-22
1
-0
/
+23