summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* signature.h: Fix tiny typoschu2011-03-281-1/+1
* New external API method: `git_reference_listcb`Vicent Marti2011-03-251-0/+23
* index.h: Fix minor typoJakob Pfender2011-03-251-1/+1
* index.h: Correct documentation for git_index_open_inrepo()Jakob Pfender2011-03-251-1/+1
* Remove circular dependency in includesVicent Marti2011-03-231-1/+0
* odb.h: Fix minor typoJakob Pfender2011-03-231-1/+1
* common.h: Fix minor typosJakob Pfender2011-03-231-3/+3
* Improve the ODB writing backendVicent Marti2011-03-232-0/+27
* Do not return on `void` helper methodsVicent Marti2011-03-234-4/+4
* Remove `git_repository_gc` from the headersVicent Marti2011-03-231-10/+6
* Add close wappers for commit, tree, tag and blobCarlos Martín Nieto2011-03-234-0/+71
* Fix compilation in MinGWVicent Marti2011-03-231-1/+1
* Switch from time_t to git_time_tnulltoken2011-03-233-7/+7
* Add getters for `git_odb_object`Vicent Marti2011-03-221-0/+42
* I broke your bindingsVicent Marti2011-03-209-343/+338
* Thread safe cacheVicent Marti2011-03-201-2/+0
* Fix headers for the new Revision WalkerVicent Marti2011-03-161-1/+1
* Change the Revwalk reset behavior to the old versionVicent Marti2011-03-161-8/+57
* Fix signature in `git_repository_gc`Vicent Marti2011-03-161-1/+1
* Export `git_repository_gc` properlyVicent Marti2011-03-161-1/+1
* Export `git_strarray_free` instead of inliningVicent Marti2011-03-161-8/+1
* Add proper threading support to libgit2Vicent Marti2011-03-151-9/+1
* libgit2 version 0.10.0, "very disco"v0.10.0Vicent Marti2011-03-151-2/+2
* Fix the retarded object interdependency systemVicent Marti2011-03-144-15/+36
* Add new method `git_reference_listall`Vicent Marti2011-03-143-0/+40
* Rewrite the Revision WalkerVicent Marti2011-03-141-3/+5
* Add `git_oid_shorten` (unique OID minimzer)Vicent Marti2011-03-141-0/+54
* Change interface for Tree Index attr (always unsigned)Vicent Marti2011-03-051-1/+2
* Check for valid range of attributes for tree entrySakari Jokinen2011-03-051-1/+1
* Change the return type of `git_blob_rawcontent`Vicent Marti2011-03-051-1/+1
* Bump the version number to 0.8.0v0.8.0Vicent Marti2011-03-031-2/+2
* Move the external includes folder from `src` to `include`Vicent Marti2011-03-0319-0/+2658
* Move public headers to src/gitAndreas Ericsson2008-11-188-697/+0
* s/git_revp/git_revpool/Andreas Ericsson2008-11-183-8/+8
* Rename "git_sobj" "git_obj"Andreas Ericsson2008-11-181-5/+5
* Use same-directory include for public headersAndreas Ericsson2008-11-185-9/+9
* Add a zlib support shellShawn O. Pearce2008-11-031-0/+60
* Implement some of the basic git_odb open and close APIShawn O. Pearce2008-11-031-3/+6
* Add git_fsize to the os file APIShawn O. Pearce2008-11-031-0/+14
* Redefine git_fread, git_fwrite to transfer the whole unitShawn O. Pearce2008-11-031-29/+26
* Add git_oid_cpy, git_oid_cmp as inline functionsShawn O. Pearce2008-11-033-1/+29
* Fix GIT_EXTERN to actually mark the prototype as externShawn O. Pearce2008-11-031-2/+4
* Move GIT_NORETURN into test_lib.h onlyShawn O. Pearce2008-11-031-7/+0
* Correct indentation in git/odb.hShawn O. Pearce2008-11-031-2/+2
* Create a basic test suite for the library and test oid functionsShawn O. Pearce2008-11-011-0/+14
* Create a micro abstraction around the POSIX file APIsShawn O. Pearce2008-11-015-10/+153
* Switch the license from BSD to GPL+libgcc exceptionShawn O. Pearce2008-11-015-145/+95
* Move include files to include/git/, drop git_ prefix from file namesShawn O. Pearce2008-11-015-0/+493