summaryrefslogtreecommitdiff
path: root/src/debug.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo(maybe instruction?) in crash loggnuhpc2018-01-091-1/+1
* Change indentation and other minor details of PR #4489.antirez2017-12-061-21/+21
* Merge remote-tracking branch 'upstream/unstable' into help_subcommandsItamar Haber2017-12-051-7/+29
|\
| * Merge pull request #4488 from itamarhaber/debug_aritySalvatore Sanfilippo2017-12-051-5/+0
| |\
| | * Standardizes arity handling of DEBUGItamar Haber2017-11-281-5/+0
| * | quicklist: change the len of quicklist to unsigned longzhaozhao.zz2017-12-041-2/+2
| * | DEBUG change-repl-id implemented.antirez2017-12-041-0/+7
| * | Streams: DEBUG DIGEST support.antirez2017-12-011-0/+21
| |/
* | Standardizes the 'help' subcommandItamar Haber2017-11-281-43/+25
|/
* PSYNC2: make persisiting replication info more solidzhaozhao.zz2017-09-201-1/+3
* Modules: DEBUG DIGEST interface.antirez2017-07-061-0/+9
* Use SipHash hash function to mitigate HashDos attempts.antirez2017-02-201-2/+0
* Merge pull request #3712 from oranagra/fix_assert_debug_digestSalvatore Sanfilippo2017-01-201-1/+1
|\
| * fix rare assertion in DEBUG DIGESToranagra2016-12-241-1/+1
* | serverPanic(): allow printf() alike formatting.antirez2017-01-181-2/+12
* | active defrag improvementsoranagra2017-01-021-1/+2
* | active memory defragmentationoranagra2016-12-301-3/+12
|/
* DEBUG: new "ziplist" subcommand added. Dumps a ziplist on stdout.antirez2016-12-161-0/+14
* PSYNC2: different improvements to Redis replication.antirez2016-11-091-2/+2
* debug.c: include dlfcn.h regardless of BACKTRACE support.antirez2016-09-271-1/+1
* add zmalloc used mem to DEBUG SDSLENoranagra2016-09-161-3/+5
* Memory related subcommands of DEBUG moved to MEMORY.antirez2016-09-161-36/+0
* debug.c: no need to define _GNU_SOURCE, is defined in fmacros.h.antirez2016-09-091-1/+0
* crash log - improve code dump with more info and called symbols.antirez2016-09-091-20/+59
* crash log - add hex dump of function codeoranagra2016-09-081-0/+22
* Use const in Redis Module API where possible.Yossi Gottlieb2016-06-201-7/+7
* DEBUG command self documentation.antirez2016-05-041-1/+48
* add DEBUG JEMALLC PURGE and JEMALLOC INFO cleanupOran Agra2016-04-251-1/+16
* Hopefully better memory test on crash.antirez2015-12-161-47/+46
* Suppress harmless warnings.antirez2015-12-161-2/+2
* Crash report format improvements.antirez2015-12-161-24/+35
* Log address causing SIGSEGV.antirez2015-12-151-0/+4
* fix sprintf and snprintf format stringantirez2015-11-281-1/+1
* More reliable DEBUG loadaof.antirez2015-10-301-0/+1
* Scripting: ability to turn on Lua commands style replication globally.antirez2015-10-301-0/+5
* DEBUG RESTART/CRASH-AND-RECOVER [delay] implemented.antirez2015-10-131-0/+14
* Lazyfree: ability to free whole DBs in background.antirez2015-10-011-2/+2
* Lazyfree: Hash converted to use plain SDS WIP 4.antirez2015-10-011-10/+8
* DEBUG DIGEST Set type memory leak fixed.antirez2015-10-011-0/+1
* Lazyfree: Sorted sets convereted to plain SDS. (several commits squashed)antirez2015-10-011-6/+3
* Lazyfree: Convert Sets to use plains SDS (several commits squashed).antirez2015-10-011-1/+3
* RDMF: More consistent define names.antirez2015-07-271-62/+62
* RDMF: REDIS_OK REDIS_ERR -> C_OK C_ERR.antirez2015-07-261-6/+6
* RDMF: redisAssert -> serverAssert.antirez2015-07-261-11/+11
* RDMF: OBJ_ macros for object related stuff.antirez2015-07-261-18/+18
* RDMF: use client instead of redisClient, like Disque.antirez2015-07-261-4/+4
* RDMF: redisLog -> serverLog.antirez2015-07-261-60/+60
* RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.antirez2015-07-261-1/+1
* Add sdshdr5 to DEBUG structsize.antirez2015-07-161-0/+1
* Fix DEBUG structsize output.antirez2015-07-141-7/+7