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