summaryrefslogtreecommitdiff
path: root/src/debug.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6783 from hwware/memoryleakfixSalvatore Sanfilippo2020-02-271-1/+4
|\
| * format fixhwware2020-01-161-1/+1
| * fix potentical memory leakshwware2020-01-161-1/+4
* | add missing subcommand description for debug oomhwware2020-02-171-0/+1
* | DEBUG HELP - add PROTOCOLOran Agra2020-02-061-2/+3
|/
* Modules hooks: complete missing hooks for the initial set of hooksOran Agra2019-10-291-1/+1
* Merge remote-tracking branch 'upstream/unstable' into tlsYossi Gottlieb2019-10-161-2/+98
|\
| * Merge remote-tracking branch 'antirez/unstable' into jemalloc_purge_bgOran Agra2019-10-041-3/+37
| |\
| | * Merge remote-tracking branch 'antirez/unstable' into modules_infoOran Agra2019-09-301-2/+30
| | |\
| | | * Merge pull request #6354 from jaredzhu/aarch64-develSalvatore Sanfilippo2019-09-251-0/+27
| | | |\
| | | | * src/debug.c do not support aarch64 dump utcontext, so add the contextzhudacai 002284902019-08-311-0/+27
| | | * | RESP3: Use verbatim in DEBUG HTSTATS / HTSTATS-KEY.antirez2019-09-181-2/+3
| | | |/
| | * | Extend modules API to allow modules report to redis INFOOran Agra2019-07-241-0/+6
| | |/
| * | make redis purge jemalloc after flush, and enable background purging threadOran Agra2019-06-021-0/+62
* | | TLS: Implement support for write barrier.Oran Agra2019-10-071-0/+6
* | | TLS: Connections refactoring and TLS support.Yossi Gottlieb2019-10-071-2/+3
| |/ |/|
* | Client side caching: implement trackingInvalidateKey().antirez2019-07-031-1/+1
|/
* 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