index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin-unpack-objects.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'lt/maint-wrap-zlib'
Junio C Hamano
2009-01-22
1
-3
/
+3
|
\
|
*
Wrap inflate and other zlib routines for better error reporting
Linus Torvalds
2009-01-11
1
-3
/
+3
*
|
better validation on delta base object offsets
Nicolas Pitre
2008-11-03
1
-0
/
+2
*
|
Replace xmalloc/memset(0) pairs with xcalloc
Brandon Casey
2008-10-08
1
-2
/
+1
*
|
fix openssl headers conflicting with custom SHA1 implementations
Nicolas Pitre
2008-10-03
1
-5
/
+5
|
/
*
Start conforming code to "git subcmd" style part 3
Heikki Orsila
2008-09-16
1
-1
/
+1
*
Fix some warnings (on cygwin) to allow -Werror
Ramsay Jones
2008-07-06
1
-1
/
+2
*
Provide git_config with a callback-data parameter
Johannes Schindelin
2008-05-14
1
-1
/
+1
*
unpack-objects: fix --strict handling
Junio C Hamano
2008-03-05
1
-16
/
+57
*
unpack-objects: prevent writing of inconsistent objects
Martin Koegler
2008-03-05
1
-7
/
+103
*
Revert "unpack-objects: prevent writing of inconsistent objects"
Junio C Hamano
2008-03-04
1
-103
/
+7
*
unpack-objects: prevent writing of inconsistent objects
Martin Koegler
2008-02-29
1
-7
/
+103
*
unpack-object: cache for non written objects
Martin Koegler
2008-02-29
1
-0
/
+23
*
relax usage of the progress API
Nicolas Pitre
2007-10-31
1
-4
/
+2
*
make struct progress an opaque type
Nicolas Pitre
2007-10-31
1
-3
/
+3
*
more compact progress display
Nicolas Pitre
2007-10-17
1
-1
/
+1
*
Ensure return value from xread() is always stored into an ssize_t
Johan Herland
2007-05-16
1
-1
/
+1
*
make progress "title" part of the common progress interface
Nicolas Pitre
2007-04-23
1
-4
/
+2
*
common progress display support
Nicolas Pitre
2007-04-23
1
-21
/
+17
*
add overflow tests on pack offset variables
Nicolas Pitre
2007-04-10
1
-6
/
+11
*
make overflow test on delta base offset work regardless of variable size
Nicolas Pitre
2007-04-10
1
-1
/
+1
*
convert object type handling from a string to a number
Nicolas Pitre
2007-02-27
1
-24
/
+15
*
Mechanical conversion to use prefixcmp()
Junio C Hamano
2007-02-21
1
-1
/
+1
*
simplify inclusion of system header files.
Junio C Hamano
2006-12-20
1
-2
/
+0
*
Allow pack header preprocessing before unpack-objects/index-pack.
Nicolas Pitre
2006-11-03
1
-0
/
+15
*
Use memmove instead of memcpy for overlapping areas
Edgar Toernig
2006-10-31
1
-2
/
+2
*
teach git-unpack-objects about deltas with offset to base
Nicolas Pitre
2006-09-27
1
-32
/
+106
*
introduce delta objects with offset to base
Nicolas Pitre
2006-09-27
1
-1
/
+1
*
unpack-objects -r: call it "recover".
Junio C Hamano
2006-09-13
1
-6
/
+6
*
unpack-objects desperately salvages objects from a corrupt pack
Junio C Hamano
2006-09-04
1
-21
/
+38
*
unpack-objects: remove unused variable "eof"
Johannes Schindelin
2006-08-29
1
-3
/
+1
*
Convert memcpy(a,b,20) to hashcpy(a,b).
Shawn Pearce
2006-08-23
1
-2
/
+2
*
Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.
David Rientjes
2006-08-17
1
-2
/
+2
*
Merge branch 'jc/pack-objects'
Junio C Hamano
2006-08-13
1
-0
/
+2
*
Make git-unpack-objects a builtin
Matthias Kestenholz
2006-08-04
1
-0
/
+310