summaryrefslogtreecommitdiff
path: root/src/revwalk.c
Commit message (Expand)AuthorAgeFilesLines
* Add object cache to the revision pool.Vicent Marti2010-06-021-26/+16
* Add commit caching on the commit table.Vicent Marti2010-06-021-20/+38
* Add 'git_revpool_object' and 'git_revpool_table' structures.Vicent Marti2010-06-021-1/+1
* Changed 'git_commit_list' from a linked list to a doubly-linked list.Vicent Marti2010-06-021-36/+24
* Add arbritrary ordering revision walking.Vicent Marti2010-06-021-11/+51
* Split git_commit_lookup into separate functions.Vicent Marti2010-06-021-7/+18
* Add commit parents to parsed commits and commit lists to the revpool.Vicent Marti2010-06-021-0/+54
* Wrap malloc and friends and report out of memory as GIT_ENOMEMShawn O. Pearce2008-12-301-1/+2
* Rename git_revpool_* functions gitrp_*Andreas Ericsson2008-11-221-8/+3
* s/git_revp/git_revpool/Andreas Ericsson2008-11-181-4/+4
* Switch the license from BSD to GPL+libgcc exceptionShawn O. Pearce2008-11-011-29/+19
* Move include files to include/git/, drop git_ prefix from file namesShawn O. Pearce2008-11-011-0/+56