]> git.proxmox.com Git - libgit2.git/history - src/errors.c
Update Copyright header
[libgit2.git] / src / errors.c
2012-02-13 schuUpdate Copyright header
2011-11-17 Vicent MartíMerge pull request #486 from petdance/development
2011-11-16 Vicent Martithreads: Fix the shared global state with TLS
2011-10-29 Vicent MartíMerge pull request #456 from brodie/perm-fixes
2011-10-29 Vicent Martiglobal: Properly use `git__` memory wrappers
2011-09-22 Vicent MartíMerge pull request #405 from carlosmn/http-ls
2011-09-19 Vicent MartíMerge pull request #384 from kiryl/warnings
2011-09-19 Vicent MartíMerge pull request #397 from lambourg/development
2011-09-19 Vicent MartíMerge pull request #394 from carlosmn/tree-fromindex
2011-09-19 Vicent MartíMerge pull request #398 from carlosmn/config-autohome
2011-09-19 Vicent MartíMerge pull request #408 from schu/fixup-status
2011-09-19 Vicent MartíMerge pull request #393 from schu/unused-but-set-variable
2011-09-19 Vicent MartíMerge pull request #392 from sschuberth/development
2011-09-19 Vicent MartíMerge pull request #400 from boyski/fixup-examples
2011-09-19 Vicent MartíMerge pull request #399 from carlosmn/free-null
2011-09-19 Vicent MartíMerge pull request #409 from nulltoken/ntk/fix/status...
2011-09-19 Vicent MartíMerge pull request #411 from boyski/gcc4
2011-09-19 Vicent MartiTabify everything
2011-09-18 Vicent MartiCleanup legal data
2011-09-02 Vicent MartíMerge pull request #388 from lambourg/master
2011-08-30 Vicent MartíMerge pull request #380 from kiryl/no-release-debug
2011-08-30 Vicent MartíMerge pull request #378 from kiryl/Wuninitialized
2011-08-24 Kirill A. ShutemovFix false positive -Wuninitialized warnings
2011-07-12 Vicent MartíMerge pull request #321 from letolabs/readme
2011-07-05 Vicent MartíMerge pull request #300 from carlosmn/gsoc2011/master
2011-06-28 Vicent Martitest: Properly show error messages
2011-06-08 Vicent MartíMerge pull request #216 from glesserd/development
2011-06-02 Vicent MartíMerge pull request #144 from nordsturm/fix_fakewstream
2011-06-01 Marc PegonAdded error for ambiguous oid prefixes. Added methods...
2011-05-18 Vicent MartíMerge pull request #195 from RomainMuller/master
2011-05-17 Jakob PfenderMerge branch 'development' into unmerged
2011-05-17 Vicent MartíMerge pull request #116 from carlosmn/test-naming
2011-05-17 Vicent MartíMerge pull request #110 from carlosmn/config
2011-05-17 Carlos Martín NietoMerge upstream/development
2011-05-10 Vicent MartiBring back `git_strerror`
2011-05-09 Vicent MartiMerge branch 'error-handling' into development
2011-05-09 Vicent MartiChange error handling mechanism once again
2011-05-09 Vicent Martierrors: Update external API with new `git_lasterror`
2011-05-09 Vicent Martierrors: Add error handling function
2011-05-05 Carlos Martín NietoMerge remote-tracking branch 'upstream/development...
2011-04-11 Carlos Martín NietoMerge upstream/development
2011-04-11 Jakob Pfendermerge branch development
2011-04-09 Vicent MartiProperly check `strtol` for errors
2011-04-06 Carlos Martín NietoMerge remote-tracking branch 'upstream/development...
2011-04-02 Vicent MartiMerge branch 'parse-tag-buffer' of https://github.com...
2011-03-31 Carlos Martín NietoMerge upstream/development
2011-03-29 Carlos Martín NietoAdd GIT_EEXISTS error code
2011-03-29 Carlos Martín NietoMake GIT_EINVALIDTYPE available for use in config
2011-03-20 Vicent MartiI broke your bindings
2011-03-03 nulltokenAdded GIT_EINVALIDREFSTATE error.
2011-02-07 Vicent MartiMerge branch 'master' of https://github.com/saschpe...
2011-02-05 Vicent MartiMake more methods return error codes
2011-01-29 nulltokenMerge nulltoken's reference parsing code
2011-01-29 nulltokenMade path prettifying functions return GIT_EINVALIDPATH...
2010-12-23 nulltokenMerge branch 'master' into repo-init
2010-12-22 Vicent MartiMerge branch 'call-ldconfig-on-unix' of https://github...
2010-12-22 Vicent MartiMerge branch 'waf-pkgconfig-typo' of https://github...
2010-12-22 Vicent MartiRemove git_errno
2010-11-05 Vicent MartiAdd string descriptions for all error codes
2010-01-20 Ramsay JonesFix some "signed v unsigned comparison" warnings with...
2008-12-31 Shawn O. PearceSet GIT_EOSERR when the OS errno should be consulted
2008-12-31 Shawn O. PearceWrap malloc and friends and report out of memory as...
2008-12-31 Shawn O. PearceSupport building on Mac OS X by using pthread_getspecif...
2008-11-22 Andreas EricssonAdd an embryo of a TLS-aware error handling system