summaryrefslogtreecommitdiffstats
path: root/object.c
AgeCommit message (Expand)AuthorLines
2014-06-13commit: record buffer length in cacheJeff King-2/+2
2014-06-13use get_cached_commit_buffer where appropriateJeff King-1/+1
2014-06-13provide a helper to set the commit bufferJeff King-1/+1
2014-02-28Document some functions defined in object.cMichael Haggerty-1/+28
2013-10-23Merge branch 'mg/more-textconv'Junio C Hamano-6/+23
2013-09-11lookup_object: remove hashtable_index() and optimize hash_obj()Nicolas Pitre-12/+10
2013-07-22Merge branch 'sb/parse-object-buffer-eaten'Junio C Hamano-4/+3
2013-07-17parse_object_buffer: correct freeing the bufferStefan Beller-4/+3
2013-06-14Merge branch 'mh/reflife'Junio C Hamano-12/+58
2013-06-02object_array_entry: fix memory handling of the name fieldMichael Haggerty-3/+23
2013-05-29Merge branch 'jk/lookup-object-prefer-latest'Junio C Hamano-2/+12
2013-05-28object_array_remove_duplicates(): rewrite to reduce copyingMichael Haggerty-11/+21
2013-05-28object_array: add function object_array_filter()Michael Haggerty-0/+16
2013-05-10grep: honor --textconv for the case rev:pathMichael J Gruber-6/+20
2013-05-02lookup_object: prioritize recently found objectsJeff King-2/+12
2013-03-17avoid segfaults on parse_object failureJeff King-0/+10
2012-04-30remove superfluous newlines in error messagesPete Wyckoff-3/+3
2012-04-24Merge branch 'hv/submodule-recurse-push'Junio C Hamano-0/+11
2012-03-30Teach revision walking machinery to walk multiple times sequenciallyHeiko Voigt-0/+11
2012-03-07parse_object: avoid putting whole blob in coreNguyễn Thái Ngọc Duy-0/+11
2012-01-05parse_object: try internal cache before reading object dbJeff King-2/+7
2011-11-16receive-pack, fetch-pack: reject bogus pack that records objects twiceJunio C Hamano-0/+2
2011-05-15read_sha1_file(): get rid of read_sha1_file_repl() madnessJunio C Hamano-2/+2
2010-09-06Merge branch 'maint'v1.7.3-rc0Junio C Hamano-4/+4
2010-09-06Merge branch 'xx/trivial' into maintJunio C Hamano-4/+4
2010-09-05Fix whitespace issue in object.cJared Hance-4/+4
2010-09-03Merge branch 'nd/maint-fix-replace'Junio C Hamano-1/+1
2010-09-03parse_object: pass on the original sha1, not the replaced oneNguyễn Thái Ngọc Duy-1/+1
2010-04-19fix "bundle --stdin" segfaultJonathan Nieder-2/+2
2010-01-17object.c: remove unused functionsJunio C Hamano-21/+0
2009-05-31object: call "check_sha1_signature" with the replacement sha1Christian Couder-4/+5
2009-05-20Unify signedness in hashing callsDan McGee-4/+4
2009-05-16Fix type-punning issuesDan McGee-1/+2
2009-01-17bundle: allow the same ref to be given more than onceJunio C Hamano-0/+19
2008-02-03parse_object_buffer: don't ignore errors from the object specific parsing fun...Martin Koegler-4/+8
2007-12-22Don't dereference NULL upon lookup failure.Jim Meyering-13/+22
2007-06-06Don't assume tree entries that are not dirs are blobsSam Vilain-0/+3
2007-05-24Merge branch 'maint-1.5.1' into maintJunio C Hamano-0/+1
2007-05-24fix memory leak in parse_object when check_sha1_signature failsCarlos Rica-0/+1
2007-04-24add add_object_array_with_modeMartin Koegler-0/+6
2007-04-16Clean up object creation to use more common codeLinus Torvalds-7/+7
2007-04-16Use proper object allocators for unknown object nodes tooLinus Torvalds-12/+3
2007-03-20Don't ever return corrupt objects from "parse_object()"Linus Torvalds-2/+4
2007-02-27get rid of lookup_object_type()Nicolas Pitre-18/+0
2007-02-27convert object type handling from a string to a numberNicolas Pitre-8/+8
2007-02-27formalize typename(), and add its reverse type_from_string()Nicolas Pitre-3/+23
2006-09-16Add git-for-each-ref: helper for language bindingsJunio C Hamano-27/+41
2006-08-27Use xcalloc instead of callocJonas Fonseca-1/+1
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce-1/+1
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes-1/+1