summaryrefslogtreecommitdiff
path: root/src/crc64.c
Commit message (Expand)AuthorAgeFilesLines
* Add --large-memory flag for REDIS_TEST to enable tests that consume more than...sundb2021-11-161-2/+2
* Add run all test support with define REDIS_TEST (#8570)sundb2021-03-101-1/+2
* Fix compile warning when define REDIS_TEST (#8261)sundb2021-01-091-2/+2
* Move CRC64 initialization in main().antirez2020-05-051-3/+0
* Fix CRC64 initialization outside the Redis server itself.antirez2020-05-051-0/+3
* Made crc64 test consistentMadelyn Olson2020-04-241-2/+3
* Implemented CRC64 based on slice by 4Madelyn Olson2020-04-241-154/+118
* Allow all code tests to run using Redis argsMatt Stancliff2014-12-231-2/+6
* crc64.c modified for incremental computation.antirez2012-04-091-3/+2
* CRC64 implementation added to Redis code base.antirez2012-04-021-0/+192