summaryrefslogtreecommitdiff
path: root/object.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sb/parse-object-buffer-eaten'Junio C Hamano2013-07-221-4/+3
|\
| * parse_object_buffer: correct freeing the buffersb/parse-object-buffer-eatenStefan Beller2013-07-171-4/+3
* | Merge branch 'mh/reflife'Junio C Hamano2013-06-141-12/+58
|\ \
| * | object_array_entry: fix memory handling of the name fieldMichael Haggerty2013-06-021-3/+23
| * | object_array_remove_duplicates(): rewrite to reduce copyingMichael Haggerty2013-05-281-11/+21
| * | object_array: add function object_array_filter()Michael Haggerty2013-05-281-0/+16
* | | Merge branch 'jk/lookup-object-prefer-latest'Junio C Hamano2013-05-291-2/+12
|\ \ \ | |/ / |/| |
| * | lookup_object: prioritize recently found objectsJeff King2013-05-021-2/+12
| |/
* | avoid segfaults on parse_object failureJeff King2013-03-171-0/+10
|/
* remove superfluous newlines in error messagesPete Wyckoff2012-04-301-3/+3
* Merge branch 'hv/submodule-recurse-push'Junio C Hamano2012-04-241-0/+11
|\
| * Teach revision walking machinery to walk multiple times sequenciallyHeiko Voigt2012-03-301-0/+11
* | parse_object: avoid putting whole blob in coreNguyễn Thái Ngọc Duy2012-03-071-0/+11
|/
* parse_object: try internal cache before reading object dbJeff King2012-01-051-2/+7
* receive-pack, fetch-pack: reject bogus pack that records objects twicejc/index-pack-reject-dupsJunio C Hamano2011-11-161-0/+2
* read_sha1_file(): get rid of read_sha1_file_repl() madnessJunio C Hamano2011-05-151-2/+2
* Merge branch 'maint'v1.7.3-rc0Junio C Hamano2010-09-061-4/+4
|\
| * Merge branch 'xx/trivial' into maintJunio C Hamano2010-09-061-4/+4
| |\
| | * Fix whitespace issue in object.cJared Hance2010-09-051-4/+4
* | | Merge branch 'nd/maint-fix-replace'Junio C Hamano2010-09-031-1/+1
|\ \ \ | |/ / |/| |
| * | parse_object: pass on the original sha1, not the replaced oneNguyễn Thái Ngọc Duy2010-09-031-1/+1
| |/
* | fix "bundle --stdin" segfaultJonathan Nieder2010-04-191-2/+2
* | object.c: remove unused functionsJunio C Hamano2010-01-171-21/+0
|/
* object: call "check_sha1_signature" with the replacement sha1Christian Couder2009-05-311-4/+5
* Unify signedness in hashing callsDan McGee2009-05-201-4/+4
* Fix type-punning issuesDan McGee2009-05-161-1/+2
* bundle: allow the same ref to be given more than onceJunio C Hamano2009-01-171-0/+19
* parse_object_buffer: don't ignore errors from the object specific parsing fun...Martin Koegler2008-02-031-4/+8
* Don't dereference NULL upon lookup failure.Jim Meyering2007-12-221-13/+22
* Don't assume tree entries that are not dirs are blobsSam Vilain2007-06-061-0/+3
* Merge branch 'maint-1.5.1' into maintJunio C Hamano2007-05-241-0/+1
|\
| * fix memory leak in parse_object when check_sha1_signature failsCarlos Rica2007-05-241-0/+1
* | add add_object_array_with_modeMartin Koegler2007-04-241-0/+6
* | Clean up object creation to use more common codeLinus Torvalds2007-04-161-7/+7
* | Use proper object allocators for unknown object nodes tooLinus Torvalds2007-04-161-12/+3
|/
* Don't ever return corrupt objects from "parse_object()"Linus Torvalds2007-03-201-2/+4
* get rid of lookup_object_type()Nicolas Pitre2007-02-271-18/+0
* convert object type handling from a string to a numberNicolas Pitre2007-02-271-8/+8
* formalize typename(), and add its reverse type_from_string()Nicolas Pitre2007-02-271-3/+23
* Add git-for-each-ref: helper for language bindingsJunio C Hamano2006-09-161-27/+41
* Use xcalloc instead of callocJonas Fonseca2006-08-271-1/+1
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-231-1/+1
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-171-1/+1
* Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-121-3/+4
* git object hash cleanupsv1.4.1Linus Torvalds2006-07-011-44/+53
* Abstract out accesses to object hash arrayLinus Torvalds2006-06-291-3/+12
* Add "named object array" conceptLinus Torvalds2006-06-191-0/+17
* Remove "refs" field from "struct object"Linus Torvalds2006-06-181-70/+0
* Shrink "struct object" a bitLinus Torvalds2006-06-171-2/+6
* Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds2006-05-291-1/+1