summaryrefslogtreecommitdiff
path: root/src/debug.c
Commit message (Expand)AuthorAgeFilesLines
* Fix defrag CI for 32bit after merge of jemalloc 5.3Oran Agra2023-05-081-1/+2
* Remove prototypes with empty declarations (#12020)Madelyn Olson2023-05-021-3/+3
* Use dummy allocator to make accesses defined as per standard (#11982)sundb2023-04-101-1/+1
* passwords printed in the crash log (#11930)polaris-alioth2023-03-201-0/+6
* Fix the bug that CLIENT REPLY OFF|SKIP cannot receive push notifications (#11...Binbin2023-03-121-0/+3
* Demoting some of the non-warning messages to notice (#10715)Binbin2023-02-191-4/+4
* Cleanup around script_caller, fix tracking of scripts and ACL logging for RM_...Oran Agra2023-02-161-5/+5
* Reclaim page cache of RDB file (#11248)Tian2023-02-121-1/+1
* When DEBUG LOADAOF fails, return an error instead of exiting (#11790)Binbin2023-02-091-2/+4
* Propagate message to a node only if the cluster link is healthy. (#11752)Harkrishn Patro2023-02-021-0/+29
* Make dictEntry opaqueViktor Söderqvist2023-01-111-1/+1
* Add cluster info and cluster nodes to bug report (#11656)aradz442023-01-011-0/+13
* Optimize client memory usage tracking operation while client eviction is disa...Harkrishn Patro2022-12-071-0/+4
* optimizing d2string() and addReplyDouble() with grisu2: double to string conv...filipe oliveira2022-10-151-4/+5
* register debug support on illumos/solaris. (#11335)David CARLIER2022-10-021-0/+33
* Avoid crash on crash report when a bad function pointer was called (#11298)Meir Shpilraien (Spielrein)2022-09-291-22/+58
* Fix crash due to delete entry from compress quicklistNode and wrongly split q...sundb2022-09-191-1/+1
* Fix typo in DEBUG REPLYBUFFER RESIZING commentShogo Hayashi2022-09-061-1/+1
* Fix replication inconsistency on modules that uses key space notifications (#...Meir Shpilraien (Spielrein)2022-08-181-1/+1
* errno cleanup around rdbLoad (#11042)Binbin2022-08-041-1/+1
* Change the return value of rdbLoad function to enums (#11039)Binbin2022-07-261-1/+1
* crash report instructions (#10816)Oran Agra2022-06-061-0/+2
* Set replicas to panic on disk errors, and optionally panic on replication err...Madelyn Olson2022-04-261-0/+6
* fix crash in debug protocol push (#10483)DarrenJiang132022-03-281-0/+4
* crash log, print killer pid only when si_code is SI_USER (#10454)Oran Agra2022-03-221-1/+1
* Introduce debug command to disable reply buffer resizing (#10360)ranshid2022-03-011-8/+17
* introduce dynamic client reply buffer size - save memory on idle clients (#9822)ranshid2022-02-221-0/+14
* Removed double semicolon at the end of line (#10305)Matteo Baccan2022-02-161-1/+1
* Use binary representation for key values dumped to crash log (#10275)Omer Shadmi2022-02-101-3/+3
* Make INFO command variadic (#6891)Wen Hui2022-02-081-1/+7
* Fix file descriptor leak in memtest_test_linux_anonymous_maps (#4241)footpatch2022-02-061-1/+4
* Fix SENTINEL SET config rewrite test (#10232)Binbin2022-02-041-2/+2
* Use const char pointer in redismodule.h as far as possible (#10064)Wang Yuan2022-01-181-6/+5
* Implement Multi Part AOF mechanism to avoid AOFRW overheads. (#9788)chenyang80942022-01-031-1/+4
* Implement clusterbus message extensions and cluster hostname support (#9530)Madelyn Olson2022-01-021-0/+8
* Generate RDB with Functions only via redis-cli --functions-rdb (#9968)yoav-steinberg2022-01-021-1/+1
* Change FUNCTION CREATE, DELETE and FLUSH to be WRITE commands instead of MAY_...Meir Shpilraien (Spielrein)2021-12-211-2/+2
* Remove EVAL script verbatim replication, propagation, and deterministic execu...zhugezy2021-12-211-8/+0
* Redis Functions - Move Lua related variable into luaCtx structmeir@redislabs.com2021-12-011-1/+1
* Extend output of DEBUG HELP for POPULATE (#9869)Viktor Söderqvist2021-11-301-2/+4
* Replace ziplist with listpack in quicklist (#9740)sundb2021-11-241-9/+9
* Fix false positive leak reported by GCC ASAN (#9816)Oran Agra2021-11-211-2/+6
* Add sanitizer support and clean up sanitizer findings (#9601)Ozan Tezcan2021-11-111-2/+10
* Refactor config.c for generic setter interface (#9644)yoav-steinberg2021-11-071-29/+19
* Add support for list type to store elements larger than 4GB (#9357)perryitay2021-11-031-0/+33
* fix valgrind issues with long double module test (#9709)Oran Agra2021-11-011-1/+1
* Client eviction ci issues (#9549)yoav-steinberg2021-09-261-0/+6
* Client eviction (#8687)yoav-steinberg2021-09-231-0/+19
* Replace all usage of ziplist with listpack for t_zset (#9366)sundb2021-09-091-4/+4
* More generic crash report for unsupported archs (#9385)yoav-steinberg2021-08-181-3/+29