summaryrefslogtreecommitdiff
path: root/src/debug.c
Commit message (Expand)AuthorAgeFilesLines
* On crash memory test rewrote so that it actaully works.antirez2012-11-291-11/+51
* Merge remote-tracking branch 'origin/unstable' into unstableantirez2012-11-281-0/+1
|\
| * remove compile warning bioKillThreadscharsyam2012-11-231-0/+1
* | It's a watchdog, not a watchdong.Matt Arsenault2012-11-281-1/+1
|/
* Make bio.c threads killable ASAP if needed.antirez2012-11-221-0/+1
* Fast memory test on Redis crash.antirez2012-11-211-0/+55
* BSD license added to every C source and header file.antirez2012-11-081-0/+29
* Better Out of Memory handling.antirez2012-08-241-0/+4
* Dump ziplist hex value on failed assertion.antirez2012-06-121-0/+24
* Impovements for: Redis timer, hashes rehashing, keys collection.antirez2012-05-131-1/+7
* Produce the stack trace in an async safe way.antirez2012-04-261-27/+25
* Fix and refactoring of code used to get registers on crash.antirez2012-04-241-20/+32
* remove mentions of VM in commentsPremysl Hruby2012-04-021-1/+0
* Log from signal handlers is now safer.antirez2012-03-281-12/+3
* Produce the watchlog warning log in a way that is safer from a signal handler...antirez2012-03-271-10/+31
* Correctly set the SIGARLM timer for the software watchdog.antirez2012-03-271-1/+1
* Redis software watchdog.antirez2012-03-271-2/+63
* SIGSEGV handler refactored so that we can reuse stack trace and current clien...antirez2012-03-271-47/+62
* On crash suggest to give --test-memory a try.antirez2012-03-181-2/+3
* Also force SIGSEGV without HAVE_BACKTRACEPieter Noordhuis2012-02-211-2/+2
* A few small BSD related fixes.antirez2012-02-081-8/+8
* Fix for hash table collision attack. We simply randomize hash table initializ...antirez2012-01-211-0/+2
* Better looking registers/stack dumpantirez2012-01-201-19/+22
* added support to dump registers on crash on Linux x32antirez2012-01-201-1/+24
* added support to dump registers on crash on Linux x64antirez2012-01-201-1/+28
* all the stack trace related functions are now in debug.c. Now Redis dumps reg...antirez2012-01-201-0/+218
* On crash print information about the current client (if any), command vector,...antirez2012-01-121-3/+17
* some RDB server struct fields renamed.antirez2011-12-211-2/+2
* AOF fileds in the global server state, and define names, renamed with more co...antirez2011-12-211-1/+1
* Do not propagate DEBUG LOADAOFantirez2011-12-201-0/+1
* better bug report info on crashantirez2011-11-241-1/+8
* Fixed issues with expire introduced with latest millisecond resolution featur...antirez2011-11-121-1/+1
* dict.c API names modified to be more coincise and consistent.antirez2011-11-081-5/+5
* More informative error when DEBUG RELOAD fails.antirez2011-10-141-1/+1
* redisAssertWithClientInfo() is now redisAssertWithInfo() that is also able to...antirez2011-10-041-24/+35
* Introduced a redisAssert() variant that is able to show information about the...antirez2011-10-041-0/+35
* DEUBG SLEEP implementedantirez2011-06-301-0/+6
* diskstore removedantirez2011-06-251-20/+0
* DEBUG DIGEST additional lookup needed for VM removed from unstable branch tha...antirez2011-05-101-1/+1
* Test for ENCODING_SKIPLIST instead of ENCODING_RAWPieter Noordhuis2011-04-061-1/+1
* Fix DEBUG DIGEST, SORT and AOF rewritePieter Noordhuis2011-03-141-13/+48
* fixed bgsave_in_progress in INFO when BGSAVEing with diskstore enabled, don't...antirez2011-01-091-0/+3
* DEBUG FLUSHCACHE needs to wait that everything was synched on diskantirez2011-01-091-0/+3
* test adapted to run with diskstore, and a few bugs fixedantirez2011-01-091-0/+13
* DEBUG OBJECT fixed with diskstore, force loadingantirez2011-01-081-2/+3
* FLUSHALL / FLUSHDB for diskstore implementedantirez2011-01-031-0/+2
* implemented a different approach to IO scheduling, so object->storage is no l...antirez2011-01-011-9/+3
* more step forwards for disk store to be able to runantirez2010-12-291-47/+15
* cow friendly HGETALL and variantsantirez2010-12-141-2/+2
* SINTER/MEMBERS are now COW friendly, also some refactoring around was needed ...antirez2010-12-091-1/+1