aboutsummaryrefslogtreecommitdiffstats
path: root/object.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-19Add "named object array" conceptLinus Torvalds1-0/+17
2006-06-18Remove "refs" field from "struct object"Linus Torvalds1-70/+0
2006-06-17Shrink "struct object" a bitLinus Torvalds1-2/+6
2006-05-29Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds1-1/+1
2006-05-29Make "struct tree" contain the pointer to the tree bufferLinus Torvalds1-1/+4
2006-04-04Replace xmalloc+memset(0) with xcalloc.Peter Eriksen1-4/+2
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen1-4/+4
2006-02-12Fix object re-hashingLinus Torvalds1-1/+1
2006-02-12hashtable-based objects: minimum fixups.Junio C Hamano1-2/+4
2006-02-12Use a hashtable for objects instead of a sorted listJohannes Schindelin1-29/+40
2006-01-07[PATCH] Compilation: zero-length array declaration.Junio C Hamano1-1/+1
2005-12-06qsort() ptrdiff_t may be larger than intJunio C Hamano1-1/+6
2005-11-15Rework object refs tracking to reduce memory usageSergey Vlasov1-18/+44
2005-09-16[PATCH] Avoid building object ref lists when not neededLinus Torvalds1-3/+10
2005-09-10[PATCH] Add function to append to an object_list.Daniel Barkalow1-0/+11
2005-08-02[PATCH] Object library enhancementsbarkalow@iabervon.org1-1/+54
2005-06-27[PATCH] Remove "delta" object representation.Junio C Hamano1-18/+6
2005-06-21[PATCH] Parse tags for absent objectsDaniel Barkalow1-0/+16
2005-06-08[PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan1-4/+4
2005-05-25Make "parse_object()" also fill in commit message buffer data.Linus Torvalds1-0/+4
2005-05-22Include file cleanups..Linus Torvalds1-2/+0
2005-05-20[PATCH] delta checkNicolas Pitre1-2/+9
2005-05-06[PATCH] don't load and decompress objects twice with parse_object()Nicolas Pitre1-14/+16
2005-05-04[PATCH] Fix memory leaks in git-fsck-cacheSergey Vlasov1-1/+2
2005-04-28[PATCH] Add function to parse an object of unspecified type (take 2)Daniel Barkalow1-0/+40
2005-04-26[PATCH] introduce xmalloc and xreallocChristopher Li1-2/+2
2005-04-18[PATCH] Implementations of parsing functionsDaniel Barkalow1-0/+96