Commit Briefs


Stefan Sperling

set zlib output buffer length properly after resizing the output buffer

ok millert naddy


Stefan Sperling

fix infinite loop in got-index-pack for pack files >= 4GB in size

Because of a missing range check our zlib wrapper would end up calling zlib over and over with zero bytes of input. Problem reported by semarie and naddy. Fixed with help from millert@. ok millert naddy



Christian Weisgerber

match the unsigned char type used by the zlib interface

ok stsp


Christian Weisgerber

indentation fixes




Christian Weisgerber

indentation fixes


Stefan Sperling

zap trailing tabs


Christian Weisgerber

do not rely on <zlib.h> to pull in <unistd.h>

ok stsp




Stefan Sperling

add mmap support to got-index-pack