summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set short message when changing a commit's messagev0.2.0Vicent Marti2010-12-071-3/+13
* Fix type-conversion warningsVicent Marti2010-12-064-14/+19
* Add license file to all public headersVicent Marti2010-12-0616-15/+406
* Change the library include fileVicent Marti2010-12-0668-109/+109
* Change include structure for the projectVicent Marti2010-12-0630-316/+411
* Decouple storage from ODB logicVicent Marti2010-12-0615-1860/+2187
* Revert changes in odb.c to eventually rebaseVicent Marti2010-12-061-18/+18
* Small source code readability improvements.nulltoken2010-12-0511-79/+79
* Fixed .gitignore typo.nulltoken2010-12-041-1/+1
* Added reference to "src/vector.c" to the Visual Studio solution in order to c...nulltoken2010-12-042-0/+4
* Added some patterns to .gitignore file to filter out some Visual Studio speci...nulltoken2010-12-041-0/+7
* Fix segfault in t0603 (unitialized pointer)Vicent Marti2010-12-021-2/+2
* Fix segfault handler in Mac OS XVicent Marti2010-12-021-39/+9
* Add 'git_repository_open2' to customize repo foldersVicent Marti2010-12-022-7/+144
* Commit parents now use the common 'vector' codeVicent Marti2010-12-025-65/+32
* Merge branch 'commitparents' of https://github.com/JustinLove/libgit2 into Ju...Vicent Marti2010-12-023-0/+55
|\
| * add git_commit_parent to retrieve a parent by indexJustin Love2010-11-303-1/+30
| * add git_commit_parentcountJustin Love2010-11-303-0/+26
* | Refactor all 'vector' functions into common codeVicent Marti2010-12-028-214/+331
* | Add stack trace to the tests when building with GCCVicent Marti2010-12-021-0/+60
|/
* Make the bitmasks for Index Entry flags publicVicent Marti2010-11-292-6/+6
* Properly write Index Entry 'flags_extended'Vicent Marti2010-11-291-0/+6
* Add premade solution for compiling in MSVC2010Vicent Marti2010-11-283-0/+318
* Update README.mdVicent Marti2010-11-241-23/+31
* Improve build system for MSVCVicent Marti2010-11-241-5/+19
* Do proper symbol exports on MSVCVicent Marti2010-11-241-0/+2
* Do not use STDINT types in public headersVicent Marti2010-11-241-11/+10
* update readme to be markdown basedv0.1.0Scott Chacon2010-11-231-47/+68
* Update the README with info about the new buildsysVicent Marti2010-11-241-29/+117
* Make the test suite depend on the static libraryVicent Marti2010-11-241-6/+10
* Add --debug flag to toggle debuggingVicent Marti2010-11-241-5/+14
* Remove the Makefile from the tests/ folder tooVicent Marti2010-11-241-133/+0
* Fix redeclaration warnings in MSVCVicent Marti2010-11-242-1/+5
* Use the proper Zlib version with MSVCVicent Marti2010-11-241-2/+2
* Removed unreachable code (MSVC warning)Vicent Marti2010-11-241-2/+0
* Fix gitfo_isdir() in Win32 systemsVicent Marti2010-11-241-1/+19
* Fix MSVC warnings and errorsVicent Marti2010-11-243-6/+6
* Fix compilation in Win32Vicent Marti2010-11-241-68/+44
* Add library dependencies to the buildVicent Marti2010-11-241-12/+69
* add waf artifacts to .gitignoreScott Chacon2010-11-241-0/+4
* add library includes, remove Makefile and readme update for wafScott Chacon2010-11-243-215/+21
* Add separate commands for all possible actionsVicent Marti2010-11-241-33/+66
* Add more features to the build systemVicent Marti2010-11-242-15/+87
* Change to waf as the buildsystemVicent Marti2010-11-242-0/+70
* Change blob API to return temp refs to the contentVicent Marti2010-11-202-32/+18
* Fix wrong pointer check in git__strdupVicent Marti2010-11-191-1/+1
* Fix resizing the index arrayVicent Marti2010-11-171-3/+12
* Fix repository initializationVicent Marti2010-11-171-12/+14
* Fix memory leak in t0401Vicent Marti2010-11-161-0/+4
* Fix freeing blob objects from the ODBVicent Marti2010-11-161-0/+1