summaryrefslogtreecommitdiff
path: root/src/debug.c
Commit message (Expand)AuthorAgeFilesLines
* DEBUG embstr-classes added.freelistantirez2014-05-081-0/+12
* CLIENT LIST speedup via peerid caching + smart allocation.antirez2014-04-281-1/+1
* Specify LRU resolution in milliseconds.antirez2014-03-201-1/+1
* DEBUG ERROR implemented.antirez2014-03-101-0/+7
* DEBUG CMDKEYS: provide some guarantee to getKeysFromCommand().antirez2014-03-101-0/+6
* DEBUG CMDKEYS added for getKeysFromCommand() testing.antirez2014-03-101-0/+12
* dict.c: added optional callback to dictEmpty().antirez2013-12-101-2/+2
* DEBUG SDSLEN added.antirez2013-08-271-0/+23
* Introduction of a new string encoding: EMBSTRantirez2013-07-221-4/+2
* Merge pull request #1111 from yamt/netbsd3Salvatore Sanfilippo2013-06-261-1/+4
|\
| * use nanosleep instead of usleepYAMAMOTO Takashi2013-05-171-1/+4
* | Fix logStackTrace() when logging to stdout.antirez2013-06-191-4/+5
* | Binary safe dump of object content in redisLogObjectDebugInfo().antirez2013-06-041-2/+5
|/
* Better DEBUG error message when num of arguments is wrong.antirez2013-03-281-1/+1
* DEBUG set-active-expire added.antirez2013-03-271-2/+7
* Use GCC printf format attribute for redisLog().antirez2013-02-271-76/+79
* Avoid compiler warning by casting to match printf() specifier.antirez2013-02-131-1/+2
* Merge pull request #869 from bilalhusain/patch-2Salvatore Sanfilippo2013-01-211-1/+1
|\
| * s/adiacent/adjacent/Bilal Husain2013-01-091-1/+1
* | Fixed many typos.guiquanz2013-01-191-2/+2
|/
* serverCron() frequency is now a runtime parameter (was REDIS_HZ).antirez2012-12-141-1/+1
* Introduced the Build ID in INFO and --version output.antirez2012-11-291-1/+1
* 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