Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add --large-memory flag for REDIS_TEST to enable tests that consume more than... | sundb | 2021-11-16 | 1 | -1/+1 |
* | Add run all test support with define REDIS_TEST (#8570) | sundb | 2021-03-10 | 1 | -1/+1 |
* | Fix typo | Jack Drogon | 2018-07-03 | 1 | -1/+1 |
* | use safe macro (non empty) in memrev64ifbe to eliminate empty if warning | Oran Agra | 2018-06-19 | 1 | -3/+3 |
* | Allow all code tests to run using Redis args | Matt Stancliff | 2014-12-23 | 1 | -0/+4 |
* | No more trailing spaces in Redis source code. | antirez | 2014-06-26 | 1 | -1/+1 |
* | htonu64() and ntohu64 added to endianconv.h. | antirez | 2013-09-25 | 1 | -0/+10 |
* | Fix config.h endianess detection to work on Linux / PPC64. | antirez | 2012-12-11 | 1 | -0/+1 |
* | Add stdint.h in endianconv.h to fix issue #336. | antirez | 2012-02-15 | 1 | -0/+2 |
* | endian.c/h -> endianconv.c/h to avoid issues with broken libraries search paths. | antirez | 2012-02-14 | 1 | -0/+61 |