Commit message (Expand) | Author | Age | |
---|---|---|---|
* | compat/bswap.h: detect endianness from XL C compiler macros | David Michael | 2014-10-27 |
* | compat/bswap.h: fix endianness detection | Ben Walton | 2014-05-30 |
* | compat/bswap.h: restore preference __BIG_ENDIAN over BIG_ENDIAN | Junio C Hamano | 2014-05-02 |
* | compat/bswap.h: detect endianness on more platforms that don't use BYTE_ORDER | Charles Bailey | 2014-05-02 |
* | read-cache: use get_be32 instead of hand-rolled ntoh_l | Jeff King | 2014-01-23 |
* | block-sha1: factor out get_be and put_be wrappers | Jeff King | 2014-01-23 |
* | compat: add endianness helpers | Vicent Marti | 2013-11-18 |
* | compat: make gcc bswap an inline function | Jonathan Nieder | 2011-03-16 |
* | Don't redefine htonl and ntohl on big-endian | Holger Weiß | 2010-03-31 |
* | Explicitly truncate bswap operand to uint32_t | Benjamin Kramer | 2009-11-25 |
* | Use faster byte swapping when compiling with MSVC | Sebastian Schuberth | 2009-10-30 |
* | Fix some printf format warnings | Ramsay Jones | 2009-10-02 |
* | make sure byte swapping is optimal for git | Nicolas Pitre | 2009-08-18 |