summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix typo on Commit APIVicent Marti2011-01-131-1/+1
* Move the compat definitions to types.hVicent Marti2011-01-124-73/+40
* Revised platform types to use 'best supported' size.Alex Budovski2011-01-1114-43/+107
* Remove unused variable.Alex Budovski2011-01-111-2/+1
* Fix Windows build with forced bit truncation.Alex Budovski2011-01-101-3/+8
* Use generic types in git_index_entryVicent Marti2011-01-101-3/+3
* Merge branch 'master' of https://github.com/Neopallium/libgit2Vicent Marti2011-01-081-0/+1
|\
| * Fixed memory leak in git_commit__free().Robert G. Jakabosky2011-01-081-0/+1
* | Fixed two buffer handling errors in vector.cAlex Budovski2011-01-081-2/+2
|/
* Split object methods from repository.cVicent Marti2011-01-039-330/+422
* Make internal methods staticVicent Marti2011-01-031-4/+4
* Merge branch 'repo-init' of https://github.com/nulltoken/libgit2 into nulltok...Vicent Marti2011-01-032-22/+50
|\
| * Fixed placement of pointer argument.nulltoken2010-12-261-1/+1
| * Merge branch 'master' into repo-initnulltoken2010-12-239-120/+23
| |\
| * | Made is_windows_rooted_path() able to cope with awkward but valid relative pa...nulltoken2010-12-211-1/+1
| * | Wrapped the detection of a Windows rooted path within a conditional compilati...nulltoken2010-12-211-3/+19
| * | Small code maintenability improvement.nulltoken2010-12-211-4/+5
| * | Added creation of 'objects/info' and 'objects/pack' directories.nulltoken2010-12-201-7/+8
| * | Made gitfo_mkdir_recurs() skip creation of the root of the path if it looks l...nulltoken2010-12-201-0/+5
| * | Made gitfo_mkdir_recurs() gracefully recover when a given directory already e...nulltoken2010-12-201-1/+6
* | | Add generic hash function to util.cVicent Marti2010-12-302-0/+105
| |/ |/|
* | Revert "Properly export all external symbols in Win32"Vicent Marti2010-12-236-35/+35
* | Remove git_errnoVicent Marti2010-12-238-120/+21
* | Export TLS symbols properly in Win32Vicent Marti2010-12-221-0/+2
* | Properly export all external symbols in Win32Vicent Marti2010-12-226-38/+38
|/
* Fix issues in repository initializationVicent Marti2010-12-193-82/+88
* Merge branch 'repo-init' of https://github.com/nulltoken/libgit2 into nulltok...Vicent Marti2010-12-194-2/+188
|\
| * Added creation of ref/heads/ and refs/tags/ directories.nulltoken2010-12-191-0/+11
| * Prettified HEAD symlink generation.nulltoken2010-12-171-2/+10
| * Added a comment reminding that the gitfo_mkdir_recurs() is far from being ful...nulltoken2010-12-172-1/+2
| * Added basic HEAD file creation.nulltoken2010-12-172-9/+50
| * Made gitfo_mkdir_recurs() more tolerant.nulltoken2010-12-171-1/+8
| * Added creation of 'objects' and 'refs' directories.nulltoken2010-12-171-0/+15
| * Removed unnecessary git_repository_init_results handling.nulltoken2010-12-171-21/+1
| * Added gitfo_mkdir_recurs() placeholder.nulltoken2010-12-172-0/+6
| * Simplified git_repository_init_results struct.nulltoken2010-12-161-25/+10
| * Very first git_repository_init() draft.nulltoken2010-12-152-0/+132
* | Fixed a nasty bug which was preventing correct generation of the signature.nulltoken2010-12-181-1/+1
* | Merge branch 'timezone'Vicent Marti2010-12-1814-124/+248
|\ \ | |/ |/|
| * Rename 'git_person' to 'git_signature'Vicent Marti2010-12-1814-164/+190
| * Made possible to parse a person with no specified timezone offset.nulltoken2010-12-111-0/+6
| * Added timezone offset parsing and outputting.nulltoken2010-12-108-12/+104
* | Fix initialization & freeing of inexistent reposVicent Marti2010-12-134-8/+33
|/
* Fixed a memory leak in git_repository_lookup() when provided git_otype is inv...nulltoken2010-12-101-1/+3
* Set short message when changing a commit's messagev0.2.0Vicent Marti2010-12-071-3/+13
* Fix type-conversion warningsVicent Marti2010-12-063-13/+18
* Add license file to all public headersVicent Marti2010-12-0616-15/+406
* Change the library include fileVicent Marti2010-12-0643-62/+62
* Change include structure for the projectVicent Marti2010-12-0626-275/+370
* Decouple storage from ODB logicVicent Marti2010-12-067-1762/+2089