summaryrefslogtreecommitdiff
path: root/builtin-unpack-objects.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-21Merge branch 'cc/replace'Libravatar Junio C Hamano1-0/+2
2009-07-06Merge branch 'tr/die_errno'Libravatar Junio C Hamano1-1/+1
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Libravatar Thomas Rast1-1/+1
2009-06-20Fix various sparse warnings in the git source codeLibravatar Linus Torvalds1-3/+3
2009-06-18Fix big left-shifts of unsigned charLibravatar Linus Torvalds1-2/+2
2009-05-31environment: add global variable to disable replacementLibravatar Christian Couder1-0/+2
2009-01-21Merge branch 'lt/maint-wrap-zlib'Libravatar Junio C Hamano1-3/+3
2009-01-11Wrap inflate and other zlib routines for better error reportingLibravatar Linus Torvalds1-3/+3
2008-11-02better validation on delta base object offsetsLibravatar Nicolas Pitre1-0/+2
2008-10-08Replace xmalloc/memset(0) pairs with xcallocLibravatar Brandon Casey1-2/+1
2008-10-02fix openssl headers conflicting with custom SHA1 implementationsLibravatar Nicolas Pitre1-5/+5
2008-09-15Start conforming code to "git subcmd" style part 3Libravatar Heikki Orsila1-1/+1
2008-07-05Fix some warnings (on cygwin) to allow -WerrorLibravatar Ramsay Jones1-1/+2
2008-05-14Provide git_config with a callback-data parameterLibravatar Johannes Schindelin1-1/+1
2008-03-05unpack-objects: fix --strict handlingLibravatar Junio C Hamano1-16/+57
2008-03-05unpack-objects: prevent writing of inconsistent objectsLibravatar Martin Koegler1-7/+103
2008-03-04Revert "unpack-objects: prevent writing of inconsistent objects"Libravatar Junio C Hamano1-103/+7
2008-02-28unpack-objects: prevent writing of inconsistent objectsLibravatar Martin Koegler1-7/+103
2008-02-28unpack-object: cache for non written objectsLibravatar Martin Koegler1-0/+23
2007-10-30relax usage of the progress APILibravatar Nicolas Pitre1-4/+2
2007-10-30make struct progress an opaque typeLibravatar Nicolas Pitre1-3/+3
2007-10-17more compact progress displayLibravatar Nicolas Pitre1-1/+1
2007-05-15Ensure return value from xread() is always stored into an ssize_tLibravatar Johan Herland1-1/+1
2007-04-22make progress "title" part of the common progress interfaceLibravatar Nicolas Pitre1-4/+2
2007-04-22common progress display supportLibravatar Nicolas Pitre1-21/+17
2007-04-10add overflow tests on pack offset variablesLibravatar Nicolas Pitre1-6/+11
2007-04-10make overflow test on delta base offset work regardless of variable sizeLibravatar Nicolas Pitre1-1/+1
2007-02-27convert object type handling from a string to a numberLibravatar Nicolas Pitre1-24/+15
2007-02-20Mechanical conversion to use prefixcmp()Libravatar Junio C Hamano1-1/+1
2006-12-20simplify inclusion of system header files.Libravatar Junio C Hamano1-2/+0
2006-11-03Allow pack header preprocessing before unpack-objects/index-pack.Libravatar Nicolas Pitre1-0/+15
2006-10-30Use memmove instead of memcpy for overlapping areasLibravatar Edgar Toernig1-2/+2
2006-09-27teach git-unpack-objects about deltas with offset to baseLibravatar Nicolas Pitre1-32/+106
2006-09-27introduce delta objects with offset to baseLibravatar Nicolas Pitre1-1/+1
2006-09-13unpack-objects -r: call it "recover".Libravatar Junio C Hamano1-6/+6
2006-09-04unpack-objects desperately salvages objects from a corrupt packLibravatar Junio C Hamano1-21/+38
2006-08-29unpack-objects: remove unused variable "eof"Libravatar Johannes Schindelin1-3/+1
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Libravatar Shawn Pearce1-2/+2
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.Libravatar David Rientjes1-2/+2
2006-08-12Merge branch 'jc/pack-objects'Libravatar Junio C Hamano1-0/+2
2006-08-03Make git-unpack-objects a builtinLibravatar Matthias Kestenholz1-0/+310