summaryrefslogtreecommitdiff
path: root/object.c
AgeCommit message (Expand)Author
2014-10-19drop add_object_array_with_modeJeff King
2014-10-16make add_object_array_with_context interface more saneJeff King
2014-10-16object_array: add a "clear" functionJeff King
2014-10-16object_array: factor out slopbuf-freeing logicJeff King
2014-09-26Merge branch 'rs/realloc-array'Junio C Hamano
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe
2014-09-10Refactor type_from_string() to allow continuing after detecting an errorJohannes Schindelin
2014-07-22Merge branch 'jk/alloc-commit-id'Junio C Hamano
2014-07-14object_as_type: set commit indexJeff King
2014-07-14add object_as_type helper for casting objectsJeff King
2014-07-14parse_object_buffer: do not set object typeJeff King
2014-07-14move setting of object->type to alloc_* functionsJeff King
2014-07-07hashmap: factor out getting a hash code from a SHA1Karsten Blees
2014-06-13commit: record buffer length in cacheJeff King
2014-06-13use get_cached_commit_buffer where appropriateJeff King
2014-06-13provide a helper to set the commit bufferJeff King
2014-02-28Document some functions defined in object.cMichael Haggerty
2013-10-23Merge branch 'mg/more-textconv'Junio C Hamano
2013-09-11lookup_object: remove hashtable_index() and optimize hash_obj()Nicolas Pitre
2013-07-22Merge branch 'sb/parse-object-buffer-eaten'Junio C Hamano
2013-07-18parse_object_buffer: correct freeing the bufferStefan Beller
2013-06-14Merge branch 'mh/reflife'Junio C Hamano
2013-06-02object_array_entry: fix memory handling of the name fieldMichael Haggerty
2013-05-29Merge branch 'jk/lookup-object-prefer-latest'Junio C Hamano
2013-05-28object_array_remove_duplicates(): rewrite to reduce copyingMichael Haggerty
2013-05-28object_array: add function object_array_filter()Michael Haggerty
2013-05-10grep: honor --textconv for the case rev:pathMichael J Gruber
2013-05-02lookup_object: prioritize recently found objectsJeff King
2013-03-17avoid segfaults on parse_object failureJeff King
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