summaryrefslogtreecommitdiff
path: root/src/debug.c
Commit message (Expand)AuthorAgeFilesLines
* Don't assume the __x86_64__ pointer size to avoid warnings on x32.Chris Lamb2019-02-111-2/+2
* RESP3: addReplyString() -> addReplyProto().antirez2019-01-091-1/+1
* RESP3: verbatim reply API + DEBUG PROTOCOL support.antirez2019-01-091-0/+2
* RESP3: DEBUG PROTOCOL: boolean types.antirez2019-01-091-0/+4
* RESP3: Fix addReplyBool() RESP2/3 output.antirez2019-01-091-1/+4
* RESP3: DEBUG PROTOCOL: fix strcasecmp() check.antirez2019-01-091-10/+10
* RESP3: DEBUG PROTOCOL command. Only types already supported by API.antirez2019-01-091-0/+43
* RESP3: fix DEBUG DIGEST-VALUE with new API.antirez2019-01-091-1/+1
* stringmatchlen() fuzz test added.antirez2018-12-111-0/+5
* Merge pull request #5626 from soloestoy/remove-useless-codeSalvatore Sanfilippo2018-12-071-1/+0
|\
| * remove useless tryObjectEncoding in debug assertzhaozhao.zz2018-11-301-1/+0
* | DEBUG DIGEST-VALUE implemented.antirez2018-12-071-3/+17
* | DEBUG DIGEST refactoring: extract function to digest a value.antirez2018-12-071-131/+142
|/
* OpenBSD support.David Carlier2018-11-251-0/+66
* Backtrace/register dump on BSD.David Carlier2018-11-251-0/+93
* only FreeBSD change/little warning addressingDavid Carlier2018-11-081-0/+2
* Actually use the protectClient() API where needed.antirez2018-10-091-4/+4
* Merge pull request #4804 from soloestoy/fix-debug-loadSalvatore Sanfilippo2018-10-091-2/+8
|\
| * debug: avoid free client unexpectedly when reload & loadaofzhaozhao.zz2018-03-291-2/+8
* | add DEBUG LOG, to to assist test suite debuggingOran Agra2018-07-301-0/+4
* | addReplySubSyntaxError() renamed to addReplySubcommandSyntaxError().antirez2018-07-021-1/+1
* | Merge pull request #4998 from itamarhaber/module_command_helpSalvatore Sanfilippo2018-07-021-22/+21
|\ \
| * \ Merge branch 'unstable' into module_command_helpItamar Haber2018-06-091-3/+32
| |\ \
| * | | Capitalizes subcommands & orders lexicographicallyItamar Haber2018-06-091-19/+19
| * | | Globally applies addReplySubSyntaxErrorItamar Haber2018-06-071-2/+1
* | | | clients: add type option for client listzhaozhao.zz2018-06-281-1/+1
* | | | Revert fix #4976 just leaving the flush() part.antirez2018-06-181-5/+1
* | | | Merge pull request #4976 from trevor211/fixDebugLoadaofSalvatore Sanfilippo2018-06-161-1/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix DEBUG LOADAOF so that redis-server will not crash unexpectedlyWuYunlong2018-06-021-1/+5
| |/ /
* | | Implement DEBUG htstats-key.antirez2018-06-081-0/+29
|/ /
* | Fix debug crash-and-recover help info.Mota2018-05-251-1/+1
* | Merge pull request #4099 from JunHe77/aarch64_stack_cflagSalvatore Sanfilippo2018-05-241-0/+2
|\ \ | |/ |/|
| * Fixed stack trace generation on aarch64Jun He2017-07-031-0/+2
* | 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
|/