summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Refactor reference parsing codeVicent Marti2011-01-308-367/+611
* Merge nulltoken's reference parsing codenulltoken2011-01-298-7/+670
* Made path prettifying functions return GIT_EINVALIDPATH instead of GIT_ERROR.nulltoken2011-01-293-4/+8
* Fixed naming convention related issue.nulltoken2011-01-293-11/+11
* Made git_repository_open2() and git_repository_open3() benefit from recently ...nulltoken2011-01-291-20/+30
* Added git_prettify_file_path().nulltoken2011-01-292-0/+49
* Optimized git_prettify_dir_path() parsing.nulltoken2011-01-291-21/+18
* Made git_repository_open() and git_repository_init() benefit from recently ad...nulltoken2011-01-291-19/+12
* Fixed a parsing issue in git_prettify_dir_path().nulltoken2011-01-291-26/+39
* Return the created entry in git_tree_add_entry()Vicent Marti2011-01-292-3/+9
* Fix compilation on MinGWVicent Marti2011-01-201-0/+2
* Fix initialization of in-memory treesVicent Marti2011-01-203-20/+54
* Small enhancements to git_prettify_dir_path().nulltoken2011-01-201-2/+6
* Merge branch 'dir-path-prettifying' of https://github.com/nulltoken/libgit2Vicent Marti2011-01-192-0/+100
|\
| * Added git_prettify_dir_path().nulltoken2011-01-112-0/+101
* | Add new Repository initialization methodVicent Marti2011-01-133-5/+83
* | 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