summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix the threading implementationthreadsafeVicent Marti2011-03-176-62/+63
* Thread safe cacheVicent Marti2011-03-179-14/+318
* Fix headers for the new Revision WalkerVicent Marti2011-03-167-18/+3
* Refs are now always in-sync on diskVicent Marti2011-03-162-56/+131
* Define NO_GZIP in zconf.h instead of at compile timeVicent Marti2011-03-163-6/+1
* Change the Revwalk reset behavior to the old versionVicent Marti2011-03-165-113/+157
* 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-162-8/+10
* Properly free commit a commit list in revwalkVicent Marti2011-03-161-4/+8
* Revert changes in wscript fileVicent Marti2011-03-151-31/+13
* Add proper threading support to libgit2Vicent Marti2011-03-158-146/+248
* Do not segfault when listing unpacked referencesVicent Marti2011-03-152-1/+21
* Debug assertion when using an initialized hashtableVicent Marti2011-03-151-0/+6
* Fix compilation warnings in ZLib (MSVC)Vicent Marti2011-03-152-5/+5
* Remove duplicate refs in `git_reference_listall`Vicent Marti2011-03-152-12/+23
* Use a more sane zconf.f when building ZlibVicent Marti2011-03-151-391/+19
* Add nodegit to the READMEVicent Marti2011-03-151-0/+1
* Add ZLib as a built-in dependencyVicent Marti2011-03-1519-22/+8808
* Add test case for issue GH-86Ben Noordhuis2011-03-151-0/+4
* git_object_lookup() should also check the type if the object comes from the c...Ben Noordhuis2011-03-151-0/+3
* Skip the optional header in packed-refs filesVicent Marti2011-03-151-16/+10
* libgit2 version 0.10.0, "very disco"v0.10.0Vicent Marti2011-03-152-4/+4
* Fix the retarded object interdependency systemVicent Marti2011-03-1415-254/+173
* Add new method `git_reference_listall`Vicent Marti2011-03-145-0/+135
* Rewrite the Pack backendVicent Marti2011-03-142-858/+1058
* Rewrite the Revision WalkerVicent Marti2011-03-148-404/+636
* Add `git_oid_shorten` (unique OID minimzer)Vicent Marti2011-03-143-0/+324
* Update README.md with new bindingsVicent Marti2011-03-071-11/+22
* add objective-git to readmeTim Clem2011-03-071-0/+1
* Fix creation of deeply-rooted referencesVicent Marti2011-03-054-19/+41
* Use memmove() in git__dirname and git__basenameVicent Marti2011-03-051-2/+2
* Use memmove() in git__joinpath for overlapping copiesVicent Marti2011-03-051-1/+1
* Change interface for Tree Index attr (always unsigned)Vicent Marti2011-03-052-2/+3
* Check for valid range of attributes for tree entrySakari Jokinen2011-03-052-5/+19
* Change the return type of `git_blob_rawcontent`Vicent Marti2011-03-052-2/+2
* Fix the opening of empty repositoriesVicent Marti2011-03-051-51/+71
* clean up temp repo for t12-repo testsTim Clem2011-03-042-9/+18
* Fix segmentation fault when freeing a repositoryVicent Marti2011-03-057-37/+43
* Fix 'possibly uninitialized variable' warningVicent Marti2011-03-041-1/+1
* Don't use non-int bit fieldsVicent Marti2011-03-041-1/+1
* Fix compilation when using CMake in WindowsVicent Marti2011-03-031-0/+1
* Fix compilation in MSVCVicent Marti2011-03-031-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-0321-9/+9
* Fix several issues with refcountingVicent Marti2011-03-035-33/+86
* Do not free the index if it's owned by a repositoryVicent Marti2011-03-031-1/+1
* Implement reference counting for git_objectsVicent Marti2011-03-0312-54/+128
* Fix searching in git_vectorVicent Marti2011-03-0310-48/+73
* Change the object creation/lookup APIVicent Marti2011-03-0314-236/+233