summaryrefslogtreecommitdiff
path: root/src/object.c
Commit message (Expand)AuthorAgeFilesLines
* Tabify everythingVicent Marti2011-09-191-7/+7
* Cleanup legal dataVicent Marti2011-09-191-21/+3
* Fix memory leak when wrong object type is looked up from cacheLambert CLARA2011-08-021-0/+3
* short-oid: CleanupVicent Marti2011-06-011-9/+8
* Added a GIT_OID_MINPREFIXLEN constant to define the minimum length allowed fo...Marc Pegon2011-06-011-2/+2
* Added git.git sha1 lookup method to replace simple binary search in pack back...Marc Pegon2011-06-011-9/+52
* object: Reword errorsVicent Marti2011-05-231-3/+3
* object.c: Move to new error handling mechanismJakob Pfender2011-05-231-6/+6
* I broke your bindingsVicent Marti2011-03-201-253/+23
* git_object_lookup() should also check the type if the object comes from the c...Ben Noordhuis2011-03-151-0/+3
* Fix the retarded object interdependency systemVicent Marti2011-03-141-13/+9
* Fix segmentation fault when freeing a repositoryVicent Marti2011-03-051-12/+13
* Fix several issues with refcountingVicent Marti2011-03-031-6/+9
* Implement reference counting for git_objectsVicent Marti2011-03-031-6/+26
* Change the object creation/lookup APIVicent Marti2011-03-031-0/+119
* Make some Object methods take a const parameterVicent Marti2011-03-031-3/+3
* Merge branch 'master' of https://github.com/jwiegley/libgit2Vicent Marti2011-02-051-5/+2
|\
| * Fixed bug where git__source_printf needs multiple attemptsJohn Wiegley2011-02-011-4/+1
|/
* Split object methods from repository.cVicent Marti2011-01-031-0/+348