summaryrefslogtreecommitdiff
path: root/src/debug.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add debug config flag to print certain config values on engine crash (#9304)Madelyn Olson2021-08-051-0/+13
* Unified Lua and modules reply parsing and added RESP3 support to RM_Call (#9202)Meir Shpilraien (Spielrein)2021-08-041-0/+4
* Fix format strings serverLogObjectDebugInfo to use unsigned (#2927)Erik Dubbelboer2021-07-181-2/+2
* Test infra, handle RESP3 attributes and big-numbers and bools (#9235)Oran Agra2021-07-141-6/+8
* Improve the debug help command message (#9098)Binbin2021-06-201-7/+9
* Enhance mem_usage/free_effort/unlink/copy callbacks and add GetDbFromIO api. ...chenyang80942021-06-161-2/+2
* cleanup around loadAppendOnlyFile (#9012)YaacovHazan2021-06-141-4/+2
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-101-1/+1
* Initialize RedisModuleDigest with zeroes (#8731)guybe72021-03-311-1/+1
* Fixes a typo in DEBUG HELP (#8638)Itamar Haber2021-03-241-1/+1
* Fix crash report killed by message (#8683)Oran Agra2021-03-241-1/+1
* Fixes for systems with 64-bit time (#8662)Theo Buehler2021-03-171-1/+1
* Fix compliation on arm64 Mac with jemalloc (#8458)David Gilman2021-03-011-0/+4
* HELP subcommand, continued (#5531)Itamar Haber2021-01-041-31/+80
* Crash log would crash half way on commands with no arguments (#8260)Oran Agra2021-01-011-1/+1
* Flow through the error handling path for most errors (#8226)Madelyn Olson2020-12-231-4/+4
* Fix issue where fork process deletes the parent pidfile (#8231)Meir Shpilraien (Spielrein)2020-12-221-1/+1
* Several (mostly Solaris-related) cleanups (#8171)Yossi Gottlieb2020-12-131-1/+1
* Sanitize dump payload: fuzz tester and fixes for segfaults and leaks it exposedOran Agra2020-12-061-0/+15
* raspberry build fix. (#8095)David CARLIER2020-11-251-2/+2
* EXISTS should not alter LRU, OBJECT should not reveal expired keys on replica...guybe72020-11-181-1/+5
* Debug Populate: Avoid server crash when passing negative value for key and va...Wen Hui2020-11-051-2/+4
* Fix crash log output on ARM. (#8020)Yossi Gottlieb2020-11-051-1/+1
* Added crash report on SIGABRT (#8004)Meir Shpilraien (Spielrein)2020-11-031-0/+6
* Add some additional signal info to the crash log (#7891)Oran Agra2020-10-071-1/+4
* Further NetBSD update and build fixes. (#7831)David CARLIER2020-09-231-0/+59
* fix make warnings in debug.c MacOS (#7805)Daniel Dai2020-09-201-3/+3
* debug.c: NetBSD build warning fix. (#7810)David CARLIER2020-09-191-3/+4
* bio: doFastMemoryTest should try to kill io threads as well.WuYunlong2020-09-161-0/+1
* bio: fix doFastMemoryTest.WuYunlong2020-09-161-1/+21
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-3/+3
* Tests: validate CONFIG REWRITE for all params. (#7764)Yossi Gottlieb2020-09-091-0/+7
* Run active defrag while blocked / loading (#7726)Oran Agra2020-09-031-0/+9
* Fix error message for the DEBUG ZIPLIST command (#7745)Pierre Jambet2020-09-021-1/+1
* Fix data race in bugReportStart (#7700)Wang Yuan2020-08-241-1/+4
* Fix potential race in bugReportStartOran Agra2020-08-061-1/+1
* Assertion and panic, print crash log without generating SIGSEGVOran Agra2020-08-061-99/+162
* fix leak in error handling of debug populate command (#7062)Wen Hui2020-07-281-4/+3
* Add registers dump support for Apple silicon (#7453)Developer-Ecosystem-Engineering2020-07-151-2/+54
* tests/valgrind: don't use debug restart (#7404)Oran Agra2020-07-101-0/+4
* change references to the github repo location (#7479)Oran Agra2020-07-101-1/+1
* improve DEBUG MALLCTL to be able to write to write only fields.Oran Agra2020-05-201-7/+27
* add daily github actions with libc malloc and valgrindOran Agra2020-05-041-1/+1
* Tracking: NOLOOP internals implementation.antirez2020-04-211-1/+1
* More powerful DEBUG RELOAD.antirez2020-04-091-8/+37
* Merge pull request #6813 from guybe7/debug_object_pass_keynameSalvatore Sanfilippo2020-04-021-1/+1
|\
| * DEBUG OBJECT should pass keyname to module when loadingGuy Benoish2020-01-301-1/+1
* | Merge pull request #6960 from devnexen/debug_arm_linuxSalvatore Sanfilippo2020-04-021-27/+55
|\ \
| * | debug, dump registers on arm too.David Carlier2020-03-071-27/+55
* | | RENAME can unblock XREADGROUPGuy Benoish2020-03-311-0/+2
|/ /