summaryrefslogtreecommitdiff
path: root/src/revobject.c
Commit message (Expand)AuthorAgeFilesLines
* Redesigned the walking/object lookup interfaceVicent Marti2010-08-121-210/+0
* Changed revpool's object table to support arbitrary objectsVicent Marti2010-07-151-0/+11
* Style: Do not use (C99) // commentsRamsay Jones2010-06-021-1/+1
* Fix a memory leak shown by valgrindRamsay Jones2010-06-021-0/+1
* Fix a "dereference of type-punned pointer" compiler warningRamsay Jones2010-06-021-1/+3
* Fix sparse warnings: "symbol not declared. Should it be static?"Ramsay Jones2010-06-021-2/+2
* msvc: Fix some compiler warningsRamsay Jones2010-06-021-3/+3
* Fix some "signed/unsigned comparison" compilation warningsRamsay Jones2010-06-021-2/+2
* Fix a memory corruption runtime errorRamsay Jones2010-06-021-1/+1
* Improved error handling on auxilirary functions.Vicent Marti2010-06-021-2/+2
* Use the first 4 bytes of an OID as hash, instead of full hashing.Vicent Marti2010-06-021-21/+1
* Fixed brace placement and converted spaces to tabs.Vicent Marti2010-06-021-119/+111
* Properly reset all commit properties when doing a gitrp_reset().Vicent Marti2010-06-021-0/+43
* Add object cache to the revision pool.Vicent Marti2010-06-021-1/+9
* Add commit caching on the commit table.Vicent Marti2010-06-021-1/+7
* Add 'git_revpool_object' and 'git_revpool_table' structures.Vicent Marti2010-06-021-0/+167