summaryrefslogtreecommitdiff
path: root/src/tree.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes a Win32/MSVC compilation issue.nulltoken2011-02-051-1/+2
* Keep the tree entries always internally sortedVicent Marti2011-02-051-5/+22
* Use Git's own tree entry sorting algorithmJohn Wiegley2011-02-031-1/+22
* Make git_tree_clear_entries visible to the userJohn Wiegley2011-02-011-3/+5
* Added git_tree_add_entry_unsorted and git_tree_sort_entriesJohn Wiegley2011-02-011-5/+18
* Return the created entry in git_tree_add_entry()Vicent Marti2011-01-291-1/+4
* Fix initialization of in-memory treesVicent Marti2011-01-201-6/+27
* Change the library include fileVicent Marti2010-12-061-2/+2
* Change include structure for the projectVicent Marti2010-12-061-0/+1
* Small source code readability improvements.nulltoken2010-12-051-3/+3
* Refactor all 'vector' functions into common codeVicent Marti2010-12-021-72/+39
* Improve error handlingVicent Marti2010-11-051-14/+4
* Fix internal memory management on the libraryVicent Marti2010-10-281-31/+46
* Fix issue 3 (memory corruption resize_tree_array)Vicent Marti2010-10-081-6/+19
* Fix possible segfaults in src/tree.c (issue 1)Vicent Marti2010-10-071-1/+20
* Add write-back support for git_treeVicent Marti2010-09-211-38/+169
* Add support for in-memory objectsVicent Marti2010-09-201-2/+7
* Give object structures more descriptive namesVicent Marti2010-09-191-6/+6
* Add generic methods for object writebackVicent Marti2010-09-181-2/+2
* Fix: do not export custom types in the extern APIVicent Marti2010-09-091-1/+1
* Fix object handling in git_repositoryVicent Marti2010-08-121-12/+7
* Finish the tree object APIVicent Marti2010-08-121-16/+81
* Redesigned the walking/object lookup interfaceVicent Marti2010-08-121-45/+4
* Add parsing of tree file contents.Vicent Marti2010-07-151-0/+74
* Add support for tree objects in revision poolsVicent Marti2010-07-151-0/+67