summaryrefslogtreecommitdiff
path: root/blob.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-19Add specialized object allocatorLibravatar Linus Torvalds1-1/+1
2006-06-17Shrink "struct object" a bitLibravatar Linus Torvalds1-5/+5
2006-04-04Replace xmalloc+memset(0) with xcalloc.Libravatar Peter Eriksen1-2/+1
2006-01-07[PATCH] Compilation: zero-length array declaration.Libravatar Junio C Hamano1-1/+1
2005-06-08[PATCH] Anal retentive 'const unsigned char *sha1'Libravatar Jason McMullan1-1/+1
2005-05-20[PATCH] delta checkLibravatar Nicolas Pitre1-0/+2
2005-05-06[PATCH] don't load and decompress objects twice with parse_object()Libravatar Nicolas Pitre1-3/+11
2005-05-04[PATCH] Fix memory leaks in git-fsck-cacheLibravatar Sergey Vlasov1-0/+1
2005-04-28[PATCH] Mark blobs as parsed when they're actually parsedLibravatar Daniel Barkalow1-1/+19
2005-04-26[PATCH] introduce xmalloc and xreallocLibravatar Christopher Li1-1/+1
2005-04-24fsck-cache: notice missing "blob" objects.Libravatar Linus Torvalds1-1/+0
2005-04-18[PATCH] Implementations of parsing functionsLibravatar Daniel Barkalow1-0/+24