summaryrefslogtreecommitdiff
path: root/src/sha1.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | | | | | | | Previously, many files had individual main() functions for testing, but each required being compiled with their own testing flags. That gets difficult when you have 8 different flags you need to set just to run all tests (plus, some test files required other files to be compiled aaginst them, and it seems some didn't build at all without including the rest of Redis). Now all individual test main() funcions are renamed to a test function for the file itself and one global REDIS_TEST define enables testing across the entire codebase. Tests can now be run with: - `./redis-server test <test>` e.g. ./redis-server test ziplist If REDIS_TEST is not defined, then no tests get included and no tests are included in the final redis-server binary.
* 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
networking related stuff moved into networking.c moved more code more work on layout of source code SDS instantaneuos memory saving. By Pieter and Salvatore at VMware ;) cleanly compiling again after the first split, now splitting it in more C files moving more things around... work in progress split replication code splitting more Sets split Hash split replication split even more splitting more splitting minor change