Age | Commit message (Expand) | Author | Files | Lines |
2020-11-11 | compat/bswap.h: don't assume MSVC is little-endian | Daniel Gurney | 1 | -1/+1 |
2020-11-09 | compat/bswap.h: simplify MSVC endianness detection | Daniel Gurney | 1 | -1/+1 |
2020-09-24 | bswap.h: drop unaligned loads | Jeff King | 1 | -24/+0 |
2019-03-07 | compat/bswap: add include header guards | Jeff King | 1 | -0/+5 |
2017-09-24 | bswap: add 64 bit endianness helper get_be64 | Ben Peart | 1 | -0/+22 |
2017-07-17 | bswap: convert get_be16, get_be32 and put_be32 to inline functions | René Scharfe | 1 | -14/+24 |
2017-07-17 | bswap: convert to unsigned before shifting in get_be32 | René Scharfe | 1 | -4/+4 |
2016-01-04 | bswap: add NO_UNALIGNED_LOADS define | Jeff King | 1 | -2/+3 |
2014-10-27 | compat/bswap.h: detect endianness from XL C compiler macros | David Michael | 1 | -0/+4 |
2014-05-30 | compat/bswap.h: fix endianness detection | Ben Walton | 1 | -1/+1 |
2014-05-02 | compat/bswap.h: restore preference __BIG_ENDIAN over BIG_ENDIAN | Junio C Hamano | 1 | -7/+7 |
2014-05-02 | compat/bswap.h: detect endianness on more platforms that don't use BYTE_ORDER | Charles Bailey | 1 | -9/+24 |
2014-01-23 | read-cache: use get_be32 instead of hand-rolled ntoh_l | Jeff King | 1 | -0/+4 |
2014-01-23 | block-sha1: factor out get_be and put_be wrappers | Jeff King | 1 | -0/+32 |
2013-11-18 | compat: add endianness helpers | Vicent Marti | 1 | -1/+75 |
2011-03-16 | compat: make gcc bswap an inline function | Jonathan Nieder | 1 | -8/+10 |
2010-03-31 | Don't redefine htonl and ntohl on big-endian | Holger Weiß | 1 | -0/+2 |
2009-11-25 | Explicitly truncate bswap operand to uint32_t | Benjamin Kramer | 1 | -1/+1 |
2009-10-30 | Use faster byte swapping when compiling with MSVC | Sebastian Schuberth | 1 | -0/+10 |
2009-10-02 | Fix some printf format warnings | Ramsay Jones | 1 | -2/+2 |
2009-08-18 | make sure byte swapping is optimal for git | Nicolas Pitre | 1 | -0/+36 |