summaryrefslogtreecommitdiff
path: root/src/endianconv.h
Commit message (Expand)AuthorAgeFilesLines
* Add --large-memory flag for REDIS_TEST to enable tests that consume more than...sundb2021-11-161-1/+1
* Add run all test support with define REDIS_TEST (#8570)sundb2021-03-101-1/+1
* Fix typoJack Drogon2018-07-031-1/+1
* use safe macro (non empty) in memrev64ifbe to eliminate empty if warningOran Agra2018-06-191-3/+3
* Allow all code tests to run using Redis argsMatt Stancliff2014-12-231-0/+4
* No more trailing spaces in Redis source code.antirez2014-06-261-1/+1
* htonu64() and ntohu64 added to endianconv.h.antirez2013-09-251-0/+10
* Fix config.h endianess detection to work on Linux / PPC64.antirez2012-12-111-0/+1
* Add stdint.h in endianconv.h to fix issue #336.antirez2012-02-151-0/+2
* endian.c/h -> endianconv.c/h to avoid issues with broken libraries search paths.antirez2012-02-141-0/+61