Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-05-30 | compat/bswap.h: fix endianness detection | 1 | -1/+1 | |
2014-05-02 | compat/bswap.h: restore preference __BIG_ENDIAN over BIG_ENDIAN | 1 | -7/+7 | |
2014-05-02 | compat/bswap.h: detect endianness on more platforms that don't use BYTE_ORDER | 1 | -9/+24 | |
2014-01-23 | read-cache: use get_be32 instead of hand-rolled ntoh_l | 1 | -0/+4 | |
2014-01-23 | block-sha1: factor out get_be and put_be wrappers | 1 | -0/+32 | |
2013-11-18 | compat: add endianness helpers | 1 | -1/+75 | |
2011-03-16 | compat: make gcc bswap an inline function | 1 | -8/+10 | |
2010-03-31 | Don't redefine htonl and ntohl on big-endian | 1 | -0/+2 | |
2009-11-25 | Explicitly truncate bswap operand to uint32_t | 1 | -1/+1 | |
2009-10-30 | Use faster byte swapping when compiling with MSVC | 1 | -0/+10 | |
2009-10-02 | Fix some printf format warnings | 1 | -2/+2 | |
2009-08-18 | make sure byte swapping is optimal for git | 1 | -0/+36 |