| Commit message (Expand) | Author | Age | Files | Lines |
* | On crash memory test rewrote so that it actaully works. | antirez | 2012-11-29 | 1 | -11/+51 |
* | Merge remote-tracking branch 'origin/unstable' into unstable | antirez | 2012-11-28 | 1 | -0/+1 |
|\ |
|
| * | remove compile warning bioKillThreads | charsyam | 2012-11-23 | 1 | -0/+1 |
* | | It's a watchdog, not a watchdong. | Matt Arsenault | 2012-11-28 | 1 | -1/+1 |
|/ |
|
* | Make bio.c threads killable ASAP if needed. | antirez | 2012-11-22 | 1 | -0/+1 |
* | Fast memory test on Redis crash. | antirez | 2012-11-21 | 1 | -0/+55 |
* | BSD license added to every C source and header file. | antirez | 2012-11-08 | 1 | -0/+29 |
* | Better Out of Memory handling. | antirez | 2012-08-24 | 1 | -0/+4 |
* | Dump ziplist hex value on failed assertion. | antirez | 2012-06-12 | 1 | -0/+24 |
* | Impovements for: Redis timer, hashes rehashing, keys collection. | antirez | 2012-05-13 | 1 | -1/+7 |
* | Produce the stack trace in an async safe way. | antirez | 2012-04-26 | 1 | -27/+25 |
* | Fix and refactoring of code used to get registers on crash. | antirez | 2012-04-24 | 1 | -20/+32 |
* | remove mentions of VM in comments | Premysl Hruby | 2012-04-02 | 1 | -1/+0 |
* | Log from signal handlers is now safer. | antirez | 2012-03-28 | 1 | -12/+3 |
* | Produce the watchlog warning log in a way that is safer from a signal handler... | antirez | 2012-03-27 | 1 | -10/+31 |
* | Correctly set the SIGARLM timer for the software watchdog. | antirez | 2012-03-27 | 1 | -1/+1 |
* | Redis software watchdog. | antirez | 2012-03-27 | 1 | -2/+63 |
* | SIGSEGV handler refactored so that we can reuse stack trace and current clien... | antirez | 2012-03-27 | 1 | -47/+62 |
* | On crash suggest to give --test-memory a try. | antirez | 2012-03-18 | 1 | -2/+3 |
* | Also force SIGSEGV without HAVE_BACKTRACE | Pieter Noordhuis | 2012-02-21 | 1 | -2/+2 |
* | A few small BSD related fixes. | antirez | 2012-02-08 | 1 | -8/+8 |
* | Fix for hash table collision attack. We simply randomize hash table initializ... | antirez | 2012-01-21 | 1 | -0/+2 |
* | Better looking registers/stack dump | antirez | 2012-01-20 | 1 | -19/+22 |
* | added support to dump registers on crash on Linux x32 | antirez | 2012-01-20 | 1 | -1/+24 |
* | added support to dump registers on crash on Linux x64 | antirez | 2012-01-20 | 1 | -1/+28 |
* | all the stack trace related functions are now in debug.c. Now Redis dumps reg... | antirez | 2012-01-20 | 1 | -0/+218 |
* | On crash print information about the current client (if any), command vector,... | antirez | 2012-01-12 | 1 | -3/+17 |
* | some RDB server struct fields renamed. | antirez | 2011-12-21 | 1 | -2/+2 |
* | AOF fileds in the global server state, and define names, renamed with more co... | antirez | 2011-12-21 | 1 | -1/+1 |
* | Do not propagate DEBUG LOADAOF | antirez | 2011-12-20 | 1 | -0/+1 |
* | better bug report info on crash | antirez | 2011-11-24 | 1 | -1/+8 |
* | Fixed issues with expire introduced with latest millisecond resolution featur... | antirez | 2011-11-12 | 1 | -1/+1 |
* | dict.c API names modified to be more coincise and consistent. | antirez | 2011-11-08 | 1 | -5/+5 |
* | More informative error when DEBUG RELOAD fails. | antirez | 2011-10-14 | 1 | -1/+1 |
* | redisAssertWithClientInfo() is now redisAssertWithInfo() that is also able to... | antirez | 2011-10-04 | 1 | -24/+35 |
* | Introduced a redisAssert() variant that is able to show information about the... | antirez | 2011-10-04 | 1 | -0/+35 |
* | DEUBG SLEEP implemented | antirez | 2011-06-30 | 1 | -0/+6 |
* | diskstore removed | antirez | 2011-06-25 | 1 | -20/+0 |
* | DEBUG DIGEST additional lookup needed for VM removed from unstable branch tha... | antirez | 2011-05-10 | 1 | -1/+1 |
* | Test for ENCODING_SKIPLIST instead of ENCODING_RAW | Pieter Noordhuis | 2011-04-06 | 1 | -1/+1 |
* | Fix DEBUG DIGEST, SORT and AOF rewrite | Pieter Noordhuis | 2011-03-14 | 1 | -13/+48 |
* | fixed bgsave_in_progress in INFO when BGSAVEing with diskstore enabled, don't... | antirez | 2011-01-09 | 1 | -0/+3 |
* | DEBUG FLUSHCACHE needs to wait that everything was synched on disk | antirez | 2011-01-09 | 1 | -0/+3 |
* | test adapted to run with diskstore, and a few bugs fixed | antirez | 2011-01-09 | 1 | -0/+13 |
* | DEBUG OBJECT fixed with diskstore, force loading | antirez | 2011-01-08 | 1 | -2/+3 |
* | FLUSHALL / FLUSHDB for diskstore implemented | antirez | 2011-01-03 | 1 | -0/+2 |
* | implemented a different approach to IO scheduling, so object->storage is no l... | antirez | 2011-01-01 | 1 | -9/+3 |
* | more step forwards for disk store to be able to run | antirez | 2010-12-29 | 1 | -47/+15 |
* | cow friendly HGETALL and variants | antirez | 2010-12-14 | 1 | -2/+2 |
* | SINTER/MEMBERS are now COW friendly, also some refactoring around was needed ... | antirez | 2010-12-09 | 1 | -1/+1 |