Commit Briefs

85f4e1e7d3 Stefan Sperling

fix the type of variable 'idx' in update_packidx()


6059809a13 Stefan Sperling

use size_t for loop indices to avoid signedness warnings; by emaste@freebsd

Same change as 16aeacf7088d, for subdirectories other than lib/


1367695b58 Christian Weisgerber

fix potential type mismatches between format specifiers and arguments

Cast printf arguments of type time_t and off_t to long long to match the %lld format specifier on platforms where this might not be the case. In parse.y, switch the number variable to long long because all its interactions are with that type anyway. ok millert stsp


23c57b285f Christian Weisgerber

Stop including <sys/syslimits.h> directly.

POSIX says the limits defined there are available from <limits.h>, which almost all affected source files already included anyway. ok millert stsp


3168e5da21 Stefan Sperling

zap trailing tabs


78fb09675b Christian Weisgerber

use the POSIX standard endian functions and explicitly include <endian.h>

ok stsp


81a12da586 Christian Weisgerber

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

ok stsp






18d4da0373 Stefan Sperling

tweak delta cache size in got-index-pack






160bbe2e33 Stefan Sperling

jump right to the index of the first delta




ec92f92995 Stefan Sperling

another indentation fix


4c06f61280 Stefan Sperling

remove now pointless error check


b3e1118bde Stefan Sperling

fix indentation



964d3c5bf3 Stefan Sperling

increase delta cache size for got-index-pack