]> git.saurik.com Git - redis.git/history - src/memtest.c
When closing the MDB DBI, do it in a transaction.
[redis.git] / src / memtest.c
2012-11-08  antirezBSD license added to every C source and header file.
2012-04-27  antirezmemtest.c fixed to actually use v1 and v2 in memtest_fi...
2012-04-13  antirezmemtest.c: integer overflow fixed.
2012-04-11  antirezMacros ULONG_ONEZERO / ULONG_ZEROONE were inverted...
2012-03-19  antirezMerge remote-tracking branch 'origin/2.6' into 2.6
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-18  antirezMemory test function now less boring thanks to screen...
2012-03-18  antirezHem... actual memtest.c file added.