summaryrefslogtreecommitdiff
path: root/src/sha1.c
Commit message (Expand)AuthorAgeFilesLines
* Ignore -Wstringop-overread warning for SHA1Transform() on GCC 12 (#11538)sundb2022-11-241-0/+11
* 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
* sha1.c: use standard uint32_t.antirez2015-04-271-7/+7
* Check for __sun macro in solarisfixes.h, not in includers.antirez2015-01-091-2/+0
* Allow all code tests to run using Redis argsMatt Stancliff2014-12-231-5/+6
* Fixed many typos.guiquanz2013-01-191-18/+18
* byte ordering detection in config.hantirez2011-03-091-49/+1
* redis.c split into many different C files.antirez2010-07-011-0/+276