summaryrefslogtreecommitdiff
path: root/test.c
AgeCommit message (Expand)Author
2024-03-22fixup! all: rename output filesAnna (navi) Figueiredo Gomes
2024-03-22all: rename output filesAnna (navi) Figueiredo Gomes
2024-03-22all: use REUSE with LGPL-3.0-or-later and BSD-3-ClauseAnna (navi) Figueiredo Gomes
2024-03-15fix: typosguoguangwu
2024-01-31Add support of RESP3 attribute typegit-hulk
2023-08-18Make redisEnableKeepAlive a no-op on AF_UNIX connections. (#1215)Michael Grunder
2023-07-25Add a panic helper for non-assert aborts.michael-grunder
2023-07-14Fix a false positive warning of gcc 12+ -Werror=maybe-uninitializedV G
2023-06-08Ensure functionality without _MSC_VER definitionwindyakin
2023-06-01Add a test for the TCP_USER_TIMEOUT option. (#1192)Michael Grunder
2023-06-01Add -Werror as a default. (#1193)Yossi Gottlieb
2023-04-15Add a test ensuring we don't clobber connection error.michael-grunder
2023-04-14Accept -nan per the RESP3 spec recommendation.Michael Grunder
2022-11-14Add support for nan in RESP3 double (#1133)filipe oliveira
2022-11-02CI fixes in preparation of releasemichael-grunder
2022-10-14Fixup of PR734: Coverage of hiredis.c (#1124)Bjorn Svensson
2022-09-27Fix PUSH handler tests for Redis >= 7.0.5michael-grunder
2022-09-08Minor refactormichael-grunder
2022-09-03Use a windows specific keepalive function. (#1104)Michael Grunder
2022-09-01Fix heap-buffer-overflow issue in redisvFormatCommadBjörn Svensson
2022-08-31Regression test for off-by-one parsing errorbugwz
2022-08-29Rework asSleep to be a generic millisleep function.michael-grunder
2022-08-29Do store command timeout in the context for redisSetTimeout (#593)Arseniy Simonov
2022-08-29Merge pull request #901 from devnexen/illumos_test_fixMichael Grunder
2022-08-26Maintain backward compatibiliy withour onConnect callback.michael-grunder
2022-07-08Drop `const` on redisAsyncContext in redisConnectCallbackKristján Valur Jónsson
2022-07-08Add async regression test for issue #931Kristján Valur Jónsson
2022-07-05Add regression test for issue #945Kristján Valur Jónsson
2022-07-05Initial async testsKristján Valur Jónsson
2022-04-22Handle push notifications before or after reply.Yossi Gottlieb
2022-02-03Handle any pipelined unsubscribe in asyncBjörn Svensson
2022-02-02Ignore pubsub replies without a channel/patternBjörn Svensson
2022-01-27Avoid incorrect call to the previous reply's callback (#1040)Bjorn Svensson
2022-01-18Allow sending commands after sending an unsubscribe (#1036)Bjorn Svensson
2022-01-11Correction for command timeout during pubsub (#1038)Bjorn Svensson
2021-12-22Handle array response in parallell with pubsub using RESP3 (#1014)Bjorn Svensson
2021-12-16Support PING while subscribing (RESP2) (#1027)Bjorn Svensson
2021-12-01Add asynchronous test for pubsub using RESP3 (#1012)Bjorn Svensson
2021-11-17Small tweaks of the async testsmichael-grunder
2021-10-27Add asynchronous test for pubsub using RESP2Björn Svensson
2021-10-10Fix unused variable warning.michael-grunder
2021-10-10Minor refactor of CVE-2021-32765 fix.michael-grunder
2021-10-04Merge branch 'release/v1.0.1'michael-grunder
2021-10-04Fix for integer/buffer overflow CVE-2021-32765Yossi Gottlieb
2021-02-25read: Add support for the RESP3 bignum typeAlex Smith
2021-02-25read: Additional validation and test case for RESP3 doubleAlex Smith
2021-02-25test: Add test case for RESP3 setAlex Smith
2021-02-25test: Add test case for RESP3 mapAlex Smith
2021-02-25test: Add test cases for RESP3 boolAlex Smith
2021-02-25test: Add test cases for RESP3 nilAlex Smith