summaryrefslogtreecommitdiffstats
path: root/blob.c
AgeCommit message (Expand)AuthorLines
2014-07-13add object_as_type helper for casting objectsJeff King-8/+1
2014-07-13move setting of object->type to alloc_* functionsJeff King-1/+1
2010-01-18Replace parse_blob() with an explanatory commentDaniel Barkalow-21/+0
2007-04-16Clean up object creation to use more common codeLinus Torvalds-6/+2
2007-02-27convert object type handling from a string to a numberNicolas Pitre-3/+3
2006-12-20simplify inclusion of system header files.Junio C Hamano-1/+0
2006-07-12Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds-3/+3
2006-06-19Add specialized object allocatorLinus Torvalds-1/+1
2006-06-17Shrink "struct object" a bitLinus Torvalds-5/+5
2006-04-04Replace xmalloc+memset(0) with xcalloc.Peter Eriksen-2/+1
2006-01-07[PATCH] Compilation: zero-length array declaration.Junio C Hamano-1/+1
2005-06-08[PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan-1/+1
2005-05-20[PATCH] delta checkNicolas Pitre-0/+2
2005-05-06[PATCH] don't load and decompress objects twice with parse_object()Nicolas Pitre-3/+11
2005-05-04[PATCH] Fix memory leaks in git-fsck-cacheSergey Vlasov-0/+1
2005-04-28[PATCH] Mark blobs as parsed when they're actually parsedDaniel Barkalow-1/+19
2005-04-26[PATCH] introduce xmalloc and xreallocChristopher Li-1/+1
2005-04-24fsck-cache: notice missing "blob" objects.Linus Torvalds-1/+0
2005-04-18[PATCH] Implementations of parsing functionsDaniel Barkalow-0/+24