]> git.saurik.com Git - redis.git/history - src/memtest.c
Scripting: add helper functions redis.error_reply() and redis.status_reply().
[redis.git] / src / memtest.c
2012-05-04  Salvatore SanfilippoMerge pull request #494 from quiver/init-fixes
2012-04-27  antirezmemtest.c fixed to actually use v1 and v2 in memtest_fi...
2012-04-23  Salvatore SanfilippoMerge pull request #421 from ErikDubbelboer/sds-const
2012-04-21  Salvatore SanfilippoMerge pull request #440 from ErikDubbelboer/spelling
2012-04-21  Salvatore SanfilippoMerge pull request #414 from chobits/unstable
2012-04-13  antirezMerge branch 'strict.lua' into unstable
2012-04-12  antirezmemtest.c: integer overflow fixed.
2012-04-11  Salvatore SanfilippoMerge pull request #449 from ErikDubbelboer/unstable
2012-04-11  antirezMacros ULONG_ONEZERO / ULONG_ZEROONE were inverted...
2012-03-27  Salvatore SanfilippoMerge pull request #389 from huangz1990/patch-1
2012-03-24  antirezMerge remote-tracking branch 'origin/unstable' into...
2012-03-19  antirezMemory addressing test implemented.
2012-03-18  antirezMore memory tests implemented. Default number of iterat...
2012-03-18  antirezFixed typo.
2012-03-18  antirezNumber of iteration of --test-memory is now 300 (severa...
2012-03-16  antirezMemory test function now less boring thanks to screen...
2012-03-16  antirezHem... actual memtest.c file added.