summaryrefslogtreecommitdiff
path: root/include/git2/common.h
Commit message (Expand)AuthorAgeFilesLines
* threads: Fix the shared global state with TLSVicent Marti2011-11-161-13/+0
* fix build for x64Sven Strickroth2011-10-091-1/+1
* msvc: Properly handle inttypes.h/stdint.hVicent Marti2011-10-051-0/+6
* Merge pull request #411 from boyski/gcc4Vicent Martí2011-09-181-2/+2
|\
| * Don't use '__attribute__ visibility' with gcc unless it's atDavid Boyce2011-09-181-2/+2
* | Tabify everythingVicent Marti2011-09-191-11/+11
* | Cleanup legal dataVicent Marti2011-09-191-21/+3
|/
* Add method to get the compiled version of the libVicent Marti2011-06-161-0/+10
* Fix: GIT_PATH_PATH_SEPARATOR is now a semi-colon under Windows.Romain Geissler2011-06-151-0/+20
* Move all error-related defines to `git2/errors.h`Vicent Marti2011-05-111-94/+0
* Fix issue #79 - git_lasterror() isn't appearing in git2.dll in windows.kelly.leahy2011-05-091-0/+2
* Change error handling mechanism once againVicent Marti2011-05-091-0/+3
* errors: Update external API with new `git_lasterror`Vicent Marti2011-05-091-0/+3
* Properly check `strtol` for errorsVicent Marti2011-04-091-0/+6
* Match the comment with the error stringCarlos Martín Nieto2011-03-291-1/+1
* Add GIT_EEXISTS error codeCarlos Martín Nieto2011-03-291-0/+3
* common.h: Fix minor typosJakob Pfender2011-03-231-3/+3
* I broke your bindingsVicent Marti2011-03-201-0/+3
* Export `git_strarray_free` instead of inliningVicent Marti2011-03-161-8/+1
* Add new method `git_reference_listall`Vicent Marti2011-03-141-0/+16
* Move the external includes folder from `src` to `include`Vicent Marti2011-03-031-0/+163