summaryrefslogtreecommitdiff
path: root/blob.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-17object: drop parsed_object_pool->commit_countLibravatar Abhishek Kumar1-1/+1
2019-06-20object: convert create_object() to use object_idLibravatar Jeff King1-2/+1
2019-06-20object: convert lookup_object() to use object_idLibravatar Jeff King1-1/+1
2018-06-29blob: allow lookup_blob to handle arbitrary repositoriesLibravatar Stefan Beller1-5/+5
2018-06-29blob: add repository argument to lookup_blobLibravatar Stefan Beller1-1/+1
2018-06-29object: add repository argument to object_as_typeLibravatar Stefan Beller1-1/+1
2018-06-29object: add repository argument to lookup_objectLibravatar Stefan Beller1-1/+1
2018-05-16alloc: allow arbitrary repositories for alloc functionsLibravatar Stefan Beller1-0/+1
2018-05-09alloc: add repository argument to alloc_blob_nodeLibravatar Stefan Beller1-1/+1
2018-05-09object: add repository argument to create_objectLibravatar Stefan Beller1-1/+3
2017-05-08Convert lookup_blob to struct object_idLibravatar brian m. carlson1-3/+3
2014-07-13add object_as_type helper for casting objectsLibravatar Jeff King1-8/+1
2014-07-13move setting of object->type to alloc_* functionsLibravatar Jeff King1-1/+1
2010-01-18Replace parse_blob() with an explanatory commentLibravatar Daniel Barkalow1-21/+0
2007-04-16Clean up object creation to use more common codeLibravatar Linus Torvalds1-6/+2
2007-02-27convert object type handling from a string to a numberLibravatar Nicolas Pitre1-3/+3
2006-12-20simplify inclusion of system header files.Libravatar Junio C Hamano1-1/+0
2006-07-12Remove TYPE_* constant macros and use object_type enums consistently.Libravatar Linus Torvalds1-3/+3
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