summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add proper version managementv0.3.0Vicent Marti2011-02-071-0/+5
* Fix compilation in MSVCVicent Marti2011-02-071-4/+0
* Merge branch 'join-path-tests' of https://github.com/nulltoken/libgit2Vicent Marti2011-02-071-1/+3
|\
| * Fixed a small issue in git__join_path(). Added tests to exercise git__join_pa...nulltoken2011-02-051-1/+3
* | Merge branch 'chobie_git_dir_fix' of https://github.com/chobie/libgit2Vicent Marti2011-02-071-1/+1
|\ \
| * | fix can't detect repository index issues.Shuhei Tanuma2011-02-061-1/+1
| |/
* | Git does not like zero padded file attributes (git fsck)John Wiegley2011-02-071-1/+1
* | Further correction to tree entry sorting (for git fsck)John Wiegley2011-02-071-2/+2
|/
* Merge branch 'sqlite-backend'Vicent Marti2011-02-053-0/+628
|\
| * Add support for SQLite backendsVicent Marti2011-02-053-2/+284
| * Move data from t03 to a separate headerVicent Marti2011-02-051-0/+346
* | Fixes a Win32/MSVC compilation issue.nulltoken2011-02-051-1/+2
|/
* Add new utility method `git__joinpath`Vicent Marti2011-02-052-0/+32
* Fix directory/path manipulation methodsVicent Marti2011-02-054-49/+229
* Make more methods return error codesVicent Marti2011-02-057-16/+38
* Keep the tree entries always internally sortedVicent Marti2011-02-052-5/+23
* Merge branch 'master' of https://github.com/jwiegley/libgit2Vicent Marti2011-02-054-16/+91
|\
| * Use Git's own tree entry sorting algorithmJohn Wiegley2011-02-031-1/+22
| * Fixed bug where git__source_printf needs multiple attemptsJohn Wiegley2011-02-011-4/+1
| * Fixed a bug with the way commits are writtenJohn Wiegley2011-02-011-2/+4
| * Make git_tree_clear_entries visible to the userJohn Wiegley2011-02-012-3/+15
| * Added git_tree_add_entry_unsorted and git_tree_sort_entriesJohn Wiegley2011-02-012-5/+48
* | Fix more issues with Win32 EOLVicent Marti2011-02-022-6/+13
* | Fix EOL issues in ref parsing under Win32Vicent Marti2011-02-021-5/+28
* | Add required includes in "oid.h"Vicent Marti2011-02-011-0/+3
|/
* 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
|/