summaryrefslogtreecommitdiff
path: root/object.c
AgeCommit message (Expand)Author
2012-04-30remove superfluous newlines in error messagesPete Wyckoff
2012-04-24Merge branch 'hv/submodule-recurse-push'Junio C Hamano
2012-03-30Teach revision walking machinery to walk multiple times sequenciallyHeiko Voigt
2012-03-07parse_object: avoid putting whole blob in coreNguyễn Thái Ngọc Duy
2012-01-05parse_object: try internal cache before reading object dbJeff King
2011-11-17receive-pack, fetch-pack: reject bogus pack that records objects twiceJunio C Hamano
2011-05-15read_sha1_file(): get rid of read_sha1_file_repl() madnessJunio C Hamano
2010-09-06Merge branch 'maint'v1.7.3-rc0Junio C Hamano
2010-09-06Merge branch 'xx/trivial' into maintJunio C Hamano
2010-09-06Fix whitespace issue in object.cJared Hance
2010-09-04Merge branch 'nd/maint-fix-replace'Junio C Hamano
2010-09-04parse_object: pass on the original sha1, not the replaced oneNguyễn Thái Ngọc Duy
2010-04-20fix "bundle --stdin" segfaultJonathan Nieder
2010-01-18object.c: remove unused functionsJunio C Hamano
2009-06-01object: call "check_sha1_signature" with the replacement sha1Christian Couder
2009-05-20Unify signedness in hashing callsDan McGee
2009-05-17Fix type-punning issuesDan McGee
2009-01-18bundle: allow the same ref to be given more than onceJunio C Hamano
2008-02-04parse_object_buffer: don't ignore errors from the object specific parsing fun...Martin Koegler
2007-12-22Don't dereference NULL upon lookup failure.Jim Meyering
2007-06-06Don't assume tree entries that are not dirs are blobsSam Vilain
2007-05-25Merge branch 'maint-1.5.1' into maintJunio C Hamano
2007-05-25fix memory leak in parse_object when check_sha1_signature failsCarlos Rica
2007-04-24add add_object_array_with_modeMartin Koegler
2007-04-17Clean up object creation to use more common codeLinus Torvalds
2007-04-17Use proper object allocators for unknown object nodes tooLinus Torvalds
2007-03-21Don't ever return corrupt objects from "parse_object()"Linus Torvalds
2007-02-27get rid of lookup_object_type()Nicolas Pitre
2007-02-27convert object type handling from a string to a numberNicolas Pitre
2007-02-27formalize typename(), and add its reverse type_from_string()Nicolas Pitre
2006-09-16Add git-for-each-ref: helper for language bindingsJunio C Hamano
2006-08-28Use xcalloc instead of callocJonas Fonseca
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes
2006-07-13Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds
2006-07-02git object hash cleanupsv1.4.1Linus Torvalds
2006-06-30Abstract out accesses to object hash arrayLinus Torvalds
2006-06-20Add "named object array" conceptLinus Torvalds
2006-06-18Remove "refs" field from "struct object"Linus Torvalds
2006-06-18Shrink "struct object" a bitLinus Torvalds
2006-05-30Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds
2006-05-30Make "struct tree" contain the pointer to the tree bufferLinus Torvalds
2006-04-04Replace xmalloc+memset(0) with xcalloc.Peter Eriksen
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen
2006-02-12Fix object re-hashingLinus Torvalds
2006-02-12hashtable-based objects: minimum fixups.Junio C Hamano
2006-02-12Use a hashtable for objects instead of a sorted listJohannes Schindelin
2006-01-07[PATCH] Compilation: zero-length array declaration.Junio C Hamano
2005-12-07qsort() ptrdiff_t may be larger than intJunio C Hamano
2005-11-15Rework object refs tracking to reduce memory usageSergey Vlasov